Pull request #41783 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 5fd8d701ceff35235fc447ca9433b44f855d688d+d17cf2192c2cda0fa11040b8801a6407636072b8 (a7d6617f07f0ca2a9031d8e3a381160aa9880b32) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-41783@libs/jps # timeout=10 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 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.20.1' Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-12-11T18:55:56.819Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-12-11T18:55:56.823Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-12-11T18:56:11.974Z] Still waiting to schedule task [2020-12-11T18:56:11.977Z] All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline [2020-12-11T18:56:55.390Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-061793e918c55ec5b) in /home/ubuntu/workspace/moby_PR-41783 [Pipeline] { [Pipeline] checkout [2020-12-11T18:56:58.977Z] using credential docker-jenkins-github-credentials [2020-12-11T18:56:58.987Z] Cloning the remote Git repository [2020-12-11T18:56:58.987Z] Cloning with configured refspecs honoured and without tags [2020-12-11T18:56:59.133Z] Cloning repository https://github.com/moby/moby.git [2020-12-11T18:56:59.241Z] > git init /home/ubuntu/workspace/moby_PR-41783 # timeout=10 [2020-12-11T18:56:59.720Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-11T18:56:59.720Z] > git --version # timeout=10 [2020-12-11T18:56:59.744Z] > git --version # 'git version 2.17.1' [2020-12-11T18:56:59.744Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-11T18:56:59.776Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41783/head:refs/remotes/origin/PR-41783 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T18:57:24.587Z] Fetching without tags [2020-12-11T18:57:24.979Z] Merging remotes/origin/master commit d17cf2192c2cda0fa11040b8801a6407636072b8 into PR head commit 5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T18:57:26.572Z] Merge succeeded, producing 5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T18:57:26.572Z] Checking out Revision 5fd8d701ceff35235fc447ca9433b44f855d688d (PR-41783) [2020-12-11T18:57:24.437Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-11T18:57:24.484Z] > git config --add remote.origin.fetch +refs/pull/41783/head:refs/remotes/origin/PR-41783 # timeout=10 [2020-12-11T18:57:24.508Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T18:57:24.555Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-11T18:57:24.595Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-11T18:57:24.597Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-11T18:57:24.598Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41783/head:refs/remotes/origin/PR-41783 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T18:57:24.990Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T18:57:25.006Z] > git checkout -f 5fd8d701ceff35235fc447ca9433b44f855d688d # timeout=10 [2020-12-11T18:57:26.381Z] > git remote # timeout=10 [2020-12-11T18:57:26.421Z] > git config --get remote.origin.url # timeout=10 [2020-12-11T18:57:26.439Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-11T18:57:26.469Z] > git merge d17cf2192c2cda0fa11040b8801a6407636072b8 # timeout=10 [2020-12-11T18:57:26.548Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-11T18:57:26.578Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T18:57:26.604Z] > git checkout -f 5fd8d701ceff35235fc447ca9433b44f855d688d # timeout=10 [2020-12-11T18:57:31.183Z] Commit message: "Vendor in libnetwork changes" [2020-12-11T18:57:31.183Z] First time build. Skipping changelog. [2020-12-11T18:57:31.207Z] > git --version # timeout=10 [2020-12-11T18:57:31.235Z] > git --version # 'git version 2.17.1' [2020-12-11T18:57:31.275Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-12-11T18:57:32.491Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41783:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2020-12-11T18:57:39.083Z] Unable to find image 'alpine:latest' locally [2020-12-11T18:57:39.342Z] latest: Pulling from library/alpine [2020-12-11T18:57:39.912Z] 05e7bc50f07f: Pulling fs layer [2020-12-11T18:57:40.172Z] 05e7bc50f07f: Verifying Checksum [2020-12-11T18:57:40.172Z] 05e7bc50f07f: Download complete [2020-12-11T18:57:40.432Z] 05e7bc50f07f: Pull complete [2020-12-11T18:57:40.432Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-11T18:57:40.432Z] Status: Downloaded newer image for alpine:latest [2020-12-11T18:57:44.654Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [2020-12-11T18:57:45.473Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-061793e918c55ec5b) in /home/ubuntu/workspace/moby_PR-41783 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [Pipeline] // stage [Pipeline] // stage [2020-12-11T18:57:45.560Z] using credential docker-jenkins-github-credentials [2020-12-11T18:57:45.563Z] Running on ppc64le-ubuntu-22 in /home/docker/workspace/moby_PR-41783 [2020-12-11T18:57:45.568Z] Running on s390x-ubuntu-14 in /home/jenkins/workspace/moby_PR-41783 [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] } [Pipeline] { [Pipeline] { [2020-12-11T18:57:45.638Z] Fetching changes from the remote Git repository [Pipeline] checkout [Pipeline] checkout [Pipeline] // stage [Pipeline] // stage [2020-12-11T18:57:45.682Z] Fetching without tags [2020-12-11T18:57:45.689Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2020-12-11T18:57:45.694Z] using credential docker-jenkins-github-credentials [2020-12-11T18:57:45.703Z] Cloning the remote Git repository [2020-12-11T18:57:45.703Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [2020-12-11T18:57:45.707Z] Cloning the remote Git repository [2020-12-11T18:57:45.707Z] Cloning with configured refspecs honoured and without tags Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2020-12-11T18:57:46.253Z] Merging remotes/origin/master commit d17cf2192c2cda0fa11040b8801a6407636072b8 into PR head commit 5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T18:57:45.564Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-12-11T18:57:45.642Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-11T18:57:45.682Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-11T18:57:45.682Z] > git --version # timeout=10 [2020-12-11T18:57:45.723Z] > git --version # 'git version 2.17.1' [2020-12-11T18:57:45.724Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-11T18:57:45.725Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41783/head:refs/remotes/origin/PR-41783 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T18:57:46.252Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T18:57:46.272Z] > git checkout -f 5fd8d701ceff35235fc447ca9433b44f855d688d # timeout=10 [2020-12-11T18:57:46.379Z] > git remote # timeout=10 [2020-12-11T18:57:46.400Z] > git config --get remote.origin.url # timeout=10 [2020-12-11T18:57:46.429Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-11T18:57:46.430Z] > git merge d17cf2192c2cda0fa11040b8801a6407636072b8 # timeout=10 [2020-12-11T18:57:46.495Z] Merge succeeded, producing 5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T18:57:46.496Z] Checking out Revision 5fd8d701ceff35235fc447ca9433b44f855d688d (PR-41783) [2020-12-11T18:57:46.463Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-11T18:57:46.495Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T18:57:46.516Z] > git checkout -f 5fd8d701ceff35235fc447ca9433b44f855d688d # timeout=10 [2020-12-11T18:57:46.643Z] Commit message: "Vendor in libnetwork changes" [2020-12-11T18:57:45.709Z] Cloning repository https://github.com/moby/moby.git [2020-12-11T18:57:45.709Z] > git init /home/docker/workspace/moby_PR-41783 # timeout=10 [2020-12-11T18:57:45.718Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-11T18:57:45.718Z] > git --version # timeout=10 [2020-12-11T18:57:45.721Z] > git --version # 'git version 2.7.4' [2020-12-11T18:57:45.721Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-11T18:57:45.722Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41783/head:refs/remotes/origin/PR-41783 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T18:57:45.712Z] Cloning repository https://github.com/moby/moby.git [2020-12-11T18:57:45.712Z] > git init /home/jenkins/workspace/moby_PR-41783 # timeout=10 [2020-12-11T18:57:45.737Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-11T18:57:45.737Z] > git --version # timeout=10 [2020-12-11T18:57:45.738Z] > git --version # 'git version 2.17.1' [2020-12-11T18:57:45.738Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-11T18:57:45.743Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41783/head:refs/remotes/origin/PR-41783 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T18:57:46.655Z] > git --version # timeout=10 [2020-12-11T18:57:46.676Z] > git --version # 'git version 2.17.1' [2020-12-11T18:57:46.697Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-12-11T18:57:47.479Z] + [ PR != PR ] [2020-12-11T18:57:47.479Z] + [ master != master ] [2020-12-11T18:57:47.479Z] + [ = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-12-11T18:57:47.821Z] + docker version [2020-12-11T18:57:47.822Z] Client: Docker Engine - Community [2020-12-11T18:57:47.822Z] Version: 19.03.13 [2020-12-11T18:57:47.822Z] API version: 1.40 [2020-12-11T18:57:47.822Z] Go version: go1.13.15 [2020-12-11T18:57:47.822Z] Git commit: 4484c46d9d [2020-12-11T18:57:47.822Z] Built: Wed Sep 16 17:02:36 2020 [2020-12-11T18:57:47.822Z] OS/Arch: linux/amd64 [2020-12-11T18:57:47.822Z] Experimental: false [2020-12-11T18:57:47.822Z] [2020-12-11T18:57:47.822Z] Server: Docker Engine - Community [2020-12-11T18:57:47.822Z] Engine: [2020-12-11T18:57:47.822Z] Version: 19.03.13 [2020-12-11T18:57:47.822Z] API version: 1.40 (minimum version 1.12) [2020-12-11T18:57:47.822Z] Go version: go1.13.15 [2020-12-11T18:57:47.822Z] Git commit: 4484c46d9d [2020-12-11T18:57:47.822Z] Built: Wed Sep 16 17:01:06 2020 [2020-12-11T18:57:47.822Z] OS/Arch: linux/amd64 [2020-12-11T18:57:47.822Z] Experimental: true [2020-12-11T18:57:47.822Z] containerd: [2020-12-11T18:57:47.822Z] Version: 1.3.7 [2020-12-11T18:57:47.822Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-12-11T18:57:47.822Z] runc: [2020-12-11T18:57:47.822Z] Version: 1.0.0-rc10 [2020-12-11T18:57:47.822Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-12-11T18:57:47.822Z] docker-init: [2020-12-11T18:57:47.822Z] Version: 0.18.0 [2020-12-11T18:57:47.822Z] GitCommit: fec3683 [Pipeline] sh [2020-12-11T18:57:48.135Z] + docker info [2020-12-11T18:57:54.906Z] Fetching without tags [2020-12-11T18:57:54.873Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-11T18:57:54.875Z] > git config --add remote.origin.fetch +refs/pull/41783/head:refs/remotes/origin/PR-41783 # timeout=10 [2020-12-11T18:57:54.876Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T18:57:54.890Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-11T18:57:54.911Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-11T18:57:54.911Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-11T18:57:54.911Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41783/head:refs/remotes/origin/PR-41783 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T18:57:55.213Z] Merging remotes/origin/master commit d17cf2192c2cda0fa11040b8801a6407636072b8 into PR head commit 5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T18:57:55.714Z] Merge succeeded, producing 5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T18:57:55.714Z] Checking out Revision 5fd8d701ceff35235fc447ca9433b44f855d688d (PR-41783) [2020-12-11T18:57:56.180Z] Commit message: "Vendor in libnetwork changes" [2020-12-11T18:57:56.228Z] > git --version # timeout=10 [2020-12-11T18:57:56.232Z] > git --version # 'git version 2.17.1' [2020-12-11T18:57:56.245Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2020-12-11T18:57:55.218Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T18:57:55.219Z] > git checkout -f 5fd8d701ceff35235fc447ca9433b44f855d688d # timeout=10 [2020-12-11T18:57:55.683Z] > git remote # timeout=10 [2020-12-11T18:57:55.688Z] > git config --get remote.origin.url # timeout=10 [2020-12-11T18:57:55.691Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-11T18:57:55.691Z] > git merge d17cf2192c2cda0fa11040b8801a6407636072b8 # timeout=10 [2020-12-11T18:57:55.704Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-11T18:57:55.719Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T18:57:55.723Z] > git checkout -f 5fd8d701ceff35235fc447ca9433b44f855d688d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-12-11T18:57:57.118Z] + docker version [2020-12-11T18:57:57.118Z] Client: Docker Engine - Community [2020-12-11T18:57:57.118Z] Version: 19.03.7 [2020-12-11T18:57:57.118Z] API version: 1.40 [2020-12-11T18:57:57.118Z] Go version: go1.12.17 [2020-12-11T18:57:57.118Z] Git commit: 7141c199a2 [2020-12-11T18:57:57.118Z] Built: Sat Mar 7 16:48:47 2020 [2020-12-11T18:57:57.118Z] OS/Arch: linux/s390x [2020-12-11T18:57:57.118Z] Experimental: false [2020-12-11T18:57:57.118Z] [2020-12-11T18:57:57.118Z] Server: Docker Engine - Community [2020-12-11T18:57:57.118Z] Engine: [2020-12-11T18:57:57.118Z] Version: 19.03.7 [2020-12-11T18:57:57.118Z] API version: 1.40 (minimum version 1.12) [2020-12-11T18:57:57.118Z] Go version: go1.12.17 [2020-12-11T18:57:57.118Z] Git commit: 7141c199a2 [2020-12-11T18:57:57.118Z] Built: Sat Mar 7 16:47:46 2020 [2020-12-11T18:57:57.118Z] OS/Arch: linux/s390x [2020-12-11T18:57:57.118Z] Experimental: true [2020-12-11T18:57:57.118Z] containerd: [2020-12-11T18:57:57.118Z] Version: 1.2.13 [2020-12-11T18:57:57.118Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-12-11T18:57:57.118Z] runc: [2020-12-11T18:57:57.118Z] Version: 1.0.0-rc10 [2020-12-11T18:57:57.118Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-12-11T18:57:57.118Z] docker-init: [2020-12-11T18:57:57.118Z] Version: 0.18.0 [2020-12-11T18:57:57.118Z] GitCommit: fec3683 [Pipeline] sh [2020-12-11T18:57:57.497Z] + docker info [2020-12-11T18:57:58.131Z] Client: [2020-12-11T18:57:58.132Z] Debug Mode: false [2020-12-11T18:57:58.132Z] [2020-12-11T18:57:58.132Z] Server: [2020-12-11T18:57:58.132Z] Containers: 0 [2020-12-11T18:57:58.132Z] Running: 0 [2020-12-11T18:57:58.132Z] Paused: 0 [2020-12-11T18:57:58.132Z] Stopped: 0 [2020-12-11T18:57:58.132Z] Images: 0 [2020-12-11T18:57:58.132Z] Server Version: 19.03.7 [2020-12-11T18:57:58.132Z] Storage Driver: overlay2 [2020-12-11T18:57:58.132Z] Backing Filesystem: [2020-12-11T18:57:58.132Z] Supports d_type: true [2020-12-11T18:57:58.132Z] Native Overlay Diff: true [2020-12-11T18:57:58.132Z] Logging Driver: json-file [2020-12-11T18:57:58.132Z] Cgroup Driver: cgroupfs [2020-12-11T18:57:58.132Z] Plugins: [2020-12-11T18:57:58.132Z] Volume: local [2020-12-11T18:57:58.132Z] Network: bridge host ipvlan macvlan null overlay [2020-12-11T18:57:58.132Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-12-11T18:57:58.132Z] Swarm: inactive [2020-12-11T18:57:58.132Z] Runtimes: runc [2020-12-11T18:57:58.132Z] Default Runtime: runc [2020-12-11T18:57:58.132Z] Init Binary: docker-init [2020-12-11T18:57:58.132Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-12-11T18:57:58.132Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-12-11T18:57:58.132Z] init version: fec3683 [2020-12-11T18:57:58.132Z] Security Options: [2020-12-11T18:57:58.132Z] apparmor [2020-12-11T18:57:58.132Z] seccomp [2020-12-11T18:57:58.132Z] Profile: default [2020-12-11T18:57:58.132Z] Kernel Version: 4.15.0-91-generic [2020-12-11T18:57:58.132Z] Operating System: Ubuntu 18.04.4 LTS [2020-12-11T18:57:58.132Z] OSType: linux [2020-12-11T18:57:58.132Z] Architecture: s390x [2020-12-11T18:57:58.132Z] CPUs: 2 [2020-12-11T18:57:58.132Z] Total Memory: 7.861GiB [2020-12-11T18:57:58.132Z] Name: s390x-ubuntu-14 [2020-12-11T18:57:58.132Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-12-11T18:57:58.132Z] Docker Root Dir: /var/lib/docker [2020-12-11T18:57:58.132Z] Debug Mode: false [2020-12-11T18:57:58.132Z] Registry: https://index.docker.io/v1/ [2020-12-11T18:57:58.132Z] Labels: [2020-12-11T18:57:58.132Z] Experimental: true [2020-12-11T18:57:58.132Z] Insecure Registries: [2020-12-11T18:57:58.132Z] 127.0.0.0/8 [2020-12-11T18:57:58.132Z] Live Restore Enabled: false [2020-12-11T18:57:58.132Z] [2020-12-11T18:57:58.132Z] WARNING: No swap limit support [Pipeline] sh [2020-12-11T18:57:58.510Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-11T18:57:58.510Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-11T18:57:58.510Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41783/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-12-11T18:57:58.802Z] + bash /home/jenkins/workspace/moby_PR-41783/check-config.sh [2020-12-11T18:57:58.802Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-12-11T18:57:58.802Z] info: reading kernel config from /boot/config-4.15.0-91-generic ... [2020-12-11T18:57:58.802Z] [2020-12-11T18:57:58.802Z] Generally Necessary: [2020-12-11T18:57:58.802Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-12-11T18:57:58.802Z] - apparmor: enabled and tools installed [2020-12-11T18:57:58.802Z] - CONFIG_NAMESPACES: enabled [2020-12-11T18:57:58.802Z] - CONFIG_NET_NS: enabled [2020-12-11T18:57:58.802Z] - CONFIG_PID_NS: enabled [2020-12-11T18:57:58.802Z] - CONFIG_IPC_NS: enabled [2020-12-11T18:57:58.802Z] - CONFIG_UTS_NS: enabled [2020-12-11T18:57:58.802Z] - CONFIG_CGROUPS: enabled [2020-12-11T18:57:58.802Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-12-11T18:57:58.802Z] - CONFIG_CGROUP_DEVICE: enabled [2020-12-11T18:57:58.802Z] - CONFIG_CGROUP_FREEZER: enabled [2020-12-11T18:57:58.802Z] - CONFIG_CGROUP_SCHED: enabled [2020-12-11T18:57:58.802Z] - CONFIG_CPUSETS: enabled [2020-12-11T18:57:58.802Z] - CONFIG_MEMCG: enabled [2020-12-11T18:57:58.802Z] - CONFIG_KEYS: enabled [2020-12-11T18:57:58.802Z] - CONFIG_VETH: enabled (as module) [2020-12-11T18:57:58.802Z] - CONFIG_BRIDGE: enabled (as module) [2020-12-11T18:57:58.802Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-12-11T18:57:58.802Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-12-11T18:57:58.802Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-12-11T18:57:58.802Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-12-11T18:57:58.802Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-12-11T18:57:58.802Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-12-11T18:57:58.802Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-12-11T18:57:58.802Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-12-11T18:57:58.802Z] - CONFIG_NF_NAT: enabled (as module) [2020-12-11T18:57:58.802Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-12-11T18:57:58.802Z] - CONFIG_POSIX_MQUEUE: enabled [2020-12-11T18:57:58.802Z] [2020-12-11T18:57:58.802Z] Optional Features: [2020-12-11T18:57:58.802Z] - CONFIG_USER_NS: enabled [2020-12-11T18:57:58.802Z] - CONFIG_SECCOMP: enabled [2020-12-11T18:57:58.802Z] - CONFIG_CGROUP_PIDS: enabled [2020-12-11T18:57:58.802Z] - CONFIG_MEMCG_SWAP: enabled [2020-12-11T18:57:58.802Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-12-11T18:57:58.802Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-12-11T18:57:58.802Z] - CONFIG_BLK_CGROUP: enabled [2020-12-11T18:57:58.802Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-12-11T18:57:58.802Z] - CONFIG_IOSCHED_CFQ: enabled [2020-12-11T18:57:58.802Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-12-11T18:57:58.802Z] - CONFIG_CGROUP_PERF: enabled [2020-12-11T18:57:58.802Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-12-11T18:57:58.802Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-12-11T18:57:58.802Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-12-11T18:57:58.802Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-12-11T18:57:58.802Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-12-11T18:57:58.802Z] - CONFIG_RT_GROUP_SCHED: missing [2020-12-11T18:57:58.802Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-12-11T18:57:58.802Z] - CONFIG_IP_VS: enabled (as module) [2020-12-11T18:57:58.802Z] - CONFIG_IP_VS_NFCT: enabled [2020-12-11T18:57:58.802Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-12-11T18:57:58.802Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-12-11T18:57:58.802Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-12-11T18:57:58.802Z] - CONFIG_EXT4_FS: enabled [2020-12-11T18:57:58.802Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-12-11T18:57:58.802Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-12-11T18:57:58.802Z] - Network Drivers: [2020-12-11T18:57:58.802Z] - "overlay": [2020-12-11T18:57:58.802Z] - CONFIG_VXLAN: enabled (as module) [2020-12-11T18:57:58.802Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-12-11T18:57:58.802Z] Optional (for encrypted networks): [2020-12-11T18:57:59.095Z] - CONFIG_CRYPTO: enabled [2020-12-11T18:57:59.095Z] - CONFIG_CRYPTO_AEAD: enabled [2020-12-11T18:57:59.096Z] - CONFIG_CRYPTO_GCM: enabled [2020-12-11T18:57:59.096Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-12-11T18:57:59.096Z] - CONFIG_CRYPTO_GHASH: enabled [2020-12-11T18:57:59.096Z] - CONFIG_XFRM: enabled [2020-12-11T18:57:59.096Z] - CONFIG_XFRM_USER: enabled (as module) [2020-12-11T18:57:59.096Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-12-11T18:57:59.096Z] - CONFIG_INET_ESP: enabled (as module) [2020-12-11T18:57:59.096Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-12-11T18:57:59.096Z] - "ipvlan": [2020-12-11T18:57:59.096Z] - CONFIG_IPVLAN: enabled (as module) [2020-12-11T18:57:59.096Z] - "macvlan": [2020-12-11T18:57:59.096Z] - CONFIG_MACVLAN: enabled (as module) [2020-12-11T18:57:59.096Z] - CONFIG_DUMMY: enabled (as module) [2020-12-11T18:57:59.096Z] - "ftp,tftp client in container": [2020-12-11T18:57:59.096Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-12-11T18:57:59.096Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-12-11T18:57:59.096Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-12-11T18:57:59.096Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-12-11T18:57:59.096Z] - Storage Drivers: [2020-12-11T18:57:59.096Z] - "aufs": [2020-12-11T18:57:59.096Z] - CONFIG_AUFS_FS: enabled (as module) [2020-12-11T18:57:59.096Z] - "btrfs": [2020-12-11T18:57:59.096Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-12-11T18:57:59.096Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-12-11T18:57:59.096Z] - "devicemapper": [2020-12-11T18:57:59.096Z] - CONFIG_BLK_DEV_DM: enabled [2020-12-11T18:57:59.096Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-12-11T18:57:59.096Z] - "overlay": [2020-12-11T18:57:59.096Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-12-11T18:57:59.096Z] - "zfs": [2020-12-11T18:57:59.096Z] - /dev/zfs: missing [2020-12-11T18:57:59.096Z] - zfs command: missing [2020-12-11T18:57:59.096Z] - zpool command: missing [2020-12-11T18:57:59.096Z] [2020-12-11T18:57:59.096Z] Limits: [2020-12-11T18:57:59.096Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-12-11T18:57:59.096Z] [2020-12-11T18:57:59.096Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-12-11T18:57:59.521Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5fd8d701ceff35235fc447ca9433b44f855d688d . [2020-12-11T18:57:59.521Z] #2 [internal] load build definition from Dockerfile [2020-12-11T18:57:59.521Z] #2 transferring dockerfile: 16.58kB 0.0s done [2020-12-11T18:57:59.521Z] #2 DONE 0.1s [2020-12-11T18:57:59.521Z] [2020-12-11T18:57:59.521Z] #1 [internal] load .dockerignore [2020-12-11T18:57:59.521Z] #1 transferring context: 87B 0.0s done [2020-12-11T18:57:59.521Z] #1 DONE 0.1s [2020-12-11T18:57:59.521Z] [2020-12-11T18:57:59.521Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-12-11T18:57:59.812Z] #3 DONE 0.2s [2020-12-11T18:57:59.812Z] [2020-12-11T18:57:59.812Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-12-11T18:57:59.812Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-12-11T18:58:00.104Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-12-11T18:58:00.104Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done [2020-12-11T18:58:00.104Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done [2020-12-11T18:58:00.104Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0B / 8.88MB 0.1s [2020-12-11T18:58:00.104Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s [2020-12-11T18:58:00.104Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 [2020-12-11T18:58:00.105Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s done [2020-12-11T18:58:00.396Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.2s done [2020-12-11T18:58:00.396Z] #4 DONE 0.6s [2020-12-11T18:58:00.473Z] Still waiting to schedule task [2020-12-11T18:58:00.473Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-061793e918c55ec5b)’ [2020-12-11T18:58:00.474Z] Still waiting to schedule task [2020-12-11T18:58:00.474Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-061793e918c55ec5b)’ [2020-12-11T18:58:00.479Z] Still waiting to schedule task [2020-12-11T18:58:00.479Z] All nodes of label ‘arm64&&linux’ are offline [2020-12-11T18:58:00.480Z] Still waiting to schedule task [2020-12-11T18:58:00.480Z] All nodes of label ‘windows-2019’ are offline [2020-12-11T18:58:00.687Z] [2020-12-11T18:58:00.688Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-12-11T18:58:01.008Z] #7 DONE 0.1s [2020-12-11T18:58:01.008Z] [2020-12-11T18:58:01.008Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-12-11T18:58:01.008Z] #6 DONE 0.1s [2020-12-11T18:58:01.008Z] [2020-12-11T18:58:01.008Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-12-11T18:58:01.008Z] #5 DONE 0.2s [2020-12-11T18:58:01.008Z] [2020-12-11T18:58:01.008Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-12-11T18:58:01.008Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-12-11T18:58:01.008Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-12-11T18:58:01.008Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-12-11T18:58:01.728Z] #60 ... [2020-12-11T18:58:01.728Z] [2020-12-11T18:58:01.728Z] #21 [internal] load build context [2020-12-11T18:58:01.728Z] #21 transferring context: 53.17MB 0.8s done [2020-12-11T18:58:01.728Z] #21 DONE 0.8s [2020-12-11T18:58:02.061Z] [2020-12-11T18:58:02.061Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T18:58:02.061Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-12-11T18:58:02.061Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-12-11T18:58:02.061Z] #8 sha256:34df2acbe7473a9a58120e63c8a0547be2460d33f88557496252c423301f85f8 1.79kB / 1.79kB done [2020-12-11T18:58:02.061Z] #8 sha256:2ccfa7a81d7b4297306fdd2a1fe1763c321c9273784674a28766b86687198484 6.19kB / 6.19kB done [2020-12-11T18:58:02.061Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 40.20MB / 48.97MB 1.0s [2020-12-11T18:58:02.061Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 7.39MB / 7.39MB 0.3s done [2020-12-11T18:58:02.061Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 9.88MB / 9.88MB 0.3s done [2020-12-11T18:58:02.061Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 25.91MB / 51.38MB 1.0s [2020-12-11T18:58:02.061Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 22.67MB / 56.74MB 1.0s [2020-12-11T18:58:02.061Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 44.23MB / 48.97MB 1.1s [2020-12-11T18:58:02.061Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 30.20MB / 51.38MB 1.1s [2020-12-11T18:58:02.061Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 26.13MB / 56.74MB 1.1s [2020-12-11T18:58:02.391Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 1.3s [2020-12-11T18:58:02.391Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 39.39MB / 51.38MB 1.3s [2020-12-11T18:58:02.391Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 34.69MB / 56.74MB 1.3s [2020-12-11T18:58:02.391Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 1.3s done [2020-12-11T18:58:02.391Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 44.70MB / 51.38MB 1.4s [2020-12-11T18:58:02.391Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 38.58MB / 56.74MB 1.4s [2020-12-11T18:58:02.391Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 0B / 102.23MB 1.4s [2020-12-11T18:58:02.391Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 48.61MB / 51.38MB 1.5s [2020-12-11T18:58:02.391Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 41.93MB / 56.74MB 1.5s [2020-12-11T18:58:02.391Z] #8 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 [2020-12-11T18:58:02.724Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 1.6s [2020-12-11T18:58:02.724Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 47.15MB / 56.74MB 1.6s [2020-12-11T18:58:02.724Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 8.12MB / 102.23MB 1.6s [2020-12-11T18:58:02.724Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 1.6s done [2020-12-11T18:58:02.724Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 52.14MB / 56.74MB 1.7s [2020-12-11T18:58:02.724Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 14.91MB / 102.23MB 1.7s [2020-12-11T18:58:02.724Z] #8 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 1.6s done [2020-12-11T18:58:02.724Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.55MB / 56.74MB 1.8s [2020-12-11T18:58:02.724Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 20.46MB / 102.23MB 1.8s [2020-12-11T18:58:03.054Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 26.79MB / 102.23MB 1.9s [2020-12-11T18:58:03.054Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 1.9s done [2020-12-11T18:58:03.054Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 34.26MB / 102.23MB 2.0s [2020-12-11T18:58:03.054Z] Client: [2020-12-11T18:58:03.054Z] Debug Mode: false [2020-12-11T18:58:03.054Z] [2020-12-11T18:58:03.054Z] Server: [2020-12-11T18:58:03.054Z] Containers: 0 [2020-12-11T18:58:03.054Z] Running: 0 [2020-12-11T18:58:03.054Z] Paused: 0 [2020-12-11T18:58:03.054Z] Stopped: 0 [2020-12-11T18:58:03.054Z] Images: 1 [2020-12-11T18:58:03.054Z] Server Version: 19.03.13 [2020-12-11T18:58:03.054Z] Storage Driver: overlay2 [2020-12-11T18:58:03.054Z] Backing Filesystem: extfs [2020-12-11T18:58:03.054Z] Supports d_type: true [2020-12-11T18:58:03.054Z] Native Overlay Diff: true [2020-12-11T18:58:03.054Z] Logging Driver: json-file [2020-12-11T18:58:03.054Z] Cgroup Driver: cgroupfs [2020-12-11T18:58:03.054Z] Plugins: [2020-12-11T18:58:03.054Z] Volume: local [2020-12-11T18:58:03.054Z] Network: bridge host ipvlan macvlan null overlay [2020-12-11T18:58:03.054Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-12-11T18:58:03.054Z] Swarm: inactive [2020-12-11T18:58:03.054Z] Runtimes: runc [2020-12-11T18:58:03.054Z] Default Runtime: runc [2020-12-11T18:58:03.054Z] Init Binary: docker-init [2020-12-11T18:58:03.054Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-12-11T18:58:03.054Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-12-11T18:58:03.054Z] init version: fec3683 [2020-12-11T18:58:03.054Z] Security Options: [2020-12-11T18:58:03.054Z] apparmor [2020-12-11T18:58:03.054Z] seccomp [2020-12-11T18:58:03.054Z] Profile: default [2020-12-11T18:58:03.054Z] Kernel Version: 5.4.0-1025-aws [2020-12-11T18:58:03.054Z] Operating System: Ubuntu 18.04.5 LTS [2020-12-11T18:58:03.054Z] OSType: linux [2020-12-11T18:58:03.054Z] Architecture: x86_64 [2020-12-11T18:58:03.054Z] CPUs: 2 [2020-12-11T18:58:03.054Z] Total Memory: 7.487GiB [2020-12-11T18:58:03.054Z] Name: ip-10-100-127-217 [2020-12-11T18:58:03.054Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-12-11T18:58:03.054Z] Docker Root Dir: /var/lib/docker [2020-12-11T18:58:03.054Z] Debug Mode: false [2020-12-11T18:58:03.054Z] Registry: https://index.docker.io/v1/ [2020-12-11T18:58:03.054Z] Labels: [2020-12-11T18:58:03.054Z] Experimental: true [2020-12-11T18:58:03.054Z] Insecure Registries: [2020-12-11T18:58:03.054Z] 127.0.0.0/8 [2020-12-11T18:58:03.054Z] Live Restore Enabled: true [2020-12-11T18:58:03.054Z] [2020-12-11T18:58:03.054Z] WARNING: No swap limit support [Pipeline] sh [2020-12-11T18:58:03.276Z] Fetching without tags [2020-12-11T18:58:03.245Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-11T18:58:03.249Z] > git config --add remote.origin.fetch +refs/pull/41783/head:refs/remotes/origin/PR-41783 # timeout=10 [2020-12-11T18:58:03.252Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T18:58:03.268Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-11T18:58:03.282Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-11T18:58:03.282Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-11T18:58:03.283Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41783/head:refs/remotes/origin/PR-41783 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T18:58:03.353Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-11T18:58:03.353Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-11T18:58:03.353Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41783/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-12-11T18:58:03.388Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 47.26MB / 102.23MB 2.3s [2020-12-11T18:58:03.388Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 53.19MB / 102.23MB 2.4s [2020-12-11T18:58:03.388Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 61.57MB / 102.23MB 2.5s [2020-12-11T18:58:03.695Z] Merging remotes/origin/master commit d17cf2192c2cda0fa11040b8801a6407636072b8 into PR head commit 5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T18:58:03.709Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 67.24MB / 102.23MB 2.6s [2020-12-11T18:58:03.709Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 73.85MB / 102.23MB 2.7s [2020-12-11T18:58:03.709Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 80.37MB / 102.23MB 2.8s [2020-12-11T18:58:04.012Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 91.58MB / 102.23MB 2.9s [2020-12-11T18:58:04.012Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 3.0s [2020-12-11T18:58:04.012Z] #8 ... [2020-12-11T18:58:04.012Z] [2020-12-11T18:58:04.012Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-12-11T18:58:04.012Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 2.2s done [2020-12-11T18:58:04.012Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.6s done [2020-12-11T18:58:04.012Z] #60 DONE 3.1s [2020-12-11T18:58:04.012Z] [2020-12-11T18:58:04.012Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T18:58:04.292Z] + bash /home/ubuntu/workspace/moby_PR-41783/check-config.sh [2020-12-11T18:58:04.292Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-12-11T18:58:04.292Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-12-11T18:58:04.292Z] [2020-12-11T18:58:04.292Z] Generally Necessary: [2020-12-11T18:58:04.292Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-12-11T18:58:04.292Z] - apparmor: enabled and tools installed [2020-12-11T18:58:04.292Z] - CONFIG_NAMESPACES: enabled [2020-12-11T18:58:04.292Z] - CONFIG_NET_NS: enabled [2020-12-11T18:58:04.292Z] - CONFIG_PID_NS: enabled [2020-12-11T18:58:04.292Z] - CONFIG_IPC_NS: enabled [2020-12-11T18:58:04.292Z] - CONFIG_UTS_NS: enabled [2020-12-11T18:58:04.292Z] - CONFIG_CGROUPS: enabled [2020-12-11T18:58:04.292Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-12-11T18:58:04.292Z] - CONFIG_CGROUP_DEVICE: enabled [2020-12-11T18:58:04.292Z] - CONFIG_CGROUP_FREEZER: enabled [2020-12-11T18:58:04.292Z] - CONFIG_CGROUP_SCHED: enabled [2020-12-11T18:58:04.292Z] - CONFIG_CPUSETS: enabled [2020-12-11T18:58:04.292Z] - CONFIG_MEMCG: enabled [2020-12-11T18:58:04.292Z] - CONFIG_KEYS: enabled [2020-12-11T18:58:04.292Z] - CONFIG_VETH: enabled (as module) [2020-12-11T18:58:04.292Z] - CONFIG_BRIDGE: enabled (as module) [2020-12-11T18:58:04.292Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-12-11T18:58:04.292Z] - CONFIG_NF_NAT_IPV4: missing [2020-12-11T18:58:04.292Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-12-11T18:58:04.292Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-12-11T18:58:04.292Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-12-11T18:58:04.292Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-12-11T18:58:04.292Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-12-11T18:58:04.292Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-12-11T18:58:04.304Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 3.1s done [2020-12-11T18:58:04.304Z] #8 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 2.0s done [2020-12-11T18:58:04.553Z] - CONFIG_NF_NAT: enabled (as module) [2020-12-11T18:58:04.553Z] - CONFIG_NF_NAT_NEEDED: missing [2020-12-11T18:58:04.553Z] - CONFIG_POSIX_MQUEUE: enabled [2020-12-11T18:58:04.553Z] [2020-12-11T18:58:04.553Z] Optional Features: [2020-12-11T18:58:04.553Z] - CONFIG_USER_NS: enabled [2020-12-11T18:58:04.553Z] - CONFIG_SECCOMP: enabled [2020-12-11T18:58:04.553Z] - CONFIG_CGROUP_PIDS: enabled [2020-12-11T18:58:04.553Z] - CONFIG_MEMCG_SWAP: enabled [2020-12-11T18:58:04.553Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-12-11T18:58:04.553Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-12-11T18:58:04.553Z] - CONFIG_BLK_CGROUP: enabled [2020-12-11T18:58:04.553Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-12-11T18:58:04.553Z] - CONFIG_IOSCHED_CFQ: missing [2020-12-11T18:58:04.553Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-12-11T18:58:04.553Z] - CONFIG_CGROUP_PERF: enabled [2020-12-11T18:58:04.553Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-12-11T18:58:04.553Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-12-11T18:58:04.553Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-12-11T18:58:04.553Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-12-11T18:58:04.553Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-12-11T18:58:04.553Z] - CONFIG_RT_GROUP_SCHED: missing [2020-12-11T18:58:04.553Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-12-11T18:58:04.553Z] - CONFIG_IP_VS: enabled (as module) [2020-12-11T18:58:04.553Z] - CONFIG_IP_VS_NFCT: enabled [2020-12-11T18:58:04.553Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-12-11T18:58:04.553Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-12-11T18:58:04.553Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-12-11T18:58:04.553Z] - CONFIG_EXT4_FS: enabled [2020-12-11T18:58:04.553Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-12-11T18:58:04.553Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-12-11T18:58:04.553Z] - Network Drivers: [2020-12-11T18:58:04.553Z] - "overlay": [2020-12-11T18:58:04.554Z] - CONFIG_VXLAN: enabled (as module) [2020-12-11T18:58:04.554Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-12-11T18:58:04.554Z] Optional (for encrypted networks): [2020-12-11T18:58:04.595Z] #8 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 [2020-12-11T18:58:04.624Z] Merge succeeded, producing 5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T18:58:04.624Z] Checking out Revision 5fd8d701ceff35235fc447ca9433b44f855d688d (PR-41783) [2020-12-11T18:58:04.813Z] - CONFIG_CRYPTO: enabled [2020-12-11T18:58:04.814Z] - CONFIG_CRYPTO_AEAD: enabled [2020-12-11T18:58:04.814Z] - CONFIG_CRYPTO_GCM: enabled [2020-12-11T18:58:04.814Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-12-11T18:58:04.814Z] - CONFIG_CRYPTO_GHASH: enabled [2020-12-11T18:58:04.814Z] - CONFIG_XFRM: enabled [2020-12-11T18:58:04.814Z] - CONFIG_XFRM_USER: enabled (as module) [2020-12-11T18:58:04.814Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-12-11T18:58:04.814Z] - CONFIG_INET_ESP: enabled (as module) [2020-12-11T18:58:04.814Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-12-11T18:58:04.814Z] - "ipvlan": [2020-12-11T18:58:04.814Z] - CONFIG_IPVLAN: enabled (as module) [2020-12-11T18:58:04.814Z] - "macvlan": [2020-12-11T18:58:04.814Z] - CONFIG_MACVLAN: enabled (as module) [2020-12-11T18:58:04.814Z] - CONFIG_DUMMY: enabled (as module) [2020-12-11T18:58:04.814Z] - "ftp,tftp client in container": [2020-12-11T18:58:04.814Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-12-11T18:58:04.814Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-12-11T18:58:04.814Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-12-11T18:58:04.814Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-12-11T18:58:04.814Z] - Storage Drivers: [2020-12-11T18:58:04.814Z] - "aufs": [2020-12-11T18:58:04.814Z] - CONFIG_AUFS_FS: enabled (as module) [2020-12-11T18:58:04.814Z] - "btrfs": [2020-12-11T18:58:04.814Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-12-11T18:58:04.814Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-12-11T18:58:04.814Z] - "devicemapper": [2020-12-11T18:58:04.814Z] - CONFIG_BLK_DEV_DM: enabled [2020-12-11T18:58:04.814Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-12-11T18:58:04.814Z] - "overlay": [2020-12-11T18:58:04.814Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-12-11T18:58:04.814Z] - "zfs": [2020-12-11T18:58:04.814Z] - /dev/zfs: present [2020-12-11T18:58:04.814Z] - zfs command: missing [2020-12-11T18:58:04.814Z] - zpool command: missing [2020-12-11T18:58:04.814Z] [2020-12-11T18:58:04.814Z] Limits: [2020-12-11T18:58:04.814Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-12-11T18:58:04.814Z] [2020-12-11T18:58:04.814Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-12-11T18:58:04.886Z] #8 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0.4s done [2020-12-11T18:58:05.153Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5fd8d701ceff35235fc447ca9433b44f855d688d . [2020-12-11T18:58:05.153Z] #2 [internal] load build definition from Dockerfile [2020-12-11T18:58:05.153Z] #2 transferring dockerfile: 16.58kB done [2020-12-11T18:58:05.153Z] #2 DONE 0.0s [2020-12-11T18:58:05.153Z] [2020-12-11T18:58:05.153Z] #1 [internal] load .dockerignore [2020-12-11T18:58:05.153Z] #1 transferring context: 87B done [2020-12-11T18:58:05.153Z] #1 DONE 0.0s [2020-12-11T18:58:05.153Z] [2020-12-11T18:58:05.153Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-12-11T18:58:05.178Z] #8 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc [2020-12-11T18:58:03.701Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T18:58:03.704Z] > git checkout -f 5fd8d701ceff35235fc447ca9433b44f855d688d # timeout=10 [2020-12-11T18:58:04.581Z] > git remote # timeout=10 [2020-12-11T18:58:04.584Z] > git config --get remote.origin.url # timeout=10 [2020-12-11T18:58:04.586Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-11T18:58:04.587Z] > git merge d17cf2192c2cda0fa11040b8801a6407636072b8 # timeout=10 [2020-12-11T18:58:04.609Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-11T18:58:04.630Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T18:58:04.633Z] > git checkout -f 5fd8d701ceff35235fc447ca9433b44f855d688d # timeout=10 [2020-12-11T18:58:05.335Z] Commit message: "Vendor in libnetwork changes" [2020-12-11T18:58:05.386Z] > git --version # timeout=10 [2020-12-11T18:58:05.388Z] > git --version # 'git version 2.7.4' [2020-12-11T18:58:05.390Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2020-12-11T18:58:05.413Z] #3 DONE 0.3s [2020-12-11T18:58:05.413Z] [2020-12-11T18:58:05.413Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-12-11T18:58:05.414Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-12-11T18:58:05.469Z] #8 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0.5s done [2020-12-11T18:58:05.674Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-12-11T18:58:05.674Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-12-11T18:58:05.674Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-12-11T18:58:05.674Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 6.06MB / 8.88MB 0.1s [2020-12-11T18:58:05.674Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s [2020-12-11T18:58:05.760Z] #8 ... [2020-12-11T18:58:05.760Z] [2020-12-11T18:58:05.760Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-11T18:58:05.760Z] #24 resolve docker.io/library/debian:buster@sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 done [2020-12-11T18:58:05.760Z] #24 sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 1.85kB / 1.85kB done [2020-12-11T18:58:05.760Z] #24 sha256:4dd501c606584f9790dd8647e92ba1fc0dd879488225927cdeb79c34eaed6cf1 529B / 529B done [2020-12-11T18:58:05.760Z] #24 sha256:ad1a256857fd775dff080dfa2976eb4206dd82cd17685e928c4419470cde15ce 1.46kB / 1.46kB done [2020-12-11T18:58:05.760Z] #24 sha256:b8cd59e115fe85cdffdb9750beb150c189e768249dc100d22cab4733fb0c7247 48.97MB / 48.97MB 2.8s done [2020-12-11T18:58:05.760Z] #24 extracting sha256:b8cd59e115fe85cdffdb9750beb150c189e768249dc100d22cab4733fb0c7247 1.8s done [2020-12-11T18:58:05.760Z] #24 DONE 4.9s [2020-12-11T18:58:05.760Z] [2020-12-11T18:58:05.760Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T18:58:05.760Z] #8 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-12-11T18:58:05.934Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done [2020-12-11T18:58:05.934Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.1s [2020-12-11T18:58:06.198Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done [2020-12-11T18:58:06.235Z] + docker version [2020-12-11T18:58:06.235Z] Client: [2020-12-11T18:58:06.235Z] Version: 18.06.1-ce [2020-12-11T18:58:06.235Z] API version: 1.38 [2020-12-11T18:58:06.235Z] Go version: go1.10.3 [2020-12-11T18:58:06.235Z] Git commit: e68fc7a [2020-12-11T18:58:06.235Z] Built: Tue Aug 21 17:26:10 2018 [2020-12-11T18:58:06.235Z] OS/Arch: linux/ppc64le [2020-12-11T18:58:06.235Z] Experimental: false [2020-12-11T18:58:06.235Z] [2020-12-11T18:58:06.235Z] Server: [2020-12-11T18:58:06.235Z] Engine: [2020-12-11T18:58:06.235Z] Version: 18.06.1-ce [2020-12-11T18:58:06.235Z] API version: 1.38 (minimum version 1.12) [2020-12-11T18:58:06.235Z] Go version: go1.10.3 [2020-12-11T18:58:06.235Z] Git commit: e68fc7a [2020-12-11T18:58:06.235Z] Built: Tue Aug 21 17:24:20 2018 [2020-12-11T18:58:06.235Z] OS/Arch: linux/ppc64le [2020-12-11T18:58:06.235Z] Experimental: true [Pipeline] sh [2020-12-11T18:58:06.458Z] #4 DONE 0.8s [2020-12-11T18:58:06.458Z] [2020-12-11T18:58:06.458Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-12-11T18:58:06.615Z] + docker info [2020-12-11T18:58:06.615Z] Containers: 0 [2020-12-11T18:58:06.615Z] Running: 0 [2020-12-11T18:58:06.615Z] Paused: 0 [2020-12-11T18:58:06.615Z] Stopped: 0 [2020-12-11T18:58:06.615Z] Images: 0 [2020-12-11T18:58:06.615Z] Server Version: 18.06.1-ce [2020-12-11T18:58:06.615Z] Storage Driver: overlay2 [2020-12-11T18:58:06.615Z] Backing Filesystem: extfs [2020-12-11T18:58:06.615Z] Supports d_type: true [2020-12-11T18:58:06.615Z] Native Overlay Diff: true [2020-12-11T18:58:06.615Z] Logging Driver: json-file [2020-12-11T18:58:06.615Z] Cgroup Driver: cgroupfs [2020-12-11T18:58:06.615Z] Plugins: [2020-12-11T18:58:06.615Z] Volume: local [2020-12-11T18:58:06.615Z] Network: bridge host ipvlan macvlan null overlay [2020-12-11T18:58:06.615Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-12-11T18:58:06.615Z] Swarm: inactive [2020-12-11T18:58:06.615Z] Runtimes: runc [2020-12-11T18:58:06.615Z] Default Runtime: runc [2020-12-11T18:58:06.615Z] Init Binary: docker-init [2020-12-11T18:58:06.615Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-12-11T18:58:06.615Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-12-11T18:58:06.615Z] init version: fec3683 [2020-12-11T18:58:06.615Z] Security Options: [2020-12-11T18:58:06.615Z] apparmor [2020-12-11T18:58:06.615Z] seccomp [2020-12-11T18:58:06.615Z] Profile: default [2020-12-11T18:58:06.615Z] Kernel Version: 4.4.0-139-generic [2020-12-11T18:58:06.615Z] Operating System: Ubuntu 16.04.3 LTS [2020-12-11T18:58:06.615Z] OSType: linux [2020-12-11T18:58:06.615Z] Architecture: ppc64le [2020-12-11T18:58:06.615Z] CPUs: 4 [2020-12-11T18:58:06.615Z] Total Memory: 7.972GiB [2020-12-11T18:58:06.615Z] Name: ppc64le-ubuntu-22 [2020-12-11T18:58:06.615Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-12-11T18:58:06.615Z] Docker Root Dir: /var/lib/docker [2020-12-11T18:58:06.615Z] Debug Mode (client): false [2020-12-11T18:58:06.615Z] Debug Mode (server): false [2020-12-11T18:58:06.615Z] Registry: https://index.docker.io/v1/ [2020-12-11T18:58:06.615Z] Labels: [2020-12-11T18:58:06.615Z] Experimental: true [2020-12-11T18:58:06.615Z] Insecure Registries: [2020-12-11T18:58:06.615Z] 127.0.0.0/8 [2020-12-11T18:58:06.615Z] Live Restore Enabled: false [2020-12-11T18:58:06.615Z] [Pipeline] sh [2020-12-11T18:58:06.718Z] #7 DONE 0.3s [2020-12-11T18:58:06.718Z] [2020-12-11T18:58:06.718Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-12-11T18:58:06.978Z] #6 DONE 0.5s [2020-12-11T18:58:06.978Z] [2020-12-11T18:58:06.978Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-12-11T18:58:06.978Z] #5 DONE 0.6s [2020-12-11T18:58:06.978Z] [2020-12-11T18:58:06.978Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-12-11T18:58:06.978Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-12-11T18:58:06.978Z] #60 DONE 0.0s [2020-12-11T18:58:06.978Z] [2020-12-11T18:58:06.978Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-11T18:58:06.978Z] #24 DONE 0.0s [2020-12-11T18:58:06.978Z] [2020-12-11T18:58:06.978Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T18:58:06.978Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-12-11T18:58:06.993Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-11T18:58:06.993Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-11T18:58:06.993Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41783/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-12-11T18:58:06.993Z] + bash /home/docker/workspace/moby_PR-41783/check-config.sh [2020-12-11T18:58:06.993Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-12-11T18:58:06.993Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2020-12-11T18:58:06.993Z] [2020-12-11T18:58:06.993Z] Generally Necessary: [2020-12-11T18:58:06.993Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-12-11T18:58:06.993Z] - apparmor: enabled and tools installed [2020-12-11T18:58:06.993Z] - CONFIG_NAMESPACES: enabled [2020-12-11T18:58:06.993Z] - CONFIG_NET_NS: enabled [2020-12-11T18:58:06.993Z] - CONFIG_PID_NS: enabled [2020-12-11T18:58:06.993Z] - CONFIG_IPC_NS: enabled [2020-12-11T18:58:06.993Z] - CONFIG_UTS_NS: enabled [2020-12-11T18:58:06.993Z] - CONFIG_CGROUPS: enabled [2020-12-11T18:58:06.993Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-12-11T18:58:06.993Z] - CONFIG_CGROUP_DEVICE: enabled [2020-12-11T18:58:06.993Z] - CONFIG_CGROUP_FREEZER: enabled [2020-12-11T18:58:06.993Z] - CONFIG_CGROUP_SCHED: enabled [2020-12-11T18:58:06.993Z] - CONFIG_CPUSETS: enabled [2020-12-11T18:58:06.993Z] - CONFIG_MEMCG: enabled [2020-12-11T18:58:06.993Z] - CONFIG_KEYS: enabled [2020-12-11T18:58:07.287Z] - CONFIG_VETH: enabled (as module) [2020-12-11T18:58:07.287Z] - CONFIG_BRIDGE: enabled (as module) [2020-12-11T18:58:07.287Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-12-11T18:58:07.287Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-12-11T18:58:07.287Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-12-11T18:58:07.287Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-12-11T18:58:07.287Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-12-11T18:58:07.287Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-12-11T18:58:07.287Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-12-11T18:58:07.287Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-12-11T18:58:07.287Z] - CONFIG_NF_NAT: enabled (as module) [2020-12-11T18:58:07.287Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-12-11T18:58:07.287Z] - CONFIG_POSIX_MQUEUE: enabled [2020-12-11T18:58:07.287Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-12-11T18:58:07.287Z] [2020-12-11T18:58:07.288Z] Optional Features: [2020-12-11T18:58:07.288Z] - CONFIG_USER_NS: enabled [2020-12-11T18:58:07.288Z] - CONFIG_SECCOMP: enabled [2020-12-11T18:58:07.288Z] - CONFIG_CGROUP_PIDS: enabled [2020-12-11T18:58:07.288Z] - CONFIG_MEMCG_SWAP: enabled [2020-12-11T18:58:07.288Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-12-11T18:58:07.288Z] (cgroup swap accounting is currently enabled) [2020-12-11T18:58:07.288Z] - CONFIG_MEMCG_KMEM: enabled [2020-12-11T18:58:07.288Z] - CONFIG_BLK_CGROUP: enabled [2020-12-11T18:58:07.288Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-12-11T18:58:07.288Z] - CONFIG_IOSCHED_CFQ: enabled [2020-12-11T18:58:07.288Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-12-11T18:58:07.288Z] - CONFIG_CGROUP_PERF: enabled [2020-12-11T18:58:07.288Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-12-11T18:58:07.288Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-12-11T18:58:07.288Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-12-11T18:58:07.288Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-12-11T18:58:07.288Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-12-11T18:58:07.288Z] - CONFIG_RT_GROUP_SCHED: missing [2020-12-11T18:58:07.288Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-12-11T18:58:07.288Z] - CONFIG_IP_VS: enabled (as module) [2020-12-11T18:58:07.288Z] - CONFIG_IP_VS_NFCT: enabled [2020-12-11T18:58:07.288Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-12-11T18:58:07.288Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-12-11T18:58:07.288Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-12-11T18:58:07.288Z] - CONFIG_EXT4_FS: enabled [2020-12-11T18:58:07.288Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-12-11T18:58:07.288Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-12-11T18:58:07.288Z] - Network Drivers: [2020-12-11T18:58:07.288Z] - "overlay": [2020-12-11T18:58:07.288Z] - CONFIG_VXLAN: enabled (as module) [2020-12-11T18:58:07.288Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-12-11T18:58:07.288Z] Optional (for encrypted networks): [2020-12-11T18:58:07.551Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 3.38MB / 7.81MB 0.2s [2020-12-11T18:58:07.552Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-12-11T18:58:07.552Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-12-11T18:58:07.552Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-12-11T18:58:07.552Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.2s [2020-12-11T18:58:07.552Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.3s done [2020-12-11T18:58:07.552Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 786.43kB / 10.00MB 0.4s [2020-12-11T18:58:07.578Z] - CONFIG_CRYPTO: enabled [2020-12-11T18:58:07.578Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-12-11T18:58:07.578Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-12-11T18:58:07.578Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-12-11T18:58:07.578Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-12-11T18:58:07.578Z] - CONFIG_XFRM: enabled [2020-12-11T18:58:07.578Z] - CONFIG_XFRM_USER: enabled (as module) [2020-12-11T18:58:07.578Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-12-11T18:58:07.578Z] - CONFIG_INET_ESP: enabled (as module) [2020-12-11T18:58:07.578Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-12-11T18:58:07.578Z] - "ipvlan": [2020-12-11T18:58:07.578Z] - CONFIG_IPVLAN: enabled (as module) [2020-12-11T18:58:07.578Z] - "macvlan": [2020-12-11T18:58:07.578Z] - CONFIG_MACVLAN: enabled (as module) [2020-12-11T18:58:07.578Z] - CONFIG_DUMMY: enabled (as module) [2020-12-11T18:58:07.578Z] - "ftp,tftp client in container": [2020-12-11T18:58:07.578Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-12-11T18:58:07.578Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-12-11T18:58:07.578Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-12-11T18:58:07.578Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-12-11T18:58:07.578Z] - Storage Drivers: [2020-12-11T18:58:07.578Z] - "aufs": [2020-12-11T18:58:07.578Z] - CONFIG_AUFS_FS: enabled (as module) [2020-12-11T18:58:07.578Z] - "btrfs": [2020-12-11T18:58:07.578Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-12-11T18:58:07.578Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-12-11T18:58:07.578Z] - "devicemapper": [2020-12-11T18:58:07.578Z] - CONFIG_BLK_DEV_DM: enabled [2020-12-11T18:58:07.578Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-12-11T18:58:07.578Z] - "overlay": [2020-12-11T18:58:07.578Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-12-11T18:58:07.578Z] - "zfs": [2020-12-11T18:58:07.578Z] - /dev/zfs: missing [2020-12-11T18:58:07.578Z] - zfs command: missing [2020-12-11T18:58:07.578Z] - zpool command: missing [2020-12-11T18:58:07.578Z] [2020-12-11T18:58:07.578Z] Limits: [2020-12-11T18:58:07.578Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-12-11T18:58:07.578Z] [2020-12-11T18:58:07.578Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-12-11T18:58:07.814Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 3.62MB / 10.00MB 0.5s [2020-12-11T18:58:07.814Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 9.03MB / 50.40MB 0.7s [2020-12-11T18:58:07.814Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.7s done [2020-12-11T18:58:07.814Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.42MB / 51.83MB 0.7s [2020-12-11T18:58:07.814Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 0.7s [2020-12-11T18:58:07.875Z] #8 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 1.7s done [2020-12-11T18:58:07.876Z] #8 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 [2020-12-11T18:58:08.002Z] + make bundles/buildx [2020-12-11T18:58:08.077Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 15.07MB / 50.40MB 0.8s [2020-12-11T18:58:08.077Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 9.41MB / 51.83MB 0.8s [2020-12-11T18:58:08.077Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 18.26MB / 50.40MB 0.9s [2020-12-11T18:58:08.077Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 15.67MB / 51.83MB 0.9s [2020-12-11T18:58:08.077Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.83MB / 68.67MB 0.9s [2020-12-11T18:58:08.297Z] make: command: Command not found [2020-12-11T18:58:08.297Z] make: command: Command not found [2020-12-11T18:58:08.297Z] mkdir bundles [2020-12-11T18:58:08.297Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-12-11T18:58:08.297Z] --build-arg BUILDX_COMMIT \ [2020-12-11T18:58:08.297Z] --build-arg BUILDX_REPO \ [2020-12-11T18:58:08.297Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-12-11T18:58:08.297Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-12-11T18:58:08.297Z] . [2020-12-11T18:58:08.297Z] /bin/sh: 4: go: not found [2020-12-11T18:58:08.297Z] /bin/sh: 5: go: not found [2020-12-11T18:58:08.340Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 22.05MB / 50.40MB 1.0s [2020-12-11T18:58:08.340Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 19.22MB / 51.83MB 1.0s [2020-12-11T18:58:08.340Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 26.91MB / 50.40MB 1.1s [2020-12-11T18:58:08.340Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 23.57MB / 51.83MB 1.1s [2020-12-11T18:58:08.340Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 12.70MB / 68.67MB 1.1s [2020-12-11T18:58:08.603Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 35.75MB / 50.40MB 1.3s [2020-12-11T18:58:08.603Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 31.77MB / 51.83MB 1.3s [2020-12-11T18:58:08.603Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 23.01MB / 68.67MB 1.3s [2020-12-11T18:58:08.603Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 39.86MB / 50.40MB 1.4s [2020-12-11T18:58:08.603Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 37.26MB / 51.83MB 1.4s [2020-12-11T18:58:08.603Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 29.09MB / 68.67MB 1.4s [2020-12-11T18:58:08.866Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 40.11MB / 51.83MB 1.5s [2020-12-11T18:58:08.866Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 48.03MB / 50.40MB 1.6s [2020-12-11T18:58:08.866Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 46.57MB / 51.83MB 1.6s [2020-12-11T18:58:08.866Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 36.00MB / 68.67MB 1.6s [2020-12-11T18:58:08.866Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 1.8s [2020-12-11T18:58:08.866Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 43.90MB / 68.67MB 1.8s [2020-12-11T18:58:09.135Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 57.31MB / 68.67MB 2.0s [2020-12-11T18:58:09.397Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 62.89MB / 68.67MB 2.1s [2020-12-11T18:58:09.397Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.2s [2020-12-11T18:58:09.951Z] #8 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 1.9s done [2020-12-11T18:58:09.951Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 [2020-12-11T18:58:10.360Z] #8 ... [2020-12-11T18:58:10.360Z] [2020-12-11T18:58:10.360Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-12-11T18:58:10.360Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-12-11T18:58:10.360Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-12-11T18:58:10.360Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.6s done [2020-12-11T18:58:10.360Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.0s done [2020-12-11T18:58:10.360Z] #60 DONE 3.2s [2020-12-11T18:58:10.360Z] [2020-12-11T18:58:10.360Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T18:58:10.360Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 3.0s done [2020-12-11T18:58:10.360Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.0s done [2020-12-11T18:58:10.360Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.1s done [2020-12-11T18:58:10.360Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.2s done [2020-12-11T18:58:10.360Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.57MB / 120.17MB 3.2s [2020-12-11T18:58:10.396Z] Sending build context to Docker daemon 58.05MB [2020-12-11T18:58:10.396Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2020-12-11T18:58:10.396Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1 [2020-12-11T18:58:10.396Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-12-11T18:58:10.396Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2020-12-11T18:58:10.396Z] 1.13.15-buster: Pulling from library/golang [2020-12-11T18:58:10.621Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2020-12-11T18:58:10.621Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 14.04MB / 120.17MB 3.5s [2020-12-11T18:58:10.688Z] db4e2d8d5901: Pulling fs layer [2020-12-11T18:58:10.688Z] dfe2d012519c: Pulling fs layer [2020-12-11T18:58:10.688Z] 5d8f1d1f9197: Pulling fs layer [2020-12-11T18:58:10.688Z] 1301750ffb48: Pulling fs layer [2020-12-11T18:58:10.688Z] dc5c6edc9cff: Pulling fs layer [2020-12-11T18:58:10.688Z] 3c370c2e2f82: Pulling fs layer [2020-12-11T18:58:10.688Z] 5ffb2f5886e2: Pulling fs layer [2020-12-11T18:58:10.688Z] 1301750ffb48: Waiting [2020-12-11T18:58:10.688Z] dc5c6edc9cff: Waiting [2020-12-11T18:58:10.688Z] 3c370c2e2f82: Waiting [2020-12-11T18:58:10.688Z] 5ffb2f5886e2: Waiting [2020-12-11T18:58:10.881Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 20.80MB / 120.17MB 3.7s [2020-12-11T18:58:10.990Z] dfe2d012519c: Verifying Checksum [2020-12-11T18:58:10.990Z] dfe2d012519c: Download complete [2020-12-11T18:58:11.139Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 28.33MB / 120.17MB 4.0s [2020-12-11T18:58:11.284Z] 5d8f1d1f9197: Verifying Checksum [2020-12-11T18:58:11.284Z] 5d8f1d1f9197: Download complete [2020-12-11T18:58:11.752Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 38.34MB / 120.17MB 4.4s [2020-12-11T18:58:11.752Z] #8 ... [2020-12-11T18:58:11.752Z] [2020-12-11T18:58:11.752Z] #21 [internal] load build context [2020-12-11T18:58:11.752Z] #21 transferring context: 53.17MB 4.2s done [2020-12-11T18:58:11.752Z] #21 DONE 4.6s [2020-12-11T18:58:11.752Z] [2020-12-11T18:58:11.752Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T18:58:12.011Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 46.32MB / 120.17MB 4.8s [2020-12-11T18:58:12.271Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 53.26MB / 120.17MB 5.1s [2020-12-11T18:58:12.532Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 64.92MB / 120.17MB 5.4s [2020-12-11T18:58:12.532Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 71.71MB / 120.17MB 5.5s [2020-12-11T18:58:12.860Z] db4e2d8d5901: Verifying Checksum [2020-12-11T18:58:12.860Z] db4e2d8d5901: Download complete [2020-12-11T18:58:13.107Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 82.45MB / 120.17MB 5.7s [2020-12-11T18:58:13.107Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 95.89MB / 120.17MB 5.9s [2020-12-11T18:58:13.368Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 107.33MB / 120.17MB 6.2s [2020-12-11T18:58:13.482Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 3.4s done [2020-12-11T18:58:13.482Z] #8 ... [2020-12-11T18:58:13.482Z] [2020-12-11T18:58:13.482Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-11T18:58:13.482Z] #25 0.514 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T18:58:13.482Z] #25 0.577 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T18:58:13.482Z] #25 0.607 Get:3 http://security.debian.org/debian-security buster/updates/main s390x Packages [226 kB] [2020-12-11T18:58:13.482Z] #25 0.677 Get:4 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T18:58:13.482Z] #25 0.770 Get:5 http://deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-12-11T18:58:13.482Z] #25 1.280 Get:6 http://deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-12-11T18:58:13.482Z] #25 2.272 Fetched 8095 kB in 2s (4551 kB/s) [2020-12-11T18:58:13.482Z] #25 2.272 Reading package lists... [2020-12-11T18:58:13.482Z] #25 2.719 Reading package lists... [2020-12-11T18:58:13.482Z] #25 3.152 Building dependency tree... [2020-12-11T18:58:13.482Z] #25 3.274 The following additional packages will be installed: [2020-12-11T18:58:13.482Z] #25 3.274 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-12-11T18:58:13.482Z] #25 3.274 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-12-11T18:58:13.482Z] #25 3.274 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-12-11T18:58:13.482Z] #25 3.274 Suggested packages: [2020-12-11T18:58:13.482Z] #25 3.274 krb5-doc krb5-user [2020-12-11T18:58:13.482Z] #25 3.274 Recommended packages: [2020-12-11T18:58:13.482Z] #25 3.274 krb5-locales publicsuffix libsasl2-modules [2020-12-11T18:58:13.482Z] #25 3.403 The following NEW packages will be installed: [2020-12-11T18:58:13.482Z] #25 3.403 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-12-11T18:58:13.482Z] #25 3.403 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-12-11T18:58:13.482Z] #25 3.403 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-12-11T18:58:13.482Z] #25 3.403 libssh2-1 libssl1.1 openssl [2020-12-11T18:58:13.482Z] #25 3.430 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2020-12-11T18:58:13.482Z] #25 3.430 Need to get 4592 kB of archives. [2020-12-11T18:58:13.482Z] #25 3.430 After this operation, 11.9 MB of additional disk space will be used. [2020-12-11T18:58:13.482Z] #25 3.430 Get:1 http://security.debian.org/debian-security buster/updates/main s390x libssl1.1 s390x 1.1.1d-0+deb10u4 [1199 kB] [2020-12-11T18:58:13.482Z] #25 3.478 Get:2 http://security.debian.org/debian-security buster/updates/main s390x openssl s390x 1.1.1d-0+deb10u4 [827 kB] [2020-12-11T18:58:13.482Z] #25 3.489 Get:3 http://deb.debian.org/debian buster-updates/main s390x ca-certificates all 20200601~deb10u1 [158 kB] [2020-12-11T18:58:13.482Z] #25 3.594 Get:4 http://deb.debian.org/debian buster/main s390x libkeyutils1 s390x 1.6-6 [14.7 kB] [2020-12-11T18:58:13.482Z] #25 3.595 Get:5 http://deb.debian.org/debian buster/main s390x libkrb5support0 s390x 1.17-3+deb10u1 [64.7 kB] [2020-12-11T18:58:13.482Z] #25 3.601 Get:6 http://deb.debian.org/debian buster/main s390x libk5crypto3 s390x 1.17-3+deb10u1 [120 kB] [2020-12-11T18:58:13.482Z] #25 3.637 Get:7 http://deb.debian.org/debian buster/main s390x libkrb5-3 s390x 1.17-3+deb10u1 [346 kB] [2020-12-11T18:58:13.482Z] #25 3.678 Get:8 http://deb.debian.org/debian buster/main s390x libgssapi-krb5-2 s390x 1.17-3+deb10u1 [146 kB] [2020-12-11T18:58:13.482Z] #25 3.678 Get:9 http://deb.debian.org/debian buster/main s390x libsasl2-modules-db s390x 2.1.27+dfsg-1+deb10u1 [68.2 kB] [2020-12-11T18:58:13.482Z] #25 3.678 Get:10 http://deb.debian.org/debian buster/main s390x libsasl2-2 s390x 2.1.27+dfsg-1+deb10u1 [103 kB] [2020-12-11T18:58:13.482Z] #25 3.691 Get:11 http://deb.debian.org/debian buster/main s390x libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-12-11T18:58:13.482Z] #25 3.691 Get:12 http://deb.debian.org/debian buster/main s390x libldap-2.4-2 s390x 2.4.47+dfsg-3+deb10u4 [213 kB] [2020-12-11T18:58:13.482Z] #25 3.702 Get:13 http://deb.debian.org/debian buster/main s390x libnghttp2-14 s390x 1.36.0-2+deb10u1 [80.8 kB] [2020-12-11T18:58:13.482Z] #25 3.702 Get:14 http://deb.debian.org/debian buster/main s390x libpsl5 s390x 0.20.2-2 [53.5 kB] [2020-12-11T18:58:13.482Z] #25 3.727 Get:15 http://deb.debian.org/debian buster/main s390x librtmp1 s390x 2.4+20151223.gitfa8646d.1-2 [56.6 kB] [2020-12-11T18:58:13.482Z] #25 3.727 Get:16 http://deb.debian.org/debian buster/main s390x libssh2-1 s390x 1.8.0-2.1 [132 kB] [2020-12-11T18:58:13.482Z] #25 3.727 Get:17 http://deb.debian.org/debian buster/main s390x libcurl4 s390x 7.64.0-4+deb10u1 [309 kB] [2020-12-11T18:58:13.482Z] #25 3.729 Get:18 http://deb.debian.org/debian buster/main s390x curl s390x 7.64.0-4+deb10u1 [260 kB] [2020-12-11T18:58:13.482Z] #25 3.732 Get:19 http://deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-12-11T18:58:13.482Z] #25 3.734 Get:20 http://deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-12-11T18:58:13.482Z] #25 3.757 Get:21 http://deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-12-11T18:58:13.482Z] #25 3.858 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T18:58:13.482Z] #25 3.883 Fetched 4592 kB in 0s (13.4 MB/s) [2020-12-11T18:58:13.482Z] #25 3.901 Selecting previously unselected package libssl1.1:s390x. [2020-12-11T18:58:13.482Z] #25 3.901 (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.) [2020-12-11T18:58:13.482Z] #25 3.902 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u4_s390x.deb ... [2020-12-11T18:58:13.482Z] #25 3.906 Unpacking libssl1.1:s390x (1.1.1d-0+deb10u4) ... [2020-12-11T18:58:13.482Z] #25 4.023 Selecting previously unselected package openssl. [2020-12-11T18:58:13.482Z] #25 4.023 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u4_s390x.deb ... [2020-12-11T18:58:13.482Z] #25 4.025 Unpacking openssl (1.1.1d-0+deb10u4) ... [2020-12-11T18:58:13.482Z] #25 4.182 Selecting previously unselected package ca-certificates. [2020-12-11T18:58:13.482Z] #25 4.183 Preparing to unpack .../02-ca-certificates_20200601~deb10u1_all.deb ... [2020-12-11T18:58:13.482Z] #25 4.186 Unpacking ca-certificates (20200601~deb10u1) ... [2020-12-11T18:58:13.482Z] #25 4.240 Selecting previously unselected package libkeyutils1:s390x. [2020-12-11T18:58:13.482Z] #25 4.241 Preparing to unpack .../03-libkeyutils1_1.6-6_s390x.deb ... [2020-12-11T18:58:13.482Z] #25 4.243 Unpacking libkeyutils1:s390x (1.6-6) ... [2020-12-11T18:58:13.482Z] #25 4.263 Selecting previously unselected package libkrb5support0:s390x. [2020-12-11T18:58:13.482Z] #25 4.264 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_s390x.deb ... [2020-12-11T18:58:13.482Z] #25 4.267 Unpacking libkrb5support0:s390x (1.17-3+deb10u1) ... [2020-12-11T18:58:13.482Z] #25 4.295 Selecting previously unselected package libk5crypto3:s390x. [2020-12-11T18:58:13.482Z] #25 4.295 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_s390x.deb ... [2020-12-11T18:58:13.482Z] #25 4.298 Unpacking libk5crypto3:s390x (1.17-3+deb10u1) ... [2020-12-11T18:58:13.482Z] #25 4.332 Selecting previously unselected package libkrb5-3:s390x. [2020-12-11T18:58:13.482Z] #25 4.332 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_s390x.deb ... [2020-12-11T18:58:13.482Z] #25 4.335 Unpacking libkrb5-3:s390x (1.17-3+deb10u1) ... [2020-12-11T18:58:13.482Z] #25 4.392 Selecting previously unselected package libgssapi-krb5-2:s390x. [2020-12-11T18:58:13.482Z] #25 4.393 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_s390x.deb ... [2020-12-11T18:58:13.482Z] #25 4.396 Unpacking libgssapi-krb5-2:s390x (1.17-3+deb10u1) ... [2020-12-11T18:58:13.482Z] #25 4.431 Selecting previously unselected package libsasl2-modules-db:s390x. [2020-12-11T18:58:13.482Z] #25 4.431 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2020-12-11T18:58:13.482Z] #25 4.434 Unpacking libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T18:58:13.482Z] #25 4.466 Selecting previously unselected package libsasl2-2:s390x. [2020-12-11T18:58:13.482Z] #25 4.466 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2020-12-11T18:58:13.482Z] #25 4.469 Unpacking libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T18:58:13.482Z] #25 4.504 Selecting previously unselected package libldap-common. [2020-12-11T18:58:13.482Z] #25 4.504 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-12-11T18:58:13.482Z] #25 4.507 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T18:58:13.482Z] #25 4.540 Selecting previously unselected package libldap-2.4-2:s390x. [2020-12-11T18:58:13.482Z] #25 4.540 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_s390x.deb ... [2020-12-11T18:58:13.482Z] #25 4.543 Unpacking libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T18:58:13.482Z] #25 4.594 Selecting previously unselected package libnghttp2-14:s390x. [2020-12-11T18:58:13.482Z] #25 4.594 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_s390x.deb ... [2020-12-11T18:58:13.482Z] #25 4.597 Unpacking libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2020-12-11T18:58:13.482Z] #25 4.623 Selecting previously unselected package libpsl5:s390x. [2020-12-11T18:58:13.482Z] #25 4.623 Preparing to unpack .../13-libpsl5_0.20.2-2_s390x.deb ... [2020-12-11T18:58:13.482Z] #25 4.630 Unpacking libpsl5:s390x (0.20.2-2) ... [2020-12-11T18:58:13.483Z] #25 4.649 Selecting previously unselected package librtmp1:s390x. [2020-12-11T18:58:13.483Z] #25 4.649 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_s390x.deb ... [2020-12-11T18:58:13.483Z] #25 4.656 Unpacking librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2020-12-11T18:58:13.483Z] #25 4.676 Selecting previously unselected package libssh2-1:s390x. [2020-12-11T18:58:13.483Z] #25 4.676 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_s390x.deb ... [2020-12-11T18:58:13.483Z] #25 4.679 Unpacking libssh2-1:s390x (1.8.0-2.1) ... [2020-12-11T18:58:13.483Z] #25 4.713 Selecting previously unselected package libcurl4:s390x. [2020-12-11T18:58:13.483Z] #25 4.713 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_s390x.deb ... [2020-12-11T18:58:13.483Z] #25 4.720 Unpacking libcurl4:s390x (7.64.0-4+deb10u1) ... [2020-12-11T18:58:13.483Z] #25 4.766 Selecting previously unselected package curl. [2020-12-11T18:58:13.483Z] #25 4.766 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_s390x.deb ... [2020-12-11T18:58:13.483Z] #25 4.769 Unpacking curl (7.64.0-4+deb10u1) ... [2020-12-11T18:58:13.483Z] #25 4.809 Selecting previously unselected package libonig5:s390x. [2020-12-11T18:58:13.483Z] #25 4.809 Preparing to unpack .../18-libonig5_6.9.1-1_s390x.deb ... [2020-12-11T18:58:13.483Z] #25 4.812 Unpacking libonig5:s390x (6.9.1-1) ... [2020-12-11T18:58:13.483Z] #25 4.931 Selecting previously unselected package libjq1:s390x. [2020-12-11T18:58:13.483Z] #25 4.931 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-12-11T18:58:13.483Z] #25 4.937 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-12-11T18:58:13.483Z] #25 5.068 Selecting previously unselected package jq. [2020-12-11T18:58:13.483Z] #25 5.068 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-12-11T18:58:13.483Z] #25 5.097 Unpacking jq (1.5+dfsg-2+b1) ... [2020-12-11T18:58:13.483Z] #25 5.160 Setting up libkeyutils1:s390x (1.6-6) ... [2020-12-11T18:58:13.483Z] #25 5.225 Setting up libpsl5:s390x (0.20.2-2) ... [2020-12-11T18:58:13.483Z] #25 5.292 Setting up libssl1.1:s390x (1.1.1d-0+deb10u4) ... [2020-12-11T18:58:13.483Z] #25 5.430 Setting up libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2020-12-11T18:58:13.483Z] #25 5.500 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T18:58:13.483Z] #25 5.532 Setting up libkrb5support0:s390x (1.17-3+deb10u1) ... [2020-12-11T18:58:13.483Z] #25 5.538 Setting up libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T18:58:13.483Z] #25 5.544 Setting up librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2020-12-11T18:58:13.483Z] #25 5.550 Setting up libk5crypto3:s390x (1.17-3+deb10u1) ... [2020-12-11T18:58:13.483Z] #25 5.557 Setting up libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T18:58:13.483Z] #25 5.564 Setting up libssh2-1:s390x (1.8.0-2.1) ... [2020-12-11T18:58:13.483Z] #25 5.570 Setting up libkrb5-3:s390x (1.17-3+deb10u1) ... [2020-12-11T18:58:13.483Z] #25 5.576 Setting up openssl (1.1.1d-0+deb10u4) ... [2020-12-11T18:58:13.483Z] #25 5.588 Setting up libonig5:s390x (6.9.1-1) ... [2020-12-11T18:58:13.483Z] #25 5.594 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-12-11T18:58:13.483Z] #25 5.600 Setting up libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T18:58:13.483Z] #25 5.607 Setting up ca-certificates (20200601~deb10u1) ... [2020-12-11T18:58:13.483Z] #25 6.014 Updating certificates in /etc/ssl/certs... [2020-12-11T18:58:13.483Z] #25 6.501 126 added, 0 removed; done. [2020-12-11T18:58:13.483Z] #25 6.540 Setting up libgssapi-krb5-2:s390x (1.17-3+deb10u1) ... [2020-12-11T18:58:13.483Z] #25 6.548 Setting up jq (1.5+dfsg-2+b1) ... [2020-12-11T18:58:13.483Z] #25 6.555 Setting up libcurl4:s390x (7.64.0-4+deb10u1) ... [2020-12-11T18:58:13.483Z] #25 6.562 Setting up curl (7.64.0-4+deb10u1) ... [2020-12-11T18:58:13.483Z] #25 6.570 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T18:58:13.483Z] #25 6.581 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-12-11T18:58:13.483Z] #25 6.586 Updating certificates in /etc/ssl/certs... [2020-12-11T18:58:13.483Z] #25 7.130 0 added, 0 removed; done. [2020-12-11T18:58:13.483Z] #25 7.130 Running hooks in /etc/ca-certificates/update.d... [2020-12-11T18:58:13.483Z] #25 7.137 done. [2020-12-11T18:58:13.628Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 116.21MB / 120.17MB 6.4s [2020-12-11T18:58:14.197Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.8s done [2020-12-11T18:58:14.390Z] 1301750ffb48: Verifying Checksum [2020-12-11T18:58:14.390Z] 1301750ffb48: Download complete [2020-12-11T18:58:14.518Z] #25 DONE 8.6s [2020-12-11T18:58:14.518Z] [2020-12-11T18:58:14.518Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T18:58:14.518Z] #8 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0.0s done [2020-12-11T18:58:14.518Z] #8 DONE 13.5s [2020-12-11T18:58:14.518Z] [2020-12-11T18:58:14.518Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-12-11T18:58:14.687Z] 5ffb2f5886e2: Verifying Checksum [2020-12-11T18:58:14.687Z] 5ffb2f5886e2: Download complete [2020-12-11T18:58:14.809Z] #9 ... [2020-12-11T18:58:14.809Z] [2020-12-11T18:58:14.809Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-12-11T18:58:14.809Z] #26 DONE 0.1s [2020-12-11T18:58:14.809Z] [2020-12-11T18:58:14.809Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T18:58:14.982Z] dc5c6edc9cff: Verifying Checksum [2020-12-11T18:58:15.105Z] #27 ... [2020-12-11T18:58:15.105Z] [2020-12-11T18:58:15.105Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-12-11T18:58:15.105Z] #9 DONE 0.6s [2020-12-11T18:58:15.396Z] [2020-12-11T18:58:15.396Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-12-11T18:58:15.579Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.1s [2020-12-11T18:58:15.690Z] #10 DONE 0.7s [2020-12-11T18:58:15.690Z] [2020-12-11T18:58:15.690Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T18:58:15.690Z] #27 ... [2020-12-11T18:58:15.690Z] [2020-12-11T18:58:15.690Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-12-11T18:58:15.690Z] #37 DONE 0.1s [2020-12-11T18:58:15.690Z] [2020-12-11T18:58:15.690Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-12-11T18:58:15.690Z] #29 DONE 0.1s [2020-12-11T18:58:15.983Z] [2020-12-11T18:58:15.983Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T18:58:15.983Z] #27 1.336 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-12-11T18:58:15.983Z] #27 1.500 [2020-12-11T18:58:16.891Z] #27 1.616 ###### 8.8% ##################### 30.3% ##################################### 51.8% ####################################################### 77.8% ####################################################################### 99.0% ######################################################################## 100.0% [2020-12-11T18:58:16.891Z] #27 2.194 [2020-12-11T18:58:17.109Z] db4e2d8d5901: Pull complete [2020-12-11T18:58:17.185Z] #27 2.370 ####################################### 55.4% ######################################################################## 100.0% [2020-12-11T18:58:17.185Z] #27 2.494 [2020-12-11T18:58:17.477Z] #27 2.607 ## 3.5% ################################################ 66.8% ######################################################################## 100.0% [2020-12-11T18:58:17.487Z] #8 ... [2020-12-11T18:58:17.487Z] [2020-12-11T18:58:17.487Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-11T18:58:17.487Z] #24 resolve docker.io/library/debian:buster@sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 done [2020-12-11T18:58:17.487Z] #24 sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 1.85kB / 1.85kB done [2020-12-11T18:58:17.487Z] #24 sha256:5b5fa7e155b1f19dffb996ea64e55520b80d5bd7a8fdb5aed1acabd217e9ed59 529B / 529B done [2020-12-11T18:58:17.487Z] #24 sha256:6d6b00c22231693c9b87e79986d562874446bf10182206e4621e23ca8dfa8e1c 1.46kB / 1.46kB done [2020-12-11T18:58:17.487Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 50.40MB / 50.40MB 5.7s done [2020-12-11T18:58:17.487Z] #24 extracting sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 3.7s [2020-12-11T18:58:17.487Z] #24 ... [2020-12-11T18:58:17.487Z] [2020-12-11T18:58:17.487Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T18:58:17.746Z] dfe2d012519c: Pull complete [2020-12-11T18:58:17.746Z] 3c370c2e2f82: Verifying Checksum [2020-12-11T18:58:17.746Z] 3c370c2e2f82: Download complete [2020-12-11T18:58:17.771Z] #27 3.058 [2020-12-11T18:58:18.038Z] 5d8f1d1f9197: Pull complete [2020-12-11T18:58:18.425Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.8s done [2020-12-11T18:58:18.425Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2020-12-11T18:58:19.524Z] #27 3.290 #### 6.9% ############ 17.7% #################### 28.4% ############################ 39.1% ################################ 45.6% ###################################### 54.1% ########################################### 60.6% ################################################ 67.1% #################################################### 73.5% ######################################################### 80.0% ############################################################## 86.4% ################################################################# 90.7% #################################################################### 95.0% ######################################################################## 100.0% [2020-12-11T18:58:19.821Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.1s done [2020-12-11T18:58:19.821Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2020-12-11T18:58:19.821Z] #8 ... [2020-12-11T18:58:19.821Z] [2020-12-11T18:58:19.821Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-11T18:58:19.821Z] #24 extracting sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 6.3s done [2020-12-11T18:58:19.821Z] #24 DONE 12.8s [2020-12-11T18:58:19.821Z] [2020-12-11T18:58:19.821Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T18:58:19.821Z] #27 5.177 [2020-12-11T18:58:20.394Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.7s done [2020-12-11T18:58:20.653Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0.1s [2020-12-11T18:58:20.779Z] 1301750ffb48: Pull complete [2020-12-11T18:58:22.853Z] dc5c6edc9cff: Pull complete [2020-12-11T18:58:24.559Z] #27 5.341 0.1% # 1.8% ## 3.1% ### 4.9% #### 6.8% ##### 8.0% ####### 9.9% ######## 11.1% ######### 13.0% ########## 14.3% ########### 16.1% ############ 18.0% ############# 19.2% ############### 21.1% ################ 22.9% ################# 24.8% ################## 26.0% #################### 27.9% ##################### 29.8% ###################### 31.7% ######################## 33.5% ######################### 35.4% ########################## 37.3% ############################ 39.8% ############################# 41.6% ############################### 43.5% ################################ 45.4% ################################## 47.2% ################################### 49.7% ##################################### 51.6% ###################################### 54.1% ######################################## 56.6% ########################################## 59.1% ########################################### 60.9% ############################################# 62.8% ############################################## 64.1% [2020-12-11T18:58:24.559Z] #27 ... [2020-12-11T18:58:24.559Z] [2020-12-11T18:58:24.559Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:58:24.559Z] #22 2.020 + RM_GOPATH=0 [2020-12-11T18:58:24.559Z] #22 2.020 + TMP_GOPATH= [2020-12-11T18:58:24.559Z] #22 2.020 + : /build [2020-12-11T18:58:24.559Z] #22 2.020 + '[' -z '' ']' [2020-12-11T18:58:24.559Z] #22 2.020 ++ mktemp -d [2020-12-11T18:58:24.559Z] #22 2.020 + export GOPATH=/tmp/tmp.2RvepoIvsr [2020-12-11T18:58:24.559Z] #22 2.020 + GOPATH=/tmp/tmp.2RvepoIvsr [2020-12-11T18:58:24.559Z] #22 2.020 + RM_GOPATH=1 [2020-12-11T18:58:24.559Z] #22 2.020 + case "$(go env GOARCH)" in [2020-12-11T18:58:24.559Z] #22 2.020 ++ go env GOARCH [2020-12-11T18:58:24.559Z] #22 2.020 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:24.559Z] #22 2.020 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:24.559Z] #22 2.020 ++ dirname /tmp/install/install.sh [2020-12-11T18:58:24.559Z] #22 2.020 + dir=/tmp/install [2020-12-11T18:58:24.559Z] #22 2.020 + bin=dockercli [2020-12-11T18:58:24.559Z] #22 2.020 + shift [2020-12-11T18:58:24.559Z] #22 2.020 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-12-11T18:58:24.559Z] #22 2.020 + . /tmp/install/dockercli.installer [2020-12-11T18:58:24.559Z] #22 2.020 ++ : stable [2020-12-11T18:58:24.559Z] #22 2.020 ++ : 17.06.2-ce [2020-12-11T18:58:24.559Z] #22 2.020 + install_dockercli [2020-12-11T18:58:24.559Z] #22 2.020 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-12-11T18:58:24.559Z] #22 2.020 ++ uname -m [2020-12-11T18:58:24.559Z] #22 2.020 + arch=s390x [2020-12-11T18:58:24.559Z] #22 2.020 + '[' s390x '!=' x86_64 ']' [2020-12-11T18:58:24.559Z] #22 2.020 + '[' s390x '!=' s390x ']' [2020-12-11T18:58:24.559Z] #22 2.020 + url=https://download.docker.com/linux/static [2020-12-11T18:58:24.559Z] #22 2.020 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2020-12-11T18:58:24.559Z] #22 2.020 + tar -xz docker/docker [2020-12-11T18:58:24.559Z] #22 2.021 Install docker/cli version 17.06.2-ce from stable [2020-12-11T18:58:24.559Z] #22 8.112 + mkdir -p /build [2020-12-11T18:58:24.559Z] #22 8.113 + mv docker/docker /build/ [2020-12-11T18:58:24.559Z] #22 8.121 + rmdir docker [2020-12-11T18:58:24.559Z] #22 DONE 8.8s [2020-12-11T18:58:24.559Z] [2020-12-11T18:58:24.559Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:58:24.559Z] #47 1.635 + RM_GOPATH=0 [2020-12-11T18:58:24.559Z] #47 1.635 + TMP_GOPATH= [2020-12-11T18:58:24.559Z] #47 1.635 + : /build [2020-12-11T18:58:24.559Z] #47 1.635 + '[' -z '' ']' [2020-12-11T18:58:24.559Z] #47 1.635 ++ mktemp -d [2020-12-11T18:58:24.559Z] #47 1.635 + export GOPATH=/tmp/tmp.uXnF37GZu0 [2020-12-11T18:58:24.559Z] #47 1.635 + GOPATH=/tmp/tmp.uXnF37GZu0 [2020-12-11T18:58:24.559Z] #47 1.635 + RM_GOPATH=1 [2020-12-11T18:58:24.559Z] #47 1.635 + case "$(go env GOARCH)" in [2020-12-11T18:58:24.559Z] #47 1.635 ++ go env GOARCH [2020-12-11T18:58:24.559Z] #47 1.661 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:24.559Z] #47 1.661 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:24.559Z] #47 1.666 ++ dirname /tmp/install/install.sh [2020-12-11T18:58:24.559Z] #47 1.666 + dir=/tmp/install [2020-12-11T18:58:24.559Z] #47 1.666 + bin=golangci_lint [2020-12-11T18:58:24.559Z] #47 1.666 + shift [2020-12-11T18:58:24.559Z] #47 1.666 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-12-11T18:58:24.559Z] #47 1.666 + . /tmp/install/golangci_lint.installer [2020-12-11T18:58:24.559Z] #47 1.666 ++ : v1.23.8 [2020-12-11T18:58:24.559Z] #47 1.666 + install_golangci_lint [2020-12-11T18:58:24.559Z] #47 1.666 + set -e [2020-12-11T18:58:24.559Z] #47 1.666 + export GO111MODULE=on [2020-12-11T18:58:24.559Z] #47 1.666 + GO111MODULE=on [2020-12-11T18:58:24.559Z] #47 1.666 + GOBIN=/build [2020-12-11T18:58:24.559Z] #47 1.666 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-12-11T18:58:24.559Z] #47 1.759 go: finding github.com v1.23.8 [2020-12-11T18:58:24.559Z] #47 1.759 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-12-11T18:58:24.559Z] #47 1.759 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-12-11T18:58:24.559Z] #47 1.759 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-12-11T18:58:24.559Z] #47 1.759 go: finding github.com/golangci v1.23.8 [2020-12-11T18:58:24.559Z] #47 2.185 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-12-11T18:58:24.559Z] #47 2.475 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-12-11T18:58:24.559Z] #47 5.624 go: downloading github.com/spf13/pflag v1.0.5 [2020-12-11T18:58:24.559Z] #47 5.672 go: downloading github.com/fatih/color v1.7.0 [2020-12-11T18:58:24.559Z] #47 5.673 go: downloading github.com/spf13/viper v1.6.1 [2020-12-11T18:58:24.559Z] #47 5.677 go: downloading github.com/spf13/cobra v0.0.5 [2020-12-11T18:58:24.559Z] #47 5.679 go: downloading github.com/pkg/errors v0.8.1 [2020-12-11T18:58:24.559Z] #47 5.682 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-11T18:58:24.559Z] #47 5.723 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-12-11T18:58:24.559Z] #47 5.785 go: extracting github.com/spf13/viper v1.6.1 [2020-12-11T18:58:24.559Z] #47 5.812 go: extracting github.com/pkg/errors v0.8.1 [2020-12-11T18:58:24.559Z] #47 5.929 go: extracting github.com/fatih/color v1.7.0 [2020-12-11T18:58:24.559Z] #47 6.050 go: extracting github.com/spf13/pflag v1.0.5 [2020-12-11T18:58:24.559Z] #47 6.068 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-12-11T18:58:24.559Z] #47 6.085 go: downloading github.com/stretchr/testify v1.4.0 [2020-12-11T18:58:24.559Z] #47 6.400 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-11T18:58:24.559Z] #47 6.400 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-12-11T18:58:24.559Z] #47 6.436 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-12-11T18:58:24.559Z] #47 6.438 go: downloading github.com/magiconair/properties v1.8.1 [2020-12-11T18:58:24.559Z] #47 6.481 go: extracting github.com/spf13/cobra v0.0.5 [2020-12-11T18:58:24.559Z] #47 6.488 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-11T18:58:24.559Z] #47 6.549 go: downloading github.com/spf13/cast v1.3.0 [2020-12-11T18:58:24.559Z] #47 6.584 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-12-11T18:58:24.559Z] #47 6.599 go: downloading github.com/subosito/gotenv v1.2.0 [2020-12-11T18:58:24.559Z] #47 6.599 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-12-11T18:58:24.559Z] #47 6.660 go: extracting github.com/stretchr/testify v1.4.0 [2020-12-11T18:58:24.559Z] #47 6.714 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-12-11T18:58:24.559Z] #47 6.715 go: extracting github.com/magiconair/properties v1.8.1 [2020-12-11T18:58:24.559Z] #47 6.831 go: extracting github.com/subosito/gotenv v1.2.0 [2020-12-11T18:58:24.559Z] #47 6.833 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-12-11T18:58:24.559Z] #47 6.884 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-12-11T18:58:24.559Z] #47 6.998 go: extracting github.com/spf13/cast v1.3.0 [2020-12-11T18:58:24.559Z] #47 6.999 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-12-11T18:58:24.559Z] #47 7.004 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-11T18:58:24.559Z] #47 7.017 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-11T18:58:24.559Z] #47 7.031 go: downloading github.com/spf13/afero v1.1.2 [2020-12-11T18:58:24.559Z] #47 7.248 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-12-11T18:58:24.559Z] #47 7.395 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-11T18:58:24.559Z] #47 7.442 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-12-11T18:58:24.559Z] #47 7.549 go: extracting github.com/spf13/afero v1.1.2 [2020-12-11T18:58:24.559Z] #47 7.637 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-11T18:58:24.559Z] #47 7.876 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-12-11T18:58:24.559Z] #47 7.989 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-11T18:58:24.559Z] #47 7.995 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-11T18:58:24.559Z] #47 8.146 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-11T18:58:24.559Z] #47 8.175 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-11T18:58:24.559Z] #47 8.219 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-11T18:58:24.559Z] #47 8.321 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-11T18:58:24.559Z] #47 8.570 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-11T18:58:24.559Z] #47 8.572 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-11T18:58:24.559Z] #47 8.827 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-11T18:58:24.853Z] #47 ... [2020-12-11T18:58:24.853Z] [2020-12-11T18:58:24.853Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T18:58:25.736Z] #27 5.341 0.1% # 1.8% ## 3.1% ### 4.9% #### 6.8% ##### 8.0% ####### 9.9% ######## 11.1% ######### 13.0% ########## 14.3% ########### 16.1% ############ 18.0% ############# 19.2% ############### 21.1% ################ 22.9% ################# 24.8% ################## 26.0% #################### 27.9% ##################### 29.8% ###################### 31.7% ######################## 33.5% ######################### 35.4% ########################## 37.3% ############################ 39.8% ############################# 41.6% ############################### 43.5% ################################ 45.4% ################################## 47.2% ################################### 49.7% ##################################### 51.6% ###################################### 54.1% ######################################## 56.6% ########################################## 59.1% ########################################### 60.9% ############################################# 62.8% ############################################## 64.1% ############################################### 65.3% ################################################ 67.2% ################################################## 69.5% ################################################## 70.4% ################################################### 72.0% #################################################### 73.2% ##################################################### 74.5% ####################################################### 77.0% # [2020-12-11T18:58:25.736Z] #27 ... [2020-12-11T18:58:25.736Z] [2020-12-11T18:58:25.736Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T18:58:25.736Z] #34 3.092 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T18:58:25.736Z] #34 3.179 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T18:58:25.736Z] #34 3.214 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T18:58:25.736Z] #34 3.909 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-12-11T18:58:25.736Z] #34 5.981 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [226 kB] [2020-12-11T18:58:25.736Z] #34 8.338 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-12-11T18:58:25.736Z] #34 ... [2020-12-11T18:58:25.736Z] [2020-12-11T18:58:25.736Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:58:25.736Z] #45 2.718 + RM_GOPATH=0 [2020-12-11T18:58:25.736Z] #45 2.718 + TMP_GOPATH= [2020-12-11T18:58:25.736Z] #45 2.718 + : /build [2020-12-11T18:58:25.736Z] #45 2.718 + '[' -z '' ']' [2020-12-11T18:58:25.736Z] #45 2.718 ++ mktemp -d [2020-12-11T18:58:25.736Z] #45 2.718 + export GOPATH=/tmp/tmp.nBXX8PpD3Q [2020-12-11T18:58:25.736Z] #45 2.718 + GOPATH=/tmp/tmp.nBXX8PpD3Q [2020-12-11T18:58:25.736Z] #45 2.718 + RM_GOPATH=1 [2020-12-11T18:58:25.736Z] #45 2.718 + case "$(go env GOARCH)" in [2020-12-11T18:58:25.736Z] #45 2.718 ++ go env GOARCH [2020-12-11T18:58:25.736Z] #45 2.728 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:25.736Z] #45 2.728 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:25.736Z] #45 2.728 ++ dirname /tmp/install/install.sh [2020-12-11T18:58:25.736Z] #45 2.735 + dir=/tmp/install [2020-12-11T18:58:25.736Z] #45 2.735 + bin=gotestsum [2020-12-11T18:58:25.736Z] #45 2.735 + shift [2020-12-11T18:58:25.736Z] #45 2.735 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-12-11T18:58:25.736Z] #45 2.735 + . /tmp/install/gotestsum.installer [2020-12-11T18:58:25.736Z] #45 2.735 ++ : v0.5.3 [2020-12-11T18:58:25.736Z] #45 2.735 + install_gotestsum [2020-12-11T18:58:25.736Z] #45 2.735 + set -e [2020-12-11T18:58:25.736Z] #45 2.735 + export GO111MODULE=on [2020-12-11T18:58:25.736Z] #45 2.735 + GO111MODULE=on [2020-12-11T18:58:25.736Z] #45 2.735 + GOBIN=/build [2020-12-11T18:58:25.736Z] #45 2.735 + go get gotest.tools/gotestsum@v0.5.3 [2020-12-11T18:58:25.736Z] #45 2.743 go: finding gotest.tools v0.5.3 [2020-12-11T18:58:25.736Z] #45 2.743 go: finding gotest.tools/gotestsum v0.5.3 [2020-12-11T18:58:25.736Z] #45 3.349 go: downloading gotest.tools/gotestsum v0.5.3 [2020-12-11T18:58:25.736Z] #45 3.659 go: extracting gotest.tools/gotestsum v0.5.3 [2020-12-11T18:58:25.736Z] #45 4.093 go: downloading github.com/pkg/errors v0.9.1 [2020-12-11T18:58:25.736Z] #45 4.208 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-12-11T18:58:25.736Z] #45 4.208 go: downloading github.com/spf13/pflag v1.0.3 [2020-12-11T18:58:25.736Z] #45 4.208 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-11T18:58:25.736Z] #45 4.209 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T18:58:25.736Z] #45 4.210 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-11T18:58:25.736Z] #45 4.320 go: downloading github.com/fatih/color v1.9.0 [2020-12-11T18:58:25.736Z] #45 4.391 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-11T18:58:25.736Z] #45 4.402 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-11T18:58:25.736Z] #45 4.439 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-11T18:58:25.736Z] #45 4.530 go: extracting github.com/fatih/color v1.9.0 [2020-12-11T18:58:25.736Z] #45 4.531 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-12-11T18:58:25.736Z] #45 4.531 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-12-11T18:58:25.736Z] #45 4.606 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-12-11T18:58:25.736Z] #45 4.626 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-11T18:58:25.736Z] #45 4.637 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-12-11T18:58:25.736Z] #45 4.690 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-12-11T18:58:25.736Z] #45 4.740 go: extracting github.com/pkg/errors v0.9.1 [2020-12-11T18:58:25.736Z] #45 4.747 go: extracting github.com/spf13/pflag v1.0.3 [2020-12-11T18:58:25.736Z] #45 6.490 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-11T18:58:25.736Z] #45 6.905 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T18:58:25.736Z] #45 7.061 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-11T18:58:25.931Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.3s [2020-12-11T18:58:26.027Z] #45 ... [2020-12-11T18:58:26.028Z] [2020-12-11T18:58:26.028Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T18:58:26.028Z] #38 2.852 + git clone https://github.com/docker/distribution.git . [2020-12-11T18:58:26.028Z] #38 2.853 Cloning into '.'... [2020-12-11T18:58:26.028Z] #38 ... [2020-12-11T18:58:26.028Z] [2020-12-11T18:58:26.028Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:58:26.028Z] #56 2.699 + RM_GOPATH=0 [2020-12-11T18:58:26.028Z] #56 2.699 + TMP_GOPATH= [2020-12-11T18:58:26.028Z] #56 2.699 + : /build [2020-12-11T18:58:26.028Z] #56 2.699 + '[' -z '' ']' [2020-12-11T18:58:26.028Z] #56 2.699 ++ mktemp -d [2020-12-11T18:58:26.028Z] #56 2.709 + export GOPATH=/tmp/tmp.koHhLzdMFz [2020-12-11T18:58:26.028Z] #56 2.709 + GOPATH=/tmp/tmp.koHhLzdMFz [2020-12-11T18:58:26.028Z] #56 2.709 + RM_GOPATH=1 [2020-12-11T18:58:26.028Z] #56 2.709 + case "$(go env GOARCH)" in [2020-12-11T18:58:26.028Z] #56 2.709 ++ go env GOARCH [2020-12-11T18:58:26.028Z] #56 2.713 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:26.028Z] #56 2.713 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:26.028Z] #56 2.714 ++ dirname /tmp/install/install.sh [2020-12-11T18:58:26.028Z] #56 2.716 + dir=/tmp/install [2020-12-11T18:58:26.028Z] #56 2.716 + bin=rootlesskit [2020-12-11T18:58:26.028Z] #56 2.716 + shift [2020-12-11T18:58:26.028Z] #56 2.716 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-12-11T18:58:26.028Z] #56 2.716 + . /tmp/install/rootlesskit.installer [2020-12-11T18:58:26.028Z] #56 2.716 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-11T18:58:26.028Z] #56 2.716 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-11T18:58:26.028Z] #56 2.718 + install_rootlesskit [2020-12-11T18:58:26.028Z] #56 2.718 + case "$1" in [2020-12-11T18:58:26.028Z] #56 2.718 + export CGO_ENABLED=0 [2020-12-11T18:58:26.028Z] #56 2.718 + CGO_ENABLED=0 [2020-12-11T18:58:26.028Z] #56 2.718 + _install_rootlesskit [2020-12-11T18:58:26.028Z] #56 2.718 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-12-11T18:58:26.028Z] #56 2.718 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.koHhLzdMFz/src/github.com/rootless-containers/rootlesskit [2020-12-11T18:58:26.028Z] #56 2.721 Cloning into '/tmp/tmp.koHhLzdMFz/src/github.com/rootless-containers/rootlesskit'... [2020-12-11T18:58:26.028Z] #56 6.381 + cd /tmp/tmp.koHhLzdMFz/src/github.com/rootless-containers/rootlesskit [2020-12-11T18:58:26.028Z] #56 6.382 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-11T18:58:26.028Z] #56 6.650 + for f in rootlesskit rootlesskit-docker-proxy [2020-12-11T18:58:26.028Z] #56 6.650 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-12-11T18:58:26.331Z] #56 ... [2020-12-11T18:58:26.331Z] [2020-12-11T18:58:26.331Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:58:26.331Z] #32 2.514 + RM_GOPATH=0 [2020-12-11T18:58:26.331Z] #32 2.514 + TMP_GOPATH= [2020-12-11T18:58:26.331Z] #32 2.514 + : /build [2020-12-11T18:58:26.331Z] #32 2.514 + '[' -z '' ']' [2020-12-11T18:58:26.331Z] #32 2.514 ++ mktemp -d [2020-12-11T18:58:26.331Z] #32 2.515 + export GOPATH=/tmp/tmp.aPo5TuOlVS [2020-12-11T18:58:26.331Z] #32 2.515 + GOPATH=/tmp/tmp.aPo5TuOlVS [2020-12-11T18:58:26.331Z] #32 2.515 + RM_GOPATH=1 [2020-12-11T18:58:26.331Z] #32 2.515 + case "$(go env GOARCH)" in [2020-12-11T18:58:26.331Z] #32 2.515 ++ go env GOARCH [2020-12-11T18:58:26.331Z] #32 2.518 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:26.331Z] #32 2.518 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:26.331Z] #32 2.518 ++ dirname /tmp/install/install.sh [2020-12-11T18:58:26.331Z] #32 2.521 + dir=/tmp/install [2020-12-11T18:58:26.331Z] #32 2.521 + bin=tomlv [2020-12-11T18:58:26.331Z] #32 2.521 + shift [2020-12-11T18:58:26.331Z] #32 2.521 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-12-11T18:58:26.331Z] #32 2.521 + . /tmp/install/tomlv.installer [2020-12-11T18:58:26.331Z] #32 2.523 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-11T18:58:26.331Z] #32 2.523 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-11T18:58:26.331Z] #32 2.523 + install_tomlv [2020-12-11T18:58:26.331Z] #32 2.523 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-12-11T18:58:26.331Z] #32 2.523 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.aPo5TuOlVS/src/github.com/BurntSushi/toml [2020-12-11T18:58:26.331Z] #32 2.529 Cloning into '/tmp/tmp.aPo5TuOlVS/src/github.com/BurntSushi/toml'... [2020-12-11T18:58:26.331Z] #32 3.381 + cd /tmp/tmp.aPo5TuOlVS/src/github.com/BurntSushi/toml [2020-12-11T18:58:26.331Z] #32 3.381 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-11T18:58:26.331Z] #32 3.397 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-12-11T18:58:26.331Z] #32 3.893 runtime/internal/atomic [2020-12-11T18:58:26.331Z] #32 3.912 internal/cpu [2020-12-11T18:58:26.331Z] #32 4.127 runtime/internal/sys [2020-12-11T18:58:26.331Z] #32 4.266 runtime/internal/math [2020-12-11T18:58:26.331Z] #32 4.324 math/bits [2020-12-11T18:58:26.331Z] #32 4.416 internal/bytealg [2020-12-11T18:58:26.331Z] #32 4.695 math [2020-12-11T18:58:26.331Z] #32 4.859 runtime [2020-12-11T18:58:26.331Z] #32 10.25 internal/testlog [2020-12-11T18:58:26.331Z] #32 10.47 encoding [2020-12-11T18:58:26.331Z] #32 10.54 runtime/cgo [2020-12-11T18:58:26.331Z] #32 ... [2020-12-11T18:58:26.331Z] [2020-12-11T18:58:26.331Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T18:58:26.331Z] #43 2.513 + RM_GOPATH=0 [2020-12-11T18:58:26.331Z] #43 2.513 + TMP_GOPATH= [2020-12-11T18:58:26.331Z] #43 2.513 + : /build [2020-12-11T18:58:26.331Z] #43 2.513 + '[' -z '' ']' [2020-12-11T18:58:26.331Z] #43 2.513 ++ mktemp -d [2020-12-11T18:58:26.331Z] #43 2.513 + export GOPATH=/tmp/tmp.QpKZMUfPye [2020-12-11T18:58:26.331Z] #43 2.513 + GOPATH=/tmp/tmp.QpKZMUfPye [2020-12-11T18:58:26.331Z] #43 2.513 + RM_GOPATH=1 [2020-12-11T18:58:26.331Z] #43 2.513 + case "$(go env GOARCH)" in [2020-12-11T18:58:26.331Z] #43 2.513 ++ go env GOARCH [2020-12-11T18:58:26.331Z] #43 2.514 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:26.331Z] #43 2.514 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:26.331Z] #43 2.514 ++ dirname /tmp/install/install.sh [2020-12-11T18:58:26.331Z] #43 2.514 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-11T18:58:26.331Z] #43 2.514 + dir=/tmp/install [2020-12-11T18:58:26.331Z] #43 2.514 + bin=vndr [2020-12-11T18:58:26.331Z] #43 2.514 + shift [2020-12-11T18:58:26.331Z] #43 2.514 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-12-11T18:58:26.331Z] #43 2.514 + . /tmp/install/vndr.installer [2020-12-11T18:58:26.331Z] #43 2.514 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-11T18:58:26.331Z] #43 2.514 + install_vndr [2020-12-11T18:58:26.331Z] #43 2.514 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-12-11T18:58:26.331Z] #43 2.514 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.QpKZMUfPye/src/github.com/LK4D4/vndr [2020-12-11T18:58:26.331Z] #43 2.514 Cloning into '/tmp/tmp.QpKZMUfPye/src/github.com/LK4D4/vndr'... [2020-12-11T18:58:26.331Z] #43 3.091 + cd /tmp/tmp.QpKZMUfPye/src/github.com/LK4D4/vndr [2020-12-11T18:58:26.331Z] #43 3.091 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-11T18:58:26.331Z] #43 3.094 + go build -buildmode=pie -v -o /build/vndr . [2020-12-11T18:58:26.331Z] #43 3.889 internal/cpu [2020-12-11T18:58:26.331Z] #43 3.909 runtime/internal/atomic [2020-12-11T18:58:26.331Z] #43 4.033 runtime/internal/sys [2020-12-11T18:58:26.331Z] #43 4.206 runtime/internal/math [2020-12-11T18:58:26.331Z] #43 4.279 internal/race [2020-12-11T18:58:26.331Z] #43 4.318 internal/bytealg [2020-12-11T18:58:26.331Z] #43 4.361 sync/atomic [2020-12-11T18:58:26.331Z] #43 4.580 unicode [2020-12-11T18:58:26.331Z] #43 4.753 runtime [2020-12-11T18:58:26.331Z] #43 7.598 unicode/utf8 [2020-12-11T18:58:26.331Z] #43 7.932 math [2020-12-11T18:58:26.331Z] #43 ... [2020-12-11T18:58:26.331Z] [2020-12-11T18:58:26.331Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T18:58:26.331Z] #53 1.025 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T18:58:26.331Z] #53 1.254 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T18:58:26.331Z] #53 1.346 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T18:58:26.331Z] #53 1.376 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-12-11T18:58:26.331Z] #53 1.928 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [226 kB] [2020-12-11T18:58:26.331Z] #53 2.023 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-12-11T18:58:26.331Z] #53 9.870 Fetched 8095 kB in 9s (897 kB/s) [2020-12-11T18:58:26.400Z] 3c370c2e2f82: Pull complete [2020-12-11T18:58:26.400Z] 5ffb2f5886e2: Pull complete [2020-12-11T18:58:26.400Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-12-11T18:58:26.400Z] Status: Downloaded newer image for golang:1.13.15-buster [2020-12-11T18:58:26.400Z] ---> 805dc2d65d1c [2020-12-11T18:58:26.400Z] Step 5/15 : ARG BUILDX_REPO [2020-12-11T18:58:26.400Z] ---> Running in 7df085e298a0 [2020-12-11T18:58:26.400Z] Removing intermediate container 7df085e298a0 [2020-12-11T18:58:26.400Z] ---> 8cbe042ac7a8 [2020-12-11T18:58:26.400Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2020-12-11T18:58:26.623Z] #53 9.870 Reading package lists... [2020-12-11T18:58:26.623Z] #53 ... [2020-12-11T18:58:26.623Z] [2020-12-11T18:58:26.623Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T18:58:26.623Z] #40 3.017 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T18:58:26.623Z] #40 3.108 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T18:58:26.623Z] #40 3.141 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T18:58:26.623Z] #40 3.851 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-12-11T18:58:26.623Z] #40 5.541 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [226 kB] [2020-12-11T18:58:26.623Z] #40 7.620 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-12-11T18:58:26.623Z] #40 ... [2020-12-11T18:58:26.623Z] [2020-12-11T18:58:26.623Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:58:26.623Z] #49 2.020 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-11T18:58:26.623Z] #49 2.020 + RM_GOPATH=0 [2020-12-11T18:58:26.623Z] #49 2.020 + TMP_GOPATH= [2020-12-11T18:58:26.623Z] #49 2.020 + : /build [2020-12-11T18:58:26.623Z] #49 2.020 + '[' -z '' ']' [2020-12-11T18:58:26.623Z] #49 2.020 ++ mktemp -d [2020-12-11T18:58:26.623Z] #49 2.020 + export GOPATH=/tmp/tmp.pvk5XxE0Tw [2020-12-11T18:58:26.623Z] #49 2.020 + GOPATH=/tmp/tmp.pvk5XxE0Tw [2020-12-11T18:58:26.623Z] #49 2.020 + RM_GOPATH=1 [2020-12-11T18:58:26.623Z] #49 2.020 + case "$(go env GOARCH)" in [2020-12-11T18:58:26.623Z] #49 2.020 ++ go env GOARCH [2020-12-11T18:58:26.623Z] #49 2.020 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:26.623Z] #49 2.020 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:26.623Z] #49 2.020 ++ dirname /tmp/install/install.sh [2020-12-11T18:58:26.623Z] #49 2.020 + dir=/tmp/install [2020-12-11T18:58:26.623Z] #49 2.020 + bin=shfmt [2020-12-11T18:58:26.623Z] #49 2.020 + shift [2020-12-11T18:58:26.623Z] #49 2.020 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-12-11T18:58:26.623Z] #49 2.020 + . /tmp/install/shfmt.installer [2020-12-11T18:58:26.623Z] #49 2.020 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-11T18:58:26.623Z] #49 2.020 + install_shfmt [2020-12-11T18:58:26.623Z] #49 2.020 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-12-11T18:58:26.623Z] #49 2.020 + git clone https://github.com/mvdan/sh.git /tmp/tmp.pvk5XxE0Tw/src/github.com/mvdan/sh [2020-12-11T18:58:26.623Z] #49 2.020 Cloning into '/tmp/tmp.pvk5XxE0Tw/src/github.com/mvdan/sh'... [2020-12-11T18:58:26.623Z] #49 8.900 + cd /tmp/tmp.pvk5XxE0Tw/src/github.com/mvdan/sh [2020-12-11T18:58:26.623Z] #49 8.900 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-11T18:58:26.623Z] #49 8.961 + GO111MODULE=on [2020-12-11T18:58:26.623Z] #49 8.961 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-12-11T18:58:26.623Z] #49 10.07 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-11T18:58:26.623Z] #49 10.08 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-11T18:58:26.623Z] #49 10.14 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-11T18:58:26.623Z] #49 10.27 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-11T18:58:26.623Z] #49 10.37 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-11T18:58:26.623Z] #49 10.88 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-11T18:58:26.695Z] ---> Running in 1550a42cf5a0 [2020-12-11T18:58:26.695Z] Cloning into '/buildx'... [2020-12-11T18:58:26.914Z] #49 ... [2020-12-11T18:58:26.914Z] [2020-12-11T18:58:26.914Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-11T18:58:26.914Z] #30 2.706 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-12-11T18:58:26.914Z] #30 2.707 Cloning into '.'... [2020-12-11T18:58:26.914Z] #30 ... [2020-12-11T18:58:26.914Z] [2020-12-11T18:58:26.914Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T18:58:26.914Z] #11 2.715 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T18:58:26.914Z] #11 2.818 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T18:58:26.914Z] #11 2.873 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T18:58:26.914Z] #11 3.801 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-12-11T18:58:26.914Z] #11 5.142 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [226 kB] [2020-12-11T18:58:26.914Z] #11 7.212 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-12-11T18:58:27.207Z] #11 ... [2020-12-11T18:58:27.207Z] [2020-12-11T18:58:27.207Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:58:27.207Z] #62 1.570 + RM_GOPATH=0 [2020-12-11T18:58:27.207Z] #62 1.570 + TMP_GOPATH= [2020-12-11T18:58:27.207Z] #62 1.570 + : /build [2020-12-11T18:58:27.207Z] #62 1.570 + '[' -z '' ']' [2020-12-11T18:58:27.207Z] #62 1.578 ++ mktemp -d [2020-12-11T18:58:27.207Z] #62 1.578 + export GOPATH=/tmp/tmp.AW32CLeJ6u [2020-12-11T18:58:27.207Z] #62 1.578 + GOPATH=/tmp/tmp.AW32CLeJ6u [2020-12-11T18:58:27.207Z] #62 1.578 + RM_GOPATH=1 [2020-12-11T18:58:27.207Z] #62 1.578 + case "$(go env GOARCH)" in [2020-12-11T18:58:27.207Z] #62 1.578 ++ go env GOARCH [2020-12-11T18:58:27.207Z] #62 1.578 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:27.207Z] #62 1.578 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:27.207Z] #62 1.578 ++ dirname /tmp/install/install.sh [2020-12-11T18:58:27.207Z] #62 1.588 Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-11T18:58:27.207Z] #62 1.588 + dir=/tmp/install [2020-12-11T18:58:27.207Z] #62 1.588 + bin=proxy [2020-12-11T18:58:27.207Z] #62 1.588 + shift [2020-12-11T18:58:27.207Z] #62 1.588 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-12-11T18:58:27.207Z] #62 1.588 + . /tmp/install/proxy.installer [2020-12-11T18:58:27.207Z] #62 1.588 ++ : 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-11T18:58:27.207Z] #62 1.588 + install_proxy [2020-12-11T18:58:27.207Z] #62 1.588 + case "$1" in [2020-12-11T18:58:27.207Z] #62 1.588 + export CGO_ENABLED=0 [2020-12-11T18:58:27.207Z] #62 1.588 + CGO_ENABLED=0 [2020-12-11T18:58:27.207Z] #62 1.588 + _install_proxy [2020-12-11T18:58:27.207Z] #62 1.588 + echo 'Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d' [2020-12-11T18:58:27.207Z] #62 1.588 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.AW32CLeJ6u/src/github.com/docker/libnetwork [2020-12-11T18:58:27.207Z] #62 1.589 Cloning into '/tmp/tmp.AW32CLeJ6u/src/github.com/docker/libnetwork'... [2020-12-11T18:58:27.207Z] #62 ... [2020-12-11T18:58:27.207Z] [2020-12-11T18:58:27.207Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T18:58:27.207Z] #27 5.341 0.1% # 1.8% ## 3.1% ### 4.9% #### 6.8% ##### 8.0% ####### 9.9% ######## 11.1% ######### 13.0% ########## 14.3% ########### 16.1% ############ 18.0% ############# 19.2% ############### 21.1% ################ 22.9% ################# 24.8% ################## 26.0% #################### 27.9% ##################### 29.8% ###################### 31.7% ######################## 33.5% ######################### 35.4% ########################## 37.3% ############################ 39.8% ############################# 41.6% ############################### 43.5% ################################ 45.4% ################################## 47.2% ################################### 49.7% ##################################### 51.6% ###################################### 54.1% ######################################## 56.6% ########################################## 59.1% ########################################### 60.9% ############################################# 62.8% ############################################## 64.1% ############################################### 65.3% ################################################ 67.2% ################################################## 69.5% ################################################## 70.4% ################################################### 72.0% #################################################### 73.2% ##################################################### 74.5% ####################################################### 77.0% ######################################################## 78.8% ########################################################## 81.3% ########################################################### 83.2% ############################################################# 85.7% ############################################################### 88.8% ################################################################# 90.7% ################################################################## 92.5% ################################################################### 94.4% ##################################################################### 96.4% ###################################################################### 98.3% ######################################################################## 100.0% [2020-12-11T18:58:27.207Z] #27 12.44 [2020-12-11T18:58:27.839Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.9s done [2020-12-11T18:58:27.839Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2020-12-11T18:58:28.244Z] #27 13.43 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-12-11T18:58:28.414Z] #8 ... [2020-12-11T18:58:28.414Z] [2020-12-11T18:58:28.414Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-11T18:58:28.414Z] #25 1.003 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T18:58:28.414Z] #25 1.003 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T18:58:28.414Z] #25 1.017 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T18:58:28.414Z] #25 1.194 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [254 kB] [2020-12-11T18:58:28.414Z] #25 1.467 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-11T18:58:28.414Z] #25 1.823 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-11T18:58:28.414Z] #25 3.555 Fetched 8408 kB in 3s (3002 kB/s) [2020-12-11T18:58:28.414Z] #25 3.555 Reading package lists... [2020-12-11T18:58:28.414Z] #25 4.439 Reading package lists... [2020-12-11T18:58:28.414Z] #25 5.315 Building dependency tree... [2020-12-11T18:58:28.414Z] #25 5.629 The following additional packages will be installed: [2020-12-11T18:58:28.414Z] #25 5.629 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-12-11T18:58:28.414Z] #25 5.629 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-12-11T18:58:28.414Z] #25 5.629 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-12-11T18:58:28.414Z] #25 5.629 Suggested packages: [2020-12-11T18:58:28.414Z] #25 5.629 krb5-doc krb5-user [2020-12-11T18:58:28.414Z] #25 5.629 Recommended packages: [2020-12-11T18:58:28.414Z] #25 5.629 krb5-locales publicsuffix libsasl2-modules [2020-12-11T18:58:28.414Z] #25 5.855 The following NEW packages will be installed: [2020-12-11T18:58:28.414Z] #25 5.855 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-12-11T18:58:28.414Z] #25 5.855 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-12-11T18:58:28.414Z] #25 5.855 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-12-11T18:58:28.414Z] #25 5.855 libssh2-1 libssl1.1 openssl [2020-12-11T18:58:28.414Z] #25 6.139 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2020-12-11T18:58:28.414Z] #25 6.139 Need to get 5047 kB of archives. [2020-12-11T18:58:28.414Z] #25 6.139 After this operation, 12.1 MB of additional disk space will be used. [2020-12-11T18:58:28.414Z] #25 6.139 Get:1 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-12-11T18:58:28.414Z] #25 6.141 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u4 [1538 kB] [2020-12-11T18:58:28.414Z] #25 6.145 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2020-12-11T18:58:28.414Z] #25 6.146 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2020-12-11T18:58:28.414Z] #25 6.155 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2020-12-11T18:58:28.414Z] #25 6.156 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2020-12-11T18:58:28.414Z] #25 6.172 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2020-12-11T18:58:28.414Z] #25 6.184 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2020-12-11T18:58:28.414Z] #25 6.185 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2020-12-11T18:58:28.414Z] #25 6.187 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-12-11T18:58:28.414Z] #25 6.193 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u4 [224 kB] [2020-12-11T18:58:28.414Z] #25 6.214 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2020-12-11T18:58:28.414Z] #25 6.214 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2020-12-11T18:58:28.414Z] #25 6.214 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2020-12-11T18:58:28.414Z] #25 6.214 Get:15 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2020-12-11T18:58:28.414Z] #25 6.216 Get:16 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2020-12-11T18:58:28.414Z] #25 6.225 Get:17 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u4 [843 kB] [2020-12-11T18:58:28.414Z] #25 6.232 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2020-12-11T18:58:28.414Z] #25 6.239 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-12-11T18:58:28.414Z] #25 6.247 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-12-11T18:58:28.414Z] #25 6.250 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-12-11T18:58:28.414Z] #25 6.458 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T18:58:28.414Z] #25 6.498 Fetched 5047 kB in 0s (13.7 MB/s) [2020-12-11T18:58:28.414Z] #25 6.561 Selecting previously unselected package libssl1.1:amd64. [2020-12-11T18:58:28.414Z] #25 6.561 (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.) [2020-12-11T18:58:28.414Z] #25 6.565 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u4_amd64.deb ... [2020-12-11T18:58:28.414Z] #25 6.583 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u4) ... [2020-12-11T18:58:28.414Z] #25 6.826 Selecting previously unselected package openssl. [2020-12-11T18:58:28.414Z] #25 6.826 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u4_amd64.deb ... [2020-12-11T18:58:28.414Z] #25 6.839 Unpacking openssl (1.1.1d-0+deb10u4) ... [2020-12-11T18:58:28.414Z] #25 6.988 Selecting previously unselected package ca-certificates. [2020-12-11T18:58:28.414Z] #25 6.988 Preparing to unpack .../02-ca-certificates_20200601~deb10u1_all.deb ... [2020-12-11T18:58:28.414Z] #25 6.993 Unpacking ca-certificates (20200601~deb10u1) ... [2020-12-11T18:58:28.414Z] #25 7.099 Selecting previously unselected package libkeyutils1:amd64. [2020-12-11T18:58:28.414Z] #25 7.099 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2020-12-11T18:58:28.414Z] #25 7.104 Unpacking libkeyutils1:amd64 (1.6-6) ... [2020-12-11T18:58:28.414Z] #25 7.153 Selecting previously unselected package libkrb5support0:amd64. [2020-12-11T18:58:28.414Z] #25 7.153 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2020-12-11T18:58:28.414Z] #25 7.158 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2020-12-11T18:58:28.414Z] #25 7.218 Selecting previously unselected package libk5crypto3:amd64. [2020-12-11T18:58:28.414Z] #25 7.218 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2020-12-11T18:58:28.414Z] #25 7.218 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2020-12-11T18:58:28.414Z] #25 7.333 Selecting previously unselected package libkrb5-3:amd64. [2020-12-11T18:58:28.414Z] #25 7.333 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2020-12-11T18:58:28.414Z] #25 7.345 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2020-12-11T18:58:28.414Z] #25 7.494 Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-11T18:58:28.414Z] #25 7.496 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2020-12-11T18:58:28.414Z] #25 7.500 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2020-12-11T18:58:28.414Z] #25 7.559 Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-11T18:58:28.414Z] #25 7.559 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-12-11T18:58:28.414Z] #25 7.566 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T18:58:28.414Z] #25 7.616 Selecting previously unselected package libsasl2-2:amd64. [2020-12-11T18:58:28.414Z] #25 7.616 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-12-11T18:58:28.414Z] #25 7.620 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T18:58:28.414Z] #25 7.676 Selecting previously unselected package libldap-common. [2020-12-11T18:58:28.414Z] #25 7.676 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-12-11T18:58:28.414Z] #25 7.682 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T18:58:28.414Z] #25 7.735 Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-11T18:58:28.414Z] #25 7.735 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_amd64.deb ... [2020-12-11T18:58:28.414Z] #25 7.762 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T18:58:28.414Z] #25 7.825 Selecting previously unselected package libnghttp2-14:amd64. [2020-12-11T18:58:28.414Z] #25 7.825 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2020-12-11T18:58:28.414Z] #25 7.829 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-12-11T18:58:28.414Z] #25 7.922 Selecting previously unselected package libpsl5:amd64. [2020-12-11T18:58:28.414Z] #25 7.924 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2020-12-11T18:58:28.414Z] #25 7.928 Unpacking libpsl5:amd64 (0.20.2-2) ... [2020-12-11T18:58:28.414Z] #25 7.986 Selecting previously unselected package librtmp1:amd64. [2020-12-11T18:58:28.414Z] #25 7.986 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2020-12-11T18:58:28.414Z] #25 7.991 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-12-11T18:58:28.414Z] #25 8.045 Selecting previously unselected package libssh2-1:amd64. [2020-12-11T18:58:28.414Z] #25 8.045 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2020-12-11T18:58:28.414Z] #25 8.050 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2020-12-11T18:58:28.414Z] #25 8.128 Selecting previously unselected package libcurl4:amd64. [2020-12-11T18:58:28.414Z] #25 8.128 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2020-12-11T18:58:28.414Z] #25 8.133 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-12-11T18:58:28.414Z] #25 8.212 Selecting previously unselected package curl. [2020-12-11T18:58:28.414Z] #25 8.212 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2020-12-11T18:58:28.414Z] #25 8.224 Unpacking curl (7.64.0-4+deb10u1) ... [2020-12-11T18:58:28.414Z] #25 8.296 Selecting previously unselected package libonig5:amd64. [2020-12-11T18:58:28.414Z] #25 8.296 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2020-12-11T18:58:28.414Z] #25 8.301 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-12-11T18:58:28.414Z] #25 8.378 Selecting previously unselected package libjq1:amd64. [2020-12-11T18:58:28.414Z] #25 8.381 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-12-11T18:58:28.414Z] #25 8.385 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-12-11T18:58:28.414Z] #25 8.448 Selecting previously unselected package jq. [2020-12-11T18:58:28.414Z] #25 8.448 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-12-11T18:58:28.414Z] #25 8.455 Unpacking jq (1.5+dfsg-2+b1) ... [2020-12-11T18:58:28.414Z] #25 8.522 Setting up libkeyutils1:amd64 (1.6-6) ... [2020-12-11T18:58:28.414Z] #25 8.535 Setting up libpsl5:amd64 (0.20.2-2) ... [2020-12-11T18:58:28.414Z] #25 8.547 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u4) ... [2020-12-11T18:58:28.414Z] #25 8.654 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-12-11T18:58:28.536Z] #27 13.78 [2020-12-11T18:58:28.536Z] #27 13.96 # 2.4% ######################################################################## 100.0% [2020-12-11T18:58:28.686Z] #25 8.666 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T18:58:28.686Z] #25 8.685 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2020-12-11T18:58:28.686Z] #25 8.703 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T18:58:28.686Z] #25 8.709 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-12-11T18:58:28.686Z] #25 8.723 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2020-12-11T18:58:28.686Z] #25 8.744 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T18:58:28.686Z] #25 8.791 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2020-12-11T18:58:28.686Z] #25 8.819 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2020-12-11T18:58:28.686Z] #25 8.836 Setting up openssl (1.1.1d-0+deb10u4) ... [2020-12-11T18:58:28.686Z] #25 8.854 Setting up libonig5:amd64 (6.9.1-1) ... [2020-12-11T18:58:28.686Z] #25 8.867 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-12-11T18:58:28.686Z] #25 8.878 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T18:58:28.686Z] #25 8.890 Setting up ca-certificates (20200601~deb10u1) ... [2020-12-11T18:58:28.881Z] #27 14.09 [2020-12-11T18:58:29.627Z] #25 9.637 Updating certificates in /etc/ssl/certs... [2020-12-11T18:58:29.916Z] #27 15.22 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-12-11T18:58:29.916Z] #27 15.28 skipping existing aab193acf6ba [2020-12-11T18:58:29.916Z] #27 15.35 [2020-12-11T18:58:31.010Z] #25 10.84 126 added, 0 removed; done. [2020-12-11T18:58:31.010Z] #25 10.89 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2020-12-11T18:58:31.010Z] #25 10.91 Setting up jq (1.5+dfsg-2+b1) ... [2020-12-11T18:58:31.010Z] #25 10.92 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-12-11T18:58:31.010Z] #25 10.94 Setting up curl (7.64.0-4+deb10u1) ... [2020-12-11T18:58:31.010Z] #25 10.96 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T18:58:31.010Z] #25 10.98 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-12-11T18:58:31.010Z] #25 11.00 Updating certificates in /etc/ssl/certs... [2020-12-11T18:58:31.174Z] Removing intermediate container 1550a42cf5a0 [2020-12-11T18:58:31.174Z] ---> 9861250e163c [2020-12-11T18:58:31.174Z] Step 7/15 : WORKDIR /buildx [2020-12-11T18:58:31.174Z] ---> Running in 18b681bde733 [2020-12-11T18:58:31.174Z] Removing intermediate container 18b681bde733 [2020-12-11T18:58:31.174Z] ---> cc5ff94bc8d5 [2020-12-11T18:58:31.174Z] Step 8/15 : ARG BUILDX_COMMIT [2020-12-11T18:58:31.174Z] ---> Running in f23d8bfec7ae [2020-12-11T18:58:31.174Z] Removing intermediate container f23d8bfec7ae [2020-12-11T18:58:31.174Z] ---> da00233ecb0c [2020-12-11T18:58:31.174Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-12-11T18:58:31.174Z] ---> Running in 5ec07004c3c4 [2020-12-11T18:58:31.174Z] From https://github.com/docker/buildx [2020-12-11T18:58:31.174Z] * [new tag] v0.3.1 -> build [2020-12-11T18:58:31.428Z] #27 16.55 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-12-11T18:58:31.428Z] #27 16.60 skipping existing 4d43f82972ce [2020-12-11T18:58:31.428Z] #27 16.69 [2020-12-11T18:58:31.808Z] Switched to branch 'build' [2020-12-11T18:58:31.950Z] #25 11.84 0 added, 0 removed; done. [2020-12-11T18:58:31.950Z] #25 11.84 Running hooks in /etc/ca-certificates/update.d... [2020-12-11T18:58:31.950Z] #25 11.85 done. [2020-12-11T18:58:32.464Z] #27 17.91 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-12-11T18:58:32.851Z] Removing intermediate container 5ec07004c3c4 [2020-12-11T18:58:32.851Z] ---> 9612f493661e [2020-12-11T18:58:32.851Z] Step 10/15 : ARG GOOS [2020-12-11T18:58:32.851Z] ---> Running in ae995c34186f [2020-12-11T18:58:32.851Z] Removing intermediate container ae995c34186f [2020-12-11T18:58:32.851Z] ---> 0d52843d0ad9 [2020-12-11T18:58:32.851Z] Step 11/15 : ARG GOARCH [2020-12-11T18:58:33.098Z] #27 18.24 #=#=# [2020-12-11T18:58:33.098Z] #27 18.37 #=#=# ######################################################################## 100.0% [2020-12-11T18:58:33.098Z] #27 18.45 [2020-12-11T18:58:33.143Z] ---> Running in 26f7abf190fe [2020-12-11T18:58:33.143Z] Removing intermediate container 26f7abf190fe [2020-12-11T18:58:33.143Z] ---> a127e55408cf [2020-12-11T18:58:33.143Z] Step 12/15 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -mod=vendor -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2020-12-11T18:58:33.143Z] ---> Running in 26ec4f839263 [2020-12-11T18:58:33.732Z] #27 19.26 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-12-11T18:58:34.366Z] #27 19.56 #=#=# [2020-12-11T18:58:34.366Z] #27 19.73 #=#=# ######################################################################## 100.0% [2020-12-11T18:58:34.493Z] #25 ... [2020-12-11T18:58:34.493Z] [2020-12-11T18:58:34.493Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T18:58:34.493Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.4s done [2020-12-11T18:58:34.493Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0.4s [2020-12-11T18:58:34.666Z] #27 19.83 [2020-12-11T18:58:34.666Z] #27 19.90 Download of images into '/build' complete. [2020-12-11T18:58:34.666Z] #27 19.91 Use something like the following to load the result into a Docker daemon: [2020-12-11T18:58:34.666Z] #27 19.91 tar -cC '/build' . | docker load [2020-12-11T18:58:34.961Z] #27 ... [2020-12-11T18:58:34.961Z] [2020-12-11T18:58:34.961Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T18:58:34.961Z] #53 9.870 Reading package lists... [2020-12-11T18:58:34.961Z] #53 13.21 Reading package lists... [2020-12-11T18:58:34.961Z] #53 16.39 Building dependency tree... [2020-12-11T18:58:34.961Z] #53 17.38 The following additional packages will be installed: [2020-12-11T18:58:34.961Z] #53 17.38 libbtrfs0 [2020-12-11T18:58:34.961Z] #53 17.44 The following NEW packages will be installed: [2020-12-11T18:58:34.961Z] #53 17.45 libbtrfs-dev libbtrfs0 [2020-12-11T18:58:34.961Z] #53 17.60 0 upgraded, 2 newly installed, 0 to remove and 16 not upgraded. [2020-12-11T18:58:34.961Z] #53 17.60 Need to get 118 kB of archives. [2020-12-11T18:58:34.961Z] #53 17.60 After this operation, 390 kB of additional disk space will be used. [2020-12-11T18:58:34.961Z] #53 17.60 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-12-11T18:58:34.961Z] #53 17.64 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-12-11T18:58:34.961Z] #53 18.23 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T18:58:34.961Z] #53 18.27 Fetched 118 kB in 0s (662 kB/s) [2020-12-11T18:58:34.961Z] #53 18.36 Selecting previously unselected package libbtrfs0. [2020-12-11T18:58:34.961Z] #53 18.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 ... 15177 files and directories currently installed.) [2020-12-11T18:58:34.961Z] #53 18.39 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2020-12-11T18:58:34.961Z] #53 18.40 Unpacking libbtrfs0 (4.20.1-2) ... [2020-12-11T18:58:34.961Z] #53 18.46 Selecting previously unselected package libbtrfs-dev. [2020-12-11T18:58:34.961Z] #53 18.46 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-12-11T18:58:34.961Z] #53 18.47 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-12-11T18:58:34.961Z] #53 18.60 Setting up libbtrfs0 (4.20.1-2) ... [2020-12-11T18:58:34.961Z] #53 18.61 Setting up libbtrfs-dev (4.20.1-2) ... [2020-12-11T18:58:34.961Z] #53 18.62 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T18:58:34.961Z] #53 DONE 19.2s [2020-12-11T18:58:34.961Z] [2020-12-11T18:58:34.961Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:58:34.961Z] #47 9.198 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-11T18:58:34.961Z] #47 11.01 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-11T18:58:34.961Z] #47 11.03 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-11T18:58:34.961Z] #47 11.46 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-11T18:58:34.961Z] #47 11.46 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-11T18:58:34.961Z] #47 11.46 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-11T18:58:34.961Z] #47 11.46 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-11T18:58:34.961Z] #47 11.47 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-12-11T18:58:34.961Z] #47 11.47 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-11T18:58:34.961Z] #47 11.47 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-11T18:58:34.961Z] #47 11.47 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-11T18:58:34.961Z] #47 11.49 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-11T18:58:34.961Z] #47 11.49 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-11T18:58:34.961Z] #47 11.50 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-11T18:58:34.961Z] #47 11.51 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-11T18:58:34.961Z] #47 11.51 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-11T18:58:34.961Z] #47 11.52 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-11T18:58:34.961Z] #47 11.52 go: downloading golang.org/x/text v0.3.2 [2020-12-11T18:58:34.961Z] #47 11.55 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-11T18:58:34.961Z] #47 11.56 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-12-11T18:58:34.961Z] #47 11.59 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-12-11T18:58:34.961Z] #47 11.60 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-11T18:58:34.961Z] #47 11.61 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-12-11T18:58:34.961Z] #47 11.63 go: downloading github.com/kisielk/gotool v1.0.0 [2020-12-11T18:58:34.961Z] #47 11.65 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-11T18:58:34.961Z] #47 11.74 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-12-11T18:58:34.961Z] #47 11.74 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-11T18:58:34.961Z] #47 11.80 go: extracting github.com/kisielk/gotool v1.0.0 [2020-12-11T18:58:34.961Z] #47 11.84 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-12-11T18:58:34.961Z] #47 11.88 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-11T18:58:34.961Z] #47 11.92 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-11T18:58:34.961Z] #47 11.98 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-12-11T18:58:34.961Z] #47 11.98 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-11T18:58:34.961Z] #47 11.99 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-12-11T18:58:34.961Z] #47 12.20 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-11T18:58:34.961Z] #47 12.23 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-11T18:58:34.961Z] #47 12.24 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-12-11T18:58:34.961Z] #47 12.25 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-12-11T18:58:34.961Z] #47 12.25 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-12-11T18:58:34.961Z] #47 12.34 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-11T18:58:34.961Z] #47 12.37 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-12-11T18:58:34.961Z] #47 12.45 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-11T18:58:34.961Z] #47 12.45 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-11T18:58:34.961Z] #47 12.48 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-11T18:58:34.961Z] #47 12.54 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-12-11T18:58:34.961Z] #47 12.54 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-12-11T18:58:34.961Z] #47 12.56 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-11T18:58:34.961Z] #47 12.60 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-11T18:58:34.961Z] #47 12.68 go: downloading github.com/ultraware/funlen v0.0.2 [2020-12-11T18:58:34.961Z] #47 12.79 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-12-11T18:58:34.961Z] #47 12.85 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-11T18:58:34.961Z] #47 12.95 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-11T18:58:34.961Z] #47 12.95 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-11T18:58:34.961Z] #47 12.95 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-11T18:58:34.961Z] #47 13.16 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-12-11T18:58:34.961Z] #47 13.20 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-12-11T18:58:34.961Z] #47 13.20 go: extracting github.com/ultraware/funlen v0.0.2 [2020-12-11T18:58:34.961Z] #47 13.20 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-12-11T18:58:34.961Z] #47 13.21 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-11T18:58:34.961Z] #47 13.24 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-11T18:58:34.961Z] #47 13.43 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-12-11T18:58:34.961Z] #47 13.50 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-12-11T18:58:34.961Z] #47 13.71 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-11T18:58:34.961Z] #47 13.73 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-12-11T18:58:34.961Z] #47 13.80 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-12-11T18:58:34.961Z] #47 13.85 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-11T18:58:34.961Z] #47 13.85 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-12-11T18:58:34.961Z] #47 13.88 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-12-11T18:58:34.961Z] #47 13.90 go: downloading github.com/gogo/protobuf v1.2.1 [2020-12-11T18:58:34.961Z] #47 13.96 go: downloading github.com/stretchr/objx v0.2.0 [2020-12-11T18:58:34.961Z] #47 14.04 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-12-11T18:58:34.961Z] #47 14.15 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-12-11T18:58:34.961Z] #47 14.15 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-11T18:58:34.961Z] #47 14.22 go: extracting github.com/stretchr/objx v0.2.0 [2020-12-11T18:58:34.961Z] #47 14.22 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-12-11T18:58:34.961Z] #47 14.37 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-11T18:58:34.961Z] #47 14.38 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-12-11T18:58:34.961Z] #47 14.38 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-12-11T18:58:34.961Z] #47 14.50 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-12-11T18:58:34.961Z] #47 14.50 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-11T18:58:34.961Z] #47 14.50 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-11T18:58:34.961Z] #47 14.50 go: downloading github.com/gobwas/glob v0.2.3 [2020-12-11T18:58:34.961Z] #47 14.51 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-11T18:58:34.961Z] #47 14.54 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-11T18:58:34.961Z] #47 14.63 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-11T18:58:34.961Z] #47 14.77 go: extracting github.com/gobwas/glob v0.2.3 [2020-12-11T18:58:34.961Z] #47 14.89 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-11T18:58:34.961Z] #47 14.89 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-11T18:58:34.961Z] #47 14.90 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-11T18:58:34.961Z] #47 14.91 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-11T18:58:34.961Z] #47 15.18 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-12-11T18:58:34.961Z] #47 15.18 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-11T18:58:34.961Z] #47 15.18 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-12-11T18:58:34.961Z] #47 15.20 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-11T18:58:34.961Z] #47 15.25 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-12-11T18:58:34.961Z] #47 15.26 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-11T18:58:34.961Z] #47 15.26 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-11T18:58:34.961Z] #47 15.31 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-12-11T18:58:34.961Z] #47 15.35 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-11T18:58:34.961Z] #47 15.48 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-12-11T18:58:34.961Z] #47 15.53 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-12-11T18:58:34.961Z] #47 16.25 go: extracting github.com/gogo/protobuf v1.2.1 [2020-12-11T18:58:34.961Z] #47 17.69 go: extracting golang.org/x/text v0.3.2 [2020-12-11T18:58:34.961Z] #47 ... [2020-12-11T18:58:34.961Z] [2020-12-11T18:58:34.961Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T18:58:34.961Z] #27 DONE 20.3s [2020-12-11T18:58:34.961Z] [2020-12-11T18:58:34.961Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:58:35.072Z] #8 ... [2020-12-11T18:58:35.072Z] [2020-12-11T18:58:35.072Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-11T18:58:35.072Z] #25 DONE 15.2s [2020-12-11T18:58:35.072Z] [2020-12-11T18:58:35.072Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-12-11T18:58:35.072Z] #26 DONE 0.1s [2020-12-11T18:58:35.331Z] [2020-12-11T18:58:35.331Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T18:58:35.997Z] #54 0.944 + RM_GOPATH=0 [2020-12-11T18:58:35.997Z] #54 0.944 + TMP_GOPATH= [2020-12-11T18:58:35.997Z] #54 0.944 + : /build [2020-12-11T18:58:35.997Z] #54 0.945 + '[' -z '' ']' [2020-12-11T18:58:35.997Z] #54 0.946 ++ mktemp -d [2020-12-11T18:58:35.997Z] #54 0.946 + export GOPATH=/tmp/tmp.B0loqixsWn [2020-12-11T18:58:35.997Z] #54 0.947 + GOPATH=/tmp/tmp.B0loqixsWn [2020-12-11T18:58:35.997Z] #54 0.947 + RM_GOPATH=1 [2020-12-11T18:58:35.997Z] #54 0.947 + case "$(go env GOARCH)" in [2020-12-11T18:58:35.997Z] #54 0.947 ++ go env GOARCH [2020-12-11T18:58:35.997Z] #54 0.951 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:35.997Z] #54 0.951 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:35.997Z] #54 0.951 ++ dirname /tmp/install/install.sh [2020-12-11T18:58:35.997Z] #54 0.957 + dir=/tmp/install [2020-12-11T18:58:35.997Z] #54 0.957 + bin=containerd [2020-12-11T18:58:35.997Z] #54 0.957 + shift [2020-12-11T18:58:35.997Z] #54 0.957 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-12-11T18:58:35.997Z] #54 0.957 + . /tmp/install/containerd.installer [2020-12-11T18:58:35.997Z] #54 0.957 ++ set -e [2020-12-11T18:58:35.997Z] #54 0.957 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-11T18:58:35.997Z] #54 0.957 + install_containerd [2020-12-11T18:58:35.997Z] #54 0.957 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2020-12-11T18:58:35.997Z] #54 0.958 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-11T18:58:35.997Z] #54 0.958 + git clone https://github.com/containerd/containerd.git /tmp/tmp.B0loqixsWn/src/github.com/containerd/containerd [2020-12-11T18:58:35.997Z] #54 0.960 Cloning into '/tmp/tmp.B0loqixsWn/src/github.com/containerd/containerd'... [2020-12-11T18:58:36.290Z] #54 ... [2020-12-11T18:58:36.290Z] [2020-12-11T18:58:36.290Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:58:36.290Z] #45 10.44 go: finding github.com/fatih/color v1.9.0 [2020-12-11T18:58:36.290Z] #45 10.47 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-11T18:58:36.290Z] #45 10.48 go: finding github.com/pkg/errors v0.9.1 [2020-12-11T18:58:36.290Z] #45 10.55 go: finding github.com/mattn/go-colorable v0.1.6 [2020-12-11T18:58:36.290Z] #45 10.58 go: finding github.com/spf13/pflag v1.0.3 [2020-12-11T18:58:36.290Z] #45 10.63 go: finding github.com/mattn/go-isatty v0.0.12 [2020-12-11T18:58:36.290Z] #45 10.67 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-11T18:58:36.290Z] #45 10.84 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-12-11T18:58:36.290Z] #45 10.94 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T18:58:36.290Z] #45 10.95 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-11T18:58:36.290Z] #45 10.96 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-11T18:58:37.327Z] #45 ... [2020-12-11T18:58:37.327Z] [2020-12-11T18:58:37.327Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:58:37.327Z] #49 11.29 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-11T18:58:37.327Z] #49 12.28 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-11T18:58:37.327Z] #49 13.24 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-11T18:58:37.327Z] #49 13.31 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-11T18:58:37.327Z] #49 13.38 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-11T18:58:37.327Z] #49 13.49 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-11T18:58:37.327Z] #49 13.78 runtime/cgo [2020-12-11T18:58:37.327Z] #49 13.82 runtime [2020-12-11T18:58:37.327Z] #49 ... [2020-12-11T18:58:37.327Z] [2020-12-11T18:58:37.327Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:58:37.327Z] #47 21.25 go: finding github.com/fatih/color v1.7.0 [2020-12-11T18:58:37.327Z] #47 21.29 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-11T18:58:37.327Z] #47 21.37 go: finding github.com/mattn/go-colorable v0.1.4 [2020-12-11T18:58:37.327Z] #47 21.40 go: finding github.com/mattn/go-isatty v0.0.8 [2020-12-11T18:58:37.327Z] #47 21.45 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-11T18:58:37.327Z] #47 21.46 go: finding github.com/go-critic/go-critic v0.4.1 [2020-12-11T18:58:37.327Z] #47 21.47 go: finding github.com/pkg/errors v0.8.1 [2020-12-11T18:58:37.327Z] #47 21.48 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-11T18:58:37.327Z] #47 21.49 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-12-11T18:58:37.327Z] #47 21.51 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-12-11T18:58:37.327Z] #47 21.51 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-12-11T18:58:37.327Z] #47 21.52 go: finding github.com/sirupsen/logrus v1.4.2 [2020-12-11T18:58:37.327Z] #47 21.57 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-12-11T18:58:37.327Z] #47 21.58 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-12-11T18:58:37.327Z] #47 21.59 go: finding github.com/stretchr/testify v1.4.0 [2020-12-11T18:58:37.327Z] #47 21.61 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-12-11T18:58:37.327Z] #47 21.62 go: finding github.com/davecgh/go-spew v1.1.1 [2020-12-11T18:58:37.327Z] #47 21.62 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-12-11T18:58:37.327Z] #47 21.63 go: finding github.com/spf13/viper v1.6.1 [2020-12-11T18:58:37.327Z] #47 21.63 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-12-11T18:58:37.327Z] #47 21.65 go: finding github.com/stretchr/objx v0.2.0 [2020-12-11T18:58:37.327Z] #47 21.67 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-12-11T18:58:37.327Z] #47 21.70 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-11T18:58:37.619Z] #47 21.71 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-12-11T18:58:37.619Z] #47 21.72 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-12-11T18:58:37.619Z] #47 21.75 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-11T18:58:37.619Z] #47 21.75 go: finding github.com/gobwas/glob v0.2.3 [2020-12-11T18:58:37.619Z] #47 21.78 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-12-11T18:58:37.619Z] #47 21.79 go: finding github.com/spf13/cobra v0.0.5 [2020-12-11T18:58:37.619Z] #47 21.80 go: finding github.com/hashicorp/hcl v1.0.0 [2020-12-11T18:58:37.619Z] #47 21.82 go: finding github.com/spf13/pflag v1.0.5 [2020-12-11T18:58:37.619Z] #47 21.83 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-11T18:58:37.619Z] #47 21.85 go: finding github.com/magiconair/properties v1.8.1 [2020-12-11T18:58:37.619Z] #47 21.87 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-11T18:58:37.619Z] #47 21.88 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-12-11T18:58:37.910Z] #47 21.98 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-11T18:58:37.910Z] #47 21.98 go: finding github.com/pelletier/go-toml v1.2.0 [2020-12-11T18:58:37.910Z] #47 22.00 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-11T18:58:37.910Z] #47 22.01 go: finding github.com/spf13/afero v1.1.2 [2020-12-11T18:58:37.910Z] #47 22.02 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-11T18:58:37.910Z] #47 22.05 go: finding github.com/spf13/cast v1.3.0 [2020-12-11T18:58:37.910Z] #47 22.07 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-11T18:58:37.910Z] #47 22.08 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-12-11T18:58:37.910Z] #47 22.08 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-11T18:58:37.910Z] #47 22.09 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-11T18:58:37.910Z] #47 22.10 go: finding github.com/subosito/gotenv v1.2.0 [2020-12-11T18:58:37.910Z] #47 22.14 go: finding gopkg.in/ini.v1 v1.51.0 [2020-12-11T18:58:37.910Z] #47 22.18 go: finding golang.org/x/text v0.3.2 [2020-12-11T18:58:37.910Z] #47 22.29 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-11T18:58:37.910Z] #47 ... [2020-12-11T18:58:37.910Z] [2020-12-11T18:58:37.910Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T18:58:37.910Z] #43 12.18 unicode/utf16 [2020-12-11T18:58:37.910Z] #43 12.38 container/list [2020-12-11T18:58:37.910Z] #43 12.71 crypto/internal/subtle [2020-12-11T18:58:37.910Z] #43 12.99 crypto/subtle [2020-12-11T18:58:37.910Z] #43 13.10 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-12-11T18:58:37.910Z] #43 13.16 internal/nettrace [2020-12-11T18:58:37.910Z] #43 13.25 runtime/cgo [2020-12-11T18:58:38.202Z] #43 ... [2020-12-11T18:58:38.202Z] [2020-12-11T18:58:38.202Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:58:38.202Z] #47 22.29 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-11T18:58:38.202Z] #47 22.31 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-11T18:58:38.202Z] #47 22.35 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-11T18:58:38.202Z] #47 22.36 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-11T18:58:38.202Z] #47 22.37 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-11T18:58:38.202Z] #47 22.38 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-11T18:58:38.202Z] #47 22.39 go: finding github.com/kisielk/gotool v1.0.0 [2020-12-11T18:58:38.202Z] #47 22.39 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-11T18:58:38.202Z] #47 22.40 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-11T18:58:38.202Z] #47 22.42 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-11T18:58:38.202Z] #47 22.42 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-11T18:58:38.202Z] #47 22.50 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-12-11T18:58:38.202Z] #47 22.50 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-11T18:58:38.202Z] #47 22.50 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-11T18:58:38.202Z] #47 22.51 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-11T18:58:38.202Z] #47 22.51 go: finding github.com/ultraware/funlen v0.0.2 [2020-12-11T18:58:38.202Z] #47 22.52 go: finding github.com/ultraware/whitespace v0.0.4 [2020-12-11T18:58:38.202Z] #47 22.53 go: finding github.com/uudashr/gocognit v1.0.1 [2020-12-11T18:58:38.202Z] #47 22.54 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-11T18:58:38.202Z] #47 22.61 go: finding github.com/gogo/protobuf v1.2.1 [2020-12-11T18:58:38.497Z] #47 22.70 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-11T18:58:38.497Z] #47 22.74 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-11T18:58:38.497Z] #47 22.76 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-11T18:58:38.497Z] #47 22.77 go: finding github.com/BurntSushi/toml v0.3.1 [2020-12-11T18:58:38.497Z] #47 22.78 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-11T18:58:39.131Z] #47 ... [2020-12-11T18:58:39.131Z] [2020-12-11T18:58:39.131Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:58:39.131Z] #62 13.32 Checking out files: 99% (1890/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2020-12-11T18:58:39.131Z] #62 13.33 + cd /tmp/tmp.AW32CLeJ6u/src/github.com/docker/libnetwork [2020-12-11T18:58:39.131Z] #62 13.34 + git checkout -q 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-11T18:58:39.131Z] #62 13.87 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-12-11T18:58:39.423Z] #62 ... [2020-12-11T18:58:39.423Z] [2020-12-11T18:58:39.423Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T18:58:39.423Z] #38 13.53 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-12-11T18:58:39.423Z] #38 14.48 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-12-11T18:58:39.423Z] #38 ... [2020-12-11T18:58:39.423Z] [2020-12-11T18:58:39.423Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:58:39.423Z] #32 23.23 sync [2020-12-11T18:58:39.423Z] #32 23.24 internal/reflectlite [2020-12-11T18:58:39.530Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.4s [2020-12-11T18:58:39.716Z] #32 ... [2020-12-11T18:58:39.716Z] [2020-12-11T18:58:39.716Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T18:58:39.716Z] #34 13.87 Fetched 8095 kB in 11s (744 kB/s) [2020-12-11T18:58:39.716Z] #34 13.87 Reading package lists... [2020-12-11T18:58:39.716Z] #34 17.30 Reading package lists... [2020-12-11T18:58:39.716Z] #34 20.69 Building dependency tree... [2020-12-11T18:58:39.716Z] #34 21.78 The following additional packages will be installed: [2020-12-11T18:58:39.716Z] #34 21.80 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-12-11T18:58:39.716Z] #34 21.80 Suggested packages: [2020-12-11T18:58:39.716Z] #34 21.80 cmake-doc ninja-build lrzip [2020-12-11T18:58:39.716Z] #34 21.80 Recommended packages: [2020-12-11T18:58:39.716Z] #34 21.80 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-12-11T18:58:39.716Z] #34 22.41 The following NEW packages will be installed: [2020-12-11T18:58:39.716Z] #34 22.43 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-12-11T18:58:39.716Z] #34 22.43 vim-common xxd [2020-12-11T18:58:39.716Z] #34 22.58 0 upgraded, 10 newly installed, 0 to remove and 16 not upgraded. [2020-12-11T18:58:39.716Z] #34 22.58 Need to get 14.0 MB of archives. [2020-12-11T18:58:39.716Z] #34 22.58 After this operation, 62.1 MB of additional disk space will be used. [2020-12-11T18:58:39.716Z] #34 22.58 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-12-11T18:58:39.716Z] #34 22.69 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-12-11T18:58:39.716Z] #34 22.72 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2020-12-11T18:58:39.716Z] #34 22.83 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-12-11T18:58:39.716Z] #34 23.27 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+deb10u1 [607 kB] [2020-12-11T18:58:39.716Z] #34 23.30 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2020-12-11T18:58:39.716Z] #34 23.32 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2020-12-11T18:58:39.716Z] #34 23.33 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2020-12-11T18:58:39.716Z] #34 23.34 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2020-12-11T18:58:39.716Z] #34 23.39 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2020-12-11T18:58:39.716Z] #34 ... [2020-12-11T18:58:39.716Z] [2020-12-11T18:58:39.716Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T18:58:39.716Z] #11 13.94 Fetched 8095 kB in 11s (715 kB/s) [2020-12-11T18:58:39.716Z] #11 13.94 Reading package lists... [2020-12-11T18:58:39.716Z] #11 17.39 Reading package lists... [2020-12-11T18:58:39.716Z] #11 20.73 Building dependency tree... [2020-12-11T18:58:39.716Z] #11 21.77 The following additional packages will be installed: [2020-12-11T18:58:39.716Z] #11 21.81 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-12-11T18:58:39.716Z] #11 21.82 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-12-11T18:58:39.716Z] #11 21.82 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-12-11T18:58:39.716Z] #11 21.82 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2020-12-11T18:58:39.716Z] #11 21.82 mingw-w64-x86-64-dev [2020-12-11T18:58:39.716Z] #11 21.82 Suggested packages: [2020-12-11T18:58:39.716Z] #11 21.82 gcc-8-locales seccomp wine64 [2020-12-11T18:58:39.716Z] #11 22.82 The following NEW packages will be installed: [2020-12-11T18:58:39.716Z] #11 22.82 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-12-11T18:58:39.716Z] #11 22.82 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-12-11T18:58:39.716Z] #11 22.82 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-12-11T18:58:39.716Z] #11 22.82 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-12-11T18:58:39.716Z] #11 22.82 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-12-11T18:58:39.716Z] #11 22.82 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-12-11T18:58:39.716Z] #11 22.82 The following packages will be upgraded: [2020-12-11T18:58:39.716Z] #11 22.82 libsystemd0 libudev1 [2020-12-11T18:58:39.716Z] #11 23.00 2 upgraded, 25 newly installed, 0 to remove and 14 not upgraded. [2020-12-11T18:58:39.716Z] #11 23.00 Need to get 73.7 MB of archives. [2020-12-11T18:58:39.716Z] #11 23.00 After this operation, 494 MB of additional disk space will be used. [2020-12-11T18:58:39.716Z] #11 23.00 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd0 s390x 241-7~deb10u5 [307 kB] [2020-12-11T18:58:39.716Z] #11 23.14 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev1 s390x 241-7~deb10u5 [145 kB] [2020-12-11T18:58:39.716Z] #11 23.15 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] [2020-12-11T18:58:39.716Z] #11 23.37 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] [2020-12-11T18:58:39.716Z] #11 23.56 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-12-11T18:58:39.716Z] #11 23.66 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2020-12-11T18:58:39.716Z] #11 23.73 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2020-12-11T18:58:39.716Z] #11 23.73 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2020-12-11T18:58:39.716Z] #11 24.01 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-12-11T18:58:40.009Z] #11 ... [2020-12-11T18:58:40.009Z] [2020-12-11T18:58:40.009Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T18:58:40.009Z] #40 14.45 Fetched 8095 kB in 12s (701 kB/s) [2020-12-11T18:58:40.009Z] #40 14.45 Reading package lists... [2020-12-11T18:58:40.009Z] #40 17.56 Reading package lists... [2020-12-11T18:58:40.009Z] #40 20.89 Building dependency tree... [2020-12-11T18:58:40.009Z] #40 21.73 The following additional packages will be installed: [2020-12-11T18:58:40.009Z] #40 21.73 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-12-11T18:58:40.009Z] #40 21.73 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-12-11T18:58:40.009Z] #40 21.73 Suggested packages: [2020-12-11T18:58:40.009Z] #40 21.73 manpages-dev python-setuptools [2020-12-11T18:58:40.009Z] #40 22.58 The following NEW packages will be installed: [2020-12-11T18:58:40.009Z] #40 22.58 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-12-11T18:58:40.009Z] #40 22.58 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-12-11T18:58:40.009Z] #40 22.58 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-12-11T18:58:40.009Z] #40 22.58 python-six zlib1g-dev [2020-12-11T18:58:40.009Z] #40 22.78 0 upgraded, 17 newly installed, 0 to remove and 16 not upgraded. [2020-12-11T18:58:40.009Z] #40 22.78 Need to get 3742 kB of archives. [2020-12-11T18:58:40.009Z] #40 22.78 After this operation, 22.0 MB of additional disk space will be used. [2020-12-11T18:58:40.009Z] #40 22.78 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2020-12-11T18:58:40.009Z] #40 22.82 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-12-11T18:58:40.009Z] #40 22.83 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] [2020-12-11T18:58:40.009Z] #40 22.90 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-12-11T18:58:40.009Z] #40 22.90 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] [2020-12-11T18:58:40.009Z] #40 22.93 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-12-11T18:58:40.009Z] #40 22.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] [2020-12-11T18:58:40.009Z] #40 22.94 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] [2020-12-11T18:58:40.009Z] #40 22.96 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2020-12-11T18:58:40.009Z] #40 22.99 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2020-12-11T18:58:40.009Z] #40 23.00 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2020-12-11T18:58:40.009Z] #40 23.20 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2020-12-11T18:58:40.009Z] #40 23.32 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-c-compiler s390x 1.3.1-1+b1 [67.4 kB] [2020-12-11T18:58:40.009Z] #40 23.32 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] [2020-12-11T18:58:40.009Z] #40 23.32 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2020-12-11T18:58:40.009Z] #40 23.32 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2020-12-11T18:58:40.009Z] #40 23.32 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2020-12-11T18:58:40.009Z] #40 24.10 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T18:58:40.009Z] #40 24.16 Fetched 3742 kB in 1s (5251 kB/s) [2020-12-11T18:58:40.009Z] #40 24.24 Selecting previously unselected package libcap-dev:s390x. [2020-12-11T18:58:40.009Z] #40 24.24 (Reading database ... (Reading database ... 5% [2020-12-11T18:58:40.009Z] #40 ... [2020-12-11T18:58:40.009Z] [2020-12-11T18:58:40.009Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T18:58:40.009Z] #11 24.22 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] [2020-12-11T18:58:40.009Z] #11 24.23 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] [2020-12-11T18:58:41.527Z] #11 ... [2020-12-11T18:58:41.527Z] [2020-12-11T18:58:41.527Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:58:41.527Z] #62 DONE 25.5s [2020-12-11T18:58:41.527Z] [2020-12-11T18:58:41.527Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T18:58:41.527Z] #40 24.24 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-12-11T18:58:41.527Z] #40 24.34 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2020-12-11T18:58:41.527Z] #40 24.35 Unpacking libcap-dev:s390x (1:2.25-2) ... [2020-12-11T18:58:41.527Z] #40 24.47 Selecting previously unselected package libnet1:s390x. [2020-12-11T18:58:41.527Z] #40 24.47 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-12-11T18:58:41.527Z] #40 24.48 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-12-11T18:58:41.527Z] #40 24.58 Selecting previously unselected package libnet1-dev. [2020-12-11T18:58:41.527Z] #40 24.59 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2020-12-11T18:58:41.527Z] #40 24.59 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-12-11T18:58:41.527Z] #40 24.77 Selecting previously unselected package libnl-3-200:s390x. [2020-12-11T18:58:41.527Z] #40 24.77 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2020-12-11T18:58:41.527Z] #40 24.78 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-12-11T18:58:41.527Z] #40 24.86 Selecting previously unselected package libnl-3-dev:s390x. [2020-12-11T18:58:41.527Z] #40 24.86 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2020-12-11T18:58:41.527Z] #40 24.86 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2020-12-11T18:58:41.527Z] #40 25.07 Selecting previously unselected package libprotobuf-c1:s390x. [2020-12-11T18:58:41.527Z] #40 25.07 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-12-11T18:58:41.527Z] #40 25.07 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-12-11T18:58:41.527Z] #40 25.18 Selecting previously unselected package libprotobuf-c-dev:s390x. [2020-12-11T18:58:41.527Z] #40 25.18 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2020-12-11T18:58:41.527Z] #40 25.19 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-12-11T18:58:41.527Z] #40 25.25 Selecting previously unselected package zlib1g-dev:s390x. [2020-12-11T18:58:41.527Z] #40 25.26 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2020-12-11T18:58:41.527Z] #40 25.26 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-12-11T18:58:41.527Z] #40 25.55 Selecting previously unselected package libprotobuf17:s390x. [2020-12-11T18:58:41.527Z] #40 25.55 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2020-12-11T18:58:41.527Z] #40 25.56 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2020-12-11T18:58:42.185Z] #40 26.38 Selecting previously unselected package libprotobuf-lite17:s390x. [2020-12-11T18:58:42.185Z] #40 26.38 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2020-12-11T18:58:42.185Z] #40 26.39 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-12-11T18:58:42.477Z] #40 26.53 Selecting previously unselected package libprotobuf-dev:s390x. [2020-12-11T18:58:42.477Z] #40 26.53 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2020-12-11T18:58:42.477Z] #40 26.53 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-12-11T18:58:43.111Z] #40 27.36 Selecting previously unselected package libprotoc17:s390x. [2020-12-11T18:58:43.111Z] #40 27.37 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2020-12-11T18:58:43.111Z] #40 27.37 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2020-12-11T18:58:43.745Z] #40 27.82 Selecting previously unselected package protobuf-c-compiler. [2020-12-11T18:58:43.745Z] #40 27.82 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2020-12-11T18:58:43.745Z] #40 27.82 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-12-11T18:58:43.745Z] #40 27.92 Selecting previously unselected package protobuf-compiler. [2020-12-11T18:58:43.745Z] #40 27.93 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2020-12-11T18:58:43.745Z] #40 27.93 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-12-11T18:58:43.745Z] #40 28.03 Selecting previously unselected package python-pkg-resources. [2020-12-11T18:58:43.745Z] #40 28.03 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-12-11T18:58:43.745Z] #40 28.06 Unpacking python-pkg-resources (40.8.0-1) ... [2020-12-11T18:58:43.745Z] #40 28.16 Selecting previously unselected package python-six. [2020-12-11T18:58:44.037Z] #40 28.16 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-12-11T18:58:44.037Z] #40 28.16 Unpacking python-six (1.12.0-1) ... [2020-12-11T18:58:44.037Z] #40 28.22 Selecting previously unselected package python-protobuf. [2020-12-11T18:58:44.037Z] #40 28.22 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2020-12-11T18:58:44.037Z] #40 28.23 Unpacking python-protobuf (3.6.1.3-2) ... [2020-12-11T18:58:44.329Z] #40 28.56 Setting up python-pkg-resources (40.8.0-1) ... [2020-12-11T18:58:44.821Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.9s done [2020-12-11T18:58:44.821Z] #8 ... [2020-12-11T18:58:44.821Z] [2020-12-11T18:58:44.821Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T18:58:44.821Z] #27 1.697 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-12-11T18:58:44.821Z] #27 1.812 [2020-12-11T18:58:44.821Z] #27 1.940 ######## 12.2% ######################### 36.0% ######################################## 55.8% ###################################################### 75.8% #################################################################### 95.5% ######################################################################## 100.0% [2020-12-11T18:58:44.821Z] #27 2.466 [2020-12-11T18:58:44.821Z] #27 2.585 ##################################### 52.1% ######################################################################## 100.0% [2020-12-11T18:58:44.821Z] #27 2.734 [2020-12-11T18:58:44.821Z] #27 2.857 ########################################## 59.4% ######################################################################## 100.0% [2020-12-11T18:58:44.821Z] #27 2.975 [2020-12-11T18:58:44.821Z] #27 3.110 ######## 12.1% ######################### 35.0% ####################################### 55.2% ##################################################### 74.5% ################################################################### 93.8% ######################################################################## 100.0% [2020-12-11T18:58:44.821Z] #27 3.647 [2020-12-11T18:58:44.821Z] #27 3.773 # 2.6% ####### 9.7% ########## 15.0% ############## 19.9% ################## 25.3% ##################### 30.5% ######################### 35.7% ############################# 41.0% ################################# 46.2% ##################################### 51.4% ######################################## 56.7% ############################################ 61.9% ################################################ 67.1% #################################################### 72.3% ####################################################### 77.4% ########################################################### 82.6% ############################################################## 87.4% ################################################################## 93.0% ###################################################################### 98.3% ######################################################################## 100.0% [2020-12-11T18:58:44.821Z] #27 5.641 [2020-12-11T18:58:44.821Z] #27 6.229 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-12-11T18:58:44.821Z] #27 6.326 [2020-12-11T18:58:44.821Z] #27 6.390 ######################################################################## 100.0% [2020-12-11T18:58:44.821Z] #27 6.432 [2020-12-11T18:58:44.821Z] #27 6.773 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-12-11T18:58:44.821Z] #27 6.879 [2020-12-11T18:58:44.821Z] #27 7.014 ############################################### 65.5% ######################################################################## 100.0% [2020-12-11T18:58:44.821Z] #27 7.093 [2020-12-11T18:58:44.821Z] #27 7.565 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-12-11T18:58:44.821Z] #27 7.585 skipping existing c35d46ef359f [2020-12-11T18:58:44.821Z] #27 7.615 [2020-12-11T18:58:44.821Z] #27 8.051 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-12-11T18:58:44.821Z] #27 8.165 [2020-12-11T18:58:44.821Z] #27 8.219 ######################################################################## 100.0% [2020-12-11T18:58:44.821Z] #27 8.258 [2020-12-11T18:58:44.821Z] #27 8.561 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-12-11T18:58:44.821Z] #27 8.680 [2020-12-11T18:58:44.821Z] #27 8.830 ######################################################################## 100.0% [2020-12-11T18:58:44.821Z] #27 8.860 [2020-12-11T18:58:44.821Z] #27 8.871 Download of images into '/build' complete. [2020-12-11T18:58:44.821Z] #27 8.871 Use something like the following to load the result into a Docker daemon: [2020-12-11T18:58:44.821Z] #27 8.871 tar -cC '/build' . | docker load [2020-12-11T18:58:45.391Z] #27 ... [2020-12-11T18:58:45.391Z] [2020-12-11T18:58:45.391Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T18:58:45.391Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a [2020-12-11T18:58:45.391Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-12-11T18:58:46.332Z] #8 DONE 39.3s [2020-12-11T18:58:46.332Z] [2020-12-11T18:58:46.332Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-12-11T18:58:46.399Z] #40 30.36 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-12-11T18:58:46.399Z] #40 30.37 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-12-11T18:58:46.399Z] #40 30.38 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-12-11T18:58:46.399Z] #40 30.39 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-12-11T18:58:46.399Z] #40 30.39 Setting up python-six (1.12.0-1) ... [2020-12-11T18:58:46.399Z] #40 ... [2020-12-11T18:58:46.399Z] [2020-12-11T18:58:46.399Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-11T18:58:46.399Z] #30 30.41 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-12-11T18:58:46.399Z] #30 30.50 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-12-11T18:58:48.014Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0363e770820188bf3) in /home/ubuntu/workspace/moby_PR-41783 [Pipeline] { [Pipeline] checkout [2020-12-11T18:58:48.871Z] #9 ... [2020-12-11T18:58:48.871Z] [2020-12-11T18:58:48.871Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T18:58:48.871Z] #27 DONE 13.7s [2020-12-11T18:58:49.130Z] [2020-12-11T18:58:49.130Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-12-11T18:58:49.698Z] #9 DONE 3.4s [2020-12-11T18:58:49.698Z] [2020-12-11T18:58:49.698Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-12-11T18:58:49.919Z] #30 ... [2020-12-11T18:58:49.919Z] [2020-12-11T18:58:49.919Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T18:58:49.919Z] #34 24.22 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T18:58:49.919Z] #34 24.28 Fetched 14.0 MB in 1s (13.3 MB/s) [2020-12-11T18:58:49.919Z] #34 24.35 Selecting previously unselected package xxd. [2020-12-11T18:58:49.919Z] #34 24.35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-12-11T18:58:49.919Z] #34 24.43 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-12-11T18:58:49.919Z] #34 24.44 Unpacking xxd (2:8.1.0875-5) ... [2020-12-11T18:58:49.919Z] #34 24.58 Selecting previously unselected package vim-common. [2020-12-11T18:58:49.919Z] #34 24.59 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-12-11T18:58:49.919Z] #34 24.63 Unpacking vim-common (2:8.1.0875-5) ... [2020-12-11T18:58:49.919Z] #34 24.96 Selecting previously unselected package cmake-data. [2020-12-11T18:58:49.919Z] #34 24.96 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-12-11T18:58:49.919Z] #34 24.97 Unpacking cmake-data (3.13.4-1) ... [2020-12-11T18:58:49.919Z] #34 27.38 Selecting previously unselected package libicu63:s390x. [2020-12-11T18:58:49.919Z] #34 27.41 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-12-11T18:58:49.919Z] #34 27.42 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-12-11T18:58:49.919Z] #34 32.06 Selecting previously unselected package libxml2:s390x. [2020-12-11T18:58:49.919Z] #34 32.06 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_s390x.deb ... [2020-12-11T18:58:49.919Z] #34 32.07 Unpacking libxml2:s390x (2.9.4+dfsg1-7+deb10u1) ... [2020-12-11T18:58:49.919Z] #34 32.47 Selecting previously unselected package libarchive13:s390x. [2020-12-11T18:58:49.919Z] #34 32.47 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2020-12-11T18:58:49.919Z] #34 32.47 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-12-11T18:58:49.919Z] #34 32.68 Selecting previously unselected package libjsoncpp1:s390x. [2020-12-11T18:58:49.919Z] #34 32.68 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2020-12-11T18:58:49.919Z] #34 32.68 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2020-12-11T18:58:49.919Z] #34 32.80 Selecting previously unselected package librhash0:s390x. [2020-12-11T18:58:49.919Z] #34 32.80 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2020-12-11T18:58:49.919Z] #34 32.80 Unpacking librhash0:s390x (1.3.8-1) ... [2020-12-11T18:58:49.919Z] #34 32.96 Selecting previously unselected package libuv1:s390x. [2020-12-11T18:58:49.919Z] #34 32.96 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2020-12-11T18:58:49.919Z] #34 32.96 Unpacking libuv1:s390x (1.24.1-1) ... [2020-12-11T18:58:49.919Z] #34 33.09 Selecting previously unselected package cmake. [2020-12-11T18:58:49.919Z] #34 33.09 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2020-12-11T18:58:49.919Z] #34 33.09 Unpacking cmake (3.13.4-1) ... [2020-12-11T18:58:50.213Z] #34 ... [2020-12-11T18:58:50.213Z] [2020-12-11T18:58:50.213Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T18:58:50.213Z] #11 26.48 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] [2020-12-11T18:58:50.213Z] #11 27.84 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2020-12-11T18:58:50.213Z] #11 27.85 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2020-12-11T18:58:50.213Z] #11 27.87 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-12-11T18:58:50.213Z] #11 27.87 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-12-11T18:58:50.213Z] #11 27.87 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] [2020-12-11T18:58:50.213Z] #11 27.88 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u5 [110 kB] [2020-12-11T18:58:50.213Z] #11 27.88 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2020-12-11T18:58:50.213Z] #11 27.89 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2020-12-11T18:58:50.213Z] #11 27.90 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2020-12-11T18:58:50.213Z] #11 27.91 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2020-12-11T18:58:50.213Z] #11 27.92 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2020-12-11T18:58:50.213Z] #11 27.95 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2020-12-11T18:58:50.213Z] #11 27.96 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2020-12-11T18:58:50.213Z] #11 27.96 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] [2020-12-11T18:58:50.213Z] #11 27.96 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u5 [322 kB] [2020-12-11T18:58:50.213Z] #11 28.65 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T18:58:50.213Z] #11 28.72 Fetched 73.7 MB in 5s (14.4 MB/s) [2020-12-11T18:58:50.213Z] #11 28.81 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-12-11T18:58:50.213Z] #11 28.85 Preparing to unpack .../libsystemd0_241-7~deb10u5_s390x.deb ... [2020-12-11T18:58:50.213Z] #11 28.89 Unpacking libsystemd0:s390x (241-7~deb10u5) over (241-7~deb10u4) ... [2020-12-11T18:58:50.213Z] #11 29.15 Setting up libsystemd0:s390x (241-7~deb10u5) ... [2020-12-11T18:58:50.213Z] #11 29.23 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-12-11T18:58:50.213Z] #11 29.26 Preparing to unpack .../libudev1_241-7~deb10u5_s390x.deb ... [2020-12-11T18:58:50.213Z] #11 29.27 Unpacking libudev1:s390x (241-7~deb10u5) over (241-7~deb10u4) ... [2020-12-11T18:58:50.213Z] #11 29.37 Setting up libudev1:s390x (241-7~deb10u5) ... [2020-12-11T18:58:50.213Z] #11 29.49 Selecting previously unselected package binutils-mingw-w64-i686. [2020-12-11T18:58:50.213Z] #11 29.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 ... 15177 files and directories currently installed.) [2020-12-11T18:58:50.213Z] #11 29.55 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2020-12-11T18:58:50.213Z] #11 29.55 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-12-11T18:58:50.213Z] #11 30.97 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-12-11T18:58:50.213Z] #11 30.98 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2020-12-11T18:58:50.213Z] #11 30.98 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-12-11T18:58:50.213Z] #11 32.48 Selecting previously unselected package binutils-mingw-w64. [2020-12-11T18:58:50.213Z] #11 32.49 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-12-11T18:58:50.213Z] #11 32.49 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-12-11T18:58:50.213Z] #11 32.56 Selecting previously unselected package libdevmapper1.02.1:s390x. [2020-12-11T18:58:50.213Z] #11 32.57 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-12-11T18:58:50.213Z] #11 32.57 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-12-11T18:58:50.213Z] #11 32.76 Selecting previously unselected package dmsetup. [2020-12-11T18:58:50.213Z] #11 32.76 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2020-12-11T18:58:50.213Z] #11 32.76 Unpacking dmsetup (2:1.02.155-3) ... [2020-12-11T18:58:50.213Z] #11 32.84 Selecting previously unselected package mingw-w64-common. [2020-12-11T18:58:50.213Z] #11 32.84 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-12-11T18:58:50.213Z] #11 32.85 Unpacking mingw-w64-common (6.0.0-3) ... [2020-12-11T18:58:50.507Z] #11 ... [2020-12-11T18:58:50.507Z] [2020-12-11T18:58:50.507Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:58:50.507Z] #45 DONE 34.8s [2020-12-11T18:58:50.507Z] [2020-12-11T18:58:50.507Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T18:58:50.507Z] #40 31.96 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-12-11T18:58:50.507Z] #40 31.97 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-12-11T18:58:50.507Z] #40 32.00 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2020-12-11T18:58:50.507Z] #40 32.02 Setting up libcap-dev:s390x (1:2.25-2) ... [2020-12-11T18:58:50.507Z] #40 32.04 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2020-12-11T18:58:50.507Z] #40 32.05 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-12-11T18:58:50.507Z] #40 32.06 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-12-11T18:58:50.507Z] #40 32.07 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-12-11T18:58:50.507Z] #40 32.08 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-12-11T18:58:50.507Z] #40 32.08 Setting up python-protobuf (3.6.1.3-2) ... [2020-12-11T18:58:50.507Z] #40 34.80 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2020-12-11T18:58:50.507Z] #40 34.83 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T18:58:51.079Z] #10 DONE 0.9s [2020-12-11T18:58:51.079Z] [2020-12-11T18:58:51.079Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T18:58:51.079Z] #40 ... [2020-12-11T18:58:51.079Z] [2020-12-11T18:58:51.079Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-12-11T18:58:51.079Z] #37 DONE 0.1s [2020-12-11T18:58:51.079Z] [2020-12-11T18:58:51.079Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-12-11T18:58:51.079Z] #29 DONE 0.2s [2020-12-11T18:58:51.079Z] [2020-12-11T18:58:51.079Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-11T18:58:51.148Z] #40 DONE 35.2s [2020-12-11T18:58:51.148Z] [2020-12-11T18:58:51.148Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T18:58:51.148Z] #41 ... [2020-12-11T18:58:51.148Z] [2020-12-11T18:58:51.148Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:58:51.148Z] #32 25.21 errors [2020-12-11T18:58:51.148Z] #32 25.21 sort [2020-12-11T18:58:51.148Z] #32 25.47 strconv [2020-12-11T18:58:51.148Z] #32 26.34 io [2020-12-11T18:58:51.148Z] #32 26.97 internal/oserror [2020-12-11T18:58:51.148Z] #32 27.08 syscall [2020-12-11T18:58:51.148Z] #32 28.64 reflect [2020-12-11T18:58:51.148Z] #32 31.90 time [2020-12-11T18:58:51.148Z] #32 ... [2020-12-11T18:58:51.148Z] [2020-12-11T18:58:51.148Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T18:58:51.148Z] #43 25.48 github.com/LK4D4/vndr/godl/singleflight [2020-12-11T18:58:51.148Z] #43 25.48 io [2020-12-11T18:58:51.148Z] #43 26.04 strconv [2020-12-11T18:58:51.148Z] #43 26.47 bytes [2020-12-11T18:58:51.148Z] #43 27.75 reflect [2020-12-11T18:58:51.148Z] #43 28.02 bufio [2020-12-11T18:58:51.148Z] #43 29.56 syscall [2020-12-11T18:58:51.148Z] #43 35.25 time [2020-12-11T18:58:51.349Z] using credential docker-jenkins-github-credentials [2020-12-11T18:58:51.358Z] Cloning the remote Git repository [2020-12-11T18:58:51.358Z] Cloning with configured refspecs honoured and without tags [2020-12-11T18:58:51.459Z] #43 ... [2020-12-11T18:58:51.459Z] [2020-12-11T18:58:51.459Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T18:58:51.459Z] #34 35.40 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-12-11T18:58:51.459Z] #34 35.43 Setting up xxd (2:8.1.0875-5) ... [2020-12-11T18:58:51.459Z] #34 35.45 Setting up libuv1:s390x (1.24.1-1) ... [2020-12-11T18:58:51.459Z] #34 35.45 Setting up vim-common (2:8.1.0875-5) ... [2020-12-11T18:58:51.459Z] #34 35.47 Setting up librhash0:s390x (1.3.8-1) ... [2020-12-11T18:58:51.459Z] #34 35.48 Setting up cmake-data (3.13.4-1) ... [2020-12-11T18:58:51.459Z] #34 35.50 Setting up libxml2:s390x (2.9.4+dfsg1-7+deb10u1) ... [2020-12-11T18:58:51.459Z] #34 35.50 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2020-12-11T18:58:51.459Z] #34 35.51 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-12-11T18:58:51.459Z] #34 35.52 Setting up cmake (3.13.4-1) ... [2020-12-11T18:58:51.459Z] #34 35.52 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T18:58:51.459Z] #34 35.55 Processing triggers for mime-support (3.62) ... [2020-12-11T18:58:51.300Z] Cloning repository https://github.com/moby/moby.git [2020-12-11T18:58:51.391Z] > git init /home/ubuntu/workspace/moby_PR-41783 # timeout=10 [2020-12-11T18:58:51.755Z] #34 DONE 35.9s [2020-12-11T18:58:51.755Z] [2020-12-11T18:58:51.755Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:58:51.755Z] #49 29.42 reflect [2020-12-11T18:58:51.755Z] #49 29.42 syscall [2020-12-11T18:58:51.755Z] #49 35.15 time [2020-12-11T18:58:51.755Z] #49 ... [2020-12-11T18:58:51.755Z] [2020-12-11T18:58:51.755Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T18:58:52.792Z] #35 0.747 + RM_GOPATH=0 [2020-12-11T18:58:52.792Z] #35 0.748 + TMP_GOPATH= [2020-12-11T18:58:52.792Z] #35 0.748 + : /build [2020-12-11T18:58:52.792Z] #35 0.748 + '[' -z '' ']' [2020-12-11T18:58:52.792Z] #35 0.748 ++ mktemp -d [2020-12-11T18:58:52.792Z] #35 0.748 + export GOPATH=/tmp/tmp.PH6z7fA5bF [2020-12-11T18:58:52.792Z] #35 0.748 + GOPATH=/tmp/tmp.PH6z7fA5bF [2020-12-11T18:58:52.792Z] #35 0.748 + RM_GOPATH=1 [2020-12-11T18:58:52.792Z] #35 0.749 + case "$(go env GOARCH)" in [2020-12-11T18:58:52.792Z] #35 0.749 ++ go env GOARCH [2020-12-11T18:58:52.792Z] #35 0.758 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:52.792Z] #35 0.758 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:52.792Z] #35 0.758 ++ dirname /tmp/install/install.sh [2020-12-11T18:58:52.792Z] #35 0.761 + dir=/tmp/install [2020-12-11T18:58:52.792Z] #35 0.761 + bin=tini [2020-12-11T18:58:52.792Z] #35 0.761 + shift [2020-12-11T18:58:52.792Z] #35 0.761 + '[' '!' -f /tmp/install/tini.installer ']' [2020-12-11T18:58:52.792Z] #35 0.761 + . /tmp/install/tini.installer [2020-12-11T18:58:52.792Z] #35 0.761 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-11T18:58:52.792Z] #35 0.762 + install_tini [2020-12-11T18:58:52.792Z] #35 0.762 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-12-11T18:58:52.792Z] #35 0.762 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-11T18:58:52.792Z] #35 0.762 + git clone https://github.com/krallin/tini.git /tmp/tmp.PH6z7fA5bF/tini [2020-12-11T18:58:52.792Z] #35 0.766 Cloning into '/tmp/tmp.PH6z7fA5bF/tini'... [2020-12-11T18:58:51.828Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-11T18:58:51.828Z] > git --version # timeout=10 [2020-12-11T18:58:51.839Z] > git --version # 'git version 2.17.1' [2020-12-11T18:58:51.839Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-11T18:58:51.855Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41783/head:refs/remotes/origin/PR-41783 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T18:58:53.084Z] #35 1.275 + cd /tmp/tmp.PH6z7fA5bF/tini [2020-12-11T18:58:53.084Z] #35 1.275 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-11T18:58:53.084Z] #35 1.280 + cmake . [2020-12-11T18:58:53.376Z] #35 1.518 -- The C compiler identification is GNU 8.3.0 [2020-12-11T18:58:53.376Z] #35 1.563 -- Check for working C compiler: /usr/bin/cc [2020-12-11T18:58:53.668Z] #35 1.826 -- Check for working C compiler: /usr/bin/cc -- works [2020-12-11T18:58:53.668Z] #35 1.829 -- Detecting C compiler ABI info [2020-12-11T18:58:53.961Z] #35 2.203 -- Detecting C compiler ABI info - done [2020-12-11T18:58:53.961Z] #35 2.220 -- Detecting C compile features [2020-12-11T18:58:55.039Z] #35 3.172 -- Detecting C compile features - done [2020-12-11T18:58:55.039Z] #35 3.201 -- Performing Test HAS_BUILTIN_FORTIFY [2020-12-11T18:58:55.039Z] #35 3.361 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-12-11T18:58:55.039Z] #35 3.411 -- Configuring done [2020-12-11T18:58:55.330Z] #35 3.436 -- Generating done [2020-12-11T18:58:55.330Z] #35 3.439 -- Build files have been written to: /tmp/tmp.PH6z7fA5bF/tini [2020-12-11T18:58:55.330Z] #35 3.455 + make tini-static [2020-12-11T18:58:55.330Z] #35 3.612 Scanning dependencies of target tini-static [2020-12-11T18:58:55.330Z] #35 3.698 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-12-11T18:58:56.363Z] #30 ... [2020-12-11T18:58:56.363Z] [2020-12-11T18:58:56.363Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:58:56.363Z] #49 4.592 + RM_GOPATH=0 [2020-12-11T18:58:56.363Z] #49 4.592 + TMP_GOPATH= [2020-12-11T18:58:56.363Z] #49 4.592 + : /build [2020-12-11T18:58:56.363Z] #49 4.592 + '[' -z '' ']' [2020-12-11T18:58:56.363Z] #49 4.592 ++ mktemp -d [2020-12-11T18:58:56.363Z] #49 4.592 + export GOPATH=/tmp/tmp.VlI5jWuRJL [2020-12-11T18:58:56.363Z] #49 4.592 + GOPATH=/tmp/tmp.VlI5jWuRJL [2020-12-11T18:58:56.363Z] #49 4.592 + RM_GOPATH=1 [2020-12-11T18:58:56.363Z] #49 4.592 + case "$(go env GOARCH)" in [2020-12-11T18:58:56.363Z] #49 4.592 ++ go env GOARCH [2020-12-11T18:58:56.363Z] #49 4.602 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-11T18:58:56.363Z] #49 4.603 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:56.363Z] #49 4.603 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:56.363Z] #49 4.603 ++ dirname /tmp/install/install.sh [2020-12-11T18:58:56.363Z] #49 4.603 + dir=/tmp/install [2020-12-11T18:58:56.363Z] #49 4.603 + bin=shfmt [2020-12-11T18:58:56.363Z] #49 4.603 + shift [2020-12-11T18:58:56.363Z] #49 4.603 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-12-11T18:58:56.363Z] #49 4.603 + . /tmp/install/shfmt.installer [2020-12-11T18:58:56.363Z] #49 4.603 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-11T18:58:56.363Z] #49 4.603 + install_shfmt [2020-12-11T18:58:56.363Z] #49 4.603 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-12-11T18:58:56.363Z] #49 4.603 + git clone https://github.com/mvdan/sh.git /tmp/tmp.VlI5jWuRJL/src/github.com/mvdan/sh [2020-12-11T18:58:56.363Z] #49 4.603 Cloning into '/tmp/tmp.VlI5jWuRJL/src/github.com/mvdan/sh'... [2020-12-11T18:58:56.365Z] #35 4.606 [100%] Linking C executable tini-static [2020-12-11T18:58:56.365Z] #35 4.770 [100%] Built target tini-static [2020-12-11T18:58:56.365Z] #35 4.799 + mkdir -p /build [2020-12-11T18:58:56.656Z] #35 4.802 + cp tini-static /build/docker-init [2020-12-11T18:58:56.657Z] #35 DONE 5.1s [2020-12-11T18:58:56.657Z] [2020-12-11T18:58:56.657Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T18:58:56.657Z] #11 37.18 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-12-11T18:58:56.657Z] #11 37.18 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-12-11T18:58:56.657Z] #11 37.19 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-12-11T18:58:56.657Z] #11 40.60 Selecting previously unselected package gcc-mingw-w64-base. [2020-12-11T18:58:56.657Z] #11 40.61 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-12-11T18:58:56.657Z] #11 40.63 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-12-11T18:58:56.657Z] #11 40.75 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-12-11T18:58:56.657Z] #11 40.75 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-12-11T18:58:56.657Z] #11 40.75 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T18:58:57.302Z] #49 ... [2020-12-11T18:58:57.302Z] [2020-12-11T18:58:57.302Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:58:57.302Z] #62 6.332 + RM_GOPATH=0 [2020-12-11T18:58:57.302Z] #62 6.332 + TMP_GOPATH= [2020-12-11T18:58:57.302Z] #62 6.332 + : /build [2020-12-11T18:58:57.302Z] #62 6.332 + '[' -z '' ']' [2020-12-11T18:58:57.302Z] #62 6.332 ++ mktemp -d [2020-12-11T18:58:57.302Z] #62 6.332 + export GOPATH=/tmp/tmp.UsFVqZZZl6 [2020-12-11T18:58:57.302Z] #62 6.332 + GOPATH=/tmp/tmp.UsFVqZZZl6 [2020-12-11T18:58:57.302Z] #62 6.332 + RM_GOPATH=1 [2020-12-11T18:58:57.302Z] #62 6.332 + case "$(go env GOARCH)" in [2020-12-11T18:58:57.302Z] #62 6.335 ++ go env GOARCH [2020-12-11T18:58:57.302Z] #62 6.344 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:57.302Z] #62 6.344 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:58:57.302Z] #62 6.344 ++ dirname /tmp/install/install.sh [2020-12-11T18:58:57.302Z] #62 6.345 Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-11T18:58:57.302Z] #62 6.345 + dir=/tmp/install [2020-12-11T18:58:57.302Z] #62 6.345 + bin=proxy [2020-12-11T18:58:57.302Z] #62 6.345 + shift [2020-12-11T18:58:57.302Z] #62 6.345 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-12-11T18:58:57.302Z] #62 6.345 + . /tmp/install/proxy.installer [2020-12-11T18:58:57.302Z] #62 6.345 ++ : 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-11T18:58:57.302Z] #62 6.345 + install_proxy [2020-12-11T18:58:57.302Z] #62 6.345 + case "$1" in [2020-12-11T18:58:57.302Z] #62 6.345 + export CGO_ENABLED=0 [2020-12-11T18:58:57.302Z] #62 6.345 + CGO_ENABLED=0 [2020-12-11T18:58:57.302Z] #62 6.345 + _install_proxy [2020-12-11T18:58:57.302Z] #62 6.345 + echo 'Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d' [2020-12-11T18:58:57.302Z] #62 6.345 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.UsFVqZZZl6/src/github.com/docker/libnetwork [2020-12-11T18:58:57.302Z] #62 6.348 Cloning into '/tmp/tmp.UsFVqZZZl6/src/github.com/docker/libnetwork'... [2020-12-11T18:58:57.302Z] #62 ... [2020-12-11T18:58:57.302Z] [2020-12-11T18:58:57.302Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:58:57.302Z] #49 6.580 + cd /tmp/tmp.VlI5jWuRJL/src/github.com/mvdan/sh [2020-12-11T18:58:57.302Z] #49 6.580 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-11T18:58:57.302Z] #49 6.649 + GO111MODULE=on [2020-12-11T18:58:57.302Z] #49 6.649 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-12-11T18:58:58.203Z] #11 ... [2020-12-11T18:58:58.203Z] [2020-12-11T18:58:58.203Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T18:58:58.203Z] #41 7.064 Note: Building without setproctitle() and strlcpy() support. [2020-12-11T18:58:58.203Z] #41 7.064 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-12-11T18:58:58.203Z] #41 7.074 Note: Building without GnuTLS support [2020-12-11T18:58:58.203Z] #41 7.079 Makefile.config:39: Warn: you have no libnftables installed [2020-12-11T18:58:58.203Z] #41 7.079 Makefile.config:40: Warn: Building without nftables support [2020-12-11T18:58:58.242Z] #49 7.510 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-11T18:58:58.242Z] #49 7.559 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-11T18:58:58.242Z] #49 7.582 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-11T18:58:58.501Z] #49 7.671 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-11T18:58:58.501Z] #49 7.720 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-11T18:58:59.165Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0501b97757ecab997) in /home/ubuntu/workspace/moby_PR-41783 [Pipeline] { [Pipeline] checkout [2020-12-11T18:58:59.239Z] #41 8.118 fatal: not a git repository (or any of the parent directories): .git [2020-12-11T18:58:59.239Z] #41 8.139 GEN .gitid [2020-12-11T18:58:59.239Z] #41 8.168 GEN criu/include/version.h [2020-12-11T18:58:59.239Z] #41 8.189 GEN include/common/asm [2020-12-11T18:58:59.351Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-061c75193bea21287) in /home/ubuntu/workspace/moby_PR-41783 [Pipeline] { [Pipeline] checkout [2020-12-11T18:58:59.876Z] #41 8.966 PBCC images/timens.pb-c.c [2020-12-11T18:58:59.876Z] #41 8.984 DEP images/timens.pb-c.d [2020-12-11T18:58:59.876Z] #41 9.009 PBCC images/fown.pb-c.c [2020-12-11T18:58:59.876Z] #41 9.012 PBCC images/google/protobuf/descriptor.pb-c.c [2020-12-11T18:58:59.876Z] #41 9.068 PBCC images/opts.pb-c.c [2020-12-11T18:58:59.876Z] #41 9.089 PBCC images/memfd.pb-c.c [2020-12-11T18:59:00.168Z] #41 9.112 DEP images/fown.pb-c.d [2020-12-11T18:59:00.168Z] #41 9.121 DEP images/google/protobuf/descriptor.pb-c.d [2020-12-11T18:59:00.168Z] #41 9.212 DEP images/opts.pb-c.d [2020-12-11T18:59:00.168Z] #41 9.227 DEP images/memfd.pb-c.d [2020-12-11T18:59:00.168Z] #41 9.269 PBCC images/sit.pb-c.c [2020-12-11T18:59:00.168Z] #41 9.291 DEP images/sit.pb-c.d [2020-12-11T18:59:00.168Z] #41 9.311 PBCC images/macvlan.pb-c.c [2020-12-11T18:59:00.168Z] #41 9.318 DEP images/macvlan.pb-c.d [2020-12-11T18:59:00.407Z] #49 9.468 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-11T18:59:00.460Z] #41 9.352 PBCC images/autofs.pb-c.c [2020-12-11T18:59:00.460Z] #41 9.359 DEP images/autofs.pb-c.d [2020-12-11T18:59:00.460Z] #41 9.401 PBCC images/sysctl.pb-c.c [2020-12-11T18:59:00.460Z] #41 9.416 DEP images/sysctl.pb-c.d [2020-12-11T18:59:00.460Z] #41 9.436 PBCC images/time.pb-c.c [2020-12-11T18:59:00.460Z] #41 9.452 DEP images/time.pb-c.d [2020-12-11T18:59:00.460Z] #41 9.489 PBCC images/binfmt-misc.pb-c.c [2020-12-11T18:59:00.460Z] #41 9.503 DEP images/binfmt-misc.pb-c.d [2020-12-11T18:59:00.460Z] #41 9.545 PBCC images/seccomp.pb-c.c [2020-12-11T18:59:00.666Z] #49 ... [2020-12-11T18:59:00.666Z] [2020-12-11T18:59:00.666Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:00.666Z] #56 6.697 + RM_GOPATH=0 [2020-12-11T18:59:00.666Z] #56 6.698 + TMP_GOPATH= [2020-12-11T18:59:00.666Z] #56 6.698 + : /build [2020-12-11T18:59:00.666Z] #56 6.698 + '[' -z '' ']' [2020-12-11T18:59:00.666Z] #56 6.698 ++ mktemp -d [2020-12-11T18:59:00.666Z] #56 6.698 + export GOPATH=/tmp/tmp.MnV3zWK0Ei [2020-12-11T18:59:00.666Z] #56 6.698 + GOPATH=/tmp/tmp.MnV3zWK0Ei [2020-12-11T18:59:00.666Z] #56 6.698 + RM_GOPATH=1 [2020-12-11T18:59:00.666Z] #56 6.698 + case "$(go env GOARCH)" in [2020-12-11T18:59:00.666Z] #56 6.703 ++ go env GOARCH [2020-12-11T18:59:00.666Z] #56 6.713 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:00.666Z] #56 6.713 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:00.666Z] #56 6.713 ++ dirname /tmp/install/install.sh [2020-12-11T18:59:00.667Z] #56 6.714 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-11T18:59:00.667Z] #56 6.714 + dir=/tmp/install [2020-12-11T18:59:00.667Z] #56 6.714 + bin=rootlesskit [2020-12-11T18:59:00.667Z] #56 6.714 + shift [2020-12-11T18:59:00.667Z] #56 6.714 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-12-11T18:59:00.667Z] #56 6.714 + . /tmp/install/rootlesskit.installer [2020-12-11T18:59:00.667Z] #56 6.714 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-11T18:59:00.667Z] #56 6.714 + install_rootlesskit [2020-12-11T18:59:00.667Z] #56 6.714 + case "$1" in [2020-12-11T18:59:00.667Z] #56 6.714 + export CGO_ENABLED=0 [2020-12-11T18:59:00.667Z] #56 6.714 + CGO_ENABLED=0 [2020-12-11T18:59:00.667Z] #56 6.714 + _install_rootlesskit [2020-12-11T18:59:00.667Z] #56 6.714 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-12-11T18:59:00.667Z] #56 6.714 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.MnV3zWK0Ei/src/github.com/rootless-containers/rootlesskit [2020-12-11T18:59:00.667Z] #56 6.717 Cloning into '/tmp/tmp.MnV3zWK0Ei/src/github.com/rootless-containers/rootlesskit'... [2020-12-11T18:59:00.755Z] #41 9.551 DEP images/seccomp.pb-c.d [2020-12-11T18:59:00.755Z] #41 9.585 PBCC images/userns.pb-c.c [2020-12-11T18:59:00.755Z] #41 9.588 DEP images/userns.pb-c.d [2020-12-11T18:59:00.755Z] #41 9.621 PBCC images/cgroup.pb-c.c [2020-12-11T18:59:00.755Z] #41 9.625 DEP images/cgroup.pb-c.d [2020-12-11T18:59:00.755Z] #41 9.643 PBCC images/ext-file.pb-c.c [2020-12-11T18:59:00.755Z] #41 9.709 DEP images/ext-file.pb-c.d [2020-12-11T18:59:00.755Z] #41 9.746 PBCC images/rpc.pb-c.c [2020-12-11T18:59:00.755Z] #41 9.751 DEP images/rpc.pb-c.d [2020-12-11T18:59:00.755Z] #41 9.776 PBCC images/siginfo.pb-c.c [2020-12-11T18:59:00.755Z] #41 9.819 DEP images/siginfo.pb-c.d [2020-12-11T18:59:00.755Z] #41 9.850 PBCC images/pagemap.pb-c.c [2020-12-11T18:59:00.755Z] #41 9.859 DEP images/pagemap.pb-c.d [2020-12-11T18:59:00.755Z] #41 9.913 PBCC images/rlimit.pb-c.c [2020-12-11T18:59:00.755Z] #41 9.925 DEP images/rlimit.pb-c.d [2020-12-11T18:59:00.976Z] #56 ... [2020-12-11T18:59:00.976Z] [2020-12-11T18:59:00.976Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:00.976Z] #47 7.428 + RM_GOPATH=0 [2020-12-11T18:59:00.976Z] #47 7.428 + TMP_GOPATH= [2020-12-11T18:59:00.976Z] #47 7.428 + : /build [2020-12-11T18:59:00.976Z] #47 7.428 + '[' -z '' ']' [2020-12-11T18:59:00.976Z] #47 7.428 ++ mktemp -d [2020-12-11T18:59:00.976Z] #47 7.428 + export GOPATH=/tmp/tmp.rLu69EOTiR [2020-12-11T18:59:00.976Z] #47 7.428 + GOPATH=/tmp/tmp.rLu69EOTiR [2020-12-11T18:59:00.976Z] #47 7.428 + RM_GOPATH=1 [2020-12-11T18:59:00.976Z] #47 7.428 + case "$(go env GOARCH)" in [2020-12-11T18:59:00.976Z] #47 7.428 ++ go env GOARCH [2020-12-11T18:59:00.976Z] #47 7.443 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:00.976Z] #47 7.443 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:00.976Z] #47 7.443 ++ dirname /tmp/install/install.sh [2020-12-11T18:59:00.976Z] #47 7.453 + dir=/tmp/install [2020-12-11T18:59:00.976Z] #47 7.453 + bin=golangci_lint [2020-12-11T18:59:00.976Z] #47 7.453 + shift [2020-12-11T18:59:00.976Z] #47 7.453 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-12-11T18:59:00.976Z] #47 7.453 + . /tmp/install/golangci_lint.installer [2020-12-11T18:59:00.976Z] #47 7.453 ++ : v1.23.8 [2020-12-11T18:59:00.976Z] #47 7.453 + install_golangci_lint [2020-12-11T18:59:00.976Z] #47 7.453 + set -e [2020-12-11T18:59:00.976Z] #47 7.453 + export GO111MODULE=on [2020-12-11T18:59:00.976Z] #47 7.453 + GO111MODULE=on [2020-12-11T18:59:00.976Z] #47 7.453 + GOBIN=/build [2020-12-11T18:59:00.976Z] #47 7.453 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-12-11T18:59:00.976Z] #47 7.476 go: finding github.com v1.23.8 [2020-12-11T18:59:00.976Z] #47 7.476 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-12-11T18:59:00.976Z] #47 7.476 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-12-11T18:59:00.976Z] #47 7.476 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-12-11T18:59:00.976Z] #47 7.476 go: finding github.com/golangci v1.23.8 [2020-12-11T18:59:00.976Z] #47 8.913 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-12-11T18:59:00.976Z] #47 10.13 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-12-11T18:59:01.047Z] #41 9.938 PBCC images/file-lock.pb-c.c [2020-12-11T18:59:01.047Z] #41 9.966 DEP images/file-lock.pb-c.d [2020-12-11T18:59:01.047Z] #41 9.978 PBCC images/tty.pb-c.c [2020-12-11T18:59:01.047Z] #41 10.04 DEP images/tty.pb-c.d [2020-12-11T18:59:01.047Z] #41 10.09 PBCC images/tun.pb-c.c [2020-12-11T18:59:01.047Z] #41 10.13 PBCC images/netdev.pb-c.c [2020-12-11T18:59:01.236Z] #47 ... [2020-12-11T18:59:01.236Z] [2020-12-11T18:59:01.236Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:01.236Z] #45 6.524 + RM_GOPATH=0 [2020-12-11T18:59:01.236Z] #45 6.524 + TMP_GOPATH= [2020-12-11T18:59:01.236Z] #45 6.524 + : /build [2020-12-11T18:59:01.236Z] #45 6.524 + '[' -z '' ']' [2020-12-11T18:59:01.236Z] #45 6.524 ++ mktemp -d [2020-12-11T18:59:01.236Z] #45 6.524 + export GOPATH=/tmp/tmp.mHp2zJNQUf [2020-12-11T18:59:01.236Z] #45 6.524 + GOPATH=/tmp/tmp.mHp2zJNQUf [2020-12-11T18:59:01.236Z] #45 6.524 + RM_GOPATH=1 [2020-12-11T18:59:01.236Z] #45 6.524 + case "$(go env GOARCH)" in [2020-12-11T18:59:01.236Z] #45 6.524 ++ go env GOARCH [2020-12-11T18:59:01.236Z] #45 6.579 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:01.236Z] #45 6.579 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:01.236Z] #45 6.579 ++ dirname /tmp/install/install.sh [2020-12-11T18:59:01.236Z] #45 6.579 + dir=/tmp/install [2020-12-11T18:59:01.236Z] #45 6.579 + bin=gotestsum [2020-12-11T18:59:01.236Z] #45 6.579 + shift [2020-12-11T18:59:01.236Z] #45 6.579 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-12-11T18:59:01.236Z] #45 6.579 + . /tmp/install/gotestsum.installer [2020-12-11T18:59:01.236Z] #45 6.579 ++ : v0.5.3 [2020-12-11T18:59:01.236Z] #45 6.579 + install_gotestsum [2020-12-11T18:59:01.236Z] #45 6.579 + set -e [2020-12-11T18:59:01.236Z] #45 6.579 + export GO111MODULE=on [2020-12-11T18:59:01.236Z] #45 6.579 + GO111MODULE=on [2020-12-11T18:59:01.236Z] #45 6.579 + GOBIN=/build [2020-12-11T18:59:01.236Z] #45 6.579 + go get gotest.tools/gotestsum@v0.5.3 [2020-12-11T18:59:01.236Z] #45 6.579 go: finding gotest.tools/gotestsum v0.5.3 [2020-12-11T18:59:01.236Z] #45 6.579 go: finding gotest.tools v0.5.3 [2020-12-11T18:59:01.236Z] #45 7.454 go: downloading gotest.tools/gotestsum v0.5.3 [2020-12-11T18:59:01.236Z] #45 7.960 go: extracting gotest.tools/gotestsum v0.5.3 [2020-12-11T18:59:01.236Z] #45 9.179 go: downloading github.com/fatih/color v1.9.0 [2020-12-11T18:59:01.236Z] #45 9.223 go: downloading github.com/pkg/errors v0.9.1 [2020-12-11T18:59:01.236Z] #45 9.311 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T18:59:01.236Z] #45 9.511 go: downloading github.com/spf13/pflag v1.0.3 [2020-12-11T18:59:01.236Z] #45 9.653 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-11T18:59:01.236Z] #45 9.735 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-11T18:59:01.236Z] #45 9.942 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-12-11T18:59:01.236Z] #45 10.01 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-11T18:59:01.236Z] #45 10.20 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-11T18:59:01.236Z] #45 10.41 go: extracting github.com/pkg/errors v0.9.1 [2020-12-11T18:59:01.236Z] #45 ... [2020-12-11T18:59:01.236Z] [2020-12-11T18:59:01.236Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:01.236Z] #22 7.907 + RM_GOPATH=0 [2020-12-11T18:59:01.236Z] #22 7.907 + TMP_GOPATH= [2020-12-11T18:59:01.236Z] #22 7.907 + : /build [2020-12-11T18:59:01.236Z] #22 7.907 + '[' -z '' ']' [2020-12-11T18:59:01.236Z] #22 7.907 ++ mktemp -d [2020-12-11T18:59:01.236Z] #22 7.907 + export GOPATH=/tmp/tmp.ctSZJ3B0Iq [2020-12-11T18:59:01.236Z] #22 7.907 + GOPATH=/tmp/tmp.ctSZJ3B0Iq [2020-12-11T18:59:01.236Z] #22 7.907 + RM_GOPATH=1 [2020-12-11T18:59:01.236Z] #22 7.907 + case "$(go env GOARCH)" in [2020-12-11T18:59:01.236Z] #22 7.907 ++ go env GOARCH [2020-12-11T18:59:01.236Z] #22 7.965 Install docker/cli version 17.06.2-ce from stable [2020-12-11T18:59:01.236Z] #22 7.972 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:01.236Z] #22 7.972 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:01.236Z] #22 7.972 ++ dirname /tmp/install/install.sh [2020-12-11T18:59:01.236Z] #22 7.972 + dir=/tmp/install [2020-12-11T18:59:01.236Z] #22 7.972 + bin=dockercli [2020-12-11T18:59:01.236Z] #22 7.972 + shift [2020-12-11T18:59:01.236Z] #22 7.972 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-12-11T18:59:01.236Z] #22 7.972 + . /tmp/install/dockercli.installer [2020-12-11T18:59:01.236Z] #22 7.972 ++ : stable [2020-12-11T18:59:01.236Z] #22 7.972 ++ : 17.06.2-ce [2020-12-11T18:59:01.236Z] #22 7.972 + install_dockercli [2020-12-11T18:59:01.236Z] #22 7.972 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-12-11T18:59:01.236Z] #22 7.972 ++ uname -m [2020-12-11T18:59:01.236Z] #22 7.979 + arch=x86_64 [2020-12-11T18:59:01.236Z] #22 7.979 + '[' x86_64 '!=' x86_64 ']' [2020-12-11T18:59:01.236Z] #22 7.979 + url=https://download.docker.com/linux/static [2020-12-11T18:59:01.236Z] #22 7.979 + tar -xz docker/docker [2020-12-11T18:59:01.236Z] #22 7.993 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-12-11T18:59:01.236Z] #22 ... [2020-12-11T18:59:01.236Z] [2020-12-11T18:59:01.236Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T18:59:01.236Z] #34 9.126 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T18:59:01.236Z] #34 9.218 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T18:59:01.236Z] #34 9.235 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T18:59:01.341Z] #41 10.20 DEP images/tun.pb-c.d [2020-12-11T18:59:01.341Z] #41 10.25 DEP images/netdev.pb-c.d [2020-12-11T18:59:01.341Z] #41 10.28 PBCC images/vma.pb-c.c [2020-12-11T18:59:01.341Z] #41 10.31 DEP images/vma.pb-c.d [2020-12-11T18:59:01.341Z] #41 10.34 PBCC images/creds.pb-c.c [2020-12-11T18:59:01.341Z] #41 10.34 DEP images/creds.pb-c.d [2020-12-11T18:59:01.341Z] #41 10.37 PBCC images/utsns.pb-c.c [2020-12-11T18:59:01.341Z] #41 10.38 DEP images/utsns.pb-c.d [2020-12-11T18:59:01.341Z] #41 10.40 PBCC images/ipc-desc.pb-c.c [2020-12-11T18:59:01.341Z] #41 10.45 PBCC images/ipc-sem.pb-c.c [2020-12-11T18:59:01.341Z] #41 10.45 DEP images/ipc-desc.pb-c.d [2020-12-11T18:59:01.341Z] #41 10.50 DEP images/ipc-sem.pb-c.d [2020-12-11T18:59:01.341Z] #41 10.54 PBCC images/ipc-msg.pb-c.c [2020-12-11T18:59:01.341Z] #41 10.55 DEP images/ipc-msg.pb-c.d [2020-12-11T18:59:01.496Z] #34 ... [2020-12-11T18:59:01.496Z] [2020-12-11T18:59:01.496Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T18:59:01.496Z] #53 9.127 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T18:59:01.496Z] #53 9.251 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T18:59:01.496Z] #53 9.260 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T18:59:01.496Z] #53 10.74 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-11T18:59:01.496Z] #53 ... [2020-12-11T18:59:01.496Z] [2020-12-11T18:59:01.496Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T18:59:01.496Z] #43 8.009 + RM_GOPATH=0 [2020-12-11T18:59:01.496Z] #43 8.009 + TMP_GOPATH= [2020-12-11T18:59:01.496Z] #43 8.009 + : /build [2020-12-11T18:59:01.496Z] #43 8.009 + '[' -z '' ']' [2020-12-11T18:59:01.496Z] #43 8.012 ++ mktemp -d [2020-12-11T18:59:01.496Z] #43 8.012 + export GOPATH=/tmp/tmp.sIpv2TVa5M [2020-12-11T18:59:01.496Z] #43 8.012 + GOPATH=/tmp/tmp.sIpv2TVa5M [2020-12-11T18:59:01.496Z] #43 8.012 + RM_GOPATH=1 [2020-12-11T18:59:01.496Z] #43 8.013 + case "$(go env GOARCH)" in [2020-12-11T18:59:01.496Z] #43 8.015 ++ go env GOARCH [2020-12-11T18:59:01.496Z] #43 8.055 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:01.496Z] #43 8.055 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:01.496Z] #43 8.055 ++ dirname /tmp/install/install.sh [2020-12-11T18:59:01.496Z] #43 8.079 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-11T18:59:01.496Z] #43 8.080 + dir=/tmp/install [2020-12-11T18:59:01.496Z] #43 8.080 + bin=vndr [2020-12-11T18:59:01.496Z] #43 8.080 + shift [2020-12-11T18:59:01.496Z] #43 8.080 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-12-11T18:59:01.496Z] #43 8.080 + . /tmp/install/vndr.installer [2020-12-11T18:59:01.496Z] #43 8.080 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-11T18:59:01.496Z] #43 8.080 + install_vndr [2020-12-11T18:59:01.496Z] #43 8.080 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-12-11T18:59:01.496Z] #43 8.080 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.sIpv2TVa5M/src/github.com/LK4D4/vndr [2020-12-11T18:59:01.496Z] #43 8.090 Cloning into '/tmp/tmp.sIpv2TVa5M/src/github.com/LK4D4/vndr'... [2020-12-11T18:59:01.496Z] #43 9.258 + cd /tmp/tmp.sIpv2TVa5M/src/github.com/LK4D4/vndr [2020-12-11T18:59:01.497Z] #43 9.258 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-11T18:59:01.497Z] #43 9.312 + go build -buildmode=pie -v -o /build/vndr . [2020-12-11T18:59:01.497Z] #43 10.74 internal/cpu [2020-12-11T18:59:01.497Z] #43 10.81 runtime/internal/atomic [2020-12-11T18:59:01.633Z] #41 10.59 PBCC images/ipc-shm.pb-c.c [2020-12-11T18:59:01.633Z] #41 10.61 DEP images/ipc-shm.pb-c.d [2020-12-11T18:59:01.633Z] #41 10.63 PBCC images/ipc-var.pb-c.c [2020-12-11T18:59:01.633Z] #41 10.65 DEP images/ipc-var.pb-c.d [2020-12-11T18:59:01.633Z] #41 10.69 PBCC images/sk-opts.pb-c.c [2020-12-11T18:59:01.633Z] #41 10.72 PBCC images/packet-sock.pb-c.c [2020-12-11T18:59:01.633Z] #41 10.74 DEP images/sk-opts.pb-c.d [2020-12-11T18:59:01.633Z] #41 10.78 DEP images/packet-sock.pb-c.d [2020-12-11T18:59:01.757Z] #43 ... [2020-12-11T18:59:01.757Z] [2020-12-11T18:59:01.757Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:59:01.757Z] #32 8.070 + RM_GOPATH=0 [2020-12-11T18:59:01.757Z] #32 8.070 + TMP_GOPATH= [2020-12-11T18:59:01.757Z] #32 8.070 + : /build [2020-12-11T18:59:01.757Z] #32 8.070 + '[' -z '' ']' [2020-12-11T18:59:01.757Z] #32 8.070 ++ mktemp -d [2020-12-11T18:59:01.757Z] #32 8.070 + export GOPATH=/tmp/tmp.32plWWfHpm [2020-12-11T18:59:01.757Z] #32 8.070 + GOPATH=/tmp/tmp.32plWWfHpm [2020-12-11T18:59:01.757Z] #32 8.070 + RM_GOPATH=1 [2020-12-11T18:59:01.757Z] #32 8.070 + case "$(go env GOARCH)" in [2020-12-11T18:59:01.757Z] #32 8.070 ++ go env GOARCH [2020-12-11T18:59:01.757Z] #32 8.125 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-11T18:59:01.757Z] #32 8.127 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:01.757Z] #32 8.127 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:01.757Z] #32 8.127 ++ dirname /tmp/install/install.sh [2020-12-11T18:59:01.757Z] #32 8.127 + dir=/tmp/install [2020-12-11T18:59:01.757Z] #32 8.127 + bin=tomlv [2020-12-11T18:59:01.757Z] #32 8.127 + shift [2020-12-11T18:59:01.757Z] #32 8.127 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-12-11T18:59:01.757Z] #32 8.127 + . /tmp/install/tomlv.installer [2020-12-11T18:59:01.757Z] #32 8.127 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-11T18:59:01.757Z] #32 8.127 + install_tomlv [2020-12-11T18:59:01.757Z] #32 8.127 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-12-11T18:59:01.757Z] #32 8.127 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.32plWWfHpm/src/github.com/BurntSushi/toml [2020-12-11T18:59:01.757Z] #32 8.127 Cloning into '/tmp/tmp.32plWWfHpm/src/github.com/BurntSushi/toml'... [2020-12-11T18:59:01.757Z] #32 10.44 + cd /tmp/tmp.32plWWfHpm/src/github.com/BurntSushi/toml [2020-12-11T18:59:01.757Z] #32 10.44 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-11T18:59:01.757Z] #32 10.52 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-12-11T18:59:01.757Z] #32 ... [2020-12-11T18:59:01.757Z] [2020-12-11T18:59:01.757Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T18:59:01.757Z] #11 9.261 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T18:59:01.757Z] #11 9.417 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T18:59:01.757Z] #11 9.417 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T18:59:01.925Z] #41 10.84 PBCC images/sk-netlink.pb-c.c [2020-12-11T18:59:01.925Z] #41 10.85 DEP images/sk-netlink.pb-c.d [2020-12-11T18:59:01.925Z] #41 10.88 PBCC images/sk-inet.pb-c.c [2020-12-11T18:59:01.925Z] #41 10.92 DEP images/sk-inet.pb-c.d [2020-12-11T18:59:01.925Z] #41 10.93 PBCC images/sk-unix.pb-c.c [2020-12-11T18:59:01.925Z] #41 ... [2020-12-11T18:59:01.925Z] [2020-12-11T18:59:01.925Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:59:01.925Z] #32 36.13 internal/poll [2020-12-11T18:59:01.925Z] #32 37.29 internal/fmtsort [2020-12-11T18:59:01.925Z] #32 37.36 internal/syscall/execenv [2020-12-11T18:59:01.925Z] #32 37.50 internal/syscall/unix [2020-12-11T18:59:01.925Z] #32 37.67 os [2020-12-11T18:59:01.925Z] #32 37.93 strings [2020-12-11T18:59:01.925Z] #32 39.31 fmt [2020-12-11T18:59:01.925Z] #32 39.92 path/filepath [2020-12-11T18:59:01.925Z] #32 40.90 io/ioutil [2020-12-11T18:59:01.925Z] #32 41.19 path [2020-12-11T18:59:01.925Z] #32 41.74 text/tabwriter [2020-12-11T18:59:01.925Z] #32 42.53 flag [2020-12-11T18:59:01.925Z] #32 42.53 github.com/BurntSushi/toml [2020-12-11T18:59:01.925Z] #32 43.48 log [2020-12-11T18:59:01.925Z] #32 45.05 github.com/BurntSushi/toml/cmd/tomlv [2020-12-11T18:59:01.925Z] #32 ... [2020-12-11T18:59:01.925Z] [2020-12-11T18:59:01.925Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:02.017Z] #11 11.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-11T18:59:02.017Z] #11 ... [2020-12-11T18:59:02.017Z] [2020-12-11T18:59:02.017Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T18:59:02.017Z] #38 7.677 + git clone https://github.com/docker/distribution.git . [2020-12-11T18:59:02.017Z] #38 7.677 Cloning into '.'... [2020-12-11T18:59:02.017Z] #38 ... [2020-12-11T18:59:02.017Z] [2020-12-11T18:59:02.017Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T18:59:02.017Z] #43 11.38 runtime/internal/sys [2020-12-11T18:59:02.340Z] #43 11.53 internal/bytealg [2020-12-11T18:59:02.510Z] #54 26.96 Checking out files: 77% (2876/3706) Checking out files: 78% (2891/3706) Checking out files: 79% (2928/3706) Checking out files: 80% (2965/3706) Checking out files: 81% (3002/3706) Checking out files: 82% (3039/3706) Checking out files: 83% (3076/3706) Checking out files: 84% (3114/3706) Checking out files: 85% (3151/3706) Checking out files: 86% (3188/3706) Checking out files: 87% (3225/3706) Checking out files: 88% (3262/3706) Checking out files: 89% (3299/3706) Checking out files: 90% (3336/3706) Checking out files: 91% (3373/3706) Checking out files: 92% (3410/3706) Checking out files: 93% (3447/3706) Checking out files: 94% (3484/3706) Checking out files: 95% (3521/3706) Checking out files: 96% (3558/3706) Checking out files: 97% (3595/3706) Checking out files: 98% (3632/3706) Checking out files: 99% (3669/3706) Checking out files: 100% (3706/3706) Checking out files: 100% (3706/3706), done. [2020-12-11T18:59:02.510Z] #54 27.51 + cd /tmp/tmp.B0loqixsWn/src/github.com/containerd/containerd [2020-12-11T18:59:02.510Z] #54 27.51 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-11T18:59:02.600Z] #43 11.90 runtime/internal/math [2020-12-11T18:59:02.860Z] #43 12.08 internal/race [2020-12-11T18:59:03.042Z] using credential docker-jenkins-github-credentials [2020-12-11T18:59:03.047Z] Cloning the remote Git repository [2020-12-11T18:59:03.047Z] Cloning with configured refspecs honoured and without tags [2020-12-11T18:59:03.145Z] #54 28.27 + export 'BUILDTAGS=netgo osusergo static_build' [2020-12-11T18:59:03.145Z] #54 28.27 + BUILDTAGS='netgo osusergo static_build' [2020-12-11T18:59:03.145Z] #54 28.27 + export EXTRA_FLAGS=-buildmode=pie [2020-12-11T18:59:03.145Z] #54 28.27 + EXTRA_FLAGS=-buildmode=pie [2020-12-11T18:59:03.145Z] #54 28.27 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-12-11T18:59:03.145Z] #54 28.28 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-12-11T18:59:03.145Z] #54 28.28 + '[' '' = dynamic ']' [2020-12-11T18:59:03.145Z] #54 28.28 + make [2020-12-11T18:59:03.175Z] #43 12.20 sync/atomic [2020-12-11T18:59:03.069Z] Cloning repository https://github.com/moby/moby.git [2020-12-11T18:59:03.126Z] > git init /home/ubuntu/workspace/moby_PR-41783 # timeout=10 [2020-12-11T18:59:03.315Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-11T18:59:03.315Z] > git --version # timeout=10 [2020-12-11T18:59:03.435Z] #43 12.72 runtime [2020-12-11T18:59:03.435Z] #43 12.78 unicode [2020-12-11T18:59:03.440Z] #54 ... [2020-12-11T18:59:03.440Z] [2020-12-11T18:59:03.440Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T18:59:03.440Z] #43 37.59 internal/fmtsort [2020-12-11T18:59:03.440Z] #43 37.97 strings [2020-12-11T18:59:03.440Z] #43 39.21 os [2020-12-11T18:59:03.440Z] #43 39.75 regexp/syntax [2020-12-11T18:59:03.440Z] #43 41.95 fmt [2020-12-11T18:59:03.440Z] #43 43.67 regexp [2020-12-11T18:59:03.440Z] #43 44.31 go/token [2020-12-11T18:59:03.440Z] #43 44.80 go/scanner [2020-12-11T18:59:03.440Z] #43 45.67 go/ast [2020-12-11T18:59:03.440Z] #43 45.78 internal/lazyregexp [2020-12-11T18:59:03.440Z] #43 46.03 net/url [2020-12-11T18:59:03.440Z] #43 46.97 text/template/parse [2020-12-11T18:59:03.440Z] #43 ... [2020-12-11T18:59:03.440Z] [2020-12-11T18:59:03.440Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T18:59:03.440Z] #41 10.99 DEP images/sk-unix.pb-c.d [2020-12-11T18:59:03.440Z] #41 11.03 PBCC images/mm.pb-c.c [2020-12-11T18:59:03.440Z] #41 11.05 DEP images/mm.pb-c.d [2020-12-11T18:59:03.440Z] #41 11.10 PBCC images/timerfd.pb-c.c [2020-12-11T18:59:03.440Z] #41 11.13 DEP images/timerfd.pb-c.d [2020-12-11T18:59:03.440Z] #41 11.19 PBCC images/timer.pb-c.c [2020-12-11T18:59:03.440Z] #41 11.19 DEP images/timer.pb-c.d [2020-12-11T18:59:03.440Z] #41 11.22 PBCC images/sa.pb-c.c [2020-12-11T18:59:03.440Z] #41 11.24 DEP images/sa.pb-c.d [2020-12-11T18:59:03.440Z] #41 11.28 PBCC images/pipe-data.pb-c.c [2020-12-11T18:59:03.440Z] #41 11.30 DEP images/pipe-data.pb-c.d [2020-12-11T18:59:03.440Z] #41 11.32 PBCC images/mnt.pb-c.c [2020-12-11T18:59:03.440Z] #41 11.35 DEP images/mnt.pb-c.d [2020-12-11T18:59:03.440Z] #41 11.38 PBCC images/sk-packet.pb-c.c [2020-12-11T18:59:03.440Z] #41 11.38 DEP images/sk-packet.pb-c.d [2020-12-11T18:59:03.440Z] #41 11.41 PBCC images/tcp-stream.pb-c.c [2020-12-11T18:59:03.440Z] #41 11.46 DEP images/tcp-stream.pb-c.d [2020-12-11T18:59:03.440Z] #41 11.48 PBCC images/pipe.pb-c.c [2020-12-11T18:59:03.440Z] #41 11.51 DEP images/pipe.pb-c.d [2020-12-11T18:59:03.440Z] #41 11.56 PBCC images/pstree.pb-c.c [2020-12-11T18:59:03.440Z] #41 11.56 DEP images/pstree.pb-c.d [2020-12-11T18:59:03.440Z] #41 11.58 PBCC images/fs.pb-c.c [2020-12-11T18:59:03.440Z] #41 11.59 DEP images/fs.pb-c.d [2020-12-11T18:59:03.440Z] #41 11.62 PBCC images/signalfd.pb-c.c [2020-12-11T18:59:03.440Z] #41 11.63 DEP images/signalfd.pb-c.d [2020-12-11T18:59:03.440Z] #41 11.66 PBCC images/fh.pb-c.c [2020-12-11T18:59:03.440Z] #41 11.67 PBCC images/fsnotify.pb-c.c [2020-12-11T18:59:03.440Z] #41 11.70 DEP images/fh.pb-c.d [2020-12-11T18:59:03.440Z] #41 11.72 DEP images/fsnotify.pb-c.d [2020-12-11T18:59:03.440Z] #41 11.74 PBCC images/eventpoll.pb-c.c [2020-12-11T18:59:03.440Z] #41 11.80 DEP images/eventpoll.pb-c.d [2020-12-11T18:59:03.440Z] #41 11.82 PBCC images/eventfd.pb-c.c [2020-12-11T18:59:03.440Z] #41 11.84 DEP images/eventfd.pb-c.d [2020-12-11T18:59:03.440Z] #41 11.88 PBCC images/remap-file-path.pb-c.c [2020-12-11T18:59:03.440Z] #41 11.89 DEP images/remap-file-path.pb-c.d [2020-12-11T18:59:03.440Z] #41 11.94 PBCC images/fifo.pb-c.c [2020-12-11T18:59:03.440Z] #41 11.95 DEP images/fifo.pb-c.d [2020-12-11T18:59:03.440Z] #41 11.97 PBCC images/ghost-file.pb-c.c [2020-12-11T18:59:03.440Z] #41 12.01 DEP images/ghost-file.pb-c.d [2020-12-11T18:59:03.440Z] #41 12.05 PBCC images/regfile.pb-c.c [2020-12-11T18:59:03.440Z] #41 12.09 DEP images/regfile.pb-c.d [2020-12-11T18:59:03.440Z] #41 12.12 PBCC images/ns.pb-c.c [2020-12-11T18:59:03.440Z] #41 12.12 DEP images/ns.pb-c.d [2020-12-11T18:59:03.440Z] #41 12.16 PBCC images/fdinfo.pb-c.c [2020-12-11T18:59:03.440Z] #41 12.19 DEP images/fdinfo.pb-c.d [2020-12-11T18:59:03.440Z] #41 12.22 PBCC images/core-aarch64.pb-c.c [2020-12-11T18:59:03.440Z] #41 12.25 PBCC images/core-arm.pb-c.c [2020-12-11T18:59:03.440Z] #41 12.27 PBCC images/core-ppc64.pb-c.c [2020-12-11T18:59:03.440Z] #41 12.31 PBCC images/core-s390.pb-c.c [2020-12-11T18:59:03.440Z] #41 12.34 PBCC images/core-x86.pb-c.c [2020-12-11T18:59:03.440Z] #41 12.38 PBCC images/core.pb-c.c [2020-12-11T18:59:03.440Z] #41 12.42 PBCC images/inventory.pb-c.c [2020-12-11T18:59:03.440Z] #41 12.46 DEP images/core-aarch64.pb-c.d [2020-12-11T18:59:03.440Z] #41 12.49 DEP images/core-arm.pb-c.d [2020-12-11T18:59:03.440Z] #41 12.53 DEP images/core-ppc64.pb-c.d [2020-12-11T18:59:03.440Z] #41 12.58 DEP images/core-s390.pb-c.d [2020-12-11T18:59:03.440Z] #41 12.62 DEP images/core-x86.pb-c.d [2020-12-11T18:59:03.731Z] #41 ... [2020-12-11T18:59:03.731Z] [2020-12-11T18:59:03.731Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:59:03.731Z] #32 DONE 47.9s [2020-12-11T18:59:03.731Z] [2020-12-11T18:59:03.731Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T18:59:03.731Z] #41 12.70 DEP images/core.pb-c.d [2020-12-11T18:59:03.731Z] #41 12.76 DEP images/inventory.pb-c.d [2020-12-11T18:59:03.731Z] #41 12.83 PBCC images/cpuinfo.pb-c.c [2020-12-11T18:59:03.731Z] #41 12.84 DEP images/cpuinfo.pb-c.d [2020-12-11T18:59:03.731Z] #41 12.88 PBCC images/stats.pb-c.c [2020-12-11T18:59:03.964Z] using credential docker-jenkins-github-credentials [2020-12-11T18:59:03.972Z] Cloning the remote Git repository [2020-12-11T18:59:03.972Z] Cloning with configured refspecs honoured and without tags [2020-12-11T18:59:04.023Z] #41 12.92 DEP images/stats.pb-c.d [2020-12-11T18:59:04.023Z] #41 ... [2020-12-11T18:59:04.023Z] [2020-12-11T18:59:04.023Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:59:04.023Z] #49 38.10 encoding/binary [2020-12-11T18:59:04.023Z] #49 38.20 context [2020-12-11T18:59:04.023Z] #49 38.66 os [2020-12-11T18:59:04.023Z] #49 39.68 encoding/base64 [2020-12-11T18:59:04.023Z] #49 40.23 golang.org/x/sys/unix [2020-12-11T18:59:04.023Z] #49 41.66 fmt [2020-12-11T18:59:04.023Z] #49 44.66 encoding/json [2020-12-11T18:59:04.023Z] #49 46.16 github.com/pkg/diff [2020-12-11T18:59:04.023Z] #49 47.06 go/ast [2020-12-11T18:59:04.023Z] #49 ... [2020-12-11T18:59:04.023Z] [2020-12-11T18:59:04.023Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:04.023Z] #54 29.11 + bin/ctr [2020-12-11T18:59:04.318Z] Cloning repository https://github.com/moby/moby.git [2020-12-11T18:59:04.379Z] > git init /home/ubuntu/workspace/moby_PR-41783 # timeout=10 [2020-12-11T18:59:03.343Z] > git --version # 'git version 2.17.1' [2020-12-11T18:59:03.344Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-11T18:59:03.362Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41783/head:refs/remotes/origin/PR-41783 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T18:59:05.002Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-11T18:59:05.003Z] > git --version # timeout=10 [2020-12-11T18:59:05.019Z] > git --version # 'git version 2.7.4' [2020-12-11T18:59:05.020Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-11T18:59:05.097Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41783/head:refs/remotes/origin/PR-41783 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T18:59:08.726Z] #43 ... [2020-12-11T18:59:08.726Z] [2020-12-11T18:59:08.726Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:08.726Z] #56 12.33 Checking out files: 92% (732/794) Checking out files: 93% (739/794) Checking out files: 94% (747/794) Checking out files: 95% (755/794) Checking out files: 96% (763/794) Checking out files: 97% (771/794) Checking out files: 98% (779/794) Checking out files: 99% (787/794) Checking out files: 100% (794/794) Checking out files: 100% (794/794), done. [2020-12-11T18:59:08.726Z] #56 12.43 + cd /tmp/tmp.MnV3zWK0Ei/src/github.com/rootless-containers/rootlesskit [2020-12-11T18:59:08.726Z] #56 12.44 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-11T18:59:08.726Z] #56 13.29 + for f in rootlesskit rootlesskit-docker-proxy [2020-12-11T18:59:08.726Z] #56 13.29 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-12-11T18:59:08.726Z] #56 ... [2020-12-11T18:59:08.726Z] [2020-12-11T18:59:08.726Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T18:59:08.726Z] #43 17.84 unicode/utf8 [2020-12-11T18:59:08.987Z] #43 ... [2020-12-11T18:59:08.987Z] [2020-12-11T18:59:08.987Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-11T18:59:08.987Z] #30 7.943 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-12-11T18:59:08.987Z] #30 7.943 Cloning into '.'... [2020-12-11T18:59:09.247Z] #30 ... [2020-12-11T18:59:09.247Z] [2020-12-11T18:59:09.247Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:09.247Z] #45 10.41 go: extracting github.com/fatih/color v1.9.0 [2020-12-11T18:59:09.247Z] #45 10.48 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-12-11T18:59:09.247Z] #45 10.50 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-12-11T18:59:09.247Z] #45 11.01 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-11T18:59:09.247Z] #45 11.02 go: extracting github.com/spf13/pflag v1.0.3 [2020-12-11T18:59:09.247Z] #45 11.30 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-12-11T18:59:09.247Z] #45 11.64 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-11T18:59:09.247Z] #45 11.65 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-12-11T18:59:09.247Z] #45 11.72 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-12-11T18:59:09.247Z] #45 13.60 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T18:59:09.247Z] #45 14.86 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-11T18:59:09.247Z] #45 17.41 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-11T18:59:09.592Z] #54 ... [2020-12-11T18:59:09.592Z] [2020-12-11T18:59:09.592Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T18:59:09.592Z] #41 13.85 make[1]: Nothing to be done for 'all'. [2020-12-11T18:59:09.592Z] #41 14.54 CC images/stats.o [2020-12-11T18:59:09.592Z] #41 14.67 CC images/core.o [2020-12-11T18:59:09.592Z] #41 15.11 CC images/core-x86.o [2020-12-11T18:59:09.592Z] #41 15.42 CC images/core-arm.o [2020-12-11T18:59:09.592Z] #41 15.66 CC images/core-aarch64.o [2020-12-11T18:59:09.592Z] #41 15.84 CC images/core-ppc64.o [2020-12-11T18:59:09.592Z] #41 16.22 CC images/core-s390.o [2020-12-11T18:59:09.592Z] #41 16.53 CC images/cpuinfo.o [2020-12-11T18:59:09.592Z] #41 16.71 CC images/inventory.o [2020-12-11T18:59:09.592Z] #41 16.84 CC images/fdinfo.o [2020-12-11T18:59:09.592Z] #41 17.07 CC images/fown.o [2020-12-11T18:59:09.592Z] #41 17.23 CC images/ns.o [2020-12-11T18:59:09.592Z] #41 17.41 CC images/regfile.o [2020-12-11T18:59:09.592Z] #41 17.59 CC images/ghost-file.o [2020-12-11T18:59:09.592Z] #41 17.82 CC images/fifo.o [2020-12-11T18:59:09.592Z] #41 17.96 CC images/remap-file-path.o [2020-12-11T18:59:09.592Z] #41 18.10 CC images/eventfd.o [2020-12-11T18:59:09.592Z] #41 18.22 CC images/eventpoll.o [2020-12-11T18:59:09.592Z] #41 18.43 CC images/fh.o [2020-12-11T18:59:09.884Z] #41 18.69 CC images/fsnotify.o [2020-12-11T18:59:09.884Z] #41 19.07 CC images/signalfd.o [2020-12-11T18:59:10.176Z] #41 19.22 CC images/fs.o [2020-12-11T18:59:10.176Z] #41 19.34 CC images/pstree.o [2020-12-11T18:59:10.190Z] #45 ... [2020-12-11T18:59:10.190Z] [2020-12-11T18:59:10.190Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T18:59:10.190Z] #40 9.319 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T18:59:10.190Z] #40 9.478 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T18:59:10.190Z] #40 9.478 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T18:59:10.190Z] #40 11.14 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-11T18:59:10.190Z] #40 14.31 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB] [2020-12-11T18:59:10.190Z] #40 18.54 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-11T18:59:10.190Z] #40 ... [2020-12-11T18:59:10.190Z] [2020-12-11T18:59:10.190Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T18:59:10.190Z] #43 19.20 math [2020-12-11T18:59:10.468Z] #41 19.47 CC images/pipe.o [2020-12-11T18:59:10.760Z] #41 19.63 CC images/tcp-stream.o [2020-12-11T18:59:10.760Z] #41 19.79 CC images/sk-packet.o [2020-12-11T18:59:11.055Z] #41 19.92 CC images/mnt.o [2020-12-11T18:59:11.055Z] #41 20.03 CC images/pipe-data.o [2020-12-11T18:59:11.347Z] #41 20.20 CC images/sa.o [2020-12-11T18:59:11.347Z] #41 20.32 CC images/timer.o [2020-12-11T18:59:11.347Z] #41 20.42 CC images/timerfd.o [2020-12-11T18:59:11.576Z] #43 ... [2020-12-11T18:59:11.576Z] [2020-12-11T18:59:11.576Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T18:59:11.576Z] #34 10.92 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-11T18:59:11.576Z] #34 14.10 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB] [2020-12-11T18:59:11.576Z] #34 17.42 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-11T18:59:11.639Z] #41 20.52 CC images/mm.o [2020-12-11T18:59:11.639Z] #41 20.62 CC images/sk-opts.o [2020-12-11T18:59:11.639Z] #41 ... [2020-12-11T18:59:11.639Z] [2020-12-11T18:59:11.639Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T18:59:11.639Z] #11 55.90 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-12-11T18:59:11.639Z] #11 55.90 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-12-11T18:59:11.639Z] #11 55.91 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T18:59:11.836Z] #34 ... [2020-12-11T18:59:11.836Z] [2020-12-11T18:59:11.836Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:59:11.836Z] #32 11.78 runtime/internal/sys [2020-12-11T18:59:11.836Z] #32 11.81 internal/bytealg [2020-12-11T18:59:11.836Z] #32 12.21 math/bits [2020-12-11T18:59:11.836Z] #32 13.22 runtime [2020-12-11T18:59:11.836Z] #32 13.23 math [2020-12-11T18:59:11.836Z] #32 19.36 internal/testlog [2020-12-11T18:59:11.836Z] #32 20.07 encoding [2020-12-11T18:59:11.836Z] #32 20.25 runtime/cgo [2020-12-11T18:59:12.096Z] #32 ... [2020-12-11T18:59:12.096Z] [2020-12-11T18:59:12.096Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:59:12.096Z] #49 11.31 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-11T18:59:12.096Z] #49 13.48 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-11T18:59:12.096Z] #49 15.73 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-11T18:59:12.096Z] #49 15.96 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-11T18:59:12.096Z] #49 16.31 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-11T18:59:12.096Z] #49 16.34 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-11T18:59:12.096Z] #49 17.56 unicode [2020-12-11T18:59:12.096Z] #49 17.94 runtime [2020-12-11T18:59:12.276Z] #11 ... [2020-12-11T18:59:12.276Z] [2020-12-11T18:59:12.276Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:59:12.276Z] #49 48.63 golang.org/x/crypto/ssh/terminal [2020-12-11T18:59:12.276Z] #49 49.39 mvdan.cc/editorconfig [2020-12-11T18:59:12.276Z] #49 50.16 mvdan.cc/sh/v3/fileutil [2020-12-11T18:59:12.276Z] #49 50.31 mvdan.cc/sh/v3/syntax [2020-12-11T18:59:12.276Z] #49 53.65 mvdan.cc/sh/v3/cmd/shfmt [2020-12-11T18:59:12.276Z] #49 DONE 56.5s [2020-12-11T18:59:12.570Z] [2020-12-11T18:59:12.570Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T18:59:12.570Z] #41 20.74 CC images/sk-unix.o [2020-12-11T18:59:12.570Z] #41 20.83 CC images/sk-inet.o [2020-12-11T18:59:12.570Z] #41 21.02 CC images/tun.o [2020-12-11T18:59:12.570Z] #41 21.24 CC images/sk-netlink.o [2020-12-11T18:59:12.570Z] #41 21.57 CC images/packet-sock.o [2020-12-11T18:59:12.665Z] #49 ... [2020-12-11T18:59:12.665Z] [2020-12-11T18:59:12.665Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:12.665Z] #47 21.79 go: downloading github.com/spf13/cobra v0.0.5 [2020-12-11T18:59:12.665Z] #47 21.96 go: downloading github.com/pkg/errors v0.8.1 [2020-12-11T18:59:12.665Z] #47 21.98 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-12-11T18:59:12.864Z] #41 21.87 CC images/ipc-var.o [2020-12-11T18:59:12.924Z] #47 22.11 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-11T18:59:12.924Z] #47 22.12 go: downloading github.com/spf13/viper v1.6.1 [2020-12-11T18:59:13.156Z] #41 22.07 CC images/ipc-desc.o [2020-12-11T18:59:13.156Z] #41 22.17 CC images/ipc-shm.o [2020-12-11T18:59:13.156Z] #41 22.24 CC images/ipc-msg.o [2020-12-11T18:59:13.184Z] #47 22.34 go: downloading github.com/fatih/color v1.7.0 [2020-12-11T18:59:13.184Z] #47 22.43 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-11T18:59:13.184Z] #47 22.43 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-12-11T18:59:13.184Z] #47 22.46 go: downloading github.com/spf13/pflag v1.0.5 [2020-12-11T18:59:13.444Z] #47 22.64 go: extracting github.com/pkg/errors v0.8.1 [2020-12-11T18:59:13.444Z] #47 22.66 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-12-11T18:59:13.444Z] #47 22.67 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-11T18:59:13.444Z] #47 22.77 go: extracting github.com/fatih/color v1.7.0 [2020-12-11T18:59:13.448Z] #41 22.41 CC images/ipc-sem.o [2020-12-11T18:59:13.448Z] #41 22.52 CC images/utsns.o [2020-12-11T18:59:13.448Z] #41 22.58 CC images/creds.o [2020-12-11T18:59:13.448Z] #41 22.65 CC images/vma.o [2020-12-11T18:59:13.704Z] #47 22.86 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-12-11T18:59:13.704Z] #47 23.00 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-12-11T18:59:13.740Z] #41 22.74 CC images/netdev.o [2020-12-11T18:59:13.964Z] #47 23.41 go: extracting github.com/spf13/viper v1.6.1 [2020-12-11T18:59:14.031Z] #41 23.01 CC images/tty.o [2020-12-11T18:59:14.225Z] #47 23.53 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-12-11T18:59:14.323Z] #41 23.29 CC images/file-lock.o [2020-12-11T18:59:14.323Z] #41 23.43 CC images/rlimit.o [2020-12-11T18:59:14.323Z] #41 23.49 CC images/pagemap.o [2020-12-11T18:59:14.489Z] #47 ... [2020-12-11T18:59:14.489Z] [2020-12-11T18:59:14.489Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:14.489Z] #22 22.70 + mkdir -p /build [2020-12-11T18:59:14.489Z] #22 22.73 + mv docker/docker /build/ [2020-12-11T18:59:14.489Z] #22 22.74 + rmdir docker [2020-12-11T18:59:14.489Z] #22 DONE 23.6s [2020-12-11T18:59:14.489Z] [2020-12-11T18:59:14.489Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:14.489Z] #47 23.58 go: extracting github.com/spf13/cobra v0.0.5 [2020-12-11T18:59:14.489Z] #47 23.75 go: extracting github.com/spf13/pflag v1.0.5 [2020-12-11T18:59:14.615Z] #41 23.61 CC images/siginfo.o [2020-12-11T18:59:14.749Z] #47 23.92 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-12-11T18:59:14.750Z] #47 23.92 go: downloading github.com/ultraware/funlen v0.0.2 [2020-12-11T18:59:14.750Z] #47 24.00 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-12-11T18:59:14.750Z] #47 24.05 go: extracting github.com/ultraware/funlen v0.0.2 [2020-12-11T18:59:14.750Z] #47 ... [2020-12-11T18:59:14.750Z] [2020-12-11T18:59:14.750Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T18:59:14.750Z] #11 14.11 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB] [2020-12-11T18:59:14.750Z] #11 18.06 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-11T18:59:14.908Z] #41 23.81 CC images/rpc.o [2020-12-11T18:59:14.908Z] #41 ... [2020-12-11T18:59:14.908Z] [2020-12-11T18:59:14.908Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T18:59:14.908Z] #43 49.02 go/parser [2020-12-11T18:59:14.908Z] #43 49.79 text/template [2020-12-11T18:59:14.908Z] #43 51.13 encoding/xml [2020-12-11T18:59:14.908Z] #43 52.85 go/doc [2020-12-11T18:59:14.908Z] #43 54.82 github.com/LK4D4/vndr/versioned [2020-12-11T18:59:14.908Z] #43 54.88 compress/flate [2020-12-11T18:59:14.908Z] #43 54.89 github.com/LK4D4/vndr/build [2020-12-11T18:59:14.908Z] #43 57.05 net [2020-12-11T18:59:14.908Z] #43 57.27 vendor/golang.org/x/text/transform [2020-12-11T18:59:14.908Z] #43 57.67 vendor/golang.org/x/text/unicode/bidi [2020-12-11T18:59:14.908Z] #43 58.57 vendor/golang.org/x/text/secure/bidirule [2020-12-11T18:59:14.908Z] #43 58.75 vendor/golang.org/x/text/unicode/norm [2020-12-11T18:59:15.010Z] #11 ... [2020-12-11T18:59:15.010Z] [2020-12-11T18:59:15.010Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T18:59:15.010Z] #53 14.79 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB] [2020-12-11T18:59:15.010Z] #53 18.67 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-11T18:59:15.270Z] #53 ... [2020-12-11T18:59:15.270Z] [2020-12-11T18:59:15.270Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:59:15.270Z] #49 24.51 unicode/utf16 [2020-12-11T18:59:15.542Z] #43 ... [2020-12-11T18:59:15.542Z] [2020-12-11T18:59:15.542Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T18:59:15.542Z] #41 24.40 CC images/ext-file.o [2020-12-11T18:59:15.542Z] #41 24.48 CC images/cgroup.o [2020-12-11T18:59:15.542Z] #41 24.75 CC images/userns.o [2020-12-11T18:59:15.834Z] #41 24.84 CC images/google/protobuf/descriptor.o [2020-12-11T18:59:16.147Z] Fetching without tags [2020-12-11T18:59:16.219Z] #49 25.27 runtime/cgo [2020-12-11T18:59:16.474Z] #41 25.54 CC images/opts.o [2020-12-11T18:59:16.474Z] #41 25.63 CC images/seccomp.o [2020-12-11T18:59:16.073Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-11T18:59:16.089Z] > git config --add remote.origin.fetch +refs/pull/41783/head:refs/remotes/origin/PR-41783 # timeout=10 [2020-12-11T18:59:16.100Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T18:59:16.125Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-11T18:59:16.146Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-11T18:59:16.146Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-11T18:59:16.147Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41783/head:refs/remotes/origin/PR-41783 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T18:59:16.738Z] Merging remotes/origin/master commit d17cf2192c2cda0fa11040b8801a6407636072b8 into PR head commit 5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T18:59:16.767Z] #41 25.83 CC images/binfmt-misc.o [2020-12-11T18:59:17.059Z] #41 25.94 CC images/time.o [2020-12-11T18:59:17.059Z] #41 26.06 CC images/sysctl.o [2020-12-11T18:59:17.059Z] #41 26.15 CC images/autofs.o [2020-12-11T18:59:17.351Z] #41 26.23 CC images/macvlan.o [2020-12-11T18:59:17.351Z] #41 26.37 CC images/sit.o [2020-12-11T18:59:17.643Z] #41 26.47 CC images/memfd.o [2020-12-11T18:59:17.643Z] #41 26.63 CC images/timens.o [2020-12-11T18:59:17.643Z] #41 26.72 LINK images/built-in.o [2020-12-11T18:59:17.643Z] #41 26.77 GEN compel/include/asm [2020-12-11T18:59:17.643Z] #41 26.79 GEN compel/include/version.h [2020-12-11T18:59:17.643Z] #41 26.80 touch .config [2020-12-11T18:59:17.643Z] #41 26.82 GEN include/common/config.h [2020-12-11T18:59:17.934Z] #41 26.86 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2020-12-11T18:59:17.934Z] #41 26.89 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-12-11T18:59:17.934Z] #41 26.91 GEN compel/plugins/include/uapi/std/syscall.h [2020-12-11T18:59:17.934Z] #41 26.93 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2020-12-11T18:59:17.934Z] #41 26.93 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2020-12-11T18:59:17.934Z] #41 26.96 DEP compel/arch/s390/plugins/std/parasite-head.d [2020-12-11T18:59:17.934Z] #41 26.97 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-12-11T18:59:17.934Z] #41 26.97 DEP compel/plugins/std/infect.d [2020-12-11T18:59:17.934Z] #41 27.04 DEP compel/plugins/std/string.d [2020-12-11T18:59:17.934Z] #41 27.09 DEP compel/plugins/std/log.d [2020-12-11T18:59:17.934Z] #41 27.14 DEP compel/plugins/std/fds.d [2020-12-11T18:59:18.226Z] #41 27.23 DEP compel/plugins/std/std.d [2020-12-11T18:59:18.226Z] #41 27.28 DEP compel/plugins/shmem/shmem.d [2020-12-11T18:59:18.226Z] #41 27.34 DEP compel/plugins/fds/fds.d [2020-12-11T18:59:18.226Z] #41 27.43 CC compel/plugins/std/std.o [2020-12-11T18:59:18.518Z] #41 27.68 CC compel/plugins/std/fds.o [2020-12-11T18:59:18.810Z] #41 27.90 CC compel/plugins/std/log.o [2020-12-11T18:59:18.856Z] Merge succeeded, producing 5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T18:59:18.857Z] Checking out Revision 5fd8d701ceff35235fc447ca9433b44f855d688d (PR-41783) [2020-12-11T18:59:16.744Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T18:59:16.788Z] > git checkout -f 5fd8d701ceff35235fc447ca9433b44f855d688d # timeout=10 [2020-12-11T18:59:18.740Z] > git remote # timeout=10 [2020-12-11T18:59:18.770Z] > git config --get remote.origin.url # timeout=10 [2020-12-11T18:59:18.794Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-11T18:59:18.799Z] > git merge d17cf2192c2cda0fa11040b8801a6407636072b8 # timeout=10 [2020-12-11T18:59:18.829Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-11T18:59:18.855Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T18:59:18.881Z] > git checkout -f 5fd8d701ceff35235fc447ca9433b44f855d688d # timeout=10 [2020-12-11T18:59:19.443Z] #41 28.31 CC compel/plugins/std/string.o [2020-12-11T18:59:19.735Z] #41 28.74 CC compel/plugins/std/infect.o [2020-12-11T18:59:20.027Z] #41 29.01 CC compel/arch/s390/plugins/std/parasite-head.o [2020-12-11T18:59:20.027Z] #41 29.02 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2020-12-11T18:59:20.027Z] #41 29.07 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2020-12-11T18:59:20.027Z] #41 29.14 AR compel/plugins/std.lib.a [2020-12-11T18:59:20.318Z] #41 29.17 CC compel/plugins/fds/fds.o [2020-12-11T18:59:20.318Z] #41 29.29 AR compel/plugins/fds.lib.a [2020-12-11T18:59:20.318Z] #41 29.32 HOSTDEP compel/src/lib/log-host.d [2020-12-11T18:59:20.318Z] #41 29.35 HOSTDEP compel/src/lib/handle-elf-host.d [2020-12-11T18:59:20.419Z] #49 ... [2020-12-11T18:59:20.419Z] [2020-12-11T18:59:20.419Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:20.419Z] #47 24.48 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-12-11T18:59:20.419Z] #47 24.74 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-11T18:59:20.419Z] #47 25.05 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-12-11T18:59:20.419Z] #47 26.14 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-12-11T18:59:20.419Z] #47 26.32 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-11T18:59:20.419Z] #47 26.35 go: downloading github.com/magiconair/properties v1.8.1 [2020-12-11T18:59:20.419Z] #47 26.39 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-12-11T18:59:20.419Z] #47 26.40 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-12-11T18:59:20.419Z] #47 26.72 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-12-11T18:59:20.419Z] #47 26.89 go: extracting github.com/magiconair/properties v1.8.1 [2020-12-11T18:59:20.419Z] #47 27.03 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-11T18:59:20.419Z] #47 27.33 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-11T18:59:20.419Z] #47 28.86 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-11T18:59:20.419Z] #47 29.12 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-11T18:59:20.566Z] Removing intermediate container 26ec4f839263 [2020-12-11T18:59:20.566Z] ---> b1daef7cafeb [2020-12-11T18:59:20.566Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2020-12-11T18:59:20.566Z] ---> 805dc2d65d1c [2020-12-11T18:59:20.566Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-12-11T18:59:20.566Z] ---> c8cf9d659e32 [2020-12-11T18:59:20.566Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2020-12-11T18:59:20.566Z] ---> Running in 26c68536d1a5 [2020-12-11T18:59:20.566Z] Removing intermediate container 26c68536d1a5 [2020-12-11T18:59:20.566Z] ---> 3f8c86daa0fb [2020-12-11T18:59:20.566Z] Successfully built 3f8c86daa0fb [2020-12-11T18:59:20.566Z] Successfully tagged moby-buildx:latest [2020-12-11T18:59:20.566Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-12-11T18:59:20.566Z] if [ -n "${id}" ]; then \ [2020-12-11T18:59:20.566Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-12-11T18:59:20.566Z] && touch bundles/buildx; \ [2020-12-11T18:59:20.566Z] docker rm -f ${id}; \ [2020-12-11T18:59:20.566Z] fi [2020-12-11T18:59:20.566Z] e9852ce6a614b7542a53da5f687a07e01665fc598d26aac2f297d4c093b4255a [2020-12-11T18:59:20.566Z] bundles/buildx version [2020-12-11T18:59:20.566Z] buildx v0.3.1 6db68d0 [2020-12-11T18:59:20.566Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:5fd8d701ceff35235fc447ca9433b44f855d688d . [2020-12-11T18:59:20.566Z] #1 [internal] booting buildkit [2020-12-11T18:59:20.566Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-12-11T18:59:20.566Z] #1 pulling image moby/buildkit:buildx-stable-1 2.8s done [2020-12-11T18:59:20.566Z] #1 creating container buildx_buildkit_default [2020-12-11T18:59:20.566Z] #1 creating container buildx_buildkit_default 0.4s done [2020-12-11T18:59:20.566Z] #1 DONE 3.2s [2020-12-11T18:59:20.566Z] [2020-12-11T18:59:20.566Z] #2 [internal] load build definition from Dockerfile [2020-12-11T18:59:20.566Z] #2 transferring dockerfile: 16.58kB done [2020-12-11T18:59:20.566Z] #2 DONE 0.0s [2020-12-11T18:59:20.566Z] [2020-12-11T18:59:20.566Z] #3 [internal] load .dockerignore [2020-12-11T18:59:20.566Z] #3 transferring context: 87B done [2020-12-11T18:59:20.566Z] #3 DONE 0.0s [2020-12-11T18:59:20.566Z] [2020-12-11T18:59:20.566Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-12-11T18:59:20.566Z] #4 DONE 0.8s [2020-12-11T18:59:20.566Z] [2020-12-11T18:59:20.566Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-12-11T18:59:20.566Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-12-11T18:59:20.566Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.2s done [2020-12-11T18:59:20.566Z] #5 extracting sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0.1s done [2020-12-11T18:59:20.566Z] #5 DONE 0.3s [2020-12-11T18:59:20.610Z] #41 29.49 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2020-12-11T18:59:20.610Z] #41 29.55 HOSTDEP compel/src/main-host.d [2020-12-11T18:59:20.610Z] #41 29.65 DEP compel/src/lib/ptrace.d [2020-12-11T18:59:20.856Z] [2020-12-11T18:59:20.856Z] #6 [internal] load build definition from Dockerfile [2020-12-11T18:59:20.856Z] #6 transferring dockerfile: 16.58kB done [2020-12-11T18:59:20.856Z] #6 DONE 0.0s [2020-12-11T18:59:20.856Z] [2020-12-11T18:59:20.856Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-12-11T18:59:20.856Z] #9 DONE 0.2s [2020-12-11T18:59:20.856Z] [2020-12-11T18:59:20.856Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-12-11T18:59:20.902Z] #41 29.74 DEP compel/src/lib/infect.d [2020-12-11T18:59:20.902Z] #41 ... [2020-12-11T18:59:20.902Z] [2020-12-11T18:59:20.902Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:20.902Z] #56 65.04 + for f in rootlesskit rootlesskit-docker-proxy [2020-12-11T18:59:20.902Z] #56 65.04 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-12-11T18:59:20.995Z] #47 30.00 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-11T18:59:21.155Z] #8 ... [2020-12-11T18:59:21.155Z] [2020-12-11T18:59:21.155Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-12-11T18:59:21.155Z] #7 DONE 0.4s [2020-12-11T18:59:21.155Z] [2020-12-11T18:59:21.155Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-12-11T18:59:21.155Z] #8 DONE 0.5s [2020-12-11T18:59:21.155Z] [2020-12-11T18:59:21.155Z] #23 [internal] load build context [2020-12-11T18:59:21.532Z] #23 ... [2020-12-11T18:59:21.532Z] [2020-12-11T18:59:21.532Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-11T18:59:21.532Z] #26 resolve docker.io/library/debian:buster@sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 0.0s done [2020-12-11T18:59:21.532Z] #26 DONE 0.1s [2020-12-11T18:59:21.532Z] [2020-12-11T18:59:21.532Z] #23 [internal] load build context [2020-12-11T18:59:21.532Z] #23 ... [2020-12-11T18:59:21.532Z] [2020-12-11T18:59:21.532Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T18:59:21.532Z] #10 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done [2020-12-11T18:59:21.532Z] #10 DONE 0.3s [2020-12-11T18:59:21.532Z] [2020-12-11T18:59:21.532Z] #23 [internal] load build context [2020-12-11T18:59:21.936Z] #47 ... [2020-12-11T18:59:21.936Z] [2020-12-11T18:59:21.936Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:59:23.325Z] #62 31.07 Checking out files: 46% (886/1905) Checking out files: 47% (896/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 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. [2020-12-11T18:59:23.325Z] #62 32.60 + cd /tmp/tmp.UsFVqZZZl6/src/github.com/docker/libnetwork [2020-12-11T18:59:23.325Z] #62 32.60 + git checkout -q 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-11T18:59:23.426Z] Commit message: "Vendor in libnetwork changes" [2020-12-11T18:59:23.470Z] > git --version # timeout=10 [2020-12-11T18:59:23.497Z] > git --version # 'git version 2.17.1' [2020-12-11T18:59:23.524Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2020-12-11T18:59:23.900Z] #62 32.95 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-12-11T18:59:24.157Z] #23 ... [2020-12-11T18:59:24.157Z] [2020-12-11T18:59:24.157Z] #62 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-12-11T18:59:24.157Z] #62 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 0.0s done [2020-12-11T18:59:24.157Z] #62 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.4s done [2020-12-11T18:59:24.157Z] #62 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.6s done [2020-12-11T18:59:24.157Z] #62 DONE 2.0s [2020-12-11T18:59:24.157Z] [2020-12-11T18:59:24.157Z] #23 [internal] load build context [2020-12-11T18:59:24.468Z] #23 transferring context: 13.49MB 3.1s [2020-12-11T18:59:24.500Z] #56 ... [2020-12-11T18:59:24.500Z] [2020-12-11T18:59:24.500Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T18:59:24.500Z] #11 66.10 Selecting previously unselected package libapparmor1:s390x. [2020-12-11T18:59:24.500Z] #11 66.10 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2020-12-11T18:59:24.500Z] #11 66.10 Unpacking libapparmor1:s390x (2.13.2-10) ... [2020-12-11T18:59:24.500Z] #11 66.15 Selecting previously unselected package libapparmor-dev:s390x. [2020-12-11T18:59:24.500Z] #11 66.15 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2020-12-11T18:59:24.500Z] #11 66.15 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2020-12-11T18:59:24.500Z] #11 66.27 Selecting previously unselected package libbtrfs0. [2020-12-11T18:59:24.500Z] #11 66.27 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2020-12-11T18:59:24.500Z] #11 66.28 Unpacking libbtrfs0 (4.20.1-2) ... [2020-12-11T18:59:24.500Z] #11 66.31 Selecting previously unselected package libbtrfs-dev. [2020-12-11T18:59:24.500Z] #11 66.31 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-12-11T18:59:24.500Z] #11 66.31 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-12-11T18:59:24.500Z] #11 66.38 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2020-12-11T18:59:24.500Z] #11 66.38 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-12-11T18:59:24.500Z] #11 66.38 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-12-11T18:59:24.500Z] #11 66.44 Selecting previously unselected package libudev-dev:s390x. [2020-12-11T18:59:24.500Z] #11 66.44 Preparing to unpack .../15-libudev-dev_241-7~deb10u5_s390x.deb ... [2020-12-11T18:59:24.500Z] #11 66.44 Unpacking libudev-dev:s390x (241-7~deb10u5) ... [2020-12-11T18:59:24.500Z] #11 66.50 Selecting previously unselected package libsepol1-dev:s390x. [2020-12-11T18:59:24.500Z] #11 66.50 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2020-12-11T18:59:24.500Z] #11 66.50 Unpacking libsepol1-dev:s390x (2.8-1) ... [2020-12-11T18:59:24.500Z] #11 66.75 Selecting previously unselected package libpcre16-3:s390x. [2020-12-11T18:59:24.500Z] #11 66.75 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2020-12-11T18:59:24.500Z] #11 66.75 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2020-12-11T18:59:24.500Z] #11 66.82 Selecting previously unselected package libpcre32-3:s390x. [2020-12-11T18:59:24.500Z] #11 66.82 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2020-12-11T18:59:24.500Z] #11 66.82 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2020-12-11T18:59:24.500Z] #11 66.90 Selecting previously unselected package libpcrecpp0v5:s390x. [2020-12-11T18:59:24.500Z] #11 66.91 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2020-12-11T18:59:24.500Z] #11 66.91 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2020-12-11T18:59:24.500Z] #11 66.96 Selecting previously unselected package libpcre3-dev:s390x. [2020-12-11T18:59:24.500Z] #11 66.97 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2020-12-11T18:59:24.500Z] #11 66.97 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2020-12-11T18:59:24.500Z] #11 67.16 Selecting previously unselected package libselinux1-dev:s390x. [2020-12-11T18:59:24.500Z] #11 67.16 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2020-12-11T18:59:24.500Z] #11 67.16 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2020-12-11T18:59:24.500Z] #11 67.34 Selecting previously unselected package libdevmapper-dev:s390x. [2020-12-11T18:59:24.500Z] #11 67.34 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2020-12-11T18:59:24.500Z] #11 67.34 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-12-11T18:59:24.500Z] #11 67.39 Selecting previously unselected package libseccomp-dev:s390x. [2020-12-11T18:59:24.500Z] #11 67.39 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ... [2020-12-11T18:59:24.500Z] #11 67.39 Unpacking libseccomp-dev:s390x (2.3.3-4) ... [2020-12-11T18:59:24.500Z] #11 67.46 Selecting previously unselected package libsystemd-dev:s390x. [2020-12-11T18:59:24.500Z] #11 67.46 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u5_s390x.deb ... [2020-12-11T18:59:24.500Z] #11 67.46 Unpacking libsystemd-dev:s390x (241-7~deb10u5) ... [2020-12-11T18:59:24.500Z] #11 67.80 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2020-12-11T18:59:24.500Z] #11 67.81 Setting up libseccomp-dev:s390x (2.3.3-4) ... [2020-12-11T18:59:24.500Z] #11 67.82 Setting up libapparmor1:s390x (2.13.2-10) ... [2020-12-11T18:59:24.500Z] #11 67.82 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-12-11T18:59:24.500Z] #11 67.83 Setting up libpcre16-3:s390x (2:8.39-12) ... [2020-12-11T18:59:24.500Z] #11 67.84 Setting up libsepol1-dev:s390x (2.8-1) ... [2020-12-11T18:59:24.500Z] #11 67.84 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-12-11T18:59:24.500Z] #11 67.85 Setting up libbtrfs0 (4.20.1-2) ... [2020-12-11T18:59:24.500Z] #11 67.85 Setting up libpcre32-3:s390x (2:8.39-12) ... [2020-12-11T18:59:24.500Z] #11 67.86 Setting up libudev-dev:s390x (241-7~deb10u5) ... [2020-12-11T18:59:24.500Z] #11 67.87 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-12-11T18:59:24.500Z] #11 67.88 Setting up libbtrfs-dev (4.20.1-2) ... [2020-12-11T18:59:24.500Z] #11 67.89 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2020-12-11T18:59:24.500Z] #11 67.91 Setting up mingw-w64-common (6.0.0-3) ... [2020-12-11T18:59:24.500Z] #11 67.91 Setting up libsystemd-dev:s390x (241-7~deb10u5) ... [2020-12-11T18:59:24.500Z] #11 67.93 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-12-11T18:59:24.500Z] #11 67.96 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2020-12-11T18:59:24.500Z] #11 67.98 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T18:59:24.500Z] #11 68.00 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-12-11T18:59:24.500Z] #11 68.01 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-12-11T18:59:24.500Z] #11 68.02 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T18:59:24.500Z] #11 68.03 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-12-11T18:59:24.500Z] #11 68.03 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-12-11T18:59:24.500Z] #11 68.04 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-12-11T18:59:24.500Z] #11 68.05 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2020-12-11T18:59:24.500Z] #11 68.06 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-12-11T18:59:24.500Z] #11 68.07 Setting up dmsetup (2:1.02.155-3) ... [2020-12-11T18:59:24.500Z] #11 68.08 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-12-11T18:59:24.500Z] #11 68.09 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-12-11T18:59:24.500Z] #11 68.12 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T18:59:24.500Z] #11 DONE 68.6s [2020-12-11T18:59:24.500Z] [2020-12-11T18:59:24.500Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:24.500Z] #56 DONE 68.7s [2020-12-11T18:59:24.500Z] [2020-12-11T18:59:24.500Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-12-11T18:59:24.500Z] #57 DONE 0.2s [2020-12-11T18:59:24.500Z] [2020-12-11T18:59:24.500Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-12-11T18:59:24.713Z] + docker version [2020-12-11T18:59:24.799Z] #58 DONE 0.1s [2020-12-11T18:59:24.799Z] [2020-12-11T18:59:24.799Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T18:59:24.799Z] #41 29.86 DEP compel/src/lib/infect-util.d [2020-12-11T18:59:24.799Z] #41 29.95 DEP compel/src/lib/infect-rpc.d [2020-12-11T18:59:24.799Z] #41 30.01 DEP compel/arch/s390/src/lib/infect.d [2020-12-11T18:59:24.799Z] #41 30.10 DEP compel/arch/s390/src/lib/cpu.d [2020-12-11T18:59:24.799Z] #41 30.16 DEP compel/src/lib/log.d [2020-12-11T18:59:24.799Z] #41 30.21 DEP compel/src/main.d [2020-12-11T18:59:24.799Z] #41 30.30 DEP compel/src/lib/handle-elf.d [2020-12-11T18:59:24.799Z] #41 30.36 DEP compel/arch/s390/src/lib/handle-elf.d [2020-12-11T18:59:24.799Z] #41 30.41 CC compel/src/lib/log.o [2020-12-11T18:59:24.799Z] #41 30.52 CC compel/arch/s390/src/lib/cpu.o [2020-12-11T18:59:24.799Z] #41 30.71 CC compel/arch/s390/src/lib/infect.o [2020-12-11T18:59:24.799Z] #41 31.33 CC compel/src/lib/infect-rpc.o [2020-12-11T18:59:24.799Z] #41 31.45 CC compel/src/lib/infect-util.o [2020-12-11T18:59:24.799Z] #41 31.56 CC compel/src/lib/infect.o [2020-12-11T18:59:24.799Z] #41 32.75 CC compel/src/lib/ptrace.o [2020-12-11T18:59:24.799Z] #41 33.11 AR compel/libcompel.a [2020-12-11T18:59:24.799Z] #41 33.15 HOSTCC compel/src/main-host.o [2020-12-11T18:59:24.799Z] #41 33.44 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2020-12-11T18:59:24.799Z] #41 33.56 HOSTCC compel/src/lib/handle-elf-host.o [2020-12-11T18:59:24.799Z] #41 33.82 HOSTCC compel/src/lib/log-host.o [2020-12-11T18:59:25.101Z] #41 33.98 HOSTLINK compel/compel-host-bin [2020-12-11T18:59:25.101Z] #41 34.07 DEP soccr/soccr.d [2020-12-11T18:59:25.101Z] #41 34.18 CC soccr/soccr.o [2020-12-11T18:59:25.247Z] Fetching without tags [2020-12-11T18:59:25.659Z] Merging remotes/origin/master commit d17cf2192c2cda0fa11040b8801a6407636072b8 into PR head commit 5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T18:59:25.749Z] #41 ... [2020-12-11T18:59:25.749Z] [2020-12-11T18:59:25.749Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-12-11T18:59:25.749Z] #12 DONE 1.3s [2020-12-11T18:59:25.749Z] [2020-12-11T18:59:25.749Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T18:59:25.749Z] #51 1.001 + RM_GOPATH=0 [2020-12-11T18:59:25.749Z] #51 1.001 + TMP_GOPATH= [2020-12-11T18:59:25.749Z] #51 1.001 + : /build [2020-12-11T18:59:25.749Z] #51 1.001 + '[' -z '' ']' [2020-12-11T18:59:25.749Z] #51 1.001 ++ mktemp -d [2020-12-11T18:59:25.749Z] #51 1.014 + export GOPATH=/tmp/tmp.ubE2FiRrLF [2020-12-11T18:59:25.749Z] #51 1.014 + GOPATH=/tmp/tmp.ubE2FiRrLF [2020-12-11T18:59:25.749Z] #51 1.014 + RM_GOPATH=1 [2020-12-11T18:59:25.749Z] #51 1.014 + case "$(go env GOARCH)" in [2020-12-11T18:59:25.749Z] #51 1.014 ++ go env GOARCH [2020-12-11T18:59:25.749Z] #51 1.031 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:25.749Z] #51 1.031 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:25.749Z] #51 1.031 ++ dirname /tmp/install/install.sh [2020-12-11T18:59:25.749Z] #51 1.031 + dir=/tmp/install [2020-12-11T18:59:25.749Z] #51 1.031 + bin=runc [2020-12-11T18:59:25.749Z] #51 1.031 + shift [2020-12-11T18:59:25.749Z] #51 1.031 + '[' '!' -f /tmp/install/runc.installer ']' [2020-12-11T18:59:25.749Z] #51 1.031 + . /tmp/install/runc.installer [2020-12-11T18:59:25.749Z] #51 1.031 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-12-11T18:59:25.749Z] #51 1.031 + install_runc [2020-12-11T18:59:25.749Z] #51 1.031 + uname -r [2020-12-11T18:59:25.749Z] #51 1.031 + grep -q '^3\.10\.0.*\.el7\.' [2020-12-11T18:59:25.749Z] #51 1.045 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-12-11T18:59:25.749Z] #51 1.045 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-12-11T18:59:25.749Z] #51 1.045 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-12-11T18:59:25.749Z] #51 1.045 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ubE2FiRrLF/src/github.com/opencontainers/runc [2020-12-11T18:59:25.749Z] #51 1.045 Cloning into '/tmp/tmp.ubE2FiRrLF/src/github.com/opencontainers/runc'... [2020-12-11T18:59:25.150Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-11T18:59:25.178Z] > git config --add remote.origin.fetch +refs/pull/41783/head:refs/remotes/origin/PR-41783 # timeout=10 [2020-12-11T18:59:25.220Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T18:59:25.246Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-11T18:59:25.281Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-11T18:59:25.281Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-11T18:59:25.283Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41783/head:refs/remotes/origin/PR-41783 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T18:59:25.692Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T18:59:25.707Z] > git checkout -f 5fd8d701ceff35235fc447ca9433b44f855d688d # timeout=10 [2020-12-11T18:59:25.935Z] #62 ... [2020-12-11T18:59:25.935Z] [2020-12-11T18:59:25.935Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:25.935Z] #45 24.87 go: finding github.com/fatih/color v1.9.0 [2020-12-11T18:59:25.935Z] #45 24.93 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-11T18:59:25.935Z] #45 24.97 go: finding github.com/pkg/errors v0.9.1 [2020-12-11T18:59:25.935Z] #45 25.29 go: finding github.com/mattn/go-colorable v0.1.6 [2020-12-11T18:59:25.935Z] #45 25.37 go: finding github.com/mattn/go-isatty v0.0.12 [2020-12-11T18:59:25.935Z] #45 25.48 go: finding github.com/spf13/pflag v1.0.3 [2020-12-11T18:59:25.935Z] #45 25.66 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-11T18:59:25.935Z] #45 26.07 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-12-11T18:59:25.935Z] #45 26.21 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-11T18:59:25.935Z] #45 26.28 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T18:59:25.935Z] #45 26.38 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-11T18:59:25.935Z] #45 ... [2020-12-11T18:59:25.935Z] [2020-12-11T18:59:25.935Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:25.935Z] #47 32.75 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-12-11T18:59:25.935Z] #47 32.80 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-12-11T18:59:25.935Z] #47 32.83 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-11T18:59:25.935Z] #47 33.13 go: downloading github.com/spf13/afero v1.1.2 [2020-12-11T18:59:25.935Z] #47 33.13 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-11T18:59:25.935Z] #47 33.13 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-11T18:59:25.935Z] #47 33.13 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-11T18:59:25.935Z] #47 33.13 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-11T18:59:25.935Z] #47 33.13 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-11T18:59:25.935Z] #47 33.13 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-12-11T18:59:25.935Z] #47 33.14 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-12-11T18:59:25.935Z] #47 33.28 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-11T18:59:25.935Z] #47 33.30 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-12-11T18:59:25.935Z] #47 33.30 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-11T18:59:25.935Z] #47 33.31 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-11T18:59:25.935Z] #47 33.32 go: extracting github.com/spf13/afero v1.1.2 [2020-12-11T18:59:25.935Z] #47 33.41 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-11T18:59:25.935Z] #47 33.41 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-11T18:59:25.935Z] #47 33.59 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-11T18:59:25.935Z] #47 33.62 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-11T18:59:25.935Z] #47 33.64 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-11T18:59:25.935Z] #47 33.72 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-11T18:59:25.935Z] #47 33.90 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-11T18:59:25.935Z] #47 33.92 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-11T18:59:25.935Z] #47 34.01 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-11T18:59:25.935Z] #47 34.13 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-11T18:59:25.935Z] #47 34.33 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-11T18:59:25.935Z] #47 34.35 go: downloading github.com/subosito/gotenv v1.2.0 [2020-12-11T18:59:25.935Z] #47 34.36 go: downloading golang.org/x/text v0.3.2 [2020-12-11T18:59:25.935Z] #47 34.36 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-12-11T18:59:25.935Z] #47 34.37 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-11T18:59:25.935Z] #47 34.48 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-12-11T18:59:25.935Z] #47 34.51 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-12-11T18:59:25.935Z] #47 34.52 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-12-11T18:59:25.935Z] #47 34.89 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-11T18:59:25.935Z] #47 34.96 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-12-11T18:59:25.935Z] #47 35.08 go: downloading github.com/spf13/cast v1.3.0 [2020-12-11T18:59:25.935Z] #47 35.14 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-12-11T18:59:25.935Z] #47 35.16 go: extracting github.com/subosito/gotenv v1.2.0 [2020-12-11T18:59:25.935Z] #47 35.25 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-11T18:59:25.935Z] #47 35.32 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-11T18:59:25.935Z] #47 35.36 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-12-11T18:59:26.194Z] #47 35.41 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-11T18:59:26.453Z] #47 35.51 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-11T18:59:26.453Z] #47 35.53 go: extracting github.com/spf13/cast v1.3.0 [2020-12-11T18:59:26.453Z] #47 35.54 go: downloading github.com/kisielk/gotool v1.0.0 [2020-12-11T18:59:26.453Z] #47 35.54 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-12-11T18:59:26.453Z] #47 35.77 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-12-11T18:59:26.712Z] #47 35.84 go: extracting github.com/kisielk/gotool v1.0.0 [2020-12-11T18:59:26.712Z] #47 35.85 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-12-11T18:59:26.853Z] #51 ... [2020-12-11T18:59:26.853Z] [2020-12-11T18:59:26.853Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T18:59:26.853Z] #43 60.94 vendor/golang.org/x/net/idna [2020-12-11T18:59:26.853Z] #43 62.22 vendor/golang.org/x/net/http2/hpack [2020-12-11T18:59:26.853Z] #43 62.88 mime [2020-12-11T18:59:26.853Z] #43 64.21 mime/quotedprintable [2020-12-11T18:59:26.853Z] #43 64.42 net/http/internal [2020-12-11T18:59:26.853Z] #43 66.34 net/textproto [2020-12-11T18:59:26.853Z] #43 66.34 crypto/x509 [2020-12-11T18:59:26.853Z] #43 67.08 vendor/golang.org/x/net/http/httpguts [2020-12-11T18:59:26.853Z] #43 67.24 vendor/golang.org/x/net/http/httpproxy [2020-12-11T18:59:26.853Z] #43 67.63 mime/multipart [2020-12-11T18:59:26.853Z] #43 68.87 crypto/tls [2020-12-11T18:59:26.853Z] #43 ... [2020-12-11T18:59:26.853Z] [2020-12-11T18:59:26.853Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-12-11T18:59:26.853Z] #13 DONE 1.2s [2020-12-11T18:59:26.853Z] [2020-12-11T18:59:26.853Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-12-11T18:59:26.971Z] #47 36.15 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-11T18:59:26.971Z] #47 36.17 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-12-11T18:59:26.971Z] #47 36.31 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-12-11T18:59:27.231Z] #47 36.44 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-12-11T18:59:27.231Z] #47 36.49 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-12-11T18:59:27.231Z] #47 36.58 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-11T18:59:27.231Z] #47 36.60 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-12-11T18:59:27.809Z] #47 36.95 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-11T18:59:27.809Z] #47 37.06 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-12-11T18:59:27.897Z] #14 0.874 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-12-11T18:59:27.897Z] #14 DONE 1.1s [2020-12-11T18:59:27.897Z] [2020-12-11T18:59:27.897Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-12-11T18:59:27.906Z] Merge succeeded, producing 5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T18:59:27.906Z] Checking out Revision 5fd8d701ceff35235fc447ca9433b44f855d688d (PR-41783) [2020-12-11T18:59:27.970Z] Fetching without tags [2020-12-11T18:59:28.069Z] #47 37.21 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-11T18:59:28.069Z] #47 37.32 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-11T18:59:27.833Z] > git remote # timeout=10 [2020-12-11T18:59:27.846Z] > git config --get remote.origin.url # timeout=10 [2020-12-11T18:59:27.876Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-11T18:59:27.877Z] > git merge d17cf2192c2cda0fa11040b8801a6407636072b8 # timeout=10 [2020-12-11T18:59:27.901Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-11T18:59:27.924Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T18:59:27.929Z] > git checkout -f 5fd8d701ceff35235fc447ca9433b44f855d688d # timeout=10 [2020-12-11T18:59:27.852Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-11T18:59:27.887Z] > git config --add remote.origin.fetch +refs/pull/41783/head:refs/remotes/origin/PR-41783 # timeout=10 [2020-12-11T18:59:27.914Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T18:59:27.931Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-11T18:59:27.972Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-11T18:59:27.973Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-11T18:59:27.977Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41783/head:refs/remotes/origin/PR-41783 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T18:59:28.330Z] #47 37.54 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-11T18:59:28.330Z] #47 ... [2020-12-11T18:59:28.330Z] [2020-12-11T18:59:28.330Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T18:59:28.330Z] #43 27.48 container/list [2020-12-11T18:59:28.330Z] #43 28.57 crypto/internal/subtle [2020-12-11T18:59:28.330Z] #43 28.78 crypto/subtle [2020-12-11T18:59:28.330Z] #43 29.17 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-12-11T18:59:28.330Z] #43 29.44 internal/nettrace [2020-12-11T18:59:28.330Z] #43 29.72 runtime/cgo [2020-12-11T18:59:28.330Z] #43 ... [2020-12-11T18:59:28.330Z] [2020-12-11T18:59:28.330Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:28.330Z] #47 37.70 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-12-11T18:59:28.330Z] #47 37.70 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-11T18:59:28.330Z] #47 37.72 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-12-11T18:59:28.412Z] Merging remotes/origin/master commit d17cf2192c2cda0fa11040b8801a6407636072b8 into PR head commit 5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T18:59:28.590Z] #47 37.82 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-12-11T18:59:28.590Z] #47 37.95 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-11T18:59:28.590Z] #47 37.97 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-12-11T18:59:28.939Z] #15 DONE 1.0s [2020-12-11T18:59:28.939Z] [2020-12-11T18:59:28.939Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T18:59:28.939Z] #41 35.21 AR soccr/libsoccr.a [2020-12-11T18:59:28.939Z] #41 35.24 make[1]: 'soccr/libsoccr.a' is up to date. [2020-12-11T18:59:28.939Z] #41 35.45 DEP criu/arch/s390/sigframe.d [2020-12-11T18:59:28.939Z] #41 35.51 DEP criu/arch/s390/crtools.d [2020-12-11T18:59:28.939Z] #41 35.73 DEP criu/arch/s390/cpu.d [2020-12-11T18:59:28.939Z] #41 35.80 CC criu/arch/s390/cpu.o [2020-12-11T18:59:28.939Z] #41 36.23 CC criu/arch/s390/crtools.o [2020-12-11T18:59:28.939Z] #41 36.94 CC criu/arch/s390/sigframe.o [2020-12-11T18:59:28.939Z] #41 37.12 LINK criu/arch/s390/crtools.built-in.o [2020-12-11T18:59:28.939Z] #41 37.16 DEP criu/pie/util-vdso.d [2020-12-11T18:59:28.939Z] #41 37.22 DEP criu/pie/util.d [2020-12-11T18:59:28.939Z] #41 37.39 CC criu/pie/util.o [2020-12-11T18:59:28.939Z] #41 37.62 CC criu/pie/util-vdso.o [2020-12-11T18:59:28.939Z] #41 38.15 AR criu/pie/pie.lib.a [2020-12-11T18:59:29.162Z] #47 38.21 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-12-11T18:59:29.162Z] #47 38.31 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-11T18:59:29.162Z] #47 38.38 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-12-11T18:59:29.301Z] #41 38.18 DEP criu/pie/restorer.d [2020-12-11T18:59:29.301Z] #41 38.44 DEP criu/arch/s390/restorer.d [2020-12-11T18:59:29.564Z] #23 transferring context: 53.17MB 7.6s done [2020-12-11T18:59:29.564Z] #23 DONE 7.6s [2020-12-11T18:59:29.564Z] [2020-12-11T18:59:29.564Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T18:59:29.564Z] #10 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.1s done [2020-12-11T18:59:29.564Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 6.2s done [2020-12-11T18:59:29.564Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 5.1s done [2020-12-11T18:59:29.564Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 4.3s done [2020-12-11T18:59:29.564Z] #10 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 0.9s done [2020-12-11T18:59:29.564Z] #10 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 1.0s done [2020-12-11T18:59:29.564Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 5.0s done [2020-12-11T18:59:29.564Z] #10 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 [2020-12-11T18:59:29.592Z] #41 38.61 DEP criu/arch/s390/vdso-pie.d [2020-12-11T18:59:29.592Z] #41 38.67 DEP criu/pie/parasite-vdso.d [2020-12-11T18:59:29.624Z] Merge succeeded, producing 5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T18:59:29.624Z] Checking out Revision 5fd8d701ceff35235fc447ca9433b44f855d688d (PR-41783) [2020-12-11T18:59:29.759Z] #47 38.76 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-11T18:59:29.759Z] #47 39.03 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-11T18:59:29.895Z] #41 ... [2020-12-11T18:59:29.895Z] [2020-12-11T18:59:29.895Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-12-11T18:59:29.895Z] #16 DONE 0.9s [2020-12-11T18:59:29.895Z] [2020-12-11T18:59:29.895Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T18:59:29.895Z] #41 38.85 DEP criu/pie/parasite.d [2020-12-11T18:59:29.895Z] #41 38.98 CC criu/pie/parasite.o [2020-12-11T18:59:30.019Z] #47 39.17 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-12-11T18:59:30.019Z] #47 39.24 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-11T18:59:30.019Z] #47 39.31 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-12-11T18:59:30.019Z] #47 39.32 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-12-11T18:59:30.019Z] #47 39.37 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-11T18:59:30.019Z] #47 39.38 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-11T18:59:30.532Z] #41 ... [2020-12-11T18:59:30.532Z] [2020-12-11T18:59:30.532Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-12-11T18:59:30.532Z] #17 DONE 0.9s [2020-12-11T18:59:30.592Z] #47 39.78 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-12-11T18:59:30.592Z] #47 39.95 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-11T18:59:30.592Z] #47 40.04 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-11T18:59:28.425Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T18:59:28.465Z] > git checkout -f 5fd8d701ceff35235fc447ca9433b44f855d688d # timeout=10 [2020-12-11T18:59:29.495Z] > git remote # timeout=10 [2020-12-11T18:59:29.523Z] > git config --get remote.origin.url # timeout=10 [2020-12-11T18:59:29.556Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-11T18:59:29.557Z] > git merge d17cf2192c2cda0fa11040b8801a6407636072b8 # timeout=10 [2020-12-11T18:59:29.596Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-11T18:59:29.625Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T18:59:29.632Z] > git checkout -f 5fd8d701ceff35235fc447ca9433b44f855d688d # timeout=10 [2020-12-11T18:59:30.824Z] [2020-12-11T18:59:30.824Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T18:59:30.824Z] #41 39.70 LINK criu/pie/parasite.built-in.o [2020-12-11T18:59:30.824Z] #41 39.70 GEN criu/pie/parasite-blob.h [2020-12-11T18:59:30.824Z] #41 39.72 CC criu/pie/parasite-vdso.o [2020-12-11T18:59:30.851Z] #47 40.06 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-11T18:59:31.083Z] #10 ... [2020-12-11T18:59:31.083Z] [2020-12-11T18:59:31.083Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-11T18:59:31.083Z] #26 sha256:fbe5c9ac66677a4494c2d36707222498adce02d2dcb8e08d2f8a59a0f10b2582 54.14MB / 54.14MB 4.5s done [2020-12-11T18:59:31.083Z] #26 extracting sha256:fbe5c9ac66677a4494c2d36707222498adce02d2dcb8e08d2f8a59a0f10b2582 4.9s done [2020-12-11T18:59:31.083Z] #26 DONE 9.4s [2020-12-11T18:59:31.083Z] [2020-12-11T18:59:31.083Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-11T18:59:31.083Z] #27 0.283 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T18:59:31.083Z] #27 0.314 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T18:59:31.083Z] #27 0.327 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T18:59:31.116Z] #41 40.21 CC criu/arch/s390/vdso-pie.o [2020-12-11T18:59:31.321Z] Client: Docker Engine - Community [2020-12-11T18:59:31.321Z] Version: 19.03.13 [2020-12-11T18:59:31.321Z] API version: 1.40 [2020-12-11T18:59:31.321Z] Go version: go1.13.15 [2020-12-11T18:59:31.321Z] Git commit: 4484c46d9d [2020-12-11T18:59:31.321Z] Built: Wed Sep 16 17:02:36 2020 [2020-12-11T18:59:31.321Z] OS/Arch: linux/amd64 [2020-12-11T18:59:31.321Z] Experimental: false [2020-12-11T18:59:31.321Z] [2020-12-11T18:59:31.321Z] Server: Docker Engine - Community [2020-12-11T18:59:31.321Z] Engine: [2020-12-11T18:59:31.321Z] Version: 19.03.13 [2020-12-11T18:59:31.321Z] API version: 1.40 (minimum version 1.12) [2020-12-11T18:59:31.321Z] Go version: go1.13.15 [2020-12-11T18:59:31.321Z] Git commit: 4484c46d9d [2020-12-11T18:59:31.321Z] Built: Wed Sep 16 17:01:06 2020 [2020-12-11T18:59:31.321Z] OS/Arch: linux/amd64 [2020-12-11T18:59:31.321Z] Experimental: true [2020-12-11T18:59:31.321Z] containerd: [2020-12-11T18:59:31.321Z] Version: 1.3.7 [2020-12-11T18:59:31.321Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-12-11T18:59:31.321Z] runc: [2020-12-11T18:59:31.321Z] Version: 1.0.0-rc10 [2020-12-11T18:59:31.321Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-12-11T18:59:31.321Z] docker-init: [2020-12-11T18:59:31.321Z] Version: 0.18.0 [2020-12-11T18:59:31.321Z] GitCommit: fec3683 [Pipeline] sh [2020-12-11T18:59:31.383Z] #27 0.530 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el Packages [243 kB] [2020-12-11T18:59:31.383Z] #27 ... [2020-12-11T18:59:31.383Z] [2020-12-11T18:59:31.383Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T18:59:31.383Z] #10 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 4.3s done [2020-12-11T18:59:31.383Z] #10 extracting sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 0.4s done [2020-12-11T18:59:31.383Z] #10 DONE 9.8s [2020-12-11T18:59:31.407Z] #41 40.37 CC criu/arch/s390/restorer.o [2020-12-11T18:59:31.420Z] #47 40.52 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-12-11T18:59:31.420Z] #47 40.56 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-11T18:59:31.420Z] #47 40.56 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-12-11T18:59:31.420Z] #47 40.65 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-11T18:59:31.420Z] #47 40.70 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-11T18:59:31.420Z] #47 40.72 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-11T18:59:31.668Z] + docker info [2020-12-11T18:59:31.679Z] #47 40.81 go: downloading github.com/gogo/protobuf v1.2.1 [2020-12-11T18:59:31.679Z] #47 40.90 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-11T18:59:31.691Z] [2020-12-11T18:59:31.691Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T18:59:31.691Z] #10 extracting sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 [2020-12-11T18:59:31.710Z] #41 40.68 CC criu/pie/restorer.o [2020-12-11T18:59:31.987Z] #10 extracting sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 0.4s done [2020-12-11T18:59:31.987Z] #10 extracting sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 [2020-12-11T18:59:32.247Z] #47 41.25 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-11T18:59:32.247Z] #47 41.25 go: downloading github.com/gobwas/glob v0.2.3 [2020-12-11T18:59:32.247Z] #47 41.47 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-11T18:59:32.247Z] #47 41.49 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-11T18:59:32.247Z] #47 41.49 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-11T18:59:32.247Z] #47 ... [2020-12-11T18:59:32.247Z] [2020-12-11T18:59:32.247Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T18:59:32.247Z] #38 31.35 Checking out files: 77% (1295/1665) Checking out files: 78% (1299/1665) Checking out files: 79% (1316/1665) Checking out files: 80% (1332/1665) Checking out files: 81% (1349/1665) Checking out files: 82% (1366/1665) Checking out files: 83% (1382/1665) Checking out files: 84% (1399/1665) Checking out files: 85% (1416/1665) Checking out files: 86% (1432/1665) Checking out files: 87% (1449/1665) Checking out files: 88% (1466/1665) Checking out files: 89% (1482/1665) Checking out files: 90% (1499/1665) Checking out files: 91% (1516/1665) Checking out files: 92% (1532/1665) Checking out files: 93% (1549/1665) Checking out files: 94% (1566/1665) Checking out files: 95% (1582/1665) Checking out files: 96% (1599/1665) Checking out files: 97% (1616/1665) Checking out files: 98% (1632/1665) Checking out files: 99% (1649/1665) Checking out files: 100% (1665/1665) Checking out files: 100% (1665/1665), done. [2020-12-11T18:59:32.247Z] #38 32.03 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-12-11T18:59:32.247Z] #38 35.47 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-12-11T18:59:32.512Z] #38 ... [2020-12-11T18:59:32.512Z] [2020-12-11T18:59:32.512Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:32.512Z] #47 41.82 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-11T18:59:32.512Z] #47 41.86 go: downloading github.com/stretchr/testify v1.4.0 [2020-12-11T18:59:32.771Z] #47 41.96 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-11T18:59:32.771Z] #47 41.99 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-11T18:59:32.771Z] #47 42.00 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-11T18:59:32.846Z] Commit message: "Vendor in libnetwork changes" [2020-12-11T18:59:32.887Z] > git --version # timeout=10 [2020-12-11T18:59:32.905Z] > git --version # 'git version 2.7.4' [2020-12-11T18:59:32.910Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2020-12-11T18:59:33.290Z] #41 42.29 LINK criu/pie/restorer.built-in.o [2020-12-11T18:59:33.290Z] #41 42.29 GEN criu/pie/restorer-blob.h [2020-12-11T18:59:33.290Z] #41 42.34 DEP criu/vdso.d [2020-12-11T18:59:33.339Z] #47 42.43 go: extracting github.com/gobwas/glob v0.2.3 [2020-12-11T18:59:33.339Z] #47 42.50 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-11T18:59:33.339Z] #47 42.77 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-12-11T18:59:33.583Z] #41 42.45 DEP criu/uts_ns.d [2020-12-11T18:59:33.583Z] #41 42.59 DEP criu/util.d [2020-12-11T18:59:33.875Z] #41 42.76 DEP criu/uffd.d [2020-12-11T18:59:33.875Z] #41 42.94 DEP criu/tun.d [2020-12-11T18:59:33.904Z] Commit message: "Vendor in libnetwork changes" [2020-12-11T18:59:33.908Z] #47 43.07 go: extracting github.com/stretchr/testify v1.4.0 [2020-12-11T18:59:33.966Z] > git --version # timeout=10 [2020-12-11T18:59:34.030Z] > git --version # 'git version 2.17.1' [2020-12-11T18:59:34.090Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2020-12-11T18:59:34.155Z] + docker version [2020-12-11T18:59:34.166Z] #41 43.10 DEP criu/tty.d [2020-12-11T18:59:34.457Z] #41 43.32 DEP criu/timerfd.d [2020-12-11T18:59:34.457Z] #41 43.46 DEP criu/timens.d [2020-12-11T18:59:34.457Z] #41 43.56 DEP criu/sysfs_parse.d [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-12-11T18:59:34.735Z] #10 extracting sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 2.7s done [2020-12-11T18:59:34.735Z] #10 extracting sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad [2020-12-11T18:59:34.749Z] #41 43.71 DEP criu/sysctl.d [2020-12-11T18:59:34.749Z] #41 43.81 DEP criu/string.d [2020-12-11T18:59:34.749Z] #41 43.83 DEP criu/stats.d [2020-12-11T18:59:34.845Z] #47 43.87 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-11T18:59:34.845Z] #47 43.94 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-11T18:59:35.040Z] #41 43.97 DEP criu/sockets.d [2020-12-11T18:59:35.040Z] #41 44.15 DEP criu/sk-unix.d [2020-12-11T18:59:35.104Z] #47 44.26 go: downloading github.com/stretchr/objx v0.2.0 [2020-12-11T18:59:35.104Z] #47 44.26 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-12-11T18:59:35.279Z] + docker version [2020-12-11T18:59:35.332Z] #41 44.31 DEP criu/sk-tcp.d [2020-12-11T18:59:35.332Z] #41 44.51 DEP criu/sk-queue.d [2020-12-11T18:59:35.623Z] #41 44.70 DEP criu/sk-packet.d [2020-12-11T18:59:35.676Z] #47 44.86 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-12-11T18:59:35.676Z] #47 ... [2020-12-11T18:59:35.676Z] [2020-12-11T18:59:35.676Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T18:59:35.676Z] #53 34.91 Fetched 8408 kB in 26s (322 kB/s) [2020-12-11T18:59:35.676Z] #53 34.91 Reading package lists... [2020-12-11T18:59:35.914Z] #41 44.92 DEP criu/sk-netlink.d [2020-12-11T18:59:35.997Z] #53 45.18 Reading package lists... [2020-12-11T18:59:35.997Z] #53 ... [2020-12-11T18:59:35.997Z] [2020-12-11T18:59:35.997Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T18:59:35.997Z] #40 35.28 Fetched 8408 kB in 26s (321 kB/s) [2020-12-11T18:59:36.206Z] #41 45.10 DEP criu/sk-inet.d [2020-12-11T18:59:36.206Z] #41 45.20 DEP criu/signalfd.d [2020-12-11T18:59:36.256Z] #40 35.28 Reading package lists... [2020-12-11T18:59:36.256Z] #40 ... [2020-12-11T18:59:36.256Z] [2020-12-11T18:59:36.256Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:36.256Z] #47 45.45 go: extracting github.com/stretchr/objx v0.2.0 [2020-12-11T18:59:36.498Z] #41 45.36 DEP criu/sigframe.d [2020-12-11T18:59:36.498Z] #41 45.42 DEP criu/shmem.d [2020-12-11T18:59:36.498Z] #41 45.51 DEP criu/servicefd.d [2020-12-11T18:59:36.515Z] #47 ... [2020-12-11T18:59:36.515Z] [2020-12-11T18:59:36.515Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T18:59:36.515Z] #34 35.64 Fetched 8408 kB in 27s (313 kB/s) [2020-12-11T18:59:36.515Z] #34 35.64 Reading package lists... [2020-12-11T18:59:36.515Z] #34 ... [2020-12-11T18:59:36.515Z] [2020-12-11T18:59:36.515Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T18:59:36.774Z] #40 45.86 Reading package lists... [2020-12-11T18:59:36.774Z] #40 ... [2020-12-11T18:59:36.774Z] [2020-12-11T18:59:36.774Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T18:59:36.774Z] #11 35.92 Fetched 8408 kB in 27s (312 kB/s) [2020-12-11T18:59:36.774Z] #11 35.92 Reading package lists... [2020-12-11T18:59:36.774Z] #11 ... [2020-12-11T18:59:36.774Z] [2020-12-11T18:59:36.774Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:36.774Z] #47 45.80 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-11T18:59:36.789Z] #41 45.68 DEP criu/seize.d [2020-12-11T18:59:36.789Z] #41 45.75 DEP criu/seccomp.d [2020-12-11T18:59:36.813Z] #10 extracting sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 2.3s done [2020-12-11T18:59:36.813Z] #10 DONE 15.2s [2020-12-11T18:59:36.813Z] [2020-12-11T18:59:36.813Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-11T18:59:36.813Z] #27 0.821 Get:5 http://deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2020-12-11T18:59:36.813Z] #27 1.204 Get:6 http://deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-12-11T18:59:36.813Z] #27 3.334 Fetched 8182 kB in 3s (2671 kB/s) [2020-12-11T18:59:36.813Z] #27 3.334 Reading package lists... [2020-12-11T18:59:37.081Z] #41 45.93 DEP criu/rst-malloc.d [2020-12-11T18:59:37.081Z] #41 46.01 DEP criu/rbtree.d [2020-12-11T18:59:37.081Z] #41 46.03 DEP criu/pstree.d [2020-12-11T18:59:37.081Z] #41 46.18 DEP criu/protobuf.d [2020-12-11T18:59:37.134Z] #27 4.879 Reading package lists... [2020-12-11T18:59:37.373Z] #41 46.30 GEN criu/protobuf-desc-gen.h [2020-12-11T18:59:37.428Z] #27 6.333 Building dependency tree... [2020-12-11T18:59:37.720Z] #27 6.807 The following additional packages will be installed: [2020-12-11T18:59:37.720Z] #27 6.808 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-12-11T18:59:37.720Z] #27 6.808 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-12-11T18:59:37.720Z] #27 6.808 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-12-11T18:59:37.720Z] #27 6.810 Suggested packages: [2020-12-11T18:59:37.720Z] #27 6.810 krb5-doc krb5-user [2020-12-11T18:59:37.720Z] #27 6.810 Recommended packages: [2020-12-11T18:59:37.720Z] #27 6.810 krb5-locales publicsuffix libsasl2-modules [2020-12-11T18:59:38.019Z] #27 7.163 The following NEW packages will be installed: [2020-12-11T18:59:38.019Z] #27 7.163 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-12-11T18:59:38.019Z] #27 7.163 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-12-11T18:59:38.019Z] #27 7.164 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-12-11T18:59:38.019Z] #27 7.164 libssh2-1 libssl1.1 openssl [2020-12-11T18:59:38.019Z] #27 7.215 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2020-12-11T18:59:38.019Z] #27 7.215 Need to get 5166 kB of archives. [2020-12-11T18:59:38.019Z] #27 7.215 After this operation, 14.6 MB of additional disk space will be used. [2020-12-11T18:59:38.019Z] #27 7.215 Get:1 http://security.debian.org/debian-security buster/updates/main ppc64el libssl1.1 ppc64el 1.1.1d-0+deb10u4 [1526 kB] [2020-12-11T18:59:38.019Z] #27 7.228 Get:2 http://deb.debian.org/debian buster-updates/main ppc64el ca-certificates all 20200601~deb10u1 [158 kB] [2020-12-11T18:59:38.019Z] #27 7.262 Get:3 http://deb.debian.org/debian buster/main ppc64el libkeyutils1 ppc64el 1.6-6 [16.2 kB] [2020-12-11T18:59:38.019Z] #27 7.274 Get:4 http://deb.debian.org/debian buster/main ppc64el libkrb5support0 ppc64el 1.17-3+deb10u1 [69.3 kB] [2020-12-11T18:59:38.313Z] #27 7.279 Get:5 http://deb.debian.org/debian buster/main ppc64el libk5crypto3 ppc64el 1.17-3+deb10u1 [134 kB] [2020-12-11T18:59:38.313Z] #27 7.286 Get:6 http://deb.debian.org/debian buster/main ppc64el libkrb5-3 ppc64el 1.17-3+deb10u1 [400 kB] [2020-12-11T18:59:38.313Z] #27 7.309 Get:7 http://security.debian.org/debian-security buster/updates/main ppc64el openssl ppc64el 1.1.1d-0+deb10u4 [843 kB] [2020-12-11T18:59:38.313Z] #27 7.314 Get:8 http://deb.debian.org/debian buster/main ppc64el libgssapi-krb5-2 ppc64el 1.17-3+deb10u1 [172 kB] [2020-12-11T18:59:38.313Z] #27 7.328 Get:9 http://deb.debian.org/debian buster/main ppc64el libsasl2-modules-db ppc64el 2.1.27+dfsg-1+deb10u1 [71.2 kB] [2020-12-11T18:59:38.313Z] #27 7.338 Get:10 http://deb.debian.org/debian buster/main ppc64el libsasl2-2 ppc64el 2.1.27+dfsg-1+deb10u1 [115 kB] [2020-12-11T18:59:38.313Z] #27 7.341 Get:11 http://deb.debian.org/debian buster/main ppc64el libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-12-11T18:59:38.313Z] #27 7.353 Get:12 http://deb.debian.org/debian buster/main ppc64el libldap-2.4-2 ppc64el 2.4.47+dfsg-3+deb10u4 [243 kB] [2020-12-11T18:59:38.313Z] #27 7.368 Get:13 http://deb.debian.org/debian buster/main ppc64el libnghttp2-14 ppc64el 1.36.0-2+deb10u1 [92.1 kB] [2020-12-11T18:59:38.313Z] #27 7.374 Get:14 http://deb.debian.org/debian buster/main ppc64el libpsl5 ppc64el 0.20.2-2 [55.6 kB] [2020-12-11T18:59:38.313Z] #27 7.378 Get:15 http://deb.debian.org/debian buster/main ppc64el librtmp1 ppc64el 2.4+20151223.gitfa8646d.1-2 [60.2 kB] [2020-12-11T18:59:38.313Z] #27 7.384 Get:16 http://deb.debian.org/debian buster/main ppc64el libssh2-1 ppc64el 1.8.0-2.1 [147 kB] [2020-12-11T18:59:38.313Z] #27 7.520 Get:17 http://deb.debian.org/debian buster/main ppc64el libcurl4 ppc64el 7.64.0-4+deb10u1 [348 kB] [2020-12-11T18:59:38.414Z] #41 47.26 DEP criu/protobuf-desc.d [2020-12-11T18:59:38.414Z] #41 47.37 DEP criu/proc_parse.d [2020-12-11T18:59:38.414Z] #41 47.49 DEP criu/plugin.d [2020-12-11T18:59:38.607Z] #27 7.532 Get:18 http://deb.debian.org/debian buster/main ppc64el curl ppc64el 7.64.0-4+deb10u1 [268 kB] [2020-12-11T18:59:38.607Z] #27 7.545 Get:19 http://deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-12-11T18:59:38.607Z] #27 7.550 Get:20 http://deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-12-11T18:59:38.607Z] #27 7.553 Get:21 http://deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-12-11T18:59:38.607Z] #27 7.785 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T18:59:38.607Z] #27 7.811 Fetched 5166 kB in 0s (14.7 MB/s) [2020-12-11T18:59:38.607Z] #27 7.841 Selecting previously unselected package libssl1.1:ppc64el. [2020-12-11T18:59:38.607Z] #27 7.841 (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.) [2020-12-11T18:59:38.607Z] #27 7.850 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u4_ppc64el.deb ... [2020-12-11T18:59:38.607Z] #27 7.853 Unpacking libssl1.1:ppc64el (1.1.1d-0+deb10u4) ... [2020-12-11T18:59:38.706Z] #41 47.56 DEP criu/pipes.d [2020-12-11T18:59:38.706Z] #41 47.65 DEP criu/pie-util.d [2020-12-11T18:59:38.706Z] #41 47.76 DEP criu/pie-util-vdso.d [2020-12-11T18:59:38.706Z] #41 47.84 DEP criu/path.d [2020-12-11T18:59:38.997Z] #41 47.93 DEP criu/parasite-syscall.d [2020-12-11T18:59:38.997Z] #41 48.15 DEP criu/pagemap.d [2020-12-11T18:59:38.997Z] #41 ... [2020-12-11T18:59:38.997Z] [2020-12-11T18:59:38.997Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T18:59:38.997Z] #43 73.37 net/http/httptrace [2020-12-11T18:59:38.997Z] #43 73.55 net/http [2020-12-11T18:59:38.997Z] #43 80.96 github.com/LK4D4/vndr/godl [2020-12-11T18:59:38.997Z] #43 81.50 github.com/LK4D4/vndr [2020-12-11T18:59:39.246Z] #27 8.095 Selecting previously unselected package openssl. [2020-12-11T18:59:39.246Z] #27 8.098 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u4_ppc64el.deb ... [2020-12-11T18:59:39.246Z] #27 8.100 Unpacking openssl (1.1.1d-0+deb10u4) ... [2020-12-11T18:59:39.246Z] #27 8.235 Selecting previously unselected package ca-certificates. [2020-12-11T18:59:39.246Z] #27 8.238 Preparing to unpack .../02-ca-certificates_20200601~deb10u1_all.deb ... [2020-12-11T18:59:39.246Z] #27 8.239 Unpacking ca-certificates (20200601~deb10u1) ... [2020-12-11T18:59:39.246Z] #27 8.300 Selecting previously unselected package libkeyutils1:ppc64el. [2020-12-11T18:59:39.246Z] #27 8.300 Preparing to unpack .../03-libkeyutils1_1.6-6_ppc64el.deb ... [2020-12-11T18:59:39.246Z] #27 8.301 Unpacking libkeyutils1:ppc64el (1.6-6) ... [2020-12-11T18:59:39.246Z] #27 8.327 Selecting previously unselected package libkrb5support0:ppc64el. [2020-12-11T18:59:39.246Z] #27 8.329 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_ppc64el.deb ... [2020-12-11T18:59:39.246Z] #27 8.331 Unpacking libkrb5support0:ppc64el (1.17-3+deb10u1) ... [2020-12-11T18:59:39.246Z] #27 8.364 Selecting previously unselected package libk5crypto3:ppc64el. [2020-12-11T18:59:39.246Z] #27 8.367 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_ppc64el.deb ... [2020-12-11T18:59:39.246Z] #27 8.369 Unpacking libk5crypto3:ppc64el (1.17-3+deb10u1) ... [2020-12-11T18:59:39.246Z] #27 8.411 Selecting previously unselected package libkrb5-3:ppc64el. [2020-12-11T18:59:39.246Z] #27 8.413 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_ppc64el.deb ... [2020-12-11T18:59:39.246Z] #27 8.414 Unpacking libkrb5-3:ppc64el (1.17-3+deb10u1) ... [2020-12-11T18:59:39.246Z] #27 8.513 Selecting previously unselected package libgssapi-krb5-2:ppc64el. [2020-12-11T18:59:39.246Z] #27 8.513 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_ppc64el.deb ... [2020-12-11T18:59:39.288Z] #43 ... [2020-12-11T18:59:39.288Z] [2020-12-11T18:59:39.288Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T18:59:39.288Z] #41 48.31 DEP criu/pagemap-cache.d [2020-12-11T18:59:39.507Z] Client: Docker Engine - Community [2020-12-11T18:59:39.507Z] Version: 19.03.13 [2020-12-11T18:59:39.507Z] API version: 1.40 [2020-12-11T18:59:39.507Z] Go version: go1.13.15 [2020-12-11T18:59:39.507Z] Git commit: 4484c46d9d [2020-12-11T18:59:39.507Z] Built: Wed Sep 16 17:02:36 2020 [2020-12-11T18:59:39.507Z] OS/Arch: linux/amd64 [2020-12-11T18:59:39.507Z] Experimental: false [2020-12-11T18:59:39.507Z] [2020-12-11T18:59:39.507Z] Server: Docker Engine - Community [2020-12-11T18:59:39.507Z] Engine: [2020-12-11T18:59:39.507Z] Version: 19.03.13 [2020-12-11T18:59:39.507Z] API version: 1.40 (minimum version 1.12) [2020-12-11T18:59:39.507Z] Go version: go1.13.15 [2020-12-11T18:59:39.507Z] Git commit: 4484c46d9d [2020-12-11T18:59:39.507Z] Built: Wed Sep 16 17:01:06 2020 [2020-12-11T18:59:39.507Z] OS/Arch: linux/amd64 [2020-12-11T18:59:39.507Z] Experimental: true [2020-12-11T18:59:39.507Z] containerd: [2020-12-11T18:59:39.507Z] Version: 1.3.7 [2020-12-11T18:59:39.507Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-12-11T18:59:39.507Z] runc: [2020-12-11T18:59:39.507Z] Version: 1.0.0-rc10 [2020-12-11T18:59:39.507Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-12-11T18:59:39.507Z] docker-init: [2020-12-11T18:59:39.507Z] Version: 0.18.0 [2020-12-11T18:59:39.507Z] GitCommit: fec3683 [Pipeline] sh [2020-12-11T18:59:39.541Z] #27 8.515 Unpacking libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ... [2020-12-11T18:59:39.541Z] #27 8.584 Selecting previously unselected package libsasl2-modules-db:ppc64el. [2020-12-11T18:59:39.541Z] #27 8.587 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2020-12-11T18:59:39.541Z] #27 8.589 Unpacking libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T18:59:39.541Z] #27 8.671 Selecting previously unselected package libsasl2-2:ppc64el. [2020-12-11T18:59:39.541Z] #27 8.672 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2020-12-11T18:59:39.541Z] #27 8.680 Unpacking libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T18:59:39.580Z] #41 48.43 DEP criu/page-xfer.d [2020-12-11T18:59:39.580Z] #41 48.63 DEP criu/page-pipe.d [2020-12-11T18:59:39.580Z] #41 48.70 DEP criu/netfilter.d [2020-12-11T18:59:39.825Z] + docker info [2020-12-11T18:59:39.837Z] #27 8.830 Selecting previously unselected package libldap-common. [2020-12-11T18:59:39.838Z] #27 8.832 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-12-11T18:59:39.838Z] #27 8.834 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T18:59:39.838Z] #27 8.873 Selecting previously unselected package libldap-2.4-2:ppc64el. [2020-12-11T18:59:39.838Z] #27 8.875 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_ppc64el.deb ... [2020-12-11T18:59:39.838Z] #27 8.876 Unpacking libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T18:59:39.838Z] #27 8.934 Selecting previously unselected package libnghttp2-14:ppc64el. [2020-12-11T18:59:39.838Z] #27 8.936 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_ppc64el.deb ... [2020-12-11T18:59:39.838Z] #27 8.938 Unpacking libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2020-12-11T18:59:39.838Z] #27 8.969 Selecting previously unselected package libpsl5:ppc64el. [2020-12-11T18:59:39.838Z] #27 8.971 Preparing to unpack .../13-libpsl5_0.20.2-2_ppc64el.deb ... [2020-12-11T18:59:39.838Z] #27 8.975 Unpacking libpsl5:ppc64el (0.20.2-2) ... [2020-12-11T18:59:39.838Z] #27 9.002 Selecting previously unselected package librtmp1:ppc64el. [2020-12-11T18:59:39.838Z] #27 9.004 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_ppc64el.deb ... [2020-12-11T18:59:39.838Z] #27 9.006 Unpacking librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2020-12-11T18:59:39.838Z] #27 9.034 Selecting previously unselected package libssh2-1:ppc64el. [2020-12-11T18:59:39.838Z] #27 9.037 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_ppc64el.deb ... [2020-12-11T18:59:39.838Z] #27 9.038 Unpacking libssh2-1:ppc64el (1.8.0-2.1) ... [2020-12-11T18:59:39.838Z] #27 9.080 Selecting previously unselected package libcurl4:ppc64el. [2020-12-11T18:59:39.838Z] #27 9.082 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_ppc64el.deb ... [2020-12-11T18:59:39.838Z] #27 9.084 Unpacking libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2020-12-11T18:59:39.838Z] #27 9.142 Selecting previously unselected package curl. [2020-12-11T18:59:39.960Z] #41 48.85 DEP criu/net.d [2020-12-11T18:59:39.960Z] #41 48.95 DEP criu/namespaces.d [2020-12-11T18:59:39.960Z] #41 49.06 DEP criu/mount.d [2020-12-11T18:59:39.960Z] #41 ... [2020-12-11T18:59:39.960Z] [2020-12-11T18:59:39.960Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T18:59:39.960Z] #51 5.673 + cd /tmp/tmp.ubE2FiRrLF/src/github.com/opencontainers/runc [2020-12-11T18:59:39.960Z] #51 5.674 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-12-11T18:59:39.960Z] #51 6.140 + '[' -z '' ']' [2020-12-11T18:59:39.960Z] #51 6.140 + target=static [2020-12-11T18:59:39.960Z] #51 6.140 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-12-11T18:59:39.960Z] #51 6.465 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-12-11T18:59:40.130Z] #27 9.144 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_ppc64el.deb ... [2020-12-11T18:59:40.130Z] #27 9.146 Unpacking curl (7.64.0-4+deb10u1) ... [2020-12-11T18:59:40.130Z] #27 9.207 Selecting previously unselected package libonig5:ppc64el. [2020-12-11T18:59:40.130Z] #27 9.210 Preparing to unpack .../18-libonig5_6.9.1-1_ppc64el.deb ... [2020-12-11T18:59:40.130Z] #27 9.211 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-12-11T18:59:40.130Z] #27 9.256 Selecting previously unselected package libjq1:ppc64el. [2020-12-11T18:59:40.130Z] #27 9.259 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-12-11T18:59:40.130Z] #27 9.260 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-12-11T18:59:40.130Z] #27 9.306 Selecting previously unselected package jq. [2020-12-11T18:59:40.130Z] #27 9.309 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-12-11T18:59:40.130Z] #27 9.310 Unpacking jq (1.5+dfsg-2+b1) ... [2020-12-11T18:59:40.130Z] #27 9.342 Setting up libkeyutils1:ppc64el (1.6-6) ... [2020-12-11T18:59:40.130Z] #27 9.346 Setting up libpsl5:ppc64el (0.20.2-2) ... [2020-12-11T18:59:40.130Z] #27 9.349 Setting up libssl1.1:ppc64el (1.1.1d-0+deb10u4) ... [2020-12-11T18:59:40.252Z] #51 ... [2020-12-11T18:59:40.252Z] [2020-12-11T18:59:40.252Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T18:59:40.252Z] #18 1.015 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T18:59:40.252Z] #18 1.112 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T18:59:40.252Z] #18 1.314 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T18:59:40.252Z] #18 1.471 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-12-11T18:59:40.252Z] #18 2.162 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [226 kB] [2020-12-11T18:59:40.252Z] #18 3.002 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-12-11T18:59:40.252Z] #18 6.302 Fetched 8095 kB in 5s (1483 kB/s) [2020-12-11T18:59:40.252Z] #18 6.302 Reading package lists... [2020-12-11T18:59:40.252Z] #18 8.279 Reading package lists... [2020-12-11T18:59:40.252Z] #18 ... [2020-12-11T18:59:40.252Z] [2020-12-11T18:59:40.252Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T18:59:40.252Z] #41 49.23 DEP criu/memfd.d [2020-12-11T18:59:40.424Z] #27 9.506 Setting up libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2020-12-11T18:59:40.424Z] #27 9.509 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T18:59:40.424Z] #27 9.513 Setting up libkrb5support0:ppc64el (1.17-3+deb10u1) ... [2020-12-11T18:59:40.424Z] #27 9.516 Setting up libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T18:59:40.424Z] #27 9.522 Setting up librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2020-12-11T18:59:40.424Z] #27 9.525 Setting up libk5crypto3:ppc64el (1.17-3+deb10u1) ... [2020-12-11T18:59:40.424Z] #27 9.530 Setting up libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T18:59:40.424Z] #27 9.533 Setting up libssh2-1:ppc64el (1.8.0-2.1) ... [2020-12-11T18:59:40.424Z] #27 9.536 Setting up libkrb5-3:ppc64el (1.17-3+deb10u1) ... [2020-12-11T18:59:40.424Z] #27 9.539 Setting up openssl (1.1.1d-0+deb10u4) ... [2020-12-11T18:59:40.424Z] #27 9.544 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-12-11T18:59:40.424Z] #27 9.548 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-12-11T18:59:40.424Z] #27 9.551 Setting up libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T18:59:40.424Z] #27 9.554 Setting up ca-certificates (20200601~deb10u1) ... [2020-12-11T18:59:40.544Z] #41 49.37 DEP criu/mem.d [2020-12-11T18:59:40.544Z] #41 49.50 DEP criu/lsm.d [2020-12-11T18:59:40.544Z] #41 49.65 DEP criu/log.d [2020-12-11T18:59:40.835Z] #41 49.81 DEP criu/libnetlink.d [2020-12-11T18:59:40.835Z] #41 49.90 DEP criu/kerndat.d [2020-12-11T18:59:40.835Z] #41 50.03 DEP criu/kcmp-ids.d [2020-12-11T18:59:41.127Z] #41 50.11 DEP criu/irmap.d [2020-12-11T18:59:41.127Z] #41 50.23 DEP criu/ipc_ns.d [2020-12-11T18:59:41.127Z] #41 50.33 DEP criu/image.d [2020-12-11T18:59:41.419Z] #41 50.43 DEP criu/image-desc.d [2020-12-11T18:59:41.419Z] #41 50.47 DEP criu/fsnotify.d [2020-12-11T18:59:41.467Z] #27 10.27 Updating certificates in /etc/ssl/certs... [2020-12-11T18:59:41.710Z] #41 50.69 DEP criu/filesystems.d [2020-12-11T18:59:41.710Z] #41 50.79 DEP criu/files.d [2020-12-11T18:59:41.761Z] #27 ... [2020-12-11T18:59:41.761Z] [2020-12-11T18:59:41.761Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T18:59:41.761Z] #10 extracting sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 4.9s done [2020-12-11T18:59:41.761Z] #10 extracting sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 0.0s done [2020-12-11T18:59:41.761Z] #10 DONE 20.0s [2020-12-11T18:59:41.761Z] [2020-12-11T18:59:41.761Z] #11 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-12-11T18:59:42.002Z] #41 51.04 DEP criu/files-reg.d [2020-12-11T18:59:42.002Z] #41 51.12 DEP criu/files-ext.d [2020-12-11T18:59:42.002Z] #41 51.18 DEP criu/file-lock.d [2020-12-11T18:59:42.053Z] #47 51.31 go: extracting github.com/gogo/protobuf v1.2.1 [2020-12-11T18:59:42.056Z] #11 DONE 0.2s [2020-12-11T18:59:42.056Z] [2020-12-11T18:59:42.056Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-11T18:59:42.056Z] #27 11.10 126 added, 0 removed; done. [2020-12-11T18:59:42.056Z] #27 11.12 Setting up libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ... [2020-12-11T18:59:42.056Z] #27 11.13 Setting up jq (1.5+dfsg-2+b1) ... [2020-12-11T18:59:42.056Z] #27 11.13 Setting up libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2020-12-11T18:59:42.056Z] #27 11.13 Setting up curl (7.64.0-4+deb10u1) ... [2020-12-11T18:59:42.056Z] #27 11.14 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T18:59:42.056Z] #27 11.15 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-12-11T18:59:42.056Z] #27 11.16 Updating certificates in /etc/ssl/certs... [2020-12-11T18:59:42.295Z] #41 51.24 DEP criu/file-ids.d [2020-12-11T18:59:42.295Z] #41 51.36 DEP criu/fifo.d [2020-12-11T18:59:42.355Z] #27 ... [2020-12-11T18:59:42.355Z] [2020-12-11T18:59:42.355Z] #12 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-12-11T18:59:42.355Z] #12 DONE 0.2s [2020-12-11T18:59:42.355Z] [2020-12-11T18:59:42.355Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-12-11T18:59:42.355Z] #31 DONE 0.1s [2020-12-11T18:59:42.355Z] [2020-12-11T18:59:42.355Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-12-11T18:59:42.355Z] #39 DONE 0.1s [2020-12-11T18:59:42.355Z] [2020-12-11T18:59:42.355Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T18:59:42.587Z] #41 51.50 DEP criu/fdstore.d [2020-12-11T18:59:42.587Z] #41 51.58 DEP criu/fault-injection.d [2020-12-11T18:59:42.587Z] #41 51.62 DEP criu/external.d [2020-12-11T18:59:42.587Z] #41 51.72 DEP criu/eventpoll.d [2020-12-11T18:59:42.943Z] #41 51.86 DEP criu/eventfd.d [2020-12-11T18:59:42.943Z] #41 51.94 DEP criu/crtools.d [2020-12-11T18:59:42.943Z] #41 52.10 DEP criu/cr-service.d [2020-12-11T18:59:42.998Z] #40 0.731 + git clone https://github.com/docker/distribution.git . [2020-12-11T18:59:42.998Z] #40 ... [2020-12-11T18:59:42.998Z] [2020-12-11T18:59:42.998Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-11T18:59:42.998Z] #27 12.09 0 added, 0 removed; done. [2020-12-11T18:59:42.998Z] #27 12.09 Running hooks in /etc/ca-certificates/update.d... [2020-12-11T18:59:42.998Z] #27 12.10 done. [2020-12-11T18:59:42.998Z] #27 DONE 12.2s [2020-12-11T18:59:42.998Z] [2020-12-11T18:59:42.998Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-12-11T18:59:42.998Z] #28 DONE 0.1s [2020-12-11T18:59:42.998Z] [2020-12-11T18:59:42.998Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T18:59:42.998Z] #40 0.758 Cloning into '.'... [2020-12-11T18:59:43.235Z] #41 52.26 DEP criu/cr-restore.d [2020-12-11T18:59:43.578Z] #41 52.46 DEP criu/cr-errno.d [2020-12-11T18:59:43.578Z] #41 52.46 DEP criu/cr-dump.d [2020-12-11T18:59:43.578Z] #41 ... [2020-12-11T18:59:43.578Z] [2020-12-11T18:59:43.578Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T18:59:43.578Z] #43 DONE 87.7s [2020-12-11T18:59:43.578Z] [2020-12-11T18:59:43.578Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T18:59:43.578Z] #41 52.58 DEP criu/cr-dedup.d [2020-12-11T18:59:43.578Z] #41 52.66 DEP criu/cr-check.d [2020-12-11T18:59:43.879Z] #41 52.78 DEP criu/config.d [2020-12-11T18:59:43.879Z] #41 52.91 DEP criu/clone-noasan.d [2020-12-11T18:59:43.879Z] #41 52.96 DEP criu/cgroup.d [2020-12-11T18:59:43.959Z] Client: [2020-12-11T18:59:43.959Z] Debug Mode: false [2020-12-11T18:59:43.959Z] [2020-12-11T18:59:43.959Z] Server: [2020-12-11T18:59:43.959Z] Containers: 0 [2020-12-11T18:59:43.959Z] Running: 0 [2020-12-11T18:59:43.959Z] Paused: 0 [2020-12-11T18:59:43.959Z] Stopped: 0 [2020-12-11T18:59:43.959Z] Images: 0 [2020-12-11T18:59:43.959Z] Server Version: 19.03.13 [2020-12-11T18:59:43.959Z] Storage Driver: overlay2 [2020-12-11T18:59:43.959Z] Backing Filesystem: extfs [2020-12-11T18:59:43.959Z] Supports d_type: true [2020-12-11T18:59:43.959Z] Native Overlay Diff: true [2020-12-11T18:59:43.959Z] Logging Driver: json-file [2020-12-11T18:59:43.959Z] Cgroup Driver: cgroupfs [2020-12-11T18:59:43.959Z] Plugins: [2020-12-11T18:59:43.959Z] Volume: local [2020-12-11T18:59:43.959Z] Network: bridge host ipvlan macvlan null overlay [2020-12-11T18:59:43.959Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-12-11T18:59:43.959Z] Swarm: inactive [2020-12-11T18:59:43.959Z] Runtimes: runc [2020-12-11T18:59:43.959Z] Default Runtime: runc [2020-12-11T18:59:43.959Z] Init Binary: docker-init [2020-12-11T18:59:43.959Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-12-11T18:59:43.959Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-12-11T18:59:43.959Z] init version: fec3683 [2020-12-11T18:59:43.959Z] Security Options: [2020-12-11T18:59:43.959Z] apparmor [2020-12-11T18:59:43.959Z] seccomp [2020-12-11T18:59:43.959Z] Profile: default [2020-12-11T18:59:43.959Z] Kernel Version: 5.4.0-1025-aws [2020-12-11T18:59:43.959Z] Operating System: Ubuntu 18.04.5 LTS [2020-12-11T18:59:43.959Z] OSType: linux [2020-12-11T18:59:43.959Z] Architecture: x86_64 [2020-12-11T18:59:43.959Z] CPUs: 2 [2020-12-11T18:59:43.959Z] Total Memory: 7.487GiB [2020-12-11T18:59:43.959Z] Name: ip-10-100-41-235 [2020-12-11T18:59:43.959Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-12-11T18:59:43.959Z] Docker Root Dir: /var/lib/docker [2020-12-11T18:59:43.959Z] Debug Mode: false [2020-12-11T18:59:43.959Z] Registry: https://index.docker.io/v1/ [2020-12-11T18:59:43.959Z] Labels: [2020-12-11T18:59:43.959Z] Experimental: true [2020-12-11T18:59:43.959Z] Insecure Registries: [2020-12-11T18:59:43.959Z] 127.0.0.0/8 [2020-12-11T18:59:43.959Z] Live Restore Enabled: true [2020-12-11T18:59:43.959Z] [2020-12-11T18:59:43.959Z] WARNING: No swap limit support [Pipeline] sh [2020-12-11T18:59:44.171Z] #41 53.08 DEP criu/cgroup-props.d [2020-12-11T18:59:44.171Z] #41 53.17 DEP criu/bitmap.d [2020-12-11T18:59:44.171Z] #41 53.18 DEP criu/bfd.d [2020-12-11T18:59:44.171Z] #41 53.29 DEP criu/autofs.d [2020-12-11T18:59:44.185Z] Client: Docker Engine - Community [2020-12-11T18:59:44.185Z] Version: 19.03.13 [2020-12-11T18:59:44.185Z] API version: 1.40 [2020-12-11T18:59:44.185Z] Go version: go1.13.15 [2020-12-11T18:59:44.185Z] Git commit: 4484c46 [2020-12-11T18:59:44.185Z] Built: Wed Sep 16 17:03:45 2020 [2020-12-11T18:59:44.185Z] OS/Arch: linux/arm64 [2020-12-11T18:59:44.185Z] Experimental: false [2020-12-11T18:59:44.185Z] [2020-12-11T18:59:44.185Z] Server: Docker Engine - Community [2020-12-11T18:59:44.185Z] Engine: [2020-12-11T18:59:44.185Z] Version: 19.03.13 [2020-12-11T18:59:44.185Z] API version: 1.40 (minimum version 1.12) [2020-12-11T18:59:44.185Z] Go version: go1.13.15 [2020-12-11T18:59:44.185Z] Git commit: 4484c46 [2020-12-11T18:59:44.185Z] Built: Wed Sep 16 17:02:17 2020 [2020-12-11T18:59:44.185Z] OS/Arch: linux/arm64 [2020-12-11T18:59:44.185Z] Experimental: true [2020-12-11T18:59:44.185Z] containerd: [2020-12-11T18:59:44.185Z] Version: 1.3.7 [2020-12-11T18:59:44.185Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-12-11T18:59:44.185Z] runc: [2020-12-11T18:59:44.185Z] Version: 1.0.0-rc10 [2020-12-11T18:59:44.185Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-12-11T18:59:44.185Z] docker-init: [2020-12-11T18:59:44.185Z] Version: 0.18.0 [2020-12-11T18:59:44.185Z] GitCommit: fec3683 [Pipeline] sh [2020-12-11T18:59:44.327Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-11T18:59:44.327Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-11T18:59:44.327Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41783/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-12-11T18:59:44.327Z] + bash /home/ubuntu/workspace/moby_PR-41783/check-config.sh [2020-12-11T18:59:44.327Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-12-11T18:59:44.327Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-12-11T18:59:44.327Z] [2020-12-11T18:59:44.327Z] Generally Necessary: [2020-12-11T18:59:44.327Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-12-11T18:59:44.327Z] - apparmor: enabled and tools installed [2020-12-11T18:59:44.327Z] - CONFIG_NAMESPACES: enabled [2020-12-11T18:59:44.327Z] - CONFIG_NET_NS: enabled [2020-12-11T18:59:44.327Z] - CONFIG_PID_NS: enabled [2020-12-11T18:59:44.327Z] - CONFIG_IPC_NS: enabled [2020-12-11T18:59:44.327Z] - CONFIG_UTS_NS: enabled [2020-12-11T18:59:44.327Z] - CONFIG_CGROUPS: enabled [2020-12-11T18:59:44.327Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-12-11T18:59:44.327Z] - CONFIG_CGROUP_DEVICE: enabled [2020-12-11T18:59:44.327Z] - CONFIG_CGROUP_FREEZER: enabled [2020-12-11T18:59:44.327Z] - CONFIG_CGROUP_SCHED: enabled [2020-12-11T18:59:44.327Z] - CONFIG_CPUSETS: enabled [2020-12-11T18:59:44.327Z] - CONFIG_MEMCG: enabled [2020-12-11T18:59:44.327Z] - CONFIG_KEYS: enabled [2020-12-11T18:59:44.327Z] - CONFIG_VETH: enabled (as module) [2020-12-11T18:59:44.327Z] - CONFIG_BRIDGE: enabled (as module) [2020-12-11T18:59:44.327Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-12-11T18:59:44.327Z] - CONFIG_NF_NAT_IPV4: missing [2020-12-11T18:59:44.327Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-12-11T18:59:44.327Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-12-11T18:59:44.327Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-12-11T18:59:44.327Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-12-11T18:59:44.327Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-12-11T18:59:44.327Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-12-11T18:59:44.327Z] - CONFIG_NF_NAT: enabled (as module) [2020-12-11T18:59:44.327Z] - CONFIG_NF_NAT_NEEDED: missing [2020-12-11T18:59:44.462Z] #41 53.43 DEP criu/aio.d [2020-12-11T18:59:44.463Z] #41 53.51 DEP criu/action-scripts.d [2020-12-11T18:59:44.614Z] - CONFIG_POSIX_MQUEUE: enabled [2020-12-11T18:59:44.614Z] [2020-12-11T18:59:44.614Z] Optional Features: [2020-12-11T18:59:44.614Z] - CONFIG_USER_NS: enabled [2020-12-11T18:59:44.614Z] - CONFIG_SECCOMP: enabled [2020-12-11T18:59:44.614Z] - CONFIG_CGROUP_PIDS: enabled [2020-12-11T18:59:44.614Z] - CONFIG_MEMCG_SWAP: enabled [2020-12-11T18:59:44.614Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-12-11T18:59:44.614Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-12-11T18:59:44.614Z] - CONFIG_BLK_CGROUP: enabled [2020-12-11T18:59:44.614Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-12-11T18:59:44.614Z] - CONFIG_IOSCHED_CFQ: missing [2020-12-11T18:59:44.614Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-12-11T18:59:44.614Z] - CONFIG_CGROUP_PERF: enabled [2020-12-11T18:59:44.614Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-12-11T18:59:44.614Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-12-11T18:59:44.614Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-12-11T18:59:44.614Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-12-11T18:59:44.614Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-12-11T18:59:44.614Z] - CONFIG_RT_GROUP_SCHED: missing [2020-12-11T18:59:44.614Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-12-11T18:59:44.614Z] - CONFIG_IP_VS: enabled (as module) [2020-12-11T18:59:44.614Z] - CONFIG_IP_VS_NFCT: enabled [2020-12-11T18:59:44.614Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-12-11T18:59:44.614Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-12-11T18:59:44.614Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-12-11T18:59:44.614Z] - CONFIG_EXT4_FS: enabled [2020-12-11T18:59:44.614Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-12-11T18:59:44.614Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-12-11T18:59:44.633Z] + docker info [2020-12-11T18:59:44.754Z] #41 53.74 CC criu/action-scripts.o [2020-12-11T18:59:44.902Z] - Network Drivers: [2020-12-11T18:59:44.902Z] - "overlay": [2020-12-11T18:59:44.902Z] - CONFIG_VXLAN: enabled (as module) [2020-12-11T18:59:44.902Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-12-11T18:59:44.902Z] Optional (for encrypted networks): [2020-12-11T18:59:44.902Z] - CONFIG_CRYPTO: enabled [2020-12-11T18:59:44.902Z] - CONFIG_CRYPTO_AEAD: enabled [2020-12-11T18:59:44.902Z] - CONFIG_CRYPTO_GCM: enabled [2020-12-11T18:59:44.902Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-12-11T18:59:44.902Z] - CONFIG_CRYPTO_GHASH: enabled [2020-12-11T18:59:44.902Z] - CONFIG_XFRM: enabled [2020-12-11T18:59:44.902Z] - CONFIG_XFRM_USER: enabled (as module) [2020-12-11T18:59:44.902Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-12-11T18:59:44.902Z] - CONFIG_INET_ESP: enabled (as module) [2020-12-11T18:59:44.902Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-12-11T18:59:44.902Z] - "ipvlan": [2020-12-11T18:59:44.902Z] - CONFIG_IPVLAN: enabled (as module) [2020-12-11T18:59:44.902Z] - "macvlan": [2020-12-11T18:59:44.902Z] - CONFIG_MACVLAN: enabled (as module) [2020-12-11T18:59:44.902Z] - CONFIG_DUMMY: enabled (as module) [2020-12-11T18:59:44.902Z] - "ftp,tftp client in container": [2020-12-11T18:59:44.902Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-12-11T18:59:44.902Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-12-11T18:59:44.902Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-12-11T18:59:44.902Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-12-11T18:59:44.902Z] - Storage Drivers: [2020-12-11T18:59:44.902Z] - "aufs": [2020-12-11T18:59:44.902Z] - CONFIG_AUFS_FS: enabled (as module) [2020-12-11T18:59:44.902Z] - "btrfs": [2020-12-11T18:59:45.046Z] #41 53.96 CC criu/aio.o [2020-12-11T18:59:45.046Z] #41 54.26 CC criu/autofs.o [2020-12-11T18:59:45.177Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-12-11T18:59:45.177Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-12-11T18:59:45.177Z] - "devicemapper": [2020-12-11T18:59:45.177Z] - CONFIG_BLK_DEV_DM: enabled [2020-12-11T18:59:45.177Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-12-11T18:59:45.177Z] - "overlay": [2020-12-11T18:59:45.177Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-12-11T18:59:45.177Z] - "zfs": [2020-12-11T18:59:45.177Z] - /dev/zfs: present [2020-12-11T18:59:45.177Z] - zfs command: missing [2020-12-11T18:59:45.177Z] - zpool command: missing [2020-12-11T18:59:45.177Z] [2020-12-11T18:59:45.177Z] Limits: [2020-12-11T18:59:45.177Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-12-11T18:59:45.177Z] [2020-12-11T18:59:45.177Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-12-11T18:59:45.534Z] + sudo modprobe ip_vs [2020-12-11T18:59:45.534Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5fd8d701ceff35235fc447ca9433b44f855d688d . [2020-12-11T18:59:45.802Z] #1 [internal] load .dockerignore [2020-12-11T18:59:45.802Z] #1 transferring context: 87B done [2020-12-11T18:59:45.802Z] #1 DONE 0.1s [2020-12-11T18:59:45.802Z] [2020-12-11T18:59:45.802Z] #2 [internal] load build definition from Dockerfile [2020-12-11T18:59:45.802Z] #2 transferring dockerfile: 16.58kB done [2020-12-11T18:59:45.802Z] #2 DONE 0.1s [2020-12-11T18:59:45.802Z] [2020-12-11T18:59:45.802Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-12-11T18:59:46.064Z] #3 DONE 0.4s [2020-12-11T18:59:46.064Z] [2020-12-11T18:59:46.064Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-12-11T18:59:46.064Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-12-11T18:59:46.080Z] #41 55.05 CC criu/bfd.o [2020-12-11T18:59:46.253Z] #47 ... [2020-12-11T18:59:46.253Z] [2020-12-11T18:59:46.253Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T18:59:46.253Z] #53 45.18 Reading package lists... [2020-12-11T18:59:46.327Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-12-11T18:59:46.327Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-12-11T18:59:46.327Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-12-11T18:59:46.327Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 4.55MB / 8.88MB 0.1s [2020-12-11T18:59:46.327Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s [2020-12-11T18:59:46.374Z] #41 55.30 CC criu/bitmap.o [2020-12-11T18:59:46.374Z] #41 55.40 CC criu/cgroup-props.o [2020-12-11T18:59:46.409Z] Client: [2020-12-11T18:59:46.409Z] Debug Mode: false [2020-12-11T18:59:46.409Z] [2020-12-11T18:59:46.409Z] Server: [2020-12-11T18:59:46.409Z] Containers: 0 [2020-12-11T18:59:46.409Z] Running: 0 [2020-12-11T18:59:46.409Z] Paused: 0 [2020-12-11T18:59:46.409Z] Stopped: 0 [2020-12-11T18:59:46.409Z] Images: 0 [2020-12-11T18:59:46.409Z] Server Version: 19.03.13 [2020-12-11T18:59:46.409Z] Storage Driver: overlay2 [2020-12-11T18:59:46.409Z] Backing Filesystem: extfs [2020-12-11T18:59:46.409Z] Supports d_type: true [2020-12-11T18:59:46.409Z] Native Overlay Diff: true [2020-12-11T18:59:46.409Z] Logging Driver: json-file [2020-12-11T18:59:46.409Z] Cgroup Driver: cgroupfs [2020-12-11T18:59:46.409Z] Plugins: [2020-12-11T18:59:46.409Z] Volume: local [2020-12-11T18:59:46.409Z] Network: bridge host ipvlan macvlan null overlay [2020-12-11T18:59:46.409Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-12-11T18:59:46.409Z] Swarm: inactive [2020-12-11T18:59:46.409Z] Runtimes: runc [2020-12-11T18:59:46.409Z] Default Runtime: runc [2020-12-11T18:59:46.409Z] Init Binary: docker-init [2020-12-11T18:59:46.409Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-12-11T18:59:46.409Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-12-11T18:59:46.409Z] init version: fec3683 [2020-12-11T18:59:46.409Z] Security Options: [2020-12-11T18:59:46.409Z] apparmor [2020-12-11T18:59:46.409Z] seccomp [2020-12-11T18:59:46.409Z] Profile: default [2020-12-11T18:59:46.409Z] Kernel Version: 5.4.0-1025-aws [2020-12-11T18:59:46.409Z] Operating System: Ubuntu 18.04.5 LTS [2020-12-11T18:59:46.409Z] OSType: linux [2020-12-11T18:59:46.409Z] Architecture: x86_64 [2020-12-11T18:59:46.409Z] CPUs: 2 [2020-12-11T18:59:46.409Z] Total Memory: 7.487GiB [2020-12-11T18:59:46.409Z] Name: ip-10-100-92-165 [2020-12-11T18:59:46.409Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-12-11T18:59:46.409Z] Docker Root Dir: /var/lib/docker [2020-12-11T18:59:46.409Z] Debug Mode: false [2020-12-11T18:59:46.409Z] Registry: https://index.docker.io/v1/ [2020-12-11T18:59:46.409Z] Labels: [2020-12-11T18:59:46.409Z] Experimental: true [2020-12-11T18:59:46.409Z] Insecure Registries: [2020-12-11T18:59:46.409Z] 127.0.0.0/8 [2020-12-11T18:59:46.409Z] Live Restore Enabled: true [2020-12-11T18:59:46.409Z] [2020-12-11T18:59:46.409Z] WARNING: No swap limit support [Pipeline] sh [2020-12-11T18:59:46.589Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done [2020-12-11T18:59:46.589Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-12-11T18:59:46.694Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-11T18:59:46.694Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-11T18:59:46.694Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41783/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-12-11T18:59:46.694Z] + bash /home/ubuntu/workspace/moby_PR-41783/check-config.sh [2020-12-11T18:59:46.695Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-12-11T18:59:46.695Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-12-11T18:59:46.695Z] [2020-12-11T18:59:46.695Z] Generally Necessary: [2020-12-11T18:59:46.695Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-12-11T18:59:46.695Z] - apparmor: enabled and tools installed [2020-12-11T18:59:46.695Z] - CONFIG_NAMESPACES: enabled [2020-12-11T18:59:46.695Z] - CONFIG_NET_NS: enabled [2020-12-11T18:59:46.695Z] - CONFIG_PID_NS: enabled [2020-12-11T18:59:46.695Z] - CONFIG_IPC_NS: enabled [2020-12-11T18:59:46.695Z] - CONFIG_UTS_NS: enabled [2020-12-11T18:59:46.695Z] - CONFIG_CGROUPS: enabled [2020-12-11T18:59:46.695Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-12-11T18:59:46.695Z] - CONFIG_CGROUP_DEVICE: enabled [2020-12-11T18:59:46.695Z] - CONFIG_CGROUP_FREEZER: enabled [2020-12-11T18:59:46.695Z] - CONFIG_CGROUP_SCHED: enabled [2020-12-11T18:59:46.695Z] - CONFIG_CPUSETS: enabled [2020-12-11T18:59:46.695Z] - CONFIG_MEMCG: enabled [2020-12-11T18:59:46.695Z] - CONFIG_KEYS: enabled [2020-12-11T18:59:46.695Z] - CONFIG_VETH: enabled (as module) [2020-12-11T18:59:46.695Z] - CONFIG_BRIDGE: enabled (as module) [2020-12-11T18:59:46.695Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-12-11T18:59:46.695Z] - CONFIG_NF_NAT_IPV4: missing [2020-12-11T18:59:46.695Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-12-11T18:59:46.695Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-12-11T18:59:46.695Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-12-11T18:59:46.695Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-12-11T18:59:46.695Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-12-11T18:59:46.695Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-12-11T18:59:46.695Z] - CONFIG_NF_NAT: enabled (as module) [2020-12-11T18:59:46.695Z] - CONFIG_NF_NAT_NEEDED: missing [2020-12-11T18:59:46.851Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done [2020-12-11T18:59:46.953Z] - CONFIG_POSIX_MQUEUE: enabled [2020-12-11T18:59:46.953Z] [2020-12-11T18:59:46.953Z] Optional Features: [2020-12-11T18:59:46.953Z] - CONFIG_USER_NS: enabled [2020-12-11T18:59:46.953Z] - CONFIG_SECCOMP: enabled [2020-12-11T18:59:46.953Z] - CONFIG_CGROUP_PIDS: enabled [2020-12-11T18:59:46.953Z] - CONFIG_MEMCG_SWAP: enabled [2020-12-11T18:59:46.953Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-12-11T18:59:46.953Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-12-11T18:59:46.953Z] - CONFIG_BLK_CGROUP: enabled [2020-12-11T18:59:46.953Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-12-11T18:59:46.953Z] - CONFIG_IOSCHED_CFQ: missing [2020-12-11T18:59:46.953Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-12-11T18:59:46.953Z] - CONFIG_CGROUP_PERF: enabled [2020-12-11T18:59:46.953Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-12-11T18:59:46.953Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-12-11T18:59:46.953Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-12-11T18:59:46.953Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-12-11T18:59:46.953Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-12-11T18:59:46.953Z] - CONFIG_RT_GROUP_SCHED: missing [2020-12-11T18:59:46.953Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-12-11T18:59:46.953Z] - CONFIG_IP_VS: enabled (as module) [2020-12-11T18:59:46.954Z] - CONFIG_IP_VS_NFCT: enabled [2020-12-11T18:59:46.954Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-12-11T18:59:46.954Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-12-11T18:59:46.954Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-12-11T18:59:46.954Z] - CONFIG_EXT4_FS: enabled [2020-12-11T18:59:46.954Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-12-11T18:59:46.954Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-12-11T18:59:46.954Z] - Network Drivers: [2020-12-11T18:59:46.954Z] - "overlay": [2020-12-11T18:59:46.954Z] - CONFIG_VXLAN: enabled (as module) [2020-12-11T18:59:46.954Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-12-11T18:59:46.954Z] Optional (for encrypted networks): [2020-12-11T18:59:47.008Z] #41 55.94 CC criu/cgroup.o [2020-12-11T18:59:47.113Z] #4 DONE 0.8s [2020-12-11T18:59:47.113Z] [2020-12-11T18:59:47.113Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-12-11T18:59:47.193Z] #53 55.32 Building dependency tree... [2020-12-11T18:59:47.193Z] #53 ... [2020-12-11T18:59:47.193Z] [2020-12-11T18:59:47.193Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T18:59:47.193Z] #11 46.19 Reading package lists... [2020-12-11T18:59:47.193Z] #11 ... [2020-12-11T18:59:47.193Z] [2020-12-11T18:59:47.193Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T18:59:47.193Z] #34 46.23 Reading package lists... [2020-12-11T18:59:47.193Z] #34 56.55 Building dependency tree... [2020-12-11T18:59:47.193Z] #34 ... [2020-12-11T18:59:47.193Z] [2020-12-11T18:59:47.193Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T18:59:47.193Z] #40 45.86 Reading package lists... [2020-12-11T18:59:47.214Z] - CONFIG_CRYPTO: enabled [2020-12-11T18:59:47.214Z] - CONFIG_CRYPTO_AEAD: enabled [2020-12-11T18:59:47.214Z] - CONFIG_CRYPTO_GCM: enabled [2020-12-11T18:59:47.214Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-12-11T18:59:47.214Z] - CONFIG_CRYPTO_GHASH: enabled [2020-12-11T18:59:47.214Z] - CONFIG_XFRM: enabled [2020-12-11T18:59:47.214Z] - CONFIG_XFRM_USER: enabled (as module) [2020-12-11T18:59:47.214Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-12-11T18:59:47.214Z] - CONFIG_INET_ESP: enabled (as module) [2020-12-11T18:59:47.214Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-12-11T18:59:47.214Z] - "ipvlan": [2020-12-11T18:59:47.214Z] - CONFIG_IPVLAN: enabled (as module) [2020-12-11T18:59:47.214Z] - "macvlan": [2020-12-11T18:59:47.214Z] - CONFIG_MACVLAN: enabled (as module) [2020-12-11T18:59:47.214Z] - CONFIG_DUMMY: enabled (as module) [2020-12-11T18:59:47.214Z] - "ftp,tftp client in container": [2020-12-11T18:59:47.214Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-12-11T18:59:47.214Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-12-11T18:59:47.214Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-12-11T18:59:47.214Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-12-11T18:59:47.214Z] - Storage Drivers: [2020-12-11T18:59:47.214Z] - "aufs": [2020-12-11T18:59:47.214Z] - CONFIG_AUFS_FS: enabled (as module) [2020-12-11T18:59:47.214Z] - "btrfs": [2020-12-11T18:59:47.215Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-12-11T18:59:47.215Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-12-11T18:59:47.215Z] - "devicemapper": [2020-12-11T18:59:47.215Z] - CONFIG_BLK_DEV_DM: enabled [2020-12-11T18:59:47.215Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-12-11T18:59:47.215Z] - "overlay": [2020-12-11T18:59:47.215Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-12-11T18:59:47.215Z] - "zfs": [2020-12-11T18:59:47.215Z] - /dev/zfs: present [2020-12-11T18:59:47.215Z] - zfs command: missing [2020-12-11T18:59:47.215Z] - zpool command: missing [2020-12-11T18:59:47.215Z] [2020-12-11T18:59:47.215Z] Limits: [2020-12-11T18:59:47.215Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-12-11T18:59:47.215Z] [2020-12-11T18:59:47.215Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-12-11T18:59:47.375Z] #7 ... [2020-12-11T18:59:47.375Z] [2020-12-11T18:59:47.375Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-12-11T18:59:47.375Z] #6 DONE 0.3s [2020-12-11T18:59:47.375Z] [2020-12-11T18:59:47.375Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-12-11T18:59:47.375Z] #5 DONE 0.3s [2020-12-11T18:59:47.495Z] #40 ... [2020-12-11T18:59:47.495Z] [2020-12-11T18:59:47.495Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T18:59:47.495Z] #29 2.180 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-12-11T18:59:47.495Z] #29 2.833 #=#=# [2020-12-11T18:59:47.637Z] [2020-12-11T18:59:47.637Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-12-11T18:59:47.637Z] #7 DONE 0.4s [2020-12-11T18:59:47.637Z] [2020-12-11T18:59:47.637Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-11T18:59:47.637Z] #24 resolve docker.io/library/debian:buster@sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 done [2020-12-11T18:59:47.637Z] #24 sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 1.85kB / 1.85kB done [2020-12-11T18:59:47.637Z] #24 sha256:5b5fa7e155b1f19dffb996ea64e55520b80d5bd7a8fdb5aed1acabd217e9ed59 529B / 529B done [2020-12-11T18:59:47.637Z] #24 sha256:6d6b00c22231693c9b87e79986d562874446bf10182206e4621e23ca8dfa8e1c 1.46kB / 1.46kB done [2020-12-11T18:59:47.641Z] #41 ... [2020-12-11T18:59:47.641Z] [2020-12-11T18:59:47.641Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-11T18:59:47.641Z] #30 DONE 91.8s [2020-12-11T18:59:47.801Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5fd8d701ceff35235fc447ca9433b44f855d688d . [2020-12-11T18:59:47.801Z] #1 [internal] load build definition from Dockerfile [2020-12-11T18:59:47.801Z] #1 transferring dockerfile: 16.58kB done [2020-12-11T18:59:47.932Z] [2020-12-11T18:59:47.932Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T18:59:47.932Z] #18 8.279 Reading package lists... [2020-12-11T18:59:47.932Z] #18 9.857 Building dependency tree... [2020-12-11T18:59:47.932Z] #18 10.27 libcap2-bin is already the newest version (1:2.25-2). [2020-12-11T18:59:47.932Z] #18 10.27 The following additional packages will be installed: [2020-12-11T18:59:47.932Z] #18 10.27 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-12-11T18:59:47.932Z] #18 10.27 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-12-11T18:59:47.932Z] #18 10.27 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-12-11T18:59:47.933Z] #18 10.27 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-12-11T18:59:47.933Z] #18 10.27 python3.7 python3.7-minimal vim-runtime xxd [2020-12-11T18:59:47.933Z] #18 10.27 Suggested packages: [2020-12-11T18:59:47.933Z] #18 10.27 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-12-11T18:59:47.933Z] #18 10.27 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-12-11T18:59:47.933Z] #18 10.27 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-12-11T18:59:47.933Z] #18 10.27 Recommended packages: [2020-12-11T18:59:47.933Z] #18 10.27 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-12-11T18:59:47.933Z] #18 10.27 python3-keyrings.alt python3-xdg unzip [2020-12-11T18:59:47.933Z] #18 11.35 The following NEW packages will be installed: [2020-12-11T18:59:47.933Z] #18 11.35 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-12-11T18:59:47.933Z] #18 11.35 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-12-11T18:59:47.933Z] #18 11.35 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-12-11T18:59:47.933Z] #18 11.35 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-12-11T18:59:47.933Z] #18 11.35 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-12-11T18:59:47.933Z] #18 11.35 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-12-11T18:59:47.933Z] #18 11.35 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-12-11T18:59:47.933Z] #18 11.36 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-12-11T18:59:47.933Z] #18 11.36 xz-utils zip [2020-12-11T18:59:47.933Z] #18 11.57 0 upgraded, 48 newly installed, 0 to remove and 14 not upgraded. [2020-12-11T18:59:47.933Z] #18 11.57 Need to get 27.7 MB of archives. [2020-12-11T18:59:47.933Z] #18 11.57 After this operation, 117 MB of additional disk space will be used. [2020-12-11T18:59:47.933Z] #18 11.57 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2020-12-11T18:59:47.933Z] #18 11.63 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u2 [586 kB] [2020-12-11T18:59:47.933Z] #18 11.78 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u2 [1590 kB] [2020-12-11T18:59:47.933Z] #18 12.15 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2020-12-11T18:59:47.933Z] #18 12.15 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2020-12-11T18:59:47.933Z] #18 12.16 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u2 [1684 kB] [2020-12-11T18:59:47.933Z] #18 12.36 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB] [2020-12-11T18:59:47.933Z] #18 12.42 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2020-12-11T18:59:47.933Z] #18 12.42 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2020-12-11T18:59:47.933Z] #18 12.43 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2020-12-11T18:59:47.933Z] #18 12.43 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2020-12-11T18:59:47.933Z] #18 12.44 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2020-12-11T18:59:47.933Z] #18 12.44 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2020-12-11T18:59:47.933Z] #18 12.44 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2020-12-11T18:59:47.933Z] #18 12.45 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2020-12-11T18:59:47.933Z] #18 12.45 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2020-12-11T18:59:47.933Z] #18 12.48 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-12-11T18:59:47.933Z] #18 12.49 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-12-11T18:59:47.933Z] #18 12.50 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2020-12-11T18:59:47.933Z] #18 12.51 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2020-12-11T18:59:47.933Z] #18 12.52 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2020-12-11T18:59:47.933Z] #18 12.53 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2020-12-11T18:59:47.933Z] #18 12.56 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2020-12-11T18:59:47.933Z] #18 12.57 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-12-11T18:59:47.933Z] #18 12.58 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-12-11T18:59:47.933Z] #18 12.58 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-12-11T18:59:47.933Z] #18 12.59 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2020-12-11T18:59:47.933Z] #18 12.59 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2020-12-11T18:59:47.933Z] #18 12.59 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-12-11T18:59:47.933Z] #18 13.01 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-12-11T18:59:47.933Z] #18 13.08 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-12-11T18:59:47.933Z] #18 13.08 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-12-11T18:59:47.933Z] #18 13.08 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2020-12-11T18:59:47.933Z] #18 13.09 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2020-12-11T18:59:47.933Z] #18 13.10 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2020-12-11T18:59:47.933Z] #18 13.19 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-12-11T18:59:47.933Z] #18 13.19 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2020-12-11T18:59:47.933Z] #18 13.20 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2020-12-11T18:59:47.933Z] #18 13.23 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2020-12-11T18:59:47.933Z] #18 13.24 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2020-12-11T18:59:47.933Z] #18 13.25 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2020-12-11T18:59:47.933Z] #18 13.25 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u2 [1199 kB] [2020-12-11T18:59:47.933Z] #18 13.35 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2020-12-11T18:59:47.933Z] #18 13.37 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB] [2020-12-11T18:59:47.933Z] #18 13.38 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-12-11T18:59:47.933Z] #18 13.75 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2020-12-11T18:59:47.933Z] #18 14.28 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2020-12-11T18:59:47.933Z] #18 14.32 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2020-12-11T18:59:47.933Z] #18 14.80 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T18:59:47.933Z] #18 14.84 Fetched 27.7 MB in 3s (9405 kB/s) [2020-12-11T18:59:47.933Z] #18 14.87 Selecting previously unselected package pigz. [2020-12-11T18:59:47.933Z] #18 14.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 ... 23199 files and directories currently installed.) [2020-12-11T18:59:47.933Z] #18 14.91 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2020-12-11T18:59:47.933Z] #18 14.92 Unpacking pigz (2.4-1) ... [2020-12-11T18:59:47.933Z] #18 14.96 Selecting previously unselected package libpython3.7-minimal:s390x. [2020-12-11T18:59:47.933Z] #18 14.96 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-12-11T18:59:47.933Z] #18 14.97 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-12-11T18:59:47.933Z] #18 15.25 Selecting previously unselected package python3.7-minimal. [2020-12-11T18:59:47.933Z] #18 15.25 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-12-11T18:59:47.933Z] #18 15.26 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-12-11T18:59:47.933Z] #18 15.86 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-12-11T18:59:47.933Z] #18 15.87 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-12-11T18:59:48.058Z] #1 DONE 0.1s [2020-12-11T18:59:48.058Z] [2020-12-11T18:59:48.058Z] #2 [internal] load .dockerignore [2020-12-11T18:59:48.058Z] #2 transferring context: 87B done [2020-12-11T18:59:48.058Z] #2 DONE 0.1s [2020-12-11T18:59:48.058Z] [2020-12-11T18:59:48.058Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-12-11T18:59:48.225Z] #18 17.64 Selecting previously unselected package python3-minimal. [2020-12-11T18:59:48.225Z] #18 17.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 ... 23448 files and directories currently installed.) [2020-12-11T18:59:48.225Z] #18 17.66 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2020-12-11T18:59:48.225Z] #18 17.66 Unpacking python3-minimal (3.7.3-1) ... [2020-12-11T18:59:48.225Z] #18 17.74 Selecting previously unselected package libmpdec2:s390x. [2020-12-11T18:59:48.516Z] #18 17.74 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2020-12-11T18:59:48.516Z] #18 17.75 Unpacking libmpdec2:s390x (2.4.2-2) ... [2020-12-11T18:59:48.516Z] #18 17.78 Selecting previously unselected package libpython3.7-stdlib:s390x. [2020-12-11T18:59:48.516Z] #18 17.78 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ... [2020-12-11T18:59:48.516Z] #18 17.79 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-12-11T18:59:48.622Z] #3 DONE 0.6s [2020-12-11T18:59:48.622Z] [2020-12-11T18:59:48.622Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-12-11T18:59:48.622Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-12-11T18:59:48.696Z] #29 3.077 0.2% # 2.6% #### 6.7% ####### 10.7% ######### 12.8% ############# 18.5% ############### 21.2% ################## 26.0% ##################### 30.1% ########################## 36.1% ############################## 42.2% ################################## 48.3% ####################################### 54.4% ############################################ 62.5% ################################################# 69.0% ################################################### 71.0% ##################################################### 74.7% ######################################################## 79.1% ############################################################ 83.5% ############################################################### 88.9% ################################################################## 92.9% ######################################################################## 100.0% [2020-12-11T18:59:48.808Z] #18 18.22 Selecting previously unselected package python3.7. [2020-12-11T18:59:48.808Z] #18 18.22 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ... [2020-12-11T18:59:48.808Z] #18 18.22 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-12-11T18:59:48.808Z] #18 18.32 Selecting previously unselected package libpython3-stdlib:s390x. [2020-12-11T18:59:49.099Z] #18 18.32 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2020-12-11T18:59:49.099Z] #18 18.32 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2020-12-11T18:59:49.099Z] #18 18.35 Setting up python3-minimal (3.7.3-1) ... [2020-12-11T18:59:49.235Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-12-11T18:59:49.235Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-12-11T18:59:49.235Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-12-11T18:59:49.235Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 2.28MB / 8.88MB 0.1s [2020-12-11T18:59:49.235Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done [2020-12-11T18:59:49.235Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-12-11T18:59:49.341Z] #29 6.077 [2020-12-11T18:59:49.390Z] #18 18.78 Selecting previously unselected package python3. [2020-12-11T18:59:49.391Z] #18 18.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 ... 23860 files and directories currently installed.) [2020-12-11T18:59:49.391Z] #18 18.81 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2020-12-11T18:59:49.391Z] #18 18.82 Unpacking python3 (3.7.3-1) ... [2020-12-11T18:59:49.391Z] #18 18.88 Selecting previously unselected package libip4tc0:s390x. [2020-12-11T18:59:49.682Z] #18 18.88 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2020-12-11T18:59:49.682Z] #18 18.89 Unpacking libip4tc0:s390x (1.8.2-4) ... [2020-12-11T18:59:49.682Z] #18 18.93 Selecting previously unselected package libip6tc0:s390x. [2020-12-11T18:59:49.682Z] #18 18.93 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2020-12-11T18:59:49.682Z] #18 18.93 Unpacking libip6tc0:s390x (1.8.2-4) ... [2020-12-11T18:59:49.682Z] #18 18.97 Selecting previously unselected package libiptc0:s390x. [2020-12-11T18:59:49.682Z] #18 18.98 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2020-12-11T18:59:49.682Z] #18 18.98 Unpacking libiptc0:s390x (1.8.2-4) ... [2020-12-11T18:59:49.682Z] #18 19.03 Selecting previously unselected package libnfnetlink0:s390x. [2020-12-11T18:59:49.682Z] #18 19.03 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2020-12-11T18:59:49.682Z] #18 19.04 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-12-11T18:59:49.682Z] #18 19.07 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2020-12-11T18:59:49.682Z] #18 19.07 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2020-12-11T18:59:49.682Z] #18 19.07 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-12-11T18:59:49.682Z] #18 19.11 Selecting previously unselected package libnftnl11:s390x. [2020-12-11T18:59:49.682Z] #18 19.11 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2020-12-11T18:59:49.682Z] #18 19.12 Unpacking libnftnl11:s390x (1.1.2-2) ... [2020-12-11T18:59:49.682Z] #18 19.16 Selecting previously unselected package iptables. [2020-12-11T18:59:49.803Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.5s done [2020-12-11T18:59:49.803Z] #4 DONE 1.2s [2020-12-11T18:59:49.946Z] #29 6.374 #=#=# 1.0% ##################### 29.4% ################################################# 69.0% ######################################################################## 100.0% [2020-12-11T18:59:49.973Z] #18 19.16 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2020-12-11T18:59:49.973Z] #18 19.17 Unpacking iptables (1.8.2-4) ... [2020-12-11T18:59:49.973Z] #18 19.36 Selecting previously unselected package xxd. [2020-12-11T18:59:49.973Z] #18 19.36 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-12-11T18:59:49.973Z] #18 19.37 Unpacking xxd (2:8.1.0875-5) ... [2020-12-11T18:59:49.973Z] #18 19.43 Selecting previously unselected package vim-common. [2020-12-11T18:59:49.992Z] #40 56.70 Building dependency tree... [2020-12-11T18:59:50.064Z] [2020-12-11T18:59:50.065Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-12-11T18:59:50.265Z] #18 19.43 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-12-11T18:59:50.265Z] #18 19.45 Unpacking vim-common (2:8.1.0875-5) ... [2020-12-11T18:59:50.265Z] #18 19.60 Selecting previously unselected package bash-completion. [2020-12-11T18:59:50.265Z] #18 19.60 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-12-11T18:59:50.322Z] #7 DONE 0.4s [2020-12-11T18:59:50.322Z] [2020-12-11T18:59:50.322Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-12-11T18:59:50.322Z] #5 DONE 0.3s [2020-12-11T18:59:50.322Z] [2020-12-11T18:59:50.322Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-12-11T18:59:50.578Z] #6 DONE 0.6s [2020-12-11T18:59:50.578Z] [2020-12-11T18:59:50.578Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-11T18:59:50.578Z] #24 resolve docker.io/library/debian:buster@sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 done [2020-12-11T18:59:50.587Z] #29 7.415 [2020-12-11T18:59:50.845Z] #24 sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 1.85kB / 1.85kB done [2020-12-11T18:59:50.845Z] #24 sha256:5b5fa7e155b1f19dffb996ea64e55520b80d5bd7a8fdb5aed1acabd217e9ed59 529B / 529B done [2020-12-11T18:59:50.845Z] #24 sha256:6d6b00c22231693c9b87e79986d562874446bf10182206e4621e23ca8dfa8e1c 1.46kB / 1.46kB done [2020-12-11T18:59:51.477Z] #29 7.726 #=#=# ################### 27.2% #################################### 51.0% ################################################## 69.5% ######################################################################## 100.0% [2020-12-11T18:59:51.772Z] #18 20.89 Unpacking bash-completion (1:2.8-6) ... [2020-12-11T18:59:51.772Z] #18 21.22 Selecting previously unselected package bzip2. [2020-12-11T18:59:51.772Z] #18 21.22 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2020-12-11T18:59:51.772Z] #18 21.23 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-12-11T18:59:51.772Z] #18 21.27 Selecting previously unselected package xz-utils. [2020-12-11T18:59:51.773Z] #29 8.594 [2020-12-11T18:59:52.064Z] #18 21.27 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2020-12-11T18:59:52.064Z] #18 21.28 Unpacking xz-utils (5.2.4-1) ... [2020-12-11T18:59:52.064Z] #18 21.42 Selecting previously unselected package apparmor. [2020-12-11T18:59:52.064Z] #18 21.42 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2020-12-11T18:59:52.064Z] #18 21.45 Unpacking apparmor (2.13.2-10) ... [2020-12-11T18:59:52.072Z] #29 8.813 #=#=# ## 3.5% ##### [2020-12-11T18:59:52.072Z] #29 ... [2020-12-11T18:59:52.072Z] [2020-12-11T18:59:52.072Z] #64 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:59:52.072Z] #64 0.881 + RM_GOPATH=0 [2020-12-11T18:59:52.072Z] #64 0.881 + TMP_GOPATH= [2020-12-11T18:59:52.072Z] #64 0.881 + : /build [2020-12-11T18:59:52.072Z] #64 0.881 + '[' -z '' ']' [2020-12-11T18:59:52.072Z] #64 0.882 ++ mktemp -d [2020-12-11T18:59:52.072Z] #64 0.889 + export GOPATH=/tmp/tmp.dKwsb0w1xW [2020-12-11T18:59:52.072Z] #64 0.890 + GOPATH=/tmp/tmp.dKwsb0w1xW [2020-12-11T18:59:52.072Z] #64 0.890 + RM_GOPATH=1 [2020-12-11T18:59:52.072Z] #64 0.890 + case "$(go env GOARCH)" in [2020-12-11T18:59:52.072Z] #64 0.891 ++ go env GOARCH [2020-12-11T18:59:52.072Z] #64 0.974 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:52.072Z] #64 0.985 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:52.072Z] #64 0.995 ++ dirname /tmp/install/install.sh [2020-12-11T18:59:52.072Z] #64 1.009 + dir=/tmp/install [2020-12-11T18:59:52.072Z] #64 1.010 + bin=proxy [2020-12-11T18:59:52.072Z] #64 1.010 + shift [2020-12-11T18:59:52.072Z] #64 1.011 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-12-11T18:59:52.072Z] #64 1.013 + . /tmp/install/proxy.installer [2020-12-11T18:59:52.072Z] #64 1.015 ++ : 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-11T18:59:52.073Z] #64 1.024 + install_proxy [2020-12-11T18:59:52.073Z] #64 1.024 + case "$1" in [2020-12-11T18:59:52.073Z] #64 1.024 + export CGO_ENABLED=0 [2020-12-11T18:59:52.073Z] #64 1.024 + CGO_ENABLED=0 [2020-12-11T18:59:52.073Z] #64 1.024 + _install_proxy [2020-12-11T18:59:52.073Z] #64 1.024 + echo 'Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d' [2020-12-11T18:59:52.073Z] #64 1.025 Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-11T18:59:52.073Z] #64 1.025 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.dKwsb0w1xW/src/github.com/docker/libnetwork [2020-12-11T18:59:52.073Z] #64 1.065 Cloning into '/tmp/tmp.dKwsb0w1xW/src/github.com/docker/libnetwork'... [2020-12-11T18:59:52.356Z] #18 21.72 Selecting previously unselected package aufs-tools. [2020-12-11T18:59:52.356Z] #18 21.72 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2020-12-11T18:59:52.356Z] #18 21.72 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-12-11T18:59:52.356Z] #18 21.79 Selecting previously unselected package libonig5:s390x. [2020-12-11T18:59:52.356Z] #18 21.79 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2020-12-11T18:59:52.356Z] #18 21.79 Unpacking libonig5:s390x (6.9.1-1) ... [2020-12-11T18:59:52.373Z] #64 ... [2020-12-11T18:59:52.373Z] [2020-12-11T18:59:52.373Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:59:52.373Z] #34 0.936 + RM_GOPATH=0 [2020-12-11T18:59:52.373Z] #34 0.936 + TMP_GOPATH= [2020-12-11T18:59:52.373Z] #34 0.937 + : /build [2020-12-11T18:59:52.373Z] #34 0.937 + '[' -z '' ']' [2020-12-11T18:59:52.373Z] #34 0.939 ++ mktemp -d [2020-12-11T18:59:52.373Z] #34 0.953 + export GOPATH=/tmp/tmp.6kFDVUjCyL [2020-12-11T18:59:52.373Z] #34 0.955 + GOPATH=/tmp/tmp.6kFDVUjCyL [2020-12-11T18:59:52.373Z] #34 0.955 + RM_GOPATH=1 [2020-12-11T18:59:52.373Z] #34 0.962 + case "$(go env GOARCH)" in [2020-12-11T18:59:52.373Z] #34 0.967 ++ go env GOARCH [2020-12-11T18:59:52.373Z] #34 1.061 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:52.373Z] #34 1.091 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:52.373Z] #34 1.096 ++ dirname /tmp/install/install.sh [2020-12-11T18:59:52.373Z] #34 1.119 + dir=/tmp/install [2020-12-11T18:59:52.373Z] #34 1.120 + bin=tomlv [2020-12-11T18:59:52.373Z] #34 1.120 + shift [2020-12-11T18:59:52.373Z] #34 1.120 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-12-11T18:59:52.373Z] #34 1.120 + . /tmp/install/tomlv.installer [2020-12-11T18:59:52.373Z] #34 1.120 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-11T18:59:52.373Z] #34 1.121 + install_tomlv [2020-12-11T18:59:52.373Z] #34 1.121 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-12-11T18:59:52.373Z] #34 1.121 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-11T18:59:52.373Z] #34 1.121 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.6kFDVUjCyL/src/github.com/BurntSushi/toml [2020-12-11T18:59:52.373Z] #34 1.137 Cloning into '/tmp/tmp.6kFDVUjCyL/src/github.com/BurntSushi/toml'... [2020-12-11T18:59:52.373Z] #34 2.400 + cd /tmp/tmp.6kFDVUjCyL/src/github.com/BurntSushi/toml [2020-12-11T18:59:52.373Z] #34 2.400 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-11T18:59:52.373Z] #34 2.425 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-12-11T18:59:52.373Z] #34 2.948 runtime/internal/sys [2020-12-11T18:59:52.373Z] #34 2.952 math/bits [2020-12-11T18:59:52.373Z] #34 2.973 runtime/internal/atomic [2020-12-11T18:59:52.373Z] #34 3.011 internal/cpu [2020-12-11T18:59:52.373Z] #34 3.618 runtime/internal/math [2020-12-11T18:59:52.373Z] #34 3.823 unicode/utf8 [2020-12-11T18:59:52.373Z] #34 3.903 internal/race [2020-12-11T18:59:52.373Z] #34 4.374 sync/atomic [2020-12-11T18:59:52.373Z] #34 4.779 internal/bytealg [2020-12-11T18:59:52.373Z] #34 4.982 math [2020-12-11T18:59:52.373Z] #34 5.898 unicode [2020-12-11T18:59:52.373Z] #34 6.078 internal/testlog [2020-12-11T18:59:52.373Z] #34 7.034 runtime [2020-12-11T18:59:52.373Z] #34 7.197 encoding [2020-12-11T18:59:52.373Z] #34 7.728 runtime/cgo [2020-12-11T18:59:52.373Z] #34 ... [2020-12-11T18:59:52.373Z] [2020-12-11T18:59:52.373Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T18:59:52.373Z] #13 1.235 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T18:59:52.373Z] #13 1.365 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T18:59:52.373Z] #13 1.379 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T18:59:52.373Z] #13 2.802 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2020-12-11T18:59:52.373Z] #13 5.045 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [243 kB] [2020-12-11T18:59:52.373Z] #13 7.113 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-12-11T18:59:52.531Z] #40 ... [2020-12-11T18:59:52.531Z] [2020-12-11T18:59:52.531Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:59:52.531Z] #62 DONE 61.8s [2020-12-11T18:59:52.531Z] [2020-12-11T18:59:52.531Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T18:59:52.531Z] #43 61.83 github.com/LK4D4/vndr/godl/singleflight [2020-12-11T18:59:52.531Z] #43 61.84 errors [2020-12-11T18:59:52.648Z] #18 21.88 Selecting previously unselected package libjq1:s390x. [2020-12-11T18:59:52.648Z] #18 21.88 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-12-11T18:59:52.648Z] #18 21.89 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-12-11T18:59:52.648Z] #18 21.94 Selecting previously unselected package jq. [2020-12-11T18:59:52.648Z] #18 21.94 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-12-11T18:59:52.648Z] #18 21.94 Unpacking jq (1.5+dfsg-2+b1) ... [2020-12-11T18:59:52.648Z] #18 22.00 Selecting previously unselected package libaio1:s390x. [2020-12-11T18:59:52.648Z] #18 22.00 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2020-12-11T18:59:52.648Z] #18 22.00 Unpacking libaio1:s390x (0.3.112-3) ... [2020-12-11T18:59:52.648Z] #18 22.03 Selecting previously unselected package libgpm2:s390x. [2020-12-11T18:59:52.648Z] #18 22.03 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2020-12-11T18:59:52.648Z] #18 22.03 Unpacking libgpm2:s390x (1.20.7-5) ... [2020-12-11T18:59:52.648Z] #18 22.07 Selecting previously unselected package libicu63:s390x. [2020-12-11T18:59:52.648Z] #18 22.07 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-12-11T18:59:52.648Z] #18 22.07 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-12-11T18:59:52.674Z] #13 ... [2020-12-11T18:59:52.674Z] [2020-12-11T18:59:52.674Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T18:59:52.674Z] #42 0.875 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T18:59:52.674Z] #42 1.083 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T18:59:52.674Z] #42 1.335 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T18:59:52.674Z] #42 2.646 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2020-12-11T18:59:52.674Z] #42 5.194 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [243 kB] [2020-12-11T18:59:52.674Z] #42 7.365 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-12-11T18:59:52.674Z] #42 ... [2020-12-11T18:59:52.674Z] [2020-12-11T18:59:52.674Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:52.674Z] #47 0.852 + RM_GOPATH=0 [2020-12-11T18:59:52.674Z] #47 0.852 + TMP_GOPATH= [2020-12-11T18:59:52.674Z] #47 0.852 + : /build [2020-12-11T18:59:52.674Z] #47 0.853 + '[' -z '' ']' [2020-12-11T18:59:52.674Z] #47 0.855 ++ mktemp -d [2020-12-11T18:59:52.674Z] #47 0.860 + export GOPATH=/tmp/tmp.6SbpmYmxdx [2020-12-11T18:59:52.674Z] #47 0.861 + GOPATH=/tmp/tmp.6SbpmYmxdx [2020-12-11T18:59:52.674Z] #47 0.862 + RM_GOPATH=1 [2020-12-11T18:59:52.674Z] #47 0.863 + case "$(go env GOARCH)" in [2020-12-11T18:59:52.674Z] #47 0.865 ++ go env GOARCH [2020-12-11T18:59:52.674Z] #47 0.913 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:52.674Z] #47 0.913 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:52.674Z] #47 0.918 ++ dirname /tmp/install/install.sh [2020-12-11T18:59:52.674Z] #47 0.921 + dir=/tmp/install [2020-12-11T18:59:52.674Z] #47 0.921 + bin=gotestsum [2020-12-11T18:59:52.674Z] #47 0.921 + shift [2020-12-11T18:59:52.674Z] #47 0.921 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-12-11T18:59:52.674Z] #47 0.922 + . /tmp/install/gotestsum.installer [2020-12-11T18:59:52.674Z] #47 0.922 ++ : v0.5.3 [2020-12-11T18:59:52.674Z] #47 0.922 + install_gotestsum [2020-12-11T18:59:52.674Z] #47 0.931 + set -e [2020-12-11T18:59:52.674Z] #47 0.931 + export GO111MODULE=on [2020-12-11T18:59:52.674Z] #47 0.931 + GO111MODULE=on [2020-12-11T18:59:52.674Z] #47 0.931 + GOBIN=/build [2020-12-11T18:59:52.674Z] #47 0.931 + go get gotest.tools/gotestsum@v0.5.3 [2020-12-11T18:59:52.674Z] #47 1.104 go: finding gotest.tools v0.5.3 [2020-12-11T18:59:52.674Z] #47 1.104 go: finding gotest.tools/gotestsum v0.5.3 [2020-12-11T18:59:52.674Z] #47 2.253 go: downloading gotest.tools/gotestsum v0.5.3 [2020-12-11T18:59:52.674Z] #47 3.327 go: extracting gotest.tools/gotestsum v0.5.3 [2020-12-11T18:59:52.674Z] #47 5.023 go: downloading github.com/spf13/pflag v1.0.3 [2020-12-11T18:59:52.674Z] #47 5.023 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-11T18:59:52.674Z] #47 5.075 go: downloading github.com/pkg/errors v0.9.1 [2020-12-11T18:59:52.674Z] #47 5.106 go: downloading github.com/fatih/color v1.9.0 [2020-12-11T18:59:52.674Z] #47 5.140 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-11T18:59:52.674Z] #47 5.142 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-11T18:59:52.674Z] #47 5.263 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T18:59:52.674Z] #47 5.324 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-11T18:59:52.674Z] #47 5.531 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-11T18:59:52.674Z] #47 5.740 go: extracting github.com/pkg/errors v0.9.1 [2020-12-11T18:59:52.674Z] #47 5.826 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-12-11T18:59:52.674Z] #47 5.996 go: extracting github.com/fatih/color v1.9.0 [2020-12-11T18:59:52.674Z] #47 6.100 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-12-11T18:59:52.674Z] #47 6.114 go: extracting github.com/spf13/pflag v1.0.3 [2020-12-11T18:59:52.674Z] #47 6.220 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-12-11T18:59:52.674Z] #47 6.535 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-11T18:59:52.674Z] #47 7.143 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-12-11T18:59:52.674Z] #47 7.233 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-12-11T18:59:52.674Z] #47 7.370 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-12-11T18:59:52.674Z] #47 8.928 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T18:59:52.674Z] #47 9.986 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-11T18:59:52.674Z] #47 ... [2020-12-11T18:59:52.674Z] [2020-12-11T18:59:52.674Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-11T18:59:52.674Z] #32 0.402 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-12-11T18:59:52.674Z] #32 0.405 Cloning into '.'... [2020-12-11T18:59:52.950Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 204.80kB / 50.40MB 4.5s [2020-12-11T18:59:52.950Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 3.24MB / 50.40MB 4.8s [2020-12-11T18:59:52.950Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 10.01MB / 50.40MB 5.1s [2020-12-11T18:59:52.950Z] #24 ... [2020-12-11T18:59:52.950Z] [2020-12-11T18:59:52.950Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T18:59:52.950Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-12-11T18:59:52.950Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.7s done [2020-12-11T18:59:52.950Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 3.1s done [2020-12-11T18:59:52.950Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s done [2020-12-11T18:59:52.950Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-12-11T18:59:52.950Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-12-11T18:59:52.950Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-12-11T18:59:52.950Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.5s done [2020-12-11T18:59:52.950Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.0s done [2020-12-11T18:59:52.950Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 30.36MB / 120.17MB 5.3s [2020-12-11T18:59:52.950Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 1.8s [2020-12-11T18:59:52.950Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.6s done [2020-12-11T18:59:52.971Z] #32 ... [2020-12-11T18:59:52.971Z] [2020-12-11T18:59:52.971Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:52.971Z] #49 0.945 + RM_GOPATH=0 [2020-12-11T18:59:52.971Z] #49 0.947 + TMP_GOPATH= [2020-12-11T18:59:52.971Z] #49 0.947 + : /build [2020-12-11T18:59:52.971Z] #49 0.948 + '[' -z '' ']' [2020-12-11T18:59:52.971Z] #49 0.950 ++ mktemp -d [2020-12-11T18:59:52.971Z] #49 0.952 + export GOPATH=/tmp/tmp.CcA4VQaa78 [2020-12-11T18:59:52.971Z] #49 0.952 + GOPATH=/tmp/tmp.CcA4VQaa78 [2020-12-11T18:59:52.971Z] #49 0.952 + RM_GOPATH=1 [2020-12-11T18:59:52.971Z] #49 0.953 + case "$(go env GOARCH)" in [2020-12-11T18:59:52.971Z] #49 0.954 ++ go env GOARCH [2020-12-11T18:59:52.971Z] #49 1.016 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:52.971Z] #49 1.016 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:52.971Z] #49 1.022 ++ dirname /tmp/install/install.sh [2020-12-11T18:59:52.971Z] #49 1.039 + dir=/tmp/install [2020-12-11T18:59:52.971Z] #49 1.039 + bin=golangci_lint [2020-12-11T18:59:52.971Z] #49 1.040 + shift [2020-12-11T18:59:52.971Z] #49 1.040 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-12-11T18:59:52.971Z] #49 1.040 + . /tmp/install/golangci_lint.installer [2020-12-11T18:59:52.971Z] #49 1.040 ++ : v1.23.8 [2020-12-11T18:59:52.971Z] #49 1.040 + install_golangci_lint [2020-12-11T18:59:52.971Z] #49 1.040 + set -e [2020-12-11T18:59:52.971Z] #49 1.040 + export GO111MODULE=on [2020-12-11T18:59:52.971Z] #49 1.040 + GO111MODULE=on [2020-12-11T18:59:52.971Z] #49 1.040 + GOBIN=/build [2020-12-11T18:59:52.971Z] #49 1.040 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-12-11T18:59:52.971Z] #49 1.125 go: finding github.com v1.23.8 [2020-12-11T18:59:52.971Z] #49 1.131 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-12-11T18:59:52.971Z] #49 1.131 go: finding github.com/golangci v1.23.8 [2020-12-11T18:59:52.971Z] #49 1.156 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-12-11T18:59:52.971Z] #49 1.157 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-12-11T18:59:52.971Z] #49 2.006 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-12-11T18:59:52.971Z] #49 3.289 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-12-11T18:59:52.971Z] #49 ... [2020-12-11T18:59:52.971Z] [2020-12-11T18:59:52.971Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:52.971Z] #24 0.887 + RM_GOPATH=0 [2020-12-11T18:59:52.971Z] #24 0.891 + TMP_GOPATH= [2020-12-11T18:59:52.971Z] #24 0.892 + : /build [2020-12-11T18:59:52.971Z] #24 0.893 + '[' -z '' ']' [2020-12-11T18:59:52.971Z] #24 0.895 ++ mktemp -d [2020-12-11T18:59:52.971Z] #24 0.943 + export GOPATH=/tmp/tmp.1e6iOifRBI [2020-12-11T18:59:52.971Z] #24 0.943 + GOPATH=/tmp/tmp.1e6iOifRBI [2020-12-11T18:59:52.971Z] #24 0.943 + RM_GOPATH=1 [2020-12-11T18:59:52.971Z] #24 0.943 + case "$(go env GOARCH)" in [2020-12-11T18:59:52.972Z] #24 0.945 ++ go env GOARCH [2020-12-11T18:59:52.972Z] #24 1.019 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:52.972Z] #24 1.019 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:52.972Z] #24 1.020 ++ dirname /tmp/install/install.sh [2020-12-11T18:59:52.972Z] #24 1.022 + dir=/tmp/install [2020-12-11T18:59:52.972Z] #24 1.022 + bin=dockercli [2020-12-11T18:59:52.972Z] #24 1.022 + shift [2020-12-11T18:59:52.972Z] #24 1.022 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-12-11T18:59:52.972Z] #24 1.022 + . /tmp/install/dockercli.installer [2020-12-11T18:59:52.972Z] #24 1.022 ++ : stable [2020-12-11T18:59:52.972Z] #24 1.022 ++ : 17.06.2-ce [2020-12-11T18:59:52.972Z] #24 1.061 + install_dockercli [2020-12-11T18:59:52.972Z] #24 1.062 Install docker/cli version 17.06.2-ce from stable [2020-12-11T18:59:52.972Z] #24 1.062 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-12-11T18:59:52.972Z] #24 1.063 ++ uname -m [2020-12-11T18:59:52.972Z] #24 1.090 + arch=ppc64le [2020-12-11T18:59:52.972Z] #24 1.091 + '[' ppc64le '!=' x86_64 ']' [2020-12-11T18:59:52.972Z] #24 1.091 + '[' ppc64le '!=' s390x ']' [2020-12-11T18:59:52.972Z] #24 1.091 + '[' ppc64le '!=' armhf ']' [2020-12-11T18:59:52.972Z] #24 1.091 + build_dockercli [2020-12-11T18:59:52.972Z] #24 1.092 + git clone https://github.com/docker/docker-ce /tmp/tmp.1e6iOifRBI/tmp/docker-ce [2020-12-11T18:59:52.972Z] #24 1.099 Cloning into '/tmp/tmp.1e6iOifRBI/tmp/docker-ce'... [2020-12-11T18:59:53.101Z] #43 62.50 sort [2020-12-11T18:59:53.270Z] #24 ... [2020-12-11T18:59:53.270Z] [2020-12-11T18:59:53.270Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T18:59:53.270Z] #45 0.901 + RM_GOPATH=0 [2020-12-11T18:59:53.270Z] #45 0.902 + TMP_GOPATH= [2020-12-11T18:59:53.270Z] #45 0.902 + : /build [2020-12-11T18:59:53.270Z] #45 0.904 + '[' -z '' ']' [2020-12-11T18:59:53.270Z] #45 0.909 ++ mktemp -d [2020-12-11T18:59:53.270Z] #45 0.918 + export GOPATH=/tmp/tmp.O71Ude2InZ [2020-12-11T18:59:53.270Z] #45 0.918 + GOPATH=/tmp/tmp.O71Ude2InZ [2020-12-11T18:59:53.270Z] #45 0.918 + RM_GOPATH=1 [2020-12-11T18:59:53.270Z] #45 0.918 + case "$(go env GOARCH)" in [2020-12-11T18:59:53.270Z] #45 0.952 ++ go env GOARCH [2020-12-11T18:59:53.270Z] #45 0.968 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:53.270Z] #45 0.968 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:53.270Z] #45 0.970 ++ dirname /tmp/install/install.sh [2020-12-11T18:59:53.270Z] #45 0.979 + dir=/tmp/install [2020-12-11T18:59:53.270Z] #45 0.980 + bin=vndr [2020-12-11T18:59:53.270Z] #45 0.980 + shift [2020-12-11T18:59:53.270Z] #45 0.981 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-12-11T18:59:53.270Z] #45 0.982 + . /tmp/install/vndr.installer [2020-12-11T18:59:53.270Z] #45 0.982 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-11T18:59:53.270Z] #45 0.983 + install_vndr [2020-12-11T18:59:53.270Z] #45 0.984 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-12-11T18:59:53.270Z] #45 0.984 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-11T18:59:53.270Z] #45 0.985 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.O71Ude2InZ/src/github.com/LK4D4/vndr [2020-12-11T18:59:53.270Z] #45 0.990 Cloning into '/tmp/tmp.O71Ude2InZ/src/github.com/LK4D4/vndr'... [2020-12-11T18:59:53.271Z] #45 2.174 + cd /tmp/tmp.O71Ude2InZ/src/github.com/LK4D4/vndr [2020-12-11T18:59:53.271Z] #45 2.175 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-11T18:59:53.271Z] #45 2.186 + go build -buildmode=pie -v -o /build/vndr . [2020-12-11T18:59:53.271Z] #45 3.925 sync/atomic [2020-12-11T18:59:53.271Z] #45 4.096 internal/cpu [2020-12-11T18:59:53.271Z] #45 4.150 internal/race [2020-12-11T18:59:53.271Z] #45 4.279 unicode [2020-12-11T18:59:53.271Z] #45 4.765 unicode/utf8 [2020-12-11T18:59:53.271Z] #45 4.870 internal/bytealg [2020-12-11T18:59:53.271Z] #45 5.298 math [2020-12-11T18:59:53.271Z] #45 7.481 encoding [2020-12-11T18:59:53.271Z] #45 7.659 runtime [2020-12-11T18:59:53.271Z] #45 7.992 unicode/utf16 [2020-12-11T18:59:53.271Z] #45 8.686 container/list [2020-12-11T18:59:53.271Z] #45 10.86 crypto/internal/subtle [2020-12-11T18:59:53.271Z] #45 11.16 crypto/subtle [2020-12-11T18:59:53.271Z] #45 ... [2020-12-11T18:59:53.271Z] [2020-12-11T18:59:53.271Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T18:59:53.271Z] #55 1.117 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T18:59:53.271Z] #55 1.212 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T18:59:53.271Z] #55 1.413 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T18:59:53.271Z] #55 2.842 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2020-12-11T18:59:53.271Z] #55 5.402 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [243 kB] [2020-12-11T18:59:53.271Z] #55 7.893 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-12-11T18:59:53.361Z] #43 62.58 io [2020-12-11T18:59:53.525Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 36.80MB / 120.17MB 5.8s [2020-12-11T18:59:53.569Z] #55 ... [2020-12-11T18:59:53.569Z] [2020-12-11T18:59:53.569Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:53.569Z] #58 0.885 + RM_GOPATH=0 [2020-12-11T18:59:53.569Z] #58 0.897 + TMP_GOPATH= [2020-12-11T18:59:53.569Z] #58 0.898 + : /build [2020-12-11T18:59:53.569Z] #58 0.899 + '[' -z '' ']' [2020-12-11T18:59:53.569Z] #58 0.901 ++ mktemp -d [2020-12-11T18:59:53.569Z] #58 0.944 + export GOPATH=/tmp/tmp.293cqcAIsU [2020-12-11T18:59:53.569Z] #58 0.944 + GOPATH=/tmp/tmp.293cqcAIsU [2020-12-11T18:59:53.569Z] #58 0.944 + RM_GOPATH=1 [2020-12-11T18:59:53.569Z] #58 0.945 + case "$(go env GOARCH)" in [2020-12-11T18:59:53.569Z] #58 0.945 ++ go env GOARCH [2020-12-11T18:59:53.569Z] #58 0.992 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:53.569Z] #58 0.992 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:53.569Z] #58 1.030 ++ dirname /tmp/install/install.sh [2020-12-11T18:59:53.569Z] #58 1.034 + dir=/tmp/install [2020-12-11T18:59:53.569Z] #58 1.034 + bin=rootlesskit [2020-12-11T18:59:53.569Z] #58 1.034 + shift [2020-12-11T18:59:53.569Z] #58 1.035 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-12-11T18:59:53.569Z] #58 1.036 + . /tmp/install/rootlesskit.installer [2020-12-11T18:59:53.569Z] #58 1.036 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-11T18:59:53.569Z] #58 1.037 + install_rootlesskit [2020-12-11T18:59:53.569Z] #58 1.038 + case "$1" in [2020-12-11T18:59:53.569Z] #58 1.038 + export CGO_ENABLED=0 [2020-12-11T18:59:53.569Z] #58 1.038 + CGO_ENABLED=0 [2020-12-11T18:59:53.569Z] #58 1.038 + _install_rootlesskit [2020-12-11T18:59:53.569Z] #58 1.038 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-12-11T18:59:53.569Z] #58 1.038 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.293cqcAIsU/src/github.com/rootless-containers/rootlesskit [2020-12-11T18:59:53.569Z] #58 1.038 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-11T18:59:53.569Z] #58 1.052 Cloning into '/tmp/tmp.293cqcAIsU/src/github.com/rootless-containers/rootlesskit'... [2020-12-11T18:59:53.569Z] #58 6.840 + cd /tmp/tmp.293cqcAIsU/src/github.com/rootless-containers/rootlesskit [2020-12-11T18:59:53.569Z] #58 6.840 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-11T18:59:53.569Z] #58 7.314 + for f in rootlesskit rootlesskit-docker-proxy [2020-12-11T18:59:53.569Z] #58 7.319 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-12-11T18:59:53.569Z] #58 ... [2020-12-11T18:59:53.569Z] [2020-12-11T18:59:53.569Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:59:53.569Z] #51 0.877 + RM_GOPATH=0 [2020-12-11T18:59:53.569Z] #51 0.892 + TMP_GOPATH= [2020-12-11T18:59:53.569Z] #51 0.893 + : /build [2020-12-11T18:59:53.569Z] #51 0.894 + '[' -z '' ']' [2020-12-11T18:59:53.569Z] #51 0.896 ++ mktemp -d [2020-12-11T18:59:53.569Z] #51 0.940 + export GOPATH=/tmp/tmp.xaxTHxtClm [2020-12-11T18:59:53.569Z] #51 0.940 + GOPATH=/tmp/tmp.xaxTHxtClm [2020-12-11T18:59:53.569Z] #51 0.945 + RM_GOPATH=1 [2020-12-11T18:59:53.569Z] #51 0.948 + case "$(go env GOARCH)" in [2020-12-11T18:59:53.569Z] #51 0.952 ++ go env GOARCH [2020-12-11T18:59:53.569Z] #51 1.016 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:53.569Z] #51 1.017 + GO_BUILDMODE=-buildmode=pie [2020-12-11T18:59:53.569Z] #51 1.021 ++ dirname /tmp/install/install.sh [2020-12-11T18:59:53.569Z] #51 1.027 + dir=/tmp/install [2020-12-11T18:59:53.569Z] #51 1.031 + bin=shfmt [2020-12-11T18:59:53.569Z] #51 1.031 + shift [2020-12-11T18:59:53.569Z] #51 1.037 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-12-11T18:59:53.569Z] #51 1.037 + . /tmp/install/shfmt.installer [2020-12-11T18:59:53.569Z] #51 1.037 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-11T18:59:53.569Z] #51 1.038 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-11T18:59:53.569Z] #51 1.038 + install_shfmt [2020-12-11T18:59:53.569Z] #51 1.038 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-12-11T18:59:53.569Z] #51 1.038 + git clone https://github.com/mvdan/sh.git /tmp/tmp.xaxTHxtClm/src/github.com/mvdan/sh [2020-12-11T18:59:53.569Z] #51 1.064 Cloning into '/tmp/tmp.xaxTHxtClm/src/github.com/mvdan/sh'... [2020-12-11T18:59:53.569Z] #51 11.05 + cd /tmp/tmp.xaxTHxtClm/src/github.com/mvdan/sh [2020-12-11T18:59:53.569Z] #51 11.06 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-11T18:59:53.569Z] #51 11.17 + GO111MODULE=on [2020-12-11T18:59:53.569Z] #51 11.17 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-12-11T18:59:53.887Z] #51 ... [2020-12-11T18:59:53.887Z] [2020-12-11T18:59:53.887Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T18:59:53.887Z] #36 1.252 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T18:59:53.887Z] #36 1.388 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T18:59:53.887Z] #36 1.389 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T18:59:53.887Z] #36 2.744 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2020-12-11T18:59:53.887Z] #36 5.362 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [243 kB] [2020-12-11T18:59:53.887Z] #36 7.204 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-12-11T18:59:53.887Z] #36 ... [2020-12-11T18:59:53.887Z] [2020-12-11T18:59:53.887Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T18:59:54.107Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 45.11MB / 120.17MB 6.3s [2020-12-11T18:59:54.108Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 52.34MB / 120.17MB 6.6s [2020-12-11T18:59:54.371Z] #8 ... [2020-12-11T18:59:54.371Z] [2020-12-11T18:59:54.371Z] #21 [internal] load build context [2020-12-11T18:59:54.371Z] #21 transferring context: 53.17MB 6.6s done [2020-12-11T18:59:54.371Z] #21 DONE 6.8s [2020-12-11T18:59:54.371Z] [2020-12-11T18:59:54.372Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T18:59:54.372Z] #8 ... [2020-12-11T18:59:54.372Z] [2020-12-11T18:59:54.372Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-11T18:59:54.372Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 40.34MB / 50.40MB 6.9s [2020-12-11T18:59:54.636Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 44.90MB / 50.40MB 7.1s [2020-12-11T18:59:54.717Z] #18 24.06 Selecting previously unselected package libnet1:s390x. [2020-12-11T18:59:54.717Z] #18 24.06 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-12-11T18:59:54.717Z] #18 24.07 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-12-11T18:59:54.717Z] #18 24.12 Selecting previously unselected package libnl-3-200:s390x. [2020-12-11T18:59:54.717Z] #18 24.12 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2020-12-11T18:59:54.717Z] #18 24.12 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-12-11T18:59:54.717Z] #18 24.18 Selecting previously unselected package libprotobuf-c1:s390x. [2020-12-11T18:59:54.781Z] #29 8.813 #=#=# ## 3.5% ##### 7.4% ######### 13.1% ########## 15.0% ################# 24.5% ##################### 30.2% ######################### 35.4% ############################ 40.2% ############################### 44.0% ################################### 49.7% ####################################### 54.8% ########################################## 58.9% ############################################ 61.2% ############################################### 65.6% ################################################ 67.5% #################################################### 72.8% ####################################################### 76.6% ######################################################### 80.4% ############################################################### 87.5% ################################################################### 93.5% ######################################################################## 100.0% [2020-12-11T18:59:54.900Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 48.41MB / 50.40MB 7.2s [2020-12-11T18:59:55.008Z] #18 24.18 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-12-11T18:59:55.009Z] #18 24.18 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-12-11T18:59:55.009Z] #18 24.23 Selecting previously unselected package libreadline5:s390x. [2020-12-11T18:59:55.009Z] #18 24.23 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2020-12-11T18:59:55.009Z] #18 24.24 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-12-11T18:59:55.009Z] #18 24.30 Selecting previously unselected package net-tools. [2020-12-11T18:59:55.009Z] #18 24.30 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2020-12-11T18:59:55.009Z] #18 24.30 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-12-11T18:59:55.078Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 0B / 50.40MB 3.7s [2020-12-11T18:59:55.078Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 5.84MB / 50.40MB 4.1s [2020-12-11T18:59:55.078Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 12.47MB / 50.40MB 4.5s [2020-12-11T18:59:55.079Z] #29 11.95 [2020-12-11T18:59:55.269Z] #43 64.26 strconv [2020-12-11T18:59:55.300Z] #18 24.46 Selecting previously unselected package python-pip-whl. [2020-12-11T18:59:55.300Z] #18 24.46 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-12-11T18:59:55.300Z] #18 24.46 Unpacking python-pip-whl (18.1-5) ... [2020-12-11T18:59:55.474Z] #24 ... [2020-12-11T18:59:55.474Z] [2020-12-11T18:59:55.474Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-12-11T18:59:55.474Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-12-11T18:59:55.474Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-12-11T18:59:55.474Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-12-11T18:59:55.474Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 4.4s done [2020-12-11T18:59:55.474Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 3.1s done [2020-12-11T18:59:55.474Z] #60 DONE 7.8s [2020-12-11T18:59:55.474Z] [2020-12-11T18:59:55.474Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-11T18:59:55.474Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 50.40MB / 50.40MB 7.8s done [2020-12-11T18:59:55.592Z] #18 24.82 Selecting previously unselected package python3-lib2to3. [2020-12-11T18:59:55.592Z] #18 24.82 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-12-11T18:59:55.592Z] #18 24.82 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-12-11T18:59:55.592Z] #18 24.90 Selecting previously unselected package python3-distutils. [2020-12-11T18:59:55.592Z] #18 24.91 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-12-11T18:59:55.592Z] #18 24.91 Unpacking python3-distutils (3.7.3-1) ... [2020-12-11T18:59:55.592Z] #18 24.99 Selecting previously unselected package python3-pip. [2020-12-11T18:59:55.592Z] #18 24.99 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-12-11T18:59:55.592Z] #18 24.99 Unpacking python3-pip (18.1-5) ... [2020-12-11T18:59:55.665Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 15.62MB / 50.40MB 4.8s [2020-12-11T18:59:55.665Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 18.18MB / 50.40MB 5.0s [2020-12-11T18:59:55.736Z] #24 extracting sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 [2020-12-11T18:59:55.839Z] #43 64.97 bytes [2020-12-11T18:59:55.883Z] #18 25.09 Selecting previously unselected package python3-pkg-resources. [2020-12-11T18:59:55.883Z] #18 25.09 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-12-11T18:59:55.883Z] #18 25.09 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-12-11T18:59:55.883Z] #18 25.18 Selecting previously unselected package python3-setuptools. [2020-12-11T18:59:55.883Z] #18 25.18 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-12-11T18:59:55.883Z] #18 25.18 Unpacking python3-setuptools (40.8.0-1) ... [2020-12-11T18:59:55.922Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 21.64MB / 50.40MB 5.2s [2020-12-11T18:59:56.174Z] #18 25.35 Selecting previously unselected package python3-wheel. [2020-12-11T18:59:56.174Z] #18 25.36 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-12-11T18:59:56.174Z] #18 25.36 Unpacking python3-wheel (0.32.3-2) ... [2020-12-11T18:59:56.175Z] #18 25.41 Selecting previously unselected package sudo. [2020-12-11T18:59:56.175Z] #18 25.41 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_s390x.deb ... [2020-12-11T18:59:56.175Z] #18 25.41 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-12-11T18:59:56.181Z] #24 ... [2020-12-11T18:59:56.181Z] [2020-12-11T18:59:56.181Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T18:59:56.181Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-12-11T18:59:56.181Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-12-11T18:59:56.181Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-12-11T18:59:56.181Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-12-11T18:59:56.181Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.7s done [2020-12-11T18:59:56.181Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s done [2020-12-11T18:59:56.181Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.7s done [2020-12-11T18:59:56.181Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.6s done [2020-12-11T18:59:56.181Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.7s done [2020-12-11T18:59:56.181Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 48.37MB / 120.17MB 5.5s [2020-12-11T18:59:56.181Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 1.9s [2020-12-11T18:59:56.181Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.7s done [2020-12-11T18:59:56.466Z] #18 25.69 Selecting previously unselected package thin-provisioning-tools. [2020-12-11T18:59:56.466Z] #18 25.69 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2020-12-11T18:59:56.466Z] #18 25.69 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-12-11T18:59:56.466Z] #18 25.79 Selecting previously unselected package uidmap. [2020-12-11T18:59:56.466Z] #18 25.79 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ... [2020-12-11T18:59:56.466Z] #18 25.79 Unpacking uidmap (1:4.5-1.1) ... [2020-12-11T18:59:56.466Z] #18 25.88 Selecting previously unselected package vim-runtime. [2020-12-11T18:59:56.466Z] #18 25.88 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-12-11T18:59:56.466Z] #18 25.89 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-12-11T18:59:56.466Z] #18 25.90 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-12-11T18:59:56.466Z] #18 25.91 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-12-11T18:59:56.482Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 55.10MB / 120.17MB 5.9s [2020-12-11T18:59:56.741Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 63.32MB / 120.17MB 6.3s [2020-12-11T18:59:57.222Z] #43 ... [2020-12-11T18:59:57.222Z] [2020-12-11T18:59:57.222Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T18:59:57.222Z] #53 55.32 Building dependency tree... [2020-12-11T18:59:57.222Z] #53 60.85 The following additional packages will be installed: [2020-12-11T18:59:57.222Z] #53 60.88 libbtrfs0 [2020-12-11T18:59:57.222Z] #53 61.24 The following NEW packages will be installed: [2020-12-11T18:59:57.222Z] #53 61.24 libbtrfs-dev libbtrfs0 [2020-12-11T18:59:57.222Z] #53 61.82 0 upgraded, 2 newly installed, 0 to remove and 16 not upgraded. [2020-12-11T18:59:57.222Z] #53 61.82 Need to get 119 kB of archives. [2020-12-11T18:59:57.222Z] #53 61.82 After this operation, 387 kB of additional disk space will be used. [2020-12-11T18:59:57.222Z] #53 61.82 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-12-11T18:59:57.222Z] #53 61.82 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-12-11T18:59:57.222Z] #53 63.60 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T18:59:57.222Z] #53 64.20 Fetched 119 kB in 0s (359 kB/s) [2020-12-11T18:59:57.222Z] #53 64.40 Selecting previously unselected package libbtrfs0. [2020-12-11T18:59:57.222Z] #53 64.40 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-12-11T18:59:57.222Z] #53 64.52 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-12-11T18:59:57.222Z] #53 64.66 Unpacking libbtrfs0 (4.20.1-2) ... [2020-12-11T18:59:57.222Z] #53 64.92 Selecting previously unselected package libbtrfs-dev. [2020-12-11T18:59:57.222Z] #53 64.92 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-12-11T18:59:57.222Z] #53 64.93 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-12-11T18:59:57.222Z] #53 65.42 Setting up libbtrfs0 (4.20.1-2) ... [2020-12-11T18:59:57.222Z] #53 65.45 Setting up libbtrfs-dev (4.20.1-2) ... [2020-12-11T18:59:57.222Z] #53 65.50 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T18:59:57.222Z] #53 DONE 66.1s [2020-12-11T18:59:57.222Z] [2020-12-11T18:59:57.222Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T18:59:57.222Z] #40 62.50 The following additional packages will be installed: [2020-12-11T18:59:57.222Z] #40 62.53 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-12-11T18:59:57.222Z] #40 62.53 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-12-11T18:59:57.222Z] #40 62.53 Suggested packages: [2020-12-11T18:59:57.222Z] #40 62.53 manpages-dev python-setuptools [2020-12-11T18:59:57.222Z] #40 64.54 The following NEW packages will be installed: [2020-12-11T18:59:57.222Z] #40 64.56 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-12-11T18:59:57.222Z] #40 64.58 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-12-11T18:59:57.222Z] #40 64.58 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-12-11T18:59:57.222Z] #40 64.58 python-six zlib1g-dev [2020-12-11T18:59:57.222Z] #40 65.16 0 upgraded, 17 newly installed, 0 to remove and 16 not upgraded. [2020-12-11T18:59:57.222Z] #40 65.16 Need to get 4095 kB of archives. [2020-12-11T18:59:57.222Z] #40 65.16 After this operation, 22.5 MB of additional disk space will be used. [2020-12-11T18:59:57.222Z] #40 65.16 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-12-11T18:59:57.222Z] #40 65.18 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-12-11T18:59:57.222Z] #40 65.23 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-12-11T18:59:57.222Z] #40 65.24 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-12-11T18:59:57.222Z] #40 65.25 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-12-11T18:59:57.222Z] #40 65.25 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-12-11T18:59:57.222Z] #40 65.26 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2020-12-11T18:59:57.222Z] #40 65.27 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-12-11T18:59:57.222Z] #40 65.29 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-12-11T18:59:57.222Z] #40 65.44 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-12-11T18:59:57.222Z] #40 65.46 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-12-11T18:59:57.222Z] #40 65.62 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-12-11T18:59:57.222Z] #40 65.75 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2020-12-11T18:59:57.222Z] #40 65.75 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-12-11T18:59:57.222Z] #40 65.76 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-12-11T18:59:57.222Z] #40 65.80 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-12-11T18:59:57.222Z] #40 65.81 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-12-11T18:59:57.317Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 69.40MB / 120.17MB 6.6s [2020-12-11T18:59:57.317Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 75.46MB / 120.17MB 6.8s [2020-12-11T18:59:57.482Z] #40 ... [2020-12-11T18:59:57.482Z] [2020-12-11T18:59:57.482Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:57.482Z] #47 56.68 go: extracting golang.org/x/text v0.3.2 [2020-12-11T18:59:57.482Z] #47 64.37 go: finding github.com/fatih/color v1.7.0 [2020-12-11T18:59:57.482Z] #47 64.51 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-11T18:59:57.482Z] #47 64.71 go: finding github.com/mattn/go-colorable v0.1.4 [2020-12-11T18:59:57.482Z] #47 64.73 go: finding github.com/mattn/go-isatty v0.0.8 [2020-12-11T18:59:57.482Z] #47 64.85 go: finding github.com/go-critic/go-critic v0.4.1 [2020-12-11T18:59:57.482Z] #47 64.87 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-11T18:59:57.482Z] #47 64.89 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-11T18:59:57.482Z] #47 64.90 go: finding github.com/pkg/errors v0.8.1 [2020-12-11T18:59:57.482Z] #47 64.90 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-12-11T18:59:57.482Z] #47 65.03 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-12-11T18:59:57.482Z] #47 65.04 go: finding github.com/sirupsen/logrus v1.4.2 [2020-12-11T18:59:57.482Z] #47 65.08 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-12-11T18:59:57.482Z] #47 65.08 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-12-11T18:59:57.482Z] #47 65.08 go: finding github.com/stretchr/testify v1.4.0 [2020-12-11T18:59:57.482Z] #47 65.10 go: finding github.com/davecgh/go-spew v1.1.1 [2020-12-11T18:59:57.482Z] #47 65.11 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-12-11T18:59:57.482Z] #47 65.12 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-12-11T18:59:57.482Z] #47 65.14 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-12-11T18:59:57.482Z] #47 65.16 go: finding github.com/spf13/viper v1.6.1 [2020-12-11T18:59:57.482Z] #47 65.19 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-12-11T18:59:57.482Z] #47 65.23 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-12-11T18:59:57.482Z] #47 65.31 go: finding github.com/stretchr/objx v0.2.0 [2020-12-11T18:59:57.482Z] #47 65.49 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-12-11T18:59:57.482Z] #47 65.64 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-11T18:59:57.482Z] #47 65.64 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-12-11T18:59:57.482Z] #47 65.86 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-11T18:59:57.482Z] #47 65.86 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-12-11T18:59:57.482Z] #47 65.94 go: finding github.com/gobwas/glob v0.2.3 [2020-12-11T18:59:57.482Z] #47 65.95 go: finding github.com/spf13/cobra v0.0.5 [2020-12-11T18:59:57.482Z] #47 66.04 go: finding github.com/hashicorp/hcl v1.0.0 [2020-12-11T18:59:57.482Z] #47 66.09 go: finding github.com/spf13/pflag v1.0.5 [2020-12-11T18:59:57.482Z] #47 66.14 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-11T18:59:57.482Z] #47 66.31 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-11T18:59:57.482Z] #47 66.49 go: finding github.com/magiconair/properties v1.8.1 [2020-12-11T18:59:57.482Z] #47 66.49 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-12-11T18:59:57.482Z] #47 66.60 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-11T18:59:57.482Z] #47 66.61 go: finding github.com/pelletier/go-toml v1.2.0 [2020-12-11T18:59:57.482Z] #47 66.62 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-11T18:59:57.482Z] #47 66.70 go: finding github.com/spf13/afero v1.1.2 [2020-12-11T18:59:57.482Z] #47 66.74 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-11T18:59:57.482Z] #47 66.76 go: finding github.com/spf13/cast v1.3.0 [2020-12-11T18:59:57.482Z] #47 66.83 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-11T18:59:57.482Z] #47 ... [2020-12-11T18:59:57.482Z] [2020-12-11T18:59:57.482Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T18:59:57.482Z] #11 56.73 Building dependency tree... [2020-12-11T18:59:57.482Z] #11 62.49 The following additional packages will be installed: [2020-12-11T18:59:57.482Z] #11 62.49 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-12-11T18:59:57.482Z] #11 62.50 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-12-11T18:59:57.482Z] #11 62.50 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-12-11T18:59:57.482Z] #11 62.50 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2020-12-11T18:59:57.482Z] #11 62.50 mingw-w64-x86-64-dev [2020-12-11T18:59:57.482Z] #11 62.50 Suggested packages: [2020-12-11T18:59:57.482Z] #11 62.50 gcc-8-locales seccomp wine64 [2020-12-11T18:59:57.482Z] #11 64.52 The following NEW packages will be installed: [2020-12-11T18:59:57.482Z] #11 64.55 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-12-11T18:59:57.483Z] #11 64.56 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-12-11T18:59:57.483Z] #11 64.56 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-12-11T18:59:57.483Z] #11 64.56 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-12-11T18:59:57.483Z] #11 64.56 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-12-11T18:59:57.483Z] #11 64.57 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-12-11T18:59:57.483Z] #11 64.58 The following packages will be upgraded: [2020-12-11T18:59:57.483Z] #11 64.60 libsystemd0 libudev1 [2020-12-11T18:59:57.483Z] #11 64.99 2 upgraded, 25 newly installed, 0 to remove and 14 not upgraded. [2020-12-11T18:59:57.483Z] #11 64.99 Need to get 78.2 MB of archives. [2020-12-11T18:59:57.483Z] #11 64.99 After this operation, 487 MB of additional disk space will be used. [2020-12-11T18:59:57.483Z] #11 64.99 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u5 [331 kB] [2020-12-11T18:59:57.483Z] #11 65.00 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u5 [151 kB] [2020-12-11T18:59:57.483Z] #11 65.02 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] [2020-12-11T18:59:57.483Z] #11 65.32 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] [2020-12-11T18:59:57.483Z] #11 65.74 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-12-11T18:59:57.483Z] #11 65.76 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-12-11T18:59:57.483Z] #11 65.77 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-12-11T18:59:57.483Z] #11 65.80 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-12-11T18:59:57.483Z] #11 66.69 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-12-11T18:59:57.743Z] #11 ... [2020-12-11T18:59:57.743Z] [2020-12-11T18:59:57.743Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T18:59:57.743Z] #47 66.90 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-12-11T18:59:57.743Z] #47 67.04 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-11T18:59:57.743Z] #47 67.04 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-11T18:59:57.883Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 83.78MB / 120.17MB 7.4s [2020-12-11T18:59:58.003Z] #47 67.20 go: finding github.com/subosito/gotenv v1.2.0 [2020-12-11T18:59:58.003Z] #47 67.28 go: finding gopkg.in/ini.v1 v1.51.0 [2020-12-11T18:59:58.262Z] #47 67.45 go: finding golang.org/x/text v0.3.2 [2020-12-11T18:59:58.262Z] #47 67.59 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-11T18:59:58.262Z] #47 67.59 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-11T18:59:58.262Z] #47 67.65 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-11T18:59:58.262Z] #47 67.68 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-11T18:59:58.491Z] #8 ... [2020-12-11T18:59:58.491Z] [2020-12-11T18:59:58.491Z] #21 [internal] load build context [2020-12-11T18:59:58.491Z] #21 transferring context: 53.17MB 7.7s done [2020-12-11T18:59:58.491Z] #21 DONE 7.9s [2020-12-11T18:59:58.491Z] [2020-12-11T18:59:58.491Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T18:59:58.491Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 91.23MB / 120.17MB 7.8s [2020-12-11T18:59:58.491Z] #8 ... [2020-12-11T18:59:58.491Z] [2020-12-11T18:59:58.491Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-11T18:59:58.491Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 50.40MB / 50.40MB 7.0s done [2020-12-11T18:59:58.491Z] #24 extracting sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 0.1s [2020-12-11T18:59:58.522Z] #47 67.70 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-11T18:59:58.522Z] #47 67.70 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-11T18:59:58.522Z] #47 67.71 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-11T18:59:58.522Z] #47 67.74 go: finding github.com/kisielk/gotool v1.0.0 [2020-12-11T18:59:58.522Z] #47 67.76 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-11T18:59:58.522Z] #47 67.76 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-11T18:59:58.522Z] #47 67.77 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-11T18:59:58.522Z] #47 67.82 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-11T18:59:58.522Z] #47 67.86 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-11T18:59:58.522Z] #47 67.86 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-12-11T18:59:58.522Z] #47 67.89 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-11T18:59:58.522Z] #47 67.90 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-11T18:59:58.522Z] #47 67.91 go: finding github.com/ultraware/funlen v0.0.2 [2020-12-11T18:59:58.522Z] #47 ... [2020-12-11T18:59:58.522Z] [2020-12-11T18:59:58.522Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T18:59:58.522Z] #32 57.83 sync [2020-12-11T18:59:58.522Z] #32 57.85 internal/reflectlite [2020-12-11T18:59:58.522Z] #32 61.77 sort [2020-12-11T18:59:58.522Z] #32 61.78 errors [2020-12-11T18:59:58.522Z] #32 62.69 strconv [2020-12-11T18:59:58.522Z] #32 64.13 io [2020-12-11T18:59:58.522Z] #32 66.01 syscall [2020-12-11T18:59:58.522Z] #32 67.84 reflect [2020-12-11T18:59:58.533Z] #18 27.76 Selecting previously unselected package vim. [2020-12-11T18:59:58.533Z] #18 27.76 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ... [2020-12-11T18:59:58.533Z] #18 27.77 Unpacking vim (2:8.1.0875-5) ... [2020-12-11T18:59:58.782Z] #32 ... [2020-12-11T18:59:58.782Z] [2020-12-11T18:59:58.782Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T18:59:58.782Z] #40 68.02 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T18:59:58.825Z] #18 28.06 Selecting previously unselected package xfsprogs. [2020-12-11T18:59:58.825Z] #18 28.06 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ... [2020-12-11T18:59:58.825Z] #18 28.06 Unpacking xfsprogs (4.20.0-1) ... [2020-12-11T18:59:58.825Z] #18 ... [2020-12-11T18:59:58.825Z] [2020-12-11T18:59:58.825Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T18:59:58.825Z] #41 57.84 CC criu/clone-noasan.o [2020-12-11T18:59:58.825Z] #41 57.93 CC criu/config.o [2020-12-11T18:59:58.825Z] #41 58.77 CC criu/cr-check.o [2020-12-11T18:59:58.825Z] #41 59.59 CC criu/cr-dedup.o [2020-12-11T18:59:58.825Z] #41 59.90 CC criu/cr-dump.o [2020-12-11T18:59:58.825Z] #41 60.84 CC criu/cr-errno.o [2020-12-11T18:59:58.825Z] #41 60.88 CC criu/cr-restore.o [2020-12-11T18:59:58.825Z] #41 62.98 CC criu/cr-service.o [2020-12-11T18:59:58.825Z] #41 63.96 CC criu/crtools.o [2020-12-11T18:59:58.825Z] #41 64.24 CC criu/eventfd.o [2020-12-11T18:59:58.825Z] #41 64.48 CC criu/eventpoll.o [2020-12-11T18:59:58.825Z] #41 64.88 CC criu/external.o [2020-12-11T18:59:58.825Z] #41 65.01 CC criu/fault-injection.o [2020-12-11T18:59:58.825Z] #41 65.05 CC criu/fdstore.o [2020-12-11T18:59:58.825Z] #41 65.23 CC criu/fifo.o [2020-12-11T18:59:58.825Z] #41 65.41 CC criu/file-ids.o [2020-12-11T18:59:58.825Z] #41 65.67 CC criu/file-lock.o [2020-12-11T18:59:58.825Z] #41 66.22 CC criu/files-ext.o [2020-12-11T18:59:58.825Z] #41 66.49 CC criu/files-reg.o [2020-12-11T18:59:58.825Z] #41 67.78 CC criu/files.o [2020-12-11T18:59:59.041Z] #40 68.34 Fetched 4095 kB in 1s (3919 kB/s) [2020-12-11T18:59:59.116Z] #41 ... [2020-12-11T18:59:59.116Z] [2020-12-11T18:59:59.116Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T18:59:59.116Z] #18 28.40 Selecting previously unselected package zip. [2020-12-11T18:59:59.116Z] #18 28.40 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ... [2020-12-11T18:59:59.116Z] #18 28.40 Unpacking zip (3.0-11+b1) ... [2020-12-11T18:59:59.116Z] #18 28.52 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-12-11T18:59:59.116Z] #18 28.53 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-12-11T18:59:59.116Z] #18 28.54 Setting up libip6tc0:s390x (1.8.2-4) ... [2020-12-11T18:59:59.116Z] #18 28.55 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-12-11T18:59:59.116Z] #18 28.55 Setting up libgpm2:s390x (1.20.7-5) ... [2020-12-11T18:59:59.116Z] #18 28.56 Setting up libip4tc0:s390x (1.8.2-4) ... [2020-12-11T18:59:59.116Z] #18 28.57 Setting up uidmap (1:4.5-1.1) ... [2020-12-11T18:59:59.116Z] #18 28.57 Setting up libnftnl11:s390x (1.1.2-2) ... [2020-12-11T18:59:59.116Z] #18 28.58 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-12-11T18:59:59.116Z] #18 28.58 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-12-11T18:59:59.116Z] #18 28.59 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-12-11T18:59:59.116Z] #18 28.60 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-12-11T18:59:59.116Z] #18 28.60 Setting up xxd (2:8.1.0875-5) ... [2020-12-11T18:59:59.116Z] #18 28.61 Setting up zip (3.0-11+b1) ... [2020-12-11T18:59:59.301Z] #40 68.64 Selecting previously unselected package libcap-dev:amd64. [2020-12-11T18:59:59.408Z] #18 28.62 Setting up vim-common (2:8.1.0875-5) ... [2020-12-11T18:59:59.408Z] #18 28.63 Setting up bash-completion (1:2.8-6) ... [2020-12-11T18:59:59.560Z] #40 68.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.) [2020-12-11T18:59:59.560Z] #40 68.72 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-12-11T18:59:59.560Z] #40 68.73 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-12-11T18:59:59.568Z] Client: [2020-12-11T18:59:59.568Z] Debug Mode: false [2020-12-11T18:59:59.568Z] [2020-12-11T18:59:59.568Z] Server: [2020-12-11T18:59:59.568Z] Containers: 0 [2020-12-11T18:59:59.568Z] Running: 0 [2020-12-11T18:59:59.568Z] Paused: 0 [2020-12-11T18:59:59.568Z] Stopped: 0 [2020-12-11T18:59:59.568Z] Images: 0 [2020-12-11T18:59:59.568Z] Server Version: 19.03.13 [2020-12-11T18:59:59.568Z] Storage Driver: overlay2 [2020-12-11T18:59:59.568Z] Backing Filesystem: extfs [2020-12-11T18:59:59.568Z] Supports d_type: true [2020-12-11T18:59:59.568Z] Native Overlay Diff: true [2020-12-11T18:59:59.568Z] Logging Driver: json-file [2020-12-11T18:59:59.568Z] Cgroup Driver: cgroupfs [2020-12-11T18:59:59.568Z] Plugins: [2020-12-11T18:59:59.568Z] Volume: local [2020-12-11T18:59:59.568Z] Network: bridge host ipvlan macvlan null overlay [2020-12-11T18:59:59.568Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-12-11T18:59:59.568Z] Swarm: inactive [2020-12-11T18:59:59.568Z] Runtimes: runc [2020-12-11T18:59:59.568Z] Default Runtime: runc [2020-12-11T18:59:59.568Z] Init Binary: docker-init [2020-12-11T18:59:59.568Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-12-11T18:59:59.568Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-12-11T18:59:59.568Z] init version: fec3683 [2020-12-11T18:59:59.568Z] Security Options: [2020-12-11T18:59:59.568Z] apparmor [2020-12-11T18:59:59.568Z] seccomp [2020-12-11T18:59:59.568Z] Profile: default [2020-12-11T18:59:59.568Z] Kernel Version: 4.15.0-1083-aws [2020-12-11T18:59:59.568Z] Operating System: Ubuntu 16.04.7 LTS [2020-12-11T18:59:59.568Z] OSType: linux [2020-12-11T18:59:59.568Z] Architecture: aarch64 [2020-12-11T18:59:59.568Z] CPUs: 4 [2020-12-11T18:59:59.568Z] Total Memory: 7.525GiB [2020-12-11T18:59:59.568Z] Name: ip-10-100-49-236 [2020-12-11T18:59:59.568Z] ID: Y7CY:OBXM:64JR:IATL:K5XK:3QN2:NY4M:WSP4:5UNB:OI7D:IVLF:RPVW [2020-12-11T18:59:59.568Z] Docker Root Dir: /var/lib/docker [2020-12-11T18:59:59.568Z] Debug Mode: false [2020-12-11T18:59:59.568Z] Registry: https://index.docker.io/v1/ [2020-12-11T18:59:59.568Z] Labels: [2020-12-11T18:59:59.568Z] Experimental: true [2020-12-11T18:59:59.568Z] Insecure Registries: [2020-12-11T18:59:59.568Z] 127.0.0.0/8 [2020-12-11T18:59:59.568Z] Live Restore Enabled: true [2020-12-11T18:59:59.568Z] [2020-12-11T18:59:59.568Z] WARNING: No swap limit support [Pipeline] sh [2020-12-11T18:59:59.820Z] #40 69.06 Selecting previously unselected package libnet1:amd64. [2020-12-11T18:59:59.820Z] #40 ... [2020-12-11T18:59:59.820Z] [2020-12-11T18:59:59.820Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T18:59:59.820Z] #34 56.55 Building dependency tree... [2020-12-11T18:59:59.820Z] #34 62.00 The following additional packages will be installed: [2020-12-11T18:59:59.820Z] #34 62.01 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-12-11T18:59:59.820Z] #34 62.09 Suggested packages: [2020-12-11T18:59:59.820Z] #34 62.09 cmake-doc ninja-build lrzip [2020-12-11T18:59:59.820Z] #34 62.09 Recommended packages: [2020-12-11T18:59:59.820Z] #34 62.09 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-12-11T18:59:59.820Z] #34 63.49 The following NEW packages will be installed: [2020-12-11T18:59:59.820Z] #34 63.54 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-12-11T18:59:59.820Z] #34 63.54 vim-common xxd [2020-12-11T18:59:59.820Z] #34 64.08 0 upgraded, 10 newly installed, 0 to remove and 16 not upgraded. [2020-12-11T18:59:59.820Z] #34 64.08 Need to get 14.9 MB of archives. [2020-12-11T18:59:59.820Z] #34 64.08 After this operation, 61.8 MB of additional disk space will be used. [2020-12-11T18:59:59.820Z] #34 64.08 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-12-11T18:59:59.820Z] #34 64.08 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-12-11T18:59:59.820Z] #34 64.08 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-12-11T18:59:59.820Z] #34 64.30 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-12-11T18:59:59.820Z] #34 65.32 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2020-12-11T18:59:59.820Z] #34 65.39 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-12-11T18:59:59.820Z] #34 65.46 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-12-11T18:59:59.820Z] #34 65.52 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-12-11T18:59:59.820Z] #34 65.52 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-12-11T18:59:59.820Z] #34 65.52 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-12-11T18:59:59.820Z] #34 67.93 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T18:59:59.820Z] #34 68.26 Fetched 14.9 MB in 2s (6783 kB/s) [2020-12-11T18:59:59.820Z] #34 68.48 Selecting previously unselected package xxd. [2020-12-11T18:59:59.820Z] #34 68.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.) [2020-12-11T18:59:59.820Z] #34 68.63 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-12-11T18:59:59.820Z] #34 68.65 Unpacking xxd (2:8.1.0875-5) ... [2020-12-11T18:59:59.820Z] #34 69.11 Selecting previously unselected package vim-common. [2020-12-11T18:59:59.820Z] #34 69.11 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-12-11T18:59:59.820Z] #34 69.20 Unpacking vim-common (2:8.1.0875-5) ... [2020-12-11T18:59:59.820Z] #34 ... [2020-12-11T18:59:59.820Z] [2020-12-11T18:59:59.820Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T18:59:59.820Z] #40 69.06 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-12-11T18:59:59.820Z] #40 69.10 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-12-11T18:59:59.861Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-11T18:59:59.861Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-11T18:59:59.861Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41783/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-12-11T18:59:59.861Z] + bash /home/ubuntu/workspace/moby_PR-41783/check-config.sh [2020-12-11T18:59:59.861Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-12-11T18:59:59.861Z] info: reading kernel config from /boot/config-4.15.0-1083-aws ... [2020-12-11T18:59:59.861Z] [2020-12-11T18:59:59.861Z] Generally Necessary: [2020-12-11T18:59:59.861Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-12-11T18:59:59.861Z] - apparmor: enabled and tools installed [2020-12-11T18:59:59.867Z] #24 ... [2020-12-11T18:59:59.868Z] [2020-12-11T18:59:59.868Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-12-11T18:59:59.868Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-12-11T18:59:59.868Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-12-11T18:59:59.868Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-12-11T18:59:59.868Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 5.4s done [2020-12-11T18:59:59.868Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 3.5s done [2020-12-11T18:59:59.868Z] #60 DONE 9.2s [2020-12-11T18:59:59.868Z] [2020-12-11T18:59:59.868Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-11T19:00:00.080Z] #40 69.33 Selecting previously unselected package libnet1-dev. [2020-12-11T19:00:00.080Z] #40 69.33 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-12-11T19:00:00.080Z] #40 69.33 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-12-11T19:00:00.124Z] - CONFIG_NAMESPACES: enabled [2020-12-11T19:00:00.124Z] - CONFIG_NET_NS: enabled [2020-12-11T19:00:00.124Z] - CONFIG_PID_NS: enabled [2020-12-11T19:00:00.124Z] - CONFIG_IPC_NS: enabled [2020-12-11T19:00:00.124Z] - CONFIG_UTS_NS: enabled [2020-12-11T19:00:00.124Z] - CONFIG_CGROUPS: enabled [2020-12-11T19:00:00.124Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-12-11T19:00:00.124Z] - CONFIG_CGROUP_DEVICE: enabled [2020-12-11T19:00:00.124Z] - CONFIG_CGROUP_FREEZER: enabled [2020-12-11T19:00:00.124Z] - CONFIG_CGROUP_SCHED: enabled [2020-12-11T19:00:00.124Z] - CONFIG_CPUSETS: enabled [2020-12-11T19:00:00.124Z] - CONFIG_MEMCG: enabled [2020-12-11T19:00:00.124Z] - CONFIG_KEYS: enabled [2020-12-11T19:00:00.124Z] - CONFIG_VETH: enabled (as module) [2020-12-11T19:00:00.124Z] - CONFIG_BRIDGE: enabled (as module) [2020-12-11T19:00:00.124Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-12-11T19:00:00.124Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-12-11T19:00:00.124Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-12-11T19:00:00.124Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-12-11T19:00:00.125Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-12-11T19:00:00.125Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-12-11T19:00:00.125Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-12-11T19:00:00.125Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-12-11T19:00:00.339Z] #40 69.61 Selecting previously unselected package libnl-3-200:amd64. [2020-12-11T19:00:00.340Z] #40 69.62 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-12-11T19:00:00.340Z] #40 69.63 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-12-11T19:00:00.387Z] - CONFIG_NF_NAT: enabled (as module) [2020-12-11T19:00:00.387Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-12-11T19:00:00.387Z] - CONFIG_POSIX_MQUEUE: enabled [2020-12-11T19:00:00.387Z] [2020-12-11T19:00:00.387Z] Optional Features: [2020-12-11T19:00:00.387Z] - CONFIG_USER_NS: enabled [2020-12-11T19:00:00.387Z] - CONFIG_SECCOMP: enabled [2020-12-11T19:00:00.387Z] - CONFIG_CGROUP_PIDS: enabled [2020-12-11T19:00:00.387Z] - CONFIG_MEMCG_SWAP: enabled [2020-12-11T19:00:00.387Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-12-11T19:00:00.387Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-12-11T19:00:00.387Z] - CONFIG_BLK_CGROUP: enabled [2020-12-11T19:00:00.387Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-12-11T19:00:00.387Z] - CONFIG_IOSCHED_CFQ: enabled [2020-12-11T19:00:00.387Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-12-11T19:00:00.387Z] - CONFIG_CGROUP_PERF: enabled [2020-12-11T19:00:00.387Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-12-11T19:00:00.387Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-12-11T19:00:00.387Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-12-11T19:00:00.387Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-12-11T19:00:00.387Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-12-11T19:00:00.387Z] - CONFIG_RT_GROUP_SCHED: missing [2020-12-11T19:00:00.387Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-12-11T19:00:00.387Z] - CONFIG_IP_VS: enabled (as module) [2020-12-11T19:00:00.387Z] - CONFIG_IP_VS_NFCT: enabled [2020-12-11T19:00:00.387Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-12-11T19:00:00.387Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-12-11T19:00:00.387Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-12-11T19:00:00.387Z] - CONFIG_EXT4_FS: enabled [2020-12-11T19:00:00.387Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-12-11T19:00:00.599Z] #40 69.88 Selecting previously unselected package libnl-3-dev:amd64. [2020-12-11T19:00:00.599Z] #40 69.93 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-12-11T19:00:00.599Z] #40 69.95 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-12-11T19:00:00.650Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-12-11T19:00:00.650Z] - Network Drivers: [2020-12-11T19:00:00.650Z] - "overlay": [2020-12-11T19:00:00.650Z] - CONFIG_VXLAN: enabled (as module) [2020-12-11T19:00:00.650Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-12-11T19:00:00.650Z] Optional (for encrypted networks): [2020-12-11T19:00:00.650Z] - CONFIG_CRYPTO: enabled [2020-12-11T19:00:00.650Z] - CONFIG_CRYPTO_AEAD: enabled [2020-12-11T19:00:00.650Z] - CONFIG_CRYPTO_GCM: enabled [2020-12-11T19:00:00.650Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-12-11T19:00:00.650Z] - CONFIG_CRYPTO_GHASH: enabled [2020-12-11T19:00:00.650Z] - CONFIG_XFRM: enabled [2020-12-11T19:00:00.650Z] - CONFIG_XFRM_USER: enabled (as module) [2020-12-11T19:00:00.650Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-12-11T19:00:00.650Z] - CONFIG_INET_ESP: enabled (as module) [2020-12-11T19:00:00.650Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-12-11T19:00:00.650Z] - "ipvlan": [2020-12-11T19:00:00.650Z] - CONFIG_IPVLAN: enabled (as module) [2020-12-11T19:00:00.650Z] - "macvlan": [2020-12-11T19:00:00.650Z] - CONFIG_MACVLAN: enabled (as module) [2020-12-11T19:00:00.650Z] - CONFIG_DUMMY: enabled (as module) [2020-12-11T19:00:00.650Z] - "ftp,tftp client in container": [2020-12-11T19:00:00.650Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-12-11T19:00:00.650Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-12-11T19:00:00.650Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-12-11T19:00:00.650Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-12-11T19:00:00.650Z] - Storage Drivers: [2020-12-11T19:00:00.650Z] - "aufs": [2020-12-11T19:00:00.650Z] - CONFIG_AUFS_FS: enabled (as module) [2020-12-11T19:00:00.650Z] - "btrfs": [2020-12-11T19:00:00.650Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-12-11T19:00:00.913Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-12-11T19:00:00.913Z] - "devicemapper": [2020-12-11T19:00:00.913Z] - CONFIG_BLK_DEV_DM: enabled [2020-12-11T19:00:00.913Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-12-11T19:00:00.913Z] - "overlay": [2020-12-11T19:00:00.913Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-12-11T19:00:00.913Z] - "zfs": [2020-12-11T19:00:00.913Z] - /dev/zfs: missing [2020-12-11T19:00:00.913Z] - zfs command: missing [2020-12-11T19:00:00.913Z] - zpool command: missing [2020-12-11T19:00:00.913Z] [2020-12-11T19:00:00.913Z] Limits: [2020-12-11T19:00:00.913Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-12-11T19:00:00.913Z] [2020-12-11T19:00:00.913Z] + true [2020-12-11T19:00:00.917Z] #18 30.13 Setting up libiptc0:s390x (1.8.2-4) ... [2020-12-11T19:00:00.917Z] #18 30.13 Setting up xz-utils (5.2.4-1) ... [2020-12-11T19:00:00.917Z] #18 30.14 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-12-11T19:00:00.917Z] #18 30.15 Setting up sudo (1.8.27-1+deb10u2) ... [2020-12-11T19:00:00.917Z] #18 30.18 invoke-rc.d: could not determine current runlevel [2020-12-11T19:00:00.917Z] #18 30.18 invoke-rc.d: policy-rc.d denied execution of start. [2020-12-11T19:00:00.917Z] #18 30.19 Setting up pigz (2.4-1) ... [2020-12-11T19:00:00.917Z] #18 30.20 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-12-11T19:00:00.917Z] #18 30.21 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-12-11T19:00:00.917Z] #18 30.22 Setting up python-pip-whl (18.1-5) ... [2020-12-11T19:00:00.917Z] #18 30.22 Setting up libmpdec2:s390x (2.4.2-2) ... [2020-12-11T19:00:00.917Z] #18 30.23 Setting up vim-runtime (2:8.1.0875-5) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-12-11T19:00:01.045Z] #24 extracting sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 5.0s [2020-12-11T19:00:01.209Z] #18 30.37 Setting up libaio1:s390x (0.3.112-3) ... [2020-12-11T19:00:01.209Z] #18 30.38 Setting up libonig5:s390x (6.9.1-1) ... [2020-12-11T19:00:01.209Z] #18 30.38 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-12-11T19:00:01.209Z] #18 30.39 Setting up vim (2:8.1.0875-5) ... [2020-12-11T19:00:01.209Z] #18 30.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-12-11T19:00:01.209Z] #18 30.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-12-11T19:00:01.209Z] #18 30.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-12-11T19:00:01.209Z] #18 30.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-12-11T19:00:01.209Z] #18 30.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-12-11T19:00:01.209Z] #18 30.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-12-11T19:00:01.209Z] #18 30.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-12-11T19:00:01.209Z] #18 30.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-12-11T19:00:01.209Z] #18 30.44 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-12-11T19:00:01.209Z] #18 30.45 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-12-11T19:00:01.209Z] #18 30.46 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-12-11T19:00:01.209Z] #18 30.46 Setting up jq (1.5+dfsg-2+b1) ... [2020-12-11T19:00:01.209Z] #18 30.47 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2020-12-11T19:00:01.209Z] #18 30.48 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-12-11T19:00:01.253Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5fd8d701ceff35235fc447ca9433b44f855d688d . [2020-12-11T19:00:01.253Z] #1 [internal] load .dockerignore [2020-12-11T19:00:01.253Z] #1 transferring context: 87B done [2020-12-11T19:00:01.253Z] #1 DONE 0.0s [2020-12-11T19:00:01.253Z] [2020-12-11T19:00:01.253Z] #2 [internal] load build definition from Dockerfile [2020-12-11T19:00:01.253Z] #2 transferring dockerfile: 16.58kB done [2020-12-11T19:00:01.253Z] #2 DONE 0.0s [2020-12-11T19:00:01.253Z] [2020-12-11T19:00:01.253Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-12-11T19:00:01.546Z] #40 70.51 Selecting previously unselected package libprotobuf-c1:amd64. [2020-12-11T19:00:01.546Z] #40 70.51 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-12-11T19:00:01.546Z] #40 70.52 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-12-11T19:00:01.546Z] #40 70.68 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-12-11T19:00:01.546Z] #40 70.68 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-12-11T19:00:01.546Z] #40 70.68 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-12-11T19:00:01.546Z] #40 70.89 Selecting previously unselected package zlib1g-dev:amd64. [2020-12-11T19:00:01.809Z] #40 70.90 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-12-11T19:00:01.809Z] #40 70.93 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-12-11T19:00:01.809Z] #40 71.18 Selecting previously unselected package libprotobuf17:amd64. [2020-12-11T19:00:02.069Z] #40 71.18 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-12-11T19:00:02.069Z] #40 71.19 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-12-11T19:00:03.020Z] #40 72.22 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-12-11T19:00:03.020Z] #40 72.22 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-12-11T19:00:03.020Z] #40 72.28 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-12-11T19:00:03.175Z] #3 DONE 1.8s [2020-12-11T19:00:03.175Z] [2020-12-11T19:00:03.175Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-12-11T19:00:03.175Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-12-11T19:00:03.175Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0B / 8.28MB 0.1s [2020-12-11T19:00:03.175Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-12-11T19:00:03.175Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done [2020-12-11T19:00:03.175Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done [2020-12-11T19:00:03.187Z] #29 12.16 0.1% 1.0% # 2.7% ## 3.6% ### 4.6% #### 5.8% #### 6.9% ###### 8.5% ###### 9.6% ######## 11.5% ######## 12.1% ######### 13.5% ########## 15.2% ########### 16.5% ############# 18.7% ############### 20.8% ################ 23.0% ################## 25.7% #################### 27.9% ###################### 30.6% ####################### 32.8% ######################## 34.5% ######################### 35.2% ########################## 36.5% ########################### 37.9% ############################ 40.0% ############################# 41.4% ############################## 43.0% ################################ 45.2% ################################# 46.8% ################################## 48.4% #################################### 50.0% ##################################### 51.7% ###################################### 53.3% ####################################### 54.8% ####################################### 55.3% ######################################## 56.1% ######################################### 57.4% ########################################## 58.8% ########################################### 60.4% ############################################ 62.0% ############################################## 64.2% ############################################### 65.8% ################################################ 67.4% ################################################## 69.6% ################################################### 71.2% #################################################### 72.8% ##################################################### 74.8% ####################################################### 76.6% ######################################################## 78.4% ######################################################### 79.5% ########################################################## 81.2% ########################################################### 82.6% ########################################################### 83.0% ############################################################ 83.4% ############################################################ 84.6% ############################################################# 85.1% ############################################################## 86.2% ############################################################## 87.3% ############################################################### 88.1% ################################################################ 90.0% ################################################################# 91.7% ################################################################### 93.8% #################################################################### 95.5% ##################################################################### 97.1% ###################################################################### 98.0% ####################################################################### 99.4% ######################################################################## 100.0% [2020-12-11T19:00:03.279Z] #18 32.21 Setting up iptables (1.8.2-4) ... [2020-12-11T19:00:03.280Z] #18 32.22 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-12-11T19:00:03.280Z] #18 32.23 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-12-11T19:00:03.280Z] #18 32.24 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-12-11T19:00:03.280Z] #18 32.24 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-12-11T19:00:03.280Z] #18 32.24 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-12-11T19:00:03.280Z] #18 32.25 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-12-11T19:00:03.280Z] #18 32.26 Setting up python3 (3.7.3-1) ... [2020-12-11T19:00:03.280Z] #18 32.54 Setting up python3-wheel (0.32.3-2) ... [2020-12-11T19:00:03.484Z] #29 20.25 [2020-12-11T19:00:03.589Z] #40 ... [2020-12-11T19:00:03.589Z] [2020-12-11T19:00:03.589Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:03.589Z] #49 62.75 internal/oserror [2020-12-11T19:00:03.589Z] #49 62.77 io [2020-12-11T19:00:03.589Z] #49 62.87 syscall [2020-12-11T19:00:03.589Z] #49 65.02 bytes [2020-12-11T19:00:03.589Z] #49 69.00 reflect [2020-12-11T19:00:03.589Z] #49 ... [2020-12-11T19:00:03.589Z] [2020-12-11T19:00:03.589Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:00:03.589Z] #40 72.97 Selecting previously unselected package libprotobuf-dev:amd64. [2020-12-11T19:00:03.590Z] #18 32.98 Setting up apparmor (2.13.2-10) ... [2020-12-11T19:00:03.609Z] #24 extracting sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 7.5s done [2020-12-11T19:00:03.609Z] #24 DONE 15.9s [2020-12-11T19:00:03.609Z] [2020-12-11T19:00:03.609Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-11T19:00:03.750Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 7.18MB / 8.28MB 0.6s [2020-12-11T19:00:03.750Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.7s [2020-12-11T19:00:03.781Z] #29 ... [2020-12-11T19:00:03.782Z] [2020-12-11T19:00:03.782Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:00:03.782Z] #45 11.61 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-12-11T19:00:03.782Z] #45 12.25 internal/nettrace [2020-12-11T19:00:03.782Z] #45 12.55 runtime/cgo [2020-12-11T19:00:03.782Z] #45 15.80 vendor/golang.org/x/crypto/internal/subtle [2020-12-11T19:00:03.849Z] #40 72.98 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-12-11T19:00:03.849Z] #40 72.98 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-12-11T19:00:04.013Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.7s done [2020-12-11T19:00:04.080Z] #45 ... [2020-12-11T19:00:04.080Z] [2020-12-11T19:00:04.080Z] #64 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:04.080Z] #64 20.04 Checking out files: 57% (1096/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. [2020-12-11T19:00:04.080Z] #64 20.86 + cd /tmp/tmp.dKwsb0w1xW/src/github.com/docker/libnetwork [2020-12-11T19:00:04.080Z] #64 20.86 + git checkout -q 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-11T19:00:04.080Z] #64 21.59 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-12-11T19:00:04.131Z] #24 extracting sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 5.2s [2020-12-11T19:00:04.279Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.1s [2020-12-11T19:00:04.379Z] #64 ... [2020-12-11T19:00:04.379Z] [2020-12-11T19:00:04.379Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:04.379Z] #49 12.26 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-11T19:00:04.379Z] #49 12.34 go: downloading github.com/fatih/color v1.7.0 [2020-12-11T19:00:04.379Z] #49 12.47 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-11T19:00:04.379Z] #49 12.50 go: downloading github.com/spf13/viper v1.6.1 [2020-12-11T19:00:04.379Z] #49 12.57 go: downloading github.com/spf13/cobra v0.0.5 [2020-12-11T19:00:04.379Z] #49 12.57 go: downloading github.com/spf13/pflag v1.0.5 [2020-12-11T19:00:04.379Z] #49 12.57 go: downloading github.com/pkg/errors v0.8.1 [2020-12-11T19:00:04.379Z] #49 12.58 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-11T19:00:04.379Z] #49 12.66 go: downloading github.com/stretchr/testify v1.4.0 [2020-12-11T19:00:04.379Z] #49 12.67 go: extracting github.com/fatih/color v1.7.0 [2020-12-11T19:00:04.379Z] #49 12.77 go: extracting github.com/pkg/errors v0.8.1 [2020-12-11T19:00:04.379Z] #49 12.80 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-12-11T19:00:04.379Z] #49 12.81 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-11T19:00:04.379Z] #49 12.81 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-11T19:00:04.379Z] #49 12.82 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-12-11T19:00:04.379Z] #49 12.86 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-12-11T19:00:04.379Z] #49 13.20 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-12-11T19:00:04.379Z] #49 13.24 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-11T19:00:04.379Z] #49 13.29 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-12-11T19:00:04.379Z] #49 13.29 go: extracting github.com/spf13/cobra v0.0.5 [2020-12-11T19:00:04.379Z] #49 13.32 go: extracting github.com/spf13/viper v1.6.1 [2020-12-11T19:00:04.379Z] #49 13.44 go: extracting github.com/stretchr/testify v1.4.0 [2020-12-11T19:00:04.379Z] #49 13.44 go: extracting github.com/spf13/pflag v1.0.5 [2020-12-11T19:00:04.379Z] #49 13.44 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-11T19:00:04.379Z] #49 13.44 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-12-11T19:00:04.379Z] #49 13.61 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-11T19:00:04.379Z] #49 14.10 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-12-11T19:00:04.379Z] #49 14.11 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-11T19:00:04.379Z] #49 14.14 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-11T19:00:04.379Z] #49 14.18 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-11T19:00:04.379Z] #49 14.52 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-12-11T19:00:04.379Z] #49 14.70 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-11T19:00:04.379Z] #49 14.82 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-11T19:00:04.379Z] #49 14.87 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-11T19:00:04.379Z] #49 14.87 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-11T19:00:04.379Z] #49 14.87 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-12-11T19:00:04.379Z] #49 15.09 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-11T19:00:04.379Z] #49 15.12 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-12-11T19:00:04.379Z] #49 15.62 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-12-11T19:00:04.379Z] #49 15.62 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-12-11T19:00:04.379Z] #49 15.78 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-12-11T19:00:04.379Z] #49 15.78 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-11T19:00:04.379Z] #49 15.92 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-11T19:00:04.379Z] #49 16.01 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-11T19:00:04.379Z] #49 16.09 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-11T19:00:04.379Z] #49 16.28 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-11T19:00:04.379Z] #49 16.28 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-11T19:00:04.379Z] #49 16.34 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-11T19:00:04.379Z] #49 17.28 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-11T19:00:04.379Z] #49 19.19 go: downloading github.com/ultraware/funlen v0.0.2 [2020-12-11T19:00:04.379Z] #49 19.20 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-11T19:00:04.379Z] #49 19.33 go: extracting github.com/ultraware/funlen v0.0.2 [2020-12-11T19:00:04.379Z] #49 19.39 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-12-11T19:00:04.379Z] #49 19.47 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-11T19:00:04.379Z] #49 19.63 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-11T19:00:04.379Z] #49 19.85 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-12-11T19:00:04.379Z] #49 20.37 go: downloading github.com/stretchr/objx v0.2.0 [2020-12-11T19:00:04.379Z] #49 20.67 go: extracting github.com/stretchr/objx v0.2.0 [2020-12-11T19:00:04.379Z] #49 20.78 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-12-11T19:00:04.379Z] #49 20.99 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-12-11T19:00:04.542Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.2s done [2020-12-11T19:00:04.542Z] #4 DONE 1.2s [2020-12-11T19:00:04.542Z] [2020-12-11T19:00:04.542Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-12-11T19:00:04.562Z] #25 ... [2020-12-11T19:00:04.562Z] [2020-12-11T19:00:04.562Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T19:00:04.562Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 10.3s done [2020-12-11T19:00:04.562Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 10.3s done [2020-12-11T19:00:04.562Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.2s done [2020-12-11T19:00:04.562Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 1.0s done [2020-12-11T19:00:04.562Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0.4s [2020-12-11T19:00:04.624Z] #18 34.00 Setting up xfsprogs (4.20.0-1) ... [2020-12-11T19:00:04.624Z] #18 34.02 Setting up python3-lib2to3 (3.7.3-1) ... [2020-12-11T19:00:04.676Z] #49 ... [2020-12-11T19:00:04.676Z] [2020-12-11T19:00:04.676Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T19:00:04.677Z] #40 18.08 Checking out files: 83% (1386/1665) Checking out files: 84% (1399/1665) Checking out files: 85% (1416/1665) Checking out files: 86% (1432/1665) Checking out files: 87% (1449/1665) Checking out files: 88% (1466/1665) Checking out files: 89% (1482/1665) Checking out files: 90% (1499/1665) Checking out files: 91% (1516/1665) Checking out files: 92% (1532/1665) Checking out files: 93% (1549/1665) Checking out files: 94% (1566/1665) Checking out files: 95% (1582/1665) Checking out files: 96% (1599/1665) Checking out files: 97% (1616/1665) Checking out files: 98% (1632/1665) Checking out files: 99% (1649/1665) Checking out files: 100% (1665/1665) Checking out files: 100% (1665/1665), done. [2020-12-11T19:00:04.677Z] #40 18.43 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-12-11T19:00:04.677Z] #40 20.62 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-12-11T19:00:04.805Z] #6 DONE 0.2s [2020-12-11T19:00:04.805Z] [2020-12-11T19:00:04.805Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-12-11T19:00:04.916Z] #18 34.31 Setting up python3-pkg-resources (40.8.0-1) ... [2020-12-11T19:00:04.973Z] #40 ... [2020-12-11T19:00:04.973Z] [2020-12-11T19:00:04.973Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:04.973Z] #47 12.87 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-11T19:00:04.973Z] #47 17.54 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-11T19:00:04.973Z] #47 17.58 go: finding github.com/fatih/color v1.9.0 [2020-12-11T19:00:04.973Z] #47 17.59 go: finding github.com/pkg/errors v0.9.1 [2020-12-11T19:00:04.973Z] #47 17.64 go: finding github.com/spf13/pflag v1.0.3 [2020-12-11T19:00:04.973Z] #47 18.03 go: finding github.com/mattn/go-colorable v0.1.6 [2020-12-11T19:00:04.973Z] #47 18.45 go: finding github.com/mattn/go-isatty v0.0.12 [2020-12-11T19:00:04.973Z] #47 18.92 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-11T19:00:04.973Z] #47 19.01 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-12-11T19:00:04.973Z] #47 19.05 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-11T19:00:04.973Z] #47 19.15 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-11T19:00:04.973Z] #47 19.18 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T19:00:05.071Z] #7 ... [2020-12-11T19:00:05.071Z] [2020-12-11T19:00:05.071Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-12-11T19:00:05.071Z] #5 DONE 0.3s [2020-12-11T19:00:05.071Z] [2020-12-11T19:00:05.071Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-12-11T19:00:05.071Z] #7 DONE 0.6s [2020-12-11T19:00:05.275Z] #47 ... [2020-12-11T19:00:05.275Z] [2020-12-11T19:00:05.275Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:05.275Z] #51 13.18 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-11T19:00:05.276Z] #51 13.19 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-11T19:00:05.276Z] #51 13.26 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-11T19:00:05.276Z] #51 13.49 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-11T19:00:05.276Z] #51 13.61 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-11T19:00:05.276Z] #51 15.33 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-11T19:00:05.276Z] #51 16.39 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-11T19:00:05.276Z] #51 18.76 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-11T19:00:05.276Z] #51 20.58 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-11T19:00:05.276Z] #51 20.65 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-11T19:00:05.276Z] #51 20.84 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-11T19:00:05.276Z] #51 21.17 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-11T19:00:05.276Z] #51 22.42 runtime/cgo [2020-12-11T19:00:05.276Z] #51 22.47 runtime [2020-12-11T19:00:05.276Z] #51 ... [2020-12-11T19:00:05.276Z] [2020-12-11T19:00:05.276Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:05.276Z] #49 23.21 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-11T19:00:05.340Z] [2020-12-11T19:00:05.340Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T19:00:05.340Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-12-11T19:00:05.340Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0B / 7.68MB 0.1s [2020-12-11T19:00:05.340Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0B / 49.18MB 0.1s [2020-12-11T19:00:05.340Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0B / 9.98MB 0.1s [2020-12-11T19:00:05.340Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-12-11T19:00:05.340Z] #8 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done [2020-12-11T19:00:05.340Z] #8 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done [2020-12-11T19:00:05.340Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 486.95kB / 7.68MB 0.2s [2020-12-11T19:00:05.514Z] #8 ... [2020-12-11T19:00:05.514Z] [2020-12-11T19:00:05.514Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-11T19:00:05.514Z] #25 1.855 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T19:00:05.514Z] #25 1.865 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T19:00:05.514Z] #25 1.867 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T19:00:05.514Z] #25 2.029 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [254 kB] [2020-12-11T19:00:05.550Z] #18 34.77 Setting up python3-distutils (3.7.3-1) ... [2020-12-11T19:00:05.574Z] #49 23.23 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-11T19:00:05.574Z] #49 23.23 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-11T19:00:05.574Z] #49 23.25 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-11T19:00:05.574Z] #49 23.25 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-11T19:00:05.574Z] #49 23.25 go: downloading golang.org/x/text v0.3.2 [2020-12-11T19:00:05.574Z] #49 23.25 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-11T19:00:05.574Z] #49 23.26 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-11T19:00:05.574Z] #49 23.29 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-11T19:00:05.574Z] #49 23.32 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-11T19:00:05.574Z] #49 23.33 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-11T19:00:05.605Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 3.32MB / 7.68MB 0.3s [2020-12-11T19:00:05.605Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 5.05MB / 49.18MB 0.3s [2020-12-11T19:00:05.605Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 4.08MB / 9.98MB 0.3s [2020-12-11T19:00:05.605Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.5s [2020-12-11T19:00:05.605Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 21.92MB / 49.18MB 0.5s [2020-12-11T19:00:05.605Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 0.5s [2020-12-11T19:00:05.777Z] #25 2.283 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-11T19:00:05.842Z] #18 35.07 Setting up python3-setuptools (40.8.0-1) ... [2020-12-11T19:00:05.871Z] #49 23.57 go: downloading github.com/kisielk/gotool v1.0.0 [2020-12-11T19:00:05.872Z] #49 23.61 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-11T19:00:05.872Z] #49 23.61 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-12-11T19:00:05.872Z] #49 23.72 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-11T19:00:05.872Z] #49 23.80 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-11T19:00:05.872Z] #49 23.86 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-12-11T19:00:05.874Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 25.65MB / 49.18MB 0.6s [2020-12-11T19:00:05.874Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 30.25MB / 49.18MB 0.7s [2020-12-11T19:00:06.041Z] #25 2.621 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-11T19:00:06.151Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 35.05MB / 49.18MB 0.8s [2020-12-11T19:00:06.151Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.8s done [2020-12-11T19:00:06.151Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 1.0s [2020-12-11T19:00:06.151Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 0.8s done [2020-12-11T19:00:06.151Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0B / 62.53MB 1.0s [2020-12-11T19:00:06.151Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 0B / 52.16MB 1.0s [2020-12-11T19:00:06.169Z] #49 23.93 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-11T19:00:06.169Z] #49 24.11 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-11T19:00:06.442Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 5.90MB / 62.53MB 1.2s [2020-12-11T19:00:06.442Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 12.08MB / 52.16MB 1.2s [2020-12-11T19:00:06.442Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 12.15MB / 62.53MB 1.3s [2020-12-11T19:00:06.442Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 19.95MB / 52.16MB 1.3s [2020-12-11T19:00:06.456Z] #40 75.55 Selecting previously unselected package libprotoc17:amd64. [2020-12-11T19:00:06.456Z] #40 75.59 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-12-11T19:00:06.456Z] #40 75.63 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-12-11T19:00:06.468Z] #49 24.17 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-12-11T19:00:06.468Z] #49 24.23 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-11T19:00:06.475Z] #18 35.75 Setting up python3-pip (18.1-5) ... [2020-12-11T19:00:06.701Z] #24 extracting sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 8.3s done [2020-12-11T19:00:06.710Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 26.10MB / 62.53MB 1.5s [2020-12-11T19:00:06.710Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 34.38MB / 52.16MB 1.5s [2020-12-11T19:00:06.710Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 32.79MB / 62.53MB 1.6s [2020-12-11T19:00:06.710Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 46.57MB / 52.16MB 1.6s [2020-12-11T19:00:06.766Z] #49 24.50 go: extracting github.com/kisielk/gotool v1.0.0 [2020-12-11T19:00:06.766Z] #49 24.55 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-11T19:00:06.766Z] #49 24.55 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-11T19:00:06.766Z] #49 24.62 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-12-11T19:00:06.766Z] #49 24.62 go: downloading github.com/subosito/gotenv v1.2.0 [2020-12-11T19:00:06.960Z] #24 DONE 16.3s [2020-12-11T19:00:06.960Z] [2020-12-11T19:00:06.960Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-11T19:00:06.973Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 46.85MB / 62.53MB 1.7s [2020-12-11T19:00:06.973Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 1.7s [2020-12-11T19:00:06.973Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 53.44MB / 62.53MB 1.8s [2020-12-11T19:00:07.055Z] #40 ... [2020-12-11T19:00:07.055Z] [2020-12-11T19:00:07.055Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:07.055Z] #54 1.562 + RM_GOPATH=0 [2020-12-11T19:00:07.055Z] #54 1.562 + TMP_GOPATH= [2020-12-11T19:00:07.055Z] #54 1.562 + : /build [2020-12-11T19:00:07.055Z] #54 1.562 + '[' -z '' ']' [2020-12-11T19:00:07.055Z] #54 1.562 ++ mktemp -d [2020-12-11T19:00:07.055Z] #54 1.562 + export GOPATH=/tmp/tmp.be1oK8uPHs [2020-12-11T19:00:07.055Z] #54 1.562 + GOPATH=/tmp/tmp.be1oK8uPHs [2020-12-11T19:00:07.055Z] #54 1.562 + RM_GOPATH=1 [2020-12-11T19:00:07.055Z] #54 1.562 + case "$(go env GOARCH)" in [2020-12-11T19:00:07.055Z] #54 1.576 ++ go env GOARCH [2020-12-11T19:00:07.055Z] #54 1.639 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:07.055Z] #54 1.639 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:07.055Z] #54 1.642 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:07.055Z] #54 1.647 + dir=/tmp/install [2020-12-11T19:00:07.055Z] #54 1.666 + bin=containerd [2020-12-11T19:00:07.055Z] #54 1.666 + shift [2020-12-11T19:00:07.055Z] #54 1.667 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-12-11T19:00:07.055Z] #54 1.667 + . /tmp/install/containerd.installer [2020-12-11T19:00:07.055Z] #54 1.667 ++ set -e [2020-12-11T19:00:07.055Z] #54 1.669 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-11T19:00:07.055Z] #54 1.670 + install_containerd [2020-12-11T19:00:07.055Z] #54 1.671 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2020-12-11T19:00:07.055Z] #54 1.672 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-11T19:00:07.055Z] #54 1.672 + git clone https://github.com/containerd/containerd.git /tmp/tmp.be1oK8uPHs/src/github.com/containerd/containerd [2020-12-11T19:00:07.055Z] #54 1.676 Cloning into '/tmp/tmp.be1oK8uPHs/src/github.com/containerd/containerd'... [2020-12-11T19:00:07.055Z] #54 ... [2020-12-11T19:00:07.055Z] [2020-12-11T19:00:07.055Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-11T19:00:07.055Z] #30 71.04 Checking out files: 79% (1212/1521) Checking out files: 80% (1217/1521) Checking out files: 81% (1233/1521) Checking out files: 82% (1248/1521) Checking out files: 83% (1263/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 87% (1338/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. [2020-12-11T19:00:07.055Z] #30 72.78 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-12-11T19:00:07.055Z] #30 73.32 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-12-11T19:00:07.067Z] #49 24.79 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-12-11T19:00:07.067Z] #49 24.87 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-11T19:00:07.067Z] #49 24.94 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-12-11T19:00:07.109Z] #18 36.33 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:00:07.109Z] #18 36.36 Processing triggers for mime-support (3.62) ... [2020-12-11T19:00:07.237Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 2.0s [2020-12-11T19:00:07.366Z] #49 25.03 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-11T19:00:07.366Z] #49 25.03 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-12-11T19:00:07.366Z] #49 25.04 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-11T19:00:07.366Z] #49 25.11 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-12-11T19:00:07.366Z] #49 25.11 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-12-11T19:00:07.366Z] #49 25.31 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-11T19:00:07.400Z] #18 DONE 36.9s [2020-12-11T19:00:07.400Z] [2020-12-11T19:00:07.400Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:00:07.400Z] #41 69.06 CC criu/filesystems.o [2020-12-11T19:00:07.400Z] #41 69.40 CC criu/fsnotify.o [2020-12-11T19:00:07.400Z] #41 70.07 CC criu/image-desc.o [2020-12-11T19:00:07.400Z] #41 70.21 CC criu/image.o [2020-12-11T19:00:07.400Z] #41 70.73 CC criu/ipc_ns.o [2020-12-11T19:00:07.400Z] #41 71.43 CC criu/irmap.o [2020-12-11T19:00:07.400Z] #41 71.76 CC criu/kcmp-ids.o [2020-12-11T19:00:07.400Z] #41 71.96 CC criu/kerndat.o [2020-12-11T19:00:07.400Z] #41 72.52 CC criu/libnetlink.o [2020-12-11T19:00:07.400Z] #41 72.75 CC criu/log.o [2020-12-11T19:00:07.400Z] #41 73.08 CC criu/lsm.o [2020-12-11T19:00:07.400Z] #41 73.28 CC criu/mem.o [2020-12-11T19:00:07.400Z] #41 74.02 CC criu/memfd.o [2020-12-11T19:00:07.400Z] #41 74.47 CC criu/mount.o [2020-12-11T19:00:07.400Z] #41 76.52 CC criu/namespaces.o [2020-12-11T19:00:07.622Z] #30 ... [2020-12-11T19:00:07.622Z] [2020-12-11T19:00:07.622Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:00:07.622Z] #40 76.74 Selecting previously unselected package protobuf-c-compiler. [2020-12-11T19:00:07.622Z] #40 76.74 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-12-11T19:00:07.622Z] #40 76.75 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-12-11T19:00:07.691Z] #41 ... [2020-12-11T19:00:07.691Z] [2020-12-11T19:00:07.691Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-12-11T19:00:07.758Z] #49 25.32 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-11T19:00:07.758Z] #49 25.39 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-11T19:00:07.758Z] #49 25.41 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-11T19:00:07.758Z] #49 25.43 go: extracting github.com/subosito/gotenv v1.2.0 [2020-12-11T19:00:07.758Z] #49 25.54 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-11T19:00:07.758Z] #49 25.54 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-11T19:00:07.758Z] #49 25.63 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-12-11T19:00:07.758Z] #49 25.64 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-11T19:00:07.881Z] #40 77.26 Selecting previously unselected package protobuf-compiler. [2020-12-11T19:00:07.964Z] #25 4.352 Fetched 8408 kB in 3s (3055 kB/s) [2020-12-11T19:00:08.055Z] #49 25.71 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-11T19:00:08.055Z] #49 25.75 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-12-11T19:00:08.055Z] #49 25.79 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-12-11T19:00:08.055Z] #49 25.97 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-11T19:00:08.055Z] #49 25.98 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-11T19:00:08.055Z] #49 25.99 go: downloading github.com/magiconair/properties v1.8.1 [2020-12-11T19:00:08.055Z] #49 26.00 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-11T19:00:08.140Z] #40 77.27 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-12-11T19:00:08.140Z] #40 77.29 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-12-11T19:00:08.140Z] #40 ... [2020-12-11T19:00:08.140Z] [2020-12-11T19:00:08.140Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:00:08.140Z] #11 67.35 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] [2020-12-11T19:00:08.140Z] #11 67.42 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] [2020-12-11T19:00:08.140Z] #11 72.62 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] [2020-12-11T19:00:08.140Z] #11 76.60 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-12-11T19:00:08.140Z] #11 76.62 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-12-11T19:00:08.140Z] #11 76.62 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-12-11T19:00:08.140Z] #11 76.66 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-12-11T19:00:08.140Z] #11 76.67 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] [2020-12-11T19:00:08.140Z] #11 76.67 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u5 [110 kB] [2020-12-11T19:00:08.140Z] #11 76.67 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-12-11T19:00:08.140Z] #11 76.74 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-12-11T19:00:08.140Z] #11 76.82 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-12-11T19:00:08.140Z] #11 76.83 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-12-11T19:00:08.140Z] #11 76.85 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-12-11T19:00:08.140Z] #11 76.94 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-12-11T19:00:08.140Z] #11 76.97 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-12-11T19:00:08.140Z] #11 76.98 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-12-11T19:00:08.140Z] #11 76.99 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u5 [322 kB] [2020-12-11T19:00:08.185Z] #8 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 [2020-12-11T19:00:08.324Z] #19 0.852 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-12-11T19:00:08.324Z] #19 0.855 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-12-11T19:00:08.324Z] #19 0.860 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-12-11T19:00:08.334Z] #25 1.616 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T19:00:08.351Z] #49 26.02 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-11T19:00:08.351Z] #49 26.15 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-12-11T19:00:08.351Z] #49 26.16 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-11T19:00:08.351Z] #49 26.26 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-12-11T19:00:08.399Z] #11 ... [2020-12-11T19:00:08.399Z] [2020-12-11T19:00:08.399Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:00:08.399Z] #40 77.66 Selecting previously unselected package python-pkg-resources. [2020-12-11T19:00:08.399Z] #40 77.70 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-12-11T19:00:08.399Z] #40 77.71 Unpacking python-pkg-resources (40.8.0-1) ... [2020-12-11T19:00:08.542Z] #25 4.352 Reading package lists... [2020-12-11T19:00:08.590Z] #25 1.630 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T19:00:08.590Z] #25 1.630 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T19:00:08.590Z] #25 ... [2020-12-11T19:00:08.590Z] [2020-12-11T19:00:08.590Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T19:00:08.590Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 10.4s done [2020-12-11T19:00:08.590Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 10.9s done [2020-12-11T19:00:08.590Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.1s done [2020-12-11T19:00:08.590Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.8s done [2020-12-11T19:00:08.590Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 1.2s [2020-12-11T19:00:08.615Z] #19 DONE 1.0s [2020-12-11T19:00:08.615Z] [2020-12-11T19:00:08.615Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:00:08.615Z] #41 77.49 CC criu/net.o [2020-12-11T19:00:08.646Z] #49 26.27 go: downloading github.com/spf13/cast v1.3.0 [2020-12-11T19:00:08.646Z] #49 26.33 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-12-11T19:00:08.646Z] #49 26.44 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-11T19:00:08.657Z] #40 ... [2020-12-11T19:00:08.657Z] [2020-12-11T19:00:08.657Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:08.657Z] #47 67.91 go: finding github.com/ultraware/whitespace v0.0.4 [2020-12-11T19:00:08.657Z] #47 68.06 go: finding github.com/uudashr/gocognit v1.0.1 [2020-12-11T19:00:08.657Z] #47 68.15 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-11T19:00:08.657Z] #47 68.27 go: finding github.com/gogo/protobuf v1.2.1 [2020-12-11T19:00:08.657Z] #47 68.58 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-11T19:00:08.657Z] #47 68.62 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-11T19:00:08.657Z] #47 68.69 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-11T19:00:08.657Z] #47 68.77 go: finding github.com/BurntSushi/toml v0.3.1 [2020-12-11T19:00:08.657Z] #47 68.78 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-11T19:00:08.916Z] #47 ... [2020-12-11T19:00:08.916Z] [2020-12-11T19:00:08.916Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:00:08.916Z] #43 68.13 bufio [2020-12-11T19:00:08.916Z] #43 70.08 reflect [2020-12-11T19:00:08.916Z] #43 70.80 syscall [2020-12-11T19:00:08.976Z] #49 26.63 go: extracting github.com/spf13/cast v1.3.0 [2020-12-11T19:00:08.976Z] #49 26.65 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-12-11T19:00:08.976Z] #49 26.78 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-11T19:00:08.976Z] #49 26.80 go: extracting github.com/magiconair/properties v1.8.1 [2020-12-11T19:00:09.140Z] #8 ... [2020-12-11T19:00:09.140Z] [2020-12-11T19:00:09.140Z] #21 [internal] load build context [2020-12-11T19:00:09.140Z] #21 transferring context: 53.17MB 2.6s done [2020-12-11T19:00:09.140Z] #21 DONE 3.6s [2020-12-11T19:00:09.140Z] [2020-12-11T19:00:09.140Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T19:00:09.140Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 2.6s done [2020-12-11T19:00:09.140Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 3.8s done [2020-12-11T19:00:09.140Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 3.8s done [2020-12-11T19:00:09.140Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0B / 97.69MB 3.9s [2020-12-11T19:00:09.140Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 0B / 156B 3.9s [2020-12-11T19:00:09.140Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 4.0s [2020-12-11T19:00:09.174Z] #43 ... [2020-12-11T19:00:09.174Z] [2020-12-11T19:00:09.174Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:09.174Z] #32 78.24 time [2020-12-11T19:00:09.272Z] #49 27.02 go: downloading github.com/spf13/afero v1.1.2 [2020-12-11T19:00:09.272Z] #49 27.04 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-11T19:00:09.405Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 9.23MB / 97.69MB 4.1s [2020-12-11T19:00:09.405Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 4.0s done [2020-12-11T19:00:09.405Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 24.78MB / 97.69MB 4.2s [2020-12-11T19:00:09.569Z] #49 27.20 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-11T19:00:09.569Z] #49 27.20 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-11T19:00:09.569Z] #49 27.25 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-12-11T19:00:09.569Z] #49 27.31 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-12-11T19:00:09.670Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 35.71MB / 97.69MB 4.3s [2020-12-11T19:00:09.670Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 45.44MB / 97.69MB 4.5s [2020-12-11T19:00:09.750Z] #25 5.260 Reading package lists... [2020-12-11T19:00:09.750Z] #25 6.183 Building dependency tree... [2020-12-11T19:00:09.865Z] #49 27.53 go: downloading github.com/gobwas/glob v0.2.3 [2020-12-11T19:00:09.865Z] #49 27.75 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-12-11T19:00:09.941Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 52.96MB / 97.69MB 4.7s [2020-12-11T19:00:09.941Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 80.04MB / 97.69MB 4.9s [2020-12-11T19:00:10.012Z] #25 6.488 The following additional packages will be installed: [2020-12-11T19:00:10.012Z] #25 6.488 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-12-11T19:00:10.012Z] #25 6.488 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-12-11T19:00:10.012Z] #25 6.489 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-12-11T19:00:10.012Z] #25 6.490 Suggested packages: [2020-12-11T19:00:10.012Z] #25 6.490 krb5-doc krb5-user [2020-12-11T19:00:10.012Z] #25 6.490 Recommended packages: [2020-12-11T19:00:10.012Z] #25 6.490 krb5-locales publicsuffix libsasl2-modules [2020-12-11T19:00:10.160Z] #49 ... [2020-12-11T19:00:10.160Z] [2020-12-11T19:00:10.160Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:00:10.160Z] #42 17.77 Fetched 8182 kB in 17s (481 kB/s) [2020-12-11T19:00:10.160Z] #42 17.77 Reading package lists... [2020-12-11T19:00:10.160Z] #42 25.77 Reading package lists... [2020-12-11T19:00:10.160Z] #42 ... [2020-12-11T19:00:10.160Z] [2020-12-11T19:00:10.160Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:00:10.160Z] #13 17.85 Fetched 8182 kB in 17s (492 kB/s) [2020-12-11T19:00:10.160Z] #13 17.85 Reading package lists... [2020-12-11T19:00:10.282Z] #25 6.767 The following NEW packages will be installed: [2020-12-11T19:00:10.282Z] #25 6.767 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-12-11T19:00:10.282Z] #25 6.780 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-12-11T19:00:10.282Z] #25 6.780 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-12-11T19:00:10.282Z] #25 6.780 libssh2-1 libssl1.1 openssl [2020-12-11T19:00:10.458Z] #13 25.90 Reading package lists... [2020-12-11T19:00:10.458Z] #13 ... [2020-12-11T19:00:10.458Z] [2020-12-11T19:00:10.458Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T19:00:10.458Z] #29 22.06 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-12-11T19:00:10.458Z] #29 22.65 [2020-12-11T19:00:10.458Z] #29 22.91 1.3% ######################################################################## 100.0% [2020-12-11T19:00:10.458Z] #29 23.21 [2020-12-11T19:00:10.458Z] #29 24.83 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-12-11T19:00:10.458Z] #29 24.95 skipping existing 5cb8031fd95d [2020-12-11T19:00:10.458Z] #29 25.19 [2020-12-11T19:00:10.458Z] #29 26.67 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-12-11T19:00:10.458Z] #29 26.80 skipping existing 283607eaa57e [2020-12-11T19:00:10.458Z] #29 27.10 [2020-12-11T19:00:10.521Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 86.25MB / 97.69MB 5.1s [2020-12-11T19:00:10.521Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 92.38MB / 97.69MB 5.2s [2020-12-11T19:00:10.545Z] #25 7.067 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2020-12-11T19:00:10.545Z] #25 7.067 Need to get 5047 kB of archives. [2020-12-11T19:00:10.545Z] #25 7.067 After this operation, 12.1 MB of additional disk space will be used. [2020-12-11T19:00:10.545Z] #25 7.067 Get:1 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-12-11T19:00:10.545Z] #25 7.069 Get:2 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2020-12-11T19:00:10.545Z] #25 7.070 Get:3 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2020-12-11T19:00:10.545Z] #25 7.072 Get:4 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2020-12-11T19:00:10.545Z] #25 7.075 Get:5 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u4 [1538 kB] [2020-12-11T19:00:10.545Z] #25 7.081 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2020-12-11T19:00:10.545Z] #25 7.115 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2020-12-11T19:00:10.545Z] #25 7.125 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2020-12-11T19:00:10.545Z] #25 7.125 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2020-12-11T19:00:10.545Z] #25 7.154 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-12-11T19:00:10.545Z] #25 7.154 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u4 [224 kB] [2020-12-11T19:00:10.545Z] #25 7.154 Get:12 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u4 [843 kB] [2020-12-11T19:00:10.545Z] #25 7.154 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2020-12-11T19:00:10.545Z] #25 7.154 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2020-12-11T19:00:10.545Z] #25 7.154 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2020-12-11T19:00:10.545Z] #25 7.154 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2020-12-11T19:00:10.545Z] #25 7.154 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2020-12-11T19:00:10.550Z] #32 ... [2020-12-11T19:00:10.550Z] [2020-12-11T19:00:10.550Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:00:10.550Z] #34 69.87 Selecting previously unselected package cmake-data. [2020-12-11T19:00:10.550Z] #34 69.87 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-12-11T19:00:10.550Z] #34 69.93 Unpacking cmake-data (3.13.4-1) ... [2020-12-11T19:00:10.550Z] #34 74.18 Selecting previously unselected package libicu63:amd64. [2020-12-11T19:00:10.550Z] #34 74.18 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-12-11T19:00:10.550Z] #34 74.19 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-12-11T19:00:10.683Z] #41 79.65 CC criu/netfilter.o [2020-12-11T19:00:10.807Z] #25 7.158 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2020-12-11T19:00:10.807Z] #25 7.167 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-12-11T19:00:10.807Z] #25 7.172 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-12-11T19:00:10.807Z] #25 7.175 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-12-11T19:00:10.807Z] #25 7.379 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:00:10.807Z] #25 7.404 Fetched 5047 kB in 0s (13.6 MB/s) [2020-12-11T19:00:10.808Z] #34 ... [2020-12-11T19:00:10.808Z] [2020-12-11T19:00:10.808Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:00:10.808Z] #11 78.89 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:00:10.808Z] #11 79.29 Fetched 78.2 MB in 12s (6345 kB/s) [2020-12-11T19:00:10.808Z] #11 79.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 ... 15410 files and directories currently installed.) [2020-12-11T19:00:10.808Z] #11 79.70 Preparing to unpack .../libsystemd0_241-7~deb10u5_amd64.deb ... [2020-12-11T19:00:10.808Z] #11 79.79 Unpacking libsystemd0:amd64 (241-7~deb10u5) over (241-7~deb10u4) ... [2020-12-11T19:00:10.860Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 5.5s [2020-12-11T19:00:10.975Z] #41 79.95 CC criu/page-pipe.o [2020-12-11T19:00:11.069Z] #11 80.32 Setting up libsystemd0:amd64 (241-7~deb10u5) ... [2020-12-11T19:00:11.069Z] #25 7.456 Selecting previously unselected package libssl1.1:amd64. [2020-12-11T19:00:11.069Z] #25 7.456 (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.) [2020-12-11T19:00:11.069Z] #25 7.459 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u4_amd64.deb ... [2020-12-11T19:00:11.069Z] #25 7.470 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u4) ... [2020-12-11T19:00:11.102Z] #29 ... [2020-12-11T19:00:11.102Z] [2020-12-11T19:00:11.102Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T19:00:11.102Z] #55 18.67 Fetched 8182 kB in 18s (465 kB/s) [2020-12-11T19:00:11.102Z] #55 18.67 Reading package lists... [2020-12-11T19:00:11.102Z] #55 25.89 Reading package lists... [2020-12-11T19:00:11.102Z] #55 ... [2020-12-11T19:00:11.102Z] [2020-12-11T19:00:11.102Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:11.102Z] #49 27.98 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-11T19:00:11.102Z] #49 28.12 go: extracting github.com/spf13/afero v1.1.2 [2020-12-11T19:00:11.102Z] #49 28.21 go: extracting github.com/gobwas/glob v0.2.3 [2020-12-11T19:00:11.102Z] #49 28.23 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-12-11T19:00:11.102Z] #49 29.07 go: downloading github.com/gogo/protobuf v1.2.1 [2020-12-11T19:00:11.122Z] #8 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 3.1s done [2020-12-11T19:00:11.266Z] #41 80.36 CC criu/page-xfer.o [2020-12-11T19:00:11.331Z] #25 7.802 Selecting previously unselected package openssl. [2020-12-11T19:00:11.331Z] #25 7.802 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u4_amd64.deb ... [2020-12-11T19:00:11.331Z] #25 7.808 Unpacking openssl (1.1.1d-0+deb10u4) ... [2020-12-11T19:00:11.398Z] #49 29.08 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-11T19:00:11.586Z] #11 80.59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-12-11T19:00:11.586Z] #11 80.70 Preparing to unpack .../libudev1_241-7~deb10u5_amd64.deb ... [2020-12-11T19:00:11.586Z] #11 80.77 Unpacking libudev1:amd64 (241-7~deb10u5) over (241-7~deb10u4) ... [2020-12-11T19:00:11.593Z] #25 8.007 Selecting previously unselected package ca-certificates. [2020-12-11T19:00:11.593Z] #25 8.007 Preparing to unpack .../02-ca-certificates_20200601~deb10u1_all.deb ... [2020-12-11T19:00:11.593Z] #25 8.012 Unpacking ca-certificates (20200601~deb10u1) ... [2020-12-11T19:00:11.593Z] #25 8.095 Selecting previously unselected package libkeyutils1:amd64. [2020-12-11T19:00:11.593Z] #25 8.095 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2020-12-11T19:00:11.593Z] #25 8.103 Unpacking libkeyutils1:amd64 (1.6-6) ... [2020-12-11T19:00:11.593Z] #25 8.147 Selecting previously unselected package libkrb5support0:amd64. [2020-12-11T19:00:11.593Z] #25 8.147 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2020-12-11T19:00:11.593Z] #25 8.150 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2020-12-11T19:00:11.593Z] #25 8.209 Selecting previously unselected package libk5crypto3:amd64. [2020-12-11T19:00:11.593Z] #25 8.209 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2020-12-11T19:00:11.697Z] #49 ... [2020-12-11T19:00:11.697Z] [2020-12-11T19:00:11.697Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:00:11.697Z] #36 19.42 Fetched 8182 kB in 18s (450 kB/s) [2020-12-11T19:00:11.697Z] #36 19.42 Reading package lists... [2020-12-11T19:00:11.845Z] #11 81.06 Setting up libudev1:amd64 (241-7~deb10u5) ... [2020-12-11T19:00:11.854Z] #25 8.214 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2020-12-11T19:00:11.854Z] #25 8.267 Selecting previously unselected package libkrb5-3:amd64. [2020-12-11T19:00:11.854Z] #25 8.267 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2020-12-11T19:00:11.854Z] #25 8.278 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2020-12-11T19:00:11.854Z] #25 8.391 Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-11T19:00:11.854Z] #25 8.391 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2020-12-11T19:00:11.855Z] #25 8.391 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2020-12-11T19:00:11.855Z] #25 8.465 Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-11T19:00:11.855Z] #25 8.465 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-12-11T19:00:11.996Z] #36 27.63 Reading package lists... [2020-12-11T19:00:11.996Z] #36 ... [2020-12-11T19:00:11.996Z] [2020-12-11T19:00:11.996Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T19:00:11.996Z] #29 28.76 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-12-11T19:00:12.104Z] #11 81.39 Selecting previously unselected package binutils-mingw-w64-i686. [2020-12-11T19:00:12.121Z] #25 8.469 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T19:00:12.121Z] #25 8.522 Selecting previously unselected package libsasl2-2:amd64. [2020-12-11T19:00:12.121Z] #25 8.522 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-12-11T19:00:12.121Z] #25 8.530 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T19:00:12.121Z] #25 8.588 Selecting previously unselected package libldap-common. [2020-12-11T19:00:12.121Z] #25 8.590 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-12-11T19:00:12.121Z] #25 8.595 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T19:00:12.121Z] #25 8.650 Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-11T19:00:12.121Z] #25 8.650 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_amd64.deb ... [2020-12-11T19:00:12.121Z] #25 8.654 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T19:00:12.295Z] #29 29.22 [2020-12-11T19:00:12.301Z] #41 81.33 CC criu/pagemap-cache.o [2020-12-11T19:00:12.362Z] #11 81.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.) [2020-12-11T19:00:12.363Z] #11 81.53 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-12-11T19:00:12.363Z] #11 81.55 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-12-11T19:00:12.383Z] #25 8.756 Selecting previously unselected package libnghttp2-14:amd64. [2020-12-11T19:00:12.383Z] #25 8.756 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2020-12-11T19:00:12.383Z] #25 8.759 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-12-11T19:00:12.383Z] #25 8.815 Selecting previously unselected package libpsl5:amd64. [2020-12-11T19:00:12.383Z] #25 8.817 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2020-12-11T19:00:12.383Z] #25 8.822 Unpacking libpsl5:amd64 (0.20.2-2) ... [2020-12-11T19:00:12.383Z] #25 8.866 Selecting previously unselected package librtmp1:amd64. [2020-12-11T19:00:12.383Z] #25 8.866 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2020-12-11T19:00:12.383Z] #25 8.872 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-12-11T19:00:12.383Z] #25 8.915 Selecting previously unselected package libssh2-1:amd64. [2020-12-11T19:00:12.383Z] #25 8.915 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2020-12-11T19:00:12.383Z] #25 8.918 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2020-12-11T19:00:12.383Z] #25 8.971 Selecting previously unselected package libcurl4:amd64. [2020-12-11T19:00:12.383Z] #25 8.971 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2020-12-11T19:00:12.383Z] #25 8.978 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-12-11T19:00:12.383Z] #25 9.078 Selecting previously unselected package curl. [2020-12-11T19:00:12.383Z] #25 9.078 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2020-12-11T19:00:12.592Z] #41 81.66 CC criu/pagemap.o [2020-12-11T19:00:12.605Z] #29 29.37 ######################################################################## 100.0% [2020-12-11T19:00:12.644Z] #25 9.087 Unpacking curl (7.64.0-4+deb10u1) ... [2020-12-11T19:00:12.644Z] #25 9.174 Selecting previously unselected package libonig5:amd64. [2020-12-11T19:00:12.645Z] #25 9.174 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2020-12-11T19:00:12.645Z] #25 9.180 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-12-11T19:00:12.645Z] #25 9.265 Selecting previously unselected package libjq1:amd64. [2020-12-11T19:00:12.645Z] #25 9.265 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-12-11T19:00:12.645Z] #25 9.269 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-12-11T19:00:12.902Z] #29 29.58 [2020-12-11T19:00:12.906Z] #25 9.325 Selecting previously unselected package jq. [2020-12-11T19:00:12.906Z] #25 9.327 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-12-11T19:00:12.906Z] #25 9.331 Unpacking jq (1.5+dfsg-2+b1) ... [2020-12-11T19:00:12.906Z] #25 9.389 Setting up libkeyutils1:amd64 (1.6-6) ... [2020-12-11T19:00:12.906Z] #25 9.407 Setting up libpsl5:amd64 (0.20.2-2) ... [2020-12-11T19:00:12.906Z] #25 9.420 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u4) ... [2020-12-11T19:00:12.906Z] #25 9.541 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-12-11T19:00:13.046Z] #8 ... [2020-12-11T19:00:13.046Z] [2020-12-11T19:00:13.046Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-12-11T19:00:13.046Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-12-11T19:00:13.046Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-12-11T19:00:13.046Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-12-11T19:00:13.046Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 4.3s done [2020-12-11T19:00:13.046Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.1s done [2020-12-11T19:00:13.046Z] #60 DONE 7.8s [2020-12-11T19:00:13.046Z] [2020-12-11T19:00:13.046Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T19:00:13.046Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 7.7s done [2020-12-11T19:00:13.046Z] #8 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 [2020-12-11T19:00:13.169Z] #25 9.551 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T19:00:13.169Z] #25 9.564 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2020-12-11T19:00:13.169Z] #25 9.575 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T19:00:13.169Z] #25 9.585 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-12-11T19:00:13.169Z] #25 9.597 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2020-12-11T19:00:13.169Z] #25 9.607 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T19:00:13.169Z] #25 9.618 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2020-12-11T19:00:13.169Z] #25 9.627 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2020-12-11T19:00:13.169Z] #25 9.643 Setting up openssl (1.1.1d-0+deb10u4) ... [2020-12-11T19:00:13.169Z] #25 9.663 Setting up libonig5:amd64 (6.9.1-1) ... [2020-12-11T19:00:13.169Z] #25 9.673 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-12-11T19:00:13.169Z] #25 9.686 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T19:00:13.169Z] #25 9.697 Setting up ca-certificates (20200601~deb10u1) ... [2020-12-11T19:00:13.225Z] #41 82.31 CC criu/parasite-syscall.o [2020-12-11T19:00:13.547Z] #29 30.50 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-12-11T19:00:13.629Z] #8 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.6s done [2020-12-11T19:00:13.743Z] #25 10.33 Updating certificates in /etc/ssl/certs... [2020-12-11T19:00:13.858Z] #41 ... [2020-12-11T19:00:13.858Z] [2020-12-11T19:00:13.858Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-11T19:00:13.858Z] #20 3.010 Collecting yamllint==1.16.0 [2020-12-11T19:00:13.858Z] #20 3.175 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-12-11T19:00:13.858Z] #20 3.207 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-12-11T19:00:13.858Z] #20 3.232 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-12-11T19:00:13.858Z] #20 3.257 Collecting pyyaml (from yamllint==1.16.0) [2020-12-11T19:00:13.858Z] #20 3.356 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-12-11T19:00:13.858Z] #20 4.172 Building wheels for collected packages: pyyaml [2020-12-11T19:00:13.858Z] #20 4.177 Running setup.py bdist_wheel for pyyaml: started [2020-12-11T19:00:13.858Z] #20 4.716 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-12-11T19:00:13.858Z] #20 4.717 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-12-11T19:00:13.858Z] #20 4.755 Successfully built pyyaml [2020-12-11T19:00:13.858Z] #20 4.759 Installing collected packages: pathspec, pyyaml, yamllint [2020-12-11T19:00:13.858Z] #20 4.943 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-12-11T19:00:13.858Z] #20 DONE 5.2s [2020-12-11T19:00:13.858Z] [2020-12-11T19:00:13.858Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:00:13.858Z] #41 82.95 CC criu/path.o [2020-12-11T19:00:13.858Z] #41 ... [2020-12-11T19:00:13.858Z] [2020-12-11T19:00:13.858Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-12-11T19:00:13.880Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.3s [2020-12-11T19:00:14.153Z] #23 DONE 0.2s [2020-12-11T19:00:14.153Z] [2020-12-11T19:00:14.153Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-12-11T19:00:14.195Z] #29 31.02 [2020-12-11T19:00:14.495Z] #29 31.21 #=#=# ######################################################################## 100.0% [2020-12-11T19:00:14.495Z] #29 31.40 [2020-12-11T19:00:14.578Z] #8 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 [2020-12-11T19:00:14.690Z] #25 11.29 126 added, 0 removed; done. [2020-12-11T19:00:14.794Z] #29 31.55 Download of images into '/build' complete. [2020-12-11T19:00:14.794Z] #29 31.56 Use something like the following to load the result into a Docker daemon: [2020-12-11T19:00:14.794Z] #29 31.56 tar -cC '/build' . | docker load [2020-12-11T19:00:14.794Z] #29 DONE 31.7s [2020-12-11T19:00:14.794Z] [2020-12-11T19:00:14.794Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:14.794Z] #49 30.20 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-12-11T19:00:14.794Z] #49 30.23 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-12-11T19:00:14.794Z] #49 30.24 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-12-11T19:00:14.794Z] #49 30.27 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-11T19:00:14.794Z] #49 30.50 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-12-11T19:00:14.794Z] #49 30.68 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-12-11T19:00:14.794Z] #49 30.70 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-12-11T19:00:14.794Z] #49 30.74 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-12-11T19:00:14.794Z] #49 30.82 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-12-11T19:00:14.794Z] #49 30.87 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-12-11T19:00:14.794Z] #49 30.93 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-12-11T19:00:14.794Z] #49 31.09 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-12-11T19:00:14.794Z] #49 31.09 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-12-11T19:00:14.794Z] #49 31.35 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-11T19:00:14.810Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.2s done [2020-12-11T19:00:14.810Z] #8 ... [2020-12-11T19:00:14.810Z] [2020-12-11T19:00:14.810Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-11T19:00:14.810Z] #25 1.910 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [254 kB] [2020-12-11T19:00:14.810Z] #25 2.209 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-11T19:00:14.810Z] #25 2.516 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-11T19:00:14.810Z] #25 4.051 Fetched 8408 kB in 3s (3008 kB/s) [2020-12-11T19:00:14.810Z] #25 4.051 Reading package lists... [2020-12-11T19:00:14.810Z] #25 4.927 Reading package lists... [2020-12-11T19:00:14.810Z] #25 5.867 Building dependency tree... [2020-12-11T19:00:14.810Z] #25 6.214 The following additional packages will be installed: [2020-12-11T19:00:14.810Z] #25 6.214 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-12-11T19:00:14.810Z] #25 6.214 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-12-11T19:00:14.810Z] #25 6.214 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-12-11T19:00:14.810Z] #25 6.221 Suggested packages: [2020-12-11T19:00:14.810Z] #25 6.221 krb5-doc krb5-user [2020-12-11T19:00:14.810Z] #25 6.221 Recommended packages: [2020-12-11T19:00:14.810Z] #25 6.221 krb5-locales publicsuffix libsasl2-modules [2020-12-11T19:00:14.810Z] #25 6.425 The following NEW packages will be installed: [2020-12-11T19:00:14.810Z] #25 6.425 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-12-11T19:00:14.810Z] #25 6.425 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-12-11T19:00:14.810Z] #25 6.425 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-12-11T19:00:14.810Z] #25 6.426 libssh2-1 libssl1.1 openssl [2020-12-11T19:00:14.810Z] #25 6.718 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2020-12-11T19:00:14.810Z] #25 6.718 Need to get 5047 kB of archives. [2020-12-11T19:00:14.810Z] #25 6.718 After this operation, 12.1 MB of additional disk space will be used. [2020-12-11T19:00:14.810Z] #25 6.718 Get:1 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-12-11T19:00:14.810Z] #25 6.730 Get:2 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2020-12-11T19:00:14.810Z] #25 6.730 Get:3 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2020-12-11T19:00:14.810Z] #25 6.730 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u4 [1538 kB] [2020-12-11T19:00:14.810Z] #25 6.730 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2020-12-11T19:00:14.810Z] #25 6.730 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2020-12-11T19:00:14.810Z] #25 6.738 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2020-12-11T19:00:14.810Z] #25 6.750 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2020-12-11T19:00:14.810Z] #25 6.750 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2020-12-11T19:00:14.810Z] #25 6.761 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-12-11T19:00:14.810Z] #25 6.769 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u4 [224 kB] [2020-12-11T19:00:14.810Z] #25 6.769 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2020-12-11T19:00:14.810Z] #25 6.777 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2020-12-11T19:00:14.810Z] #25 6.777 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2020-12-11T19:00:14.810Z] #25 6.777 Get:15 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2020-12-11T19:00:14.810Z] #25 6.777 Get:16 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u4 [843 kB] [2020-12-11T19:00:14.810Z] #25 6.785 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2020-12-11T19:00:14.810Z] #25 6.785 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2020-12-11T19:00:14.810Z] #25 6.793 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-12-11T19:00:14.810Z] #25 6.796 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-12-11T19:00:14.810Z] #25 6.798 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-12-11T19:00:14.810Z] #25 6.986 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:00:14.810Z] #25 7.007 Fetched 5047 kB in 0s (14.8 MB/s) [2020-12-11T19:00:14.810Z] #25 7.054 Selecting previously unselected package libssl1.1:amd64. [2020-12-11T19:00:14.810Z] #25 7.054 (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.) [2020-12-11T19:00:14.810Z] #25 7.055 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u4_amd64.deb ... [2020-12-11T19:00:14.810Z] #25 7.064 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u4) ... [2020-12-11T19:00:14.810Z] #25 7.321 Selecting previously unselected package openssl. [2020-12-11T19:00:14.810Z] #25 7.321 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u4_amd64.deb ... [2020-12-11T19:00:14.810Z] #25 7.325 Unpacking openssl (1.1.1d-0+deb10u4) ... [2020-12-11T19:00:14.810Z] #25 7.483 Selecting previously unselected package ca-certificates. [2020-12-11T19:00:14.810Z] #25 7.483 Preparing to unpack .../02-ca-certificates_20200601~deb10u1_all.deb ... [2020-12-11T19:00:14.810Z] #25 7.493 Unpacking ca-certificates (20200601~deb10u1) ... [2020-12-11T19:00:14.810Z] #25 7.577 Selecting previously unselected package libkeyutils1:amd64. [2020-12-11T19:00:14.810Z] #25 7.577 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2020-12-11T19:00:14.810Z] #25 7.581 Unpacking libkeyutils1:amd64 (1.6-6) ... [2020-12-11T19:00:14.810Z] #25 7.627 Selecting previously unselected package libkrb5support0:amd64. [2020-12-11T19:00:14.810Z] #25 7.627 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2020-12-11T19:00:14.810Z] #25 7.629 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2020-12-11T19:00:14.810Z] #25 7.681 Selecting previously unselected package libk5crypto3:amd64. [2020-12-11T19:00:14.810Z] #25 7.683 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2020-12-11T19:00:14.810Z] #25 7.687 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2020-12-11T19:00:14.810Z] #25 7.750 Selecting previously unselected package libkrb5-3:amd64. [2020-12-11T19:00:14.810Z] #25 7.750 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2020-12-11T19:00:14.810Z] #25 7.757 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2020-12-11T19:00:14.810Z] #25 7.901 Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-11T19:00:14.810Z] #25 7.901 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2020-12-11T19:00:14.810Z] #25 7.901 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2020-12-11T19:00:14.810Z] #25 7.947 Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-11T19:00:14.810Z] #25 7.948 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-12-11T19:00:14.810Z] #25 7.953 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T19:00:14.810Z] #25 8.015 Selecting previously unselected package libsasl2-2:amd64. [2020-12-11T19:00:14.953Z] #25 11.38 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2020-12-11T19:00:14.953Z] #25 11.40 Setting up jq (1.5+dfsg-2+b1) ... [2020-12-11T19:00:14.953Z] #25 11.41 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-12-11T19:00:14.953Z] #25 11.42 Setting up curl (7.64.0-4+deb10u1) ... [2020-12-11T19:00:14.953Z] #25 11.44 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:00:14.953Z] #25 11.46 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-12-11T19:00:14.953Z] #25 11.47 Updating certificates in /etc/ssl/certs... [2020-12-11T19:00:15.078Z] #25 8.017 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-12-11T19:00:15.078Z] #25 8.025 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T19:00:15.078Z] #25 8.081 Selecting previously unselected package libldap-common. [2020-12-11T19:00:15.078Z] #25 8.081 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-12-11T19:00:15.078Z] #25 8.084 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T19:00:15.078Z] #25 8.148 Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-11T19:00:15.078Z] #25 8.148 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_amd64.deb ... [2020-12-11T19:00:15.078Z] #25 8.156 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T19:00:15.078Z] #25 8.242 Selecting previously unselected package libnghttp2-14:amd64. [2020-12-11T19:00:15.078Z] #25 8.242 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2020-12-11T19:00:15.078Z] #25 8.245 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-12-11T19:00:15.153Z] #8 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.5s done [2020-12-11T19:00:15.189Z] #28 DONE 0.9s [2020-12-11T19:00:15.189Z] [2020-12-11T19:00:15.189Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-12-11T19:00:15.189Z] #31 DONE 0.2s [2020-12-11T19:00:15.189Z] [2020-12-11T19:00:15.189Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:00:15.189Z] #41 83.29 CC criu/pie-util-vdso.o [2020-12-11T19:00:15.189Z] #41 83.49 CC criu/pie-util.o [2020-12-11T19:00:15.189Z] #41 83.71 CC criu/pipes.o [2020-12-11T19:00:15.189Z] #41 ... [2020-12-11T19:00:15.189Z] [2020-12-11T19:00:15.189Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-12-11T19:00:15.189Z] #33 DONE 0.1s [2020-12-11T19:00:15.189Z] [2020-12-11T19:00:15.189Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-12-11T19:00:15.189Z] #36 DONE 0.1s [2020-12-11T19:00:15.189Z] [2020-12-11T19:00:15.189Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:00:15.189Z] #41 84.31 CC criu/plugin.o [2020-12-11T19:00:15.334Z] #25 8.309 Selecting previously unselected package libpsl5:amd64. [2020-12-11T19:00:15.334Z] #25 8.309 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2020-12-11T19:00:15.334Z] #25 8.312 Unpacking libpsl5:amd64 (0.20.2-2) ... [2020-12-11T19:00:15.334Z] #25 8.366 Selecting previously unselected package librtmp1:amd64. [2020-12-11T19:00:15.334Z] #25 8.366 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2020-12-11T19:00:15.334Z] #25 8.370 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-12-11T19:00:15.334Z] #25 8.436 Selecting previously unselected package libssh2-1:amd64. [2020-12-11T19:00:15.334Z] #25 8.436 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2020-12-11T19:00:15.334Z] #25 8.437 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2020-12-11T19:00:15.334Z] #25 8.505 Selecting previously unselected package libcurl4:amd64. [2020-12-11T19:00:15.334Z] #25 8.505 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2020-12-11T19:00:15.334Z] #25 8.508 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-12-11T19:00:15.421Z] #8 ... [2020-12-11T19:00:15.421Z] [2020-12-11T19:00:15.421Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-11T19:00:15.421Z] #24 resolve docker.io/library/debian:buster@sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 done [2020-12-11T19:00:15.421Z] #24 sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 1.85kB / 1.85kB done [2020-12-11T19:00:15.421Z] #24 sha256:7bf528fa91df041f696d30aad7d41f3532342f9ed92dd7476c59b8b24e00ff9b 529B / 529B done [2020-12-11T19:00:15.422Z] #24 sha256:1b0fae9b3949513258b1f1092e0dd6171e3b6984f36caea75ab7dc5f8902271b 1.46kB / 1.46kB done [2020-12-11T19:00:15.422Z] #24 sha256:99e5136f81cd2a8cc226c42435d6f4f30584d168cc51f4d4afd2d5611e4d2215 49.18MB / 49.18MB 6.2s done [2020-12-11T19:00:15.422Z] #24 extracting sha256:99e5136f81cd2a8cc226c42435d6f4f30584d168cc51f4d4afd2d5611e4d2215 2.7s done [2020-12-11T19:00:15.422Z] #24 DONE 10.2s [2020-12-11T19:00:15.422Z] [2020-12-11T19:00:15.422Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-11T19:00:15.480Z] #41 84.60 CC criu/proc_parse.o [2020-12-11T19:00:15.528Z] #25 ... [2020-12-11T19:00:15.528Z] [2020-12-11T19:00:15.528Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T19:00:15.528Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.4s done [2020-12-11T19:00:15.528Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.6s [2020-12-11T19:00:15.528Z] #8 ... [2020-12-11T19:00:15.528Z] [2020-12-11T19:00:15.528Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-11T19:00:15.528Z] #25 12.12 0 added, 0 removed; done. [2020-12-11T19:00:15.528Z] #25 12.12 Running hooks in /etc/ca-certificates/update.d... [2020-12-11T19:00:15.528Z] #25 12.12 done. [2020-12-11T19:00:15.591Z] #25 8.593 Selecting previously unselected package curl. [2020-12-11T19:00:15.591Z] #25 8.593 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2020-12-11T19:00:15.591Z] #25 8.605 Unpacking curl (7.64.0-4+deb10u1) ... [2020-12-11T19:00:15.591Z] #25 8.714 Selecting previously unselected package libonig5:amd64. [2020-12-11T19:00:15.591Z] #25 8.714 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2020-12-11T19:00:15.591Z] #25 8.714 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-12-11T19:00:15.591Z] #25 8.779 Selecting previously unselected package libjq1:amd64. [2020-12-11T19:00:15.591Z] #25 8.779 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-12-11T19:00:15.591Z] #25 8.787 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-12-11T19:00:15.591Z] #25 8.836 Selecting previously unselected package jq. [2020-12-11T19:00:15.591Z] #25 8.836 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-12-11T19:00:15.848Z] #25 8.840 Unpacking jq (1.5+dfsg-2+b1) ... [2020-12-11T19:00:15.848Z] #25 8.888 Setting up libkeyutils1:amd64 (1.6-6) ... [2020-12-11T19:00:15.848Z] #25 8.899 Setting up libpsl5:amd64 (0.20.2-2) ... [2020-12-11T19:00:15.848Z] #25 8.909 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u4) ... [2020-12-11T19:00:15.848Z] #25 9.035 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-12-11T19:00:15.848Z] #25 9.044 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T19:00:15.848Z] #25 9.056 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2020-12-11T19:00:15.848Z] #25 9.066 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T19:00:15.848Z] #25 9.078 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-12-11T19:00:15.848Z] #25 9.085 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2020-12-11T19:00:15.848Z] #25 9.096 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T19:00:16.107Z] #25 9.102 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2020-12-11T19:00:16.107Z] #25 9.113 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2020-12-11T19:00:16.107Z] #25 9.122 Setting up openssl (1.1.1d-0+deb10u4) ... [2020-12-11T19:00:16.107Z] #25 9.136 Setting up libonig5:amd64 (6.9.1-1) ... [2020-12-11T19:00:16.107Z] #25 9.151 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-12-11T19:00:16.107Z] #25 9.166 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T19:00:16.107Z] #25 9.182 Setting up ca-certificates (20200601~deb10u1) ... [2020-12-11T19:00:16.554Z] #11 ... [2020-12-11T19:00:16.554Z] [2020-12-11T19:00:16.554Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:16.554Z] #49 75.36 time [2020-12-11T19:00:16.554Z] #49 84.26 context [2020-12-11T19:00:16.554Z] #49 85.41 internal/poll [2020-12-11T19:00:16.554Z] #49 ... [2020-12-11T19:00:16.554Z] [2020-12-11T19:00:16.554Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:00:16.554Z] #40 78.48 Selecting previously unselected package python-six. [2020-12-11T19:00:16.554Z] #40 78.48 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-12-11T19:00:16.554Z] #40 78.48 Unpacking python-six (1.12.0-1) ... [2020-12-11T19:00:16.554Z] #40 78.70 Selecting previously unselected package python-protobuf. [2020-12-11T19:00:16.554Z] #40 78.71 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-12-11T19:00:16.554Z] #40 78.72 Unpacking python-protobuf (3.6.1.3-2) ... [2020-12-11T19:00:16.554Z] #40 79.70 Setting up python-pkg-resources (40.8.0-1) ... [2020-12-11T19:00:16.670Z] #25 9.918 Updating certificates in /etc/ssl/certs... [2020-12-11T19:00:16.816Z] #40 ... [2020-12-11T19:00:16.816Z] [2020-12-11T19:00:16.816Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:00:16.816Z] #11 85.94 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-12-11T19:00:16.816Z] #11 85.94 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-12-11T19:00:16.816Z] #11 85.95 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-12-11T19:00:16.886Z] #49 34.54 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-11T19:00:16.989Z] #41 86.11 CC criu/protobuf-desc.o [2020-12-11T19:00:17.645Z] #41 86.64 CC criu/protobuf.o [2020-12-11T19:00:17.936Z] #41 86.88 CC criu/pstree.o [2020-12-11T19:00:18.037Z] #25 11.01 126 added, 0 removed; done. [2020-12-11T19:00:18.038Z] #25 11.05 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2020-12-11T19:00:18.038Z] #25 11.07 Setting up jq (1.5+dfsg-2+b1) ... [2020-12-11T19:00:18.038Z] #25 11.08 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-12-11T19:00:18.038Z] #25 11.09 Setting up curl (7.64.0-4+deb10u1) ... [2020-12-11T19:00:18.038Z] #25 11.10 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:00:18.038Z] #25 11.12 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-12-11T19:00:18.038Z] #25 11.12 Updating certificates in /etc/ssl/certs... [2020-12-11T19:00:18.419Z] #49 ... [2020-12-11T19:00:18.419Z] [2020-12-11T19:00:18.419Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:00:18.419Z] #36 27.63 Reading package lists... [2020-12-11T19:00:18.569Z] #41 87.55 CC criu/rbtree.o [2020-12-11T19:00:18.569Z] #41 87.77 CC criu/rst-malloc.o [2020-12-11T19:00:18.723Z] #11 ... [2020-12-11T19:00:18.723Z] [2020-12-11T19:00:18.723Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:18.723Z] #45 DONE 87.7s [2020-12-11T19:00:18.723Z] [2020-12-11T19:00:18.723Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:00:18.723Z] #34 86.14 Selecting previously unselected package libxml2:amd64. [2020-12-11T19:00:18.723Z] #34 86.14 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2020-12-11T19:00:18.723Z] #34 86.15 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2020-12-11T19:00:18.723Z] #34 87.04 Selecting previously unselected package libarchive13:amd64. [2020-12-11T19:00:18.723Z] #34 87.04 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-12-11T19:00:18.723Z] #34 87.08 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-12-11T19:00:18.723Z] #34 87.67 Selecting previously unselected package libjsoncpp1:amd64. [2020-12-11T19:00:18.723Z] #34 87.70 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-12-11T19:00:18.723Z] #34 87.81 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-12-11T19:00:18.723Z] #34 88.10 Selecting previously unselected package librhash0:amd64. [2020-12-11T19:00:18.723Z] #34 88.11 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-12-11T19:00:18.834Z] #25 DONE 15.2s [2020-12-11T19:00:18.834Z] [2020-12-11T19:00:18.834Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-12-11T19:00:18.834Z] #26 DONE 0.1s [2020-12-11T19:00:18.834Z] [2020-12-11T19:00:18.834Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T19:00:18.834Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.8s done [2020-12-11T19:00:18.834Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 2.7s [2020-12-11T19:00:18.860Z] #41 87.93 CC criu/seccomp.o [2020-12-11T19:00:18.971Z] #25 12.14 0 added, 0 removed; done. [2020-12-11T19:00:18.971Z] #25 12.14 Running hooks in /etc/ca-certificates/update.d... [2020-12-11T19:00:18.971Z] #25 12.15 done. [2020-12-11T19:00:18.982Z] #34 88.12 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-12-11T19:00:19.240Z] #34 88.52 Selecting previously unselected package libuv1:amd64. [2020-12-11T19:00:19.240Z] #34 88.52 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-12-11T19:00:19.240Z] #34 88.55 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-12-11T19:00:19.499Z] #41 88.44 CC criu/seize.o [2020-12-11T19:00:19.499Z] #41 ... [2020-12-11T19:00:19.499Z] [2020-12-11T19:00:19.499Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T19:00:19.499Z] #38 113.7 + dpkg --print-architecture [2020-12-11T19:00:19.499Z] #38 113.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-12-11T19:00:19.499Z] #38 113.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-12-11T19:00:19.499Z] #38 113.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-12-11T19:00:19.499Z] #34 88.80 Selecting previously unselected package cmake. [2020-12-11T19:00:19.654Z] #25 3.784 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T19:00:19.654Z] #25 3.820 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T19:00:19.654Z] #25 3.827 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T19:00:19.654Z] #25 3.974 Get:4 http://security.debian.org/debian-security buster/updates/main arm64 Packages [248 kB] [2020-12-11T19:00:19.654Z] #25 4.172 Get:5 http://deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-12-11T19:00:19.762Z] #34 88.81 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-12-11T19:00:19.762Z] #34 88.82 Unpacking cmake (3.13.4-1) ... [2020-12-11T19:00:19.790Z] #38 ... [2020-12-11T19:00:19.790Z] [2020-12-11T19:00:19.790Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:00:19.790Z] #51 54.17 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-12-11T19:00:19.790Z] #51 55.35 + mkdir -p /build [2020-12-11T19:00:19.790Z] #51 55.36 + cp runc /build/runc [2020-12-11T19:00:19.920Z] #25 4.493 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-12-11T19:00:19.957Z] #36 36.44 Building dependency tree... [2020-12-11T19:00:20.082Z] #51 DONE 55.7s [2020-12-11T19:00:20.082Z] [2020-12-11T19:00:20.082Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:00:20.082Z] #41 89.02 CC criu/servicefd.o [2020-12-11T19:00:20.373Z] #41 89.30 CC criu/shmem.o [2020-12-11T19:00:20.868Z] #25 DONE 14.0s [2020-12-11T19:00:20.868Z] [2020-12-11T19:00:20.868Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T19:00:20.868Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.4s done [2020-12-11T19:00:20.868Z] #8 ... [2020-12-11T19:00:20.868Z] [2020-12-11T19:00:20.868Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-12-11T19:00:20.868Z] #26 DONE 0.0s [2020-12-11T19:00:20.868Z] [2020-12-11T19:00:20.868Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T19:00:21.009Z] #41 90.00 CC criu/sigframe.o [2020-12-11T19:00:21.009Z] #41 90.14 CC criu/signalfd.o [2020-12-11T19:00:21.301Z] #41 90.36 CC criu/sk-inet.o [2020-12-11T19:00:21.315Z] #25 ... [2020-12-11T19:00:21.315Z] [2020-12-11T19:00:21.315Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T19:00:21.315Z] #8 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.2s done [2020-12-11T19:00:21.315Z] #8 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 2.3s done [2020-12-11T19:00:21.315Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0.2s [2020-12-11T19:00:21.315Z] #8 ... [2020-12-11T19:00:21.315Z] [2020-12-11T19:00:21.315Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-11T19:00:21.315Z] #25 6.007 Fetched 8232 kB in 3s (3278 kB/s) [2020-12-11T19:00:21.934Z] #41 90.87 CC criu/sk-netlink.o [2020-12-11T19:00:22.058Z] #36 ... [2020-12-11T19:00:22.058Z] [2020-12-11T19:00:22.058Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T19:00:22.058Z] #55 25.89 Reading package lists... [2020-12-11T19:00:22.058Z] #55 33.72 Building dependency tree... [2020-12-11T19:00:22.058Z] #55 35.39 The following additional packages will be installed: [2020-12-11T19:00:22.058Z] #55 35.41 libbtrfs0 [2020-12-11T19:00:22.058Z] #55 35.63 The following NEW packages will be installed: [2020-12-11T19:00:22.058Z] #55 35.64 libbtrfs-dev libbtrfs0 [2020-12-11T19:00:22.058Z] #55 36.07 0 upgraded, 2 newly installed, 0 to remove and 16 not upgraded. [2020-12-11T19:00:22.058Z] #55 36.07 Need to get 120 kB of archives. [2020-12-11T19:00:22.058Z] #55 36.07 After this operation, 423 kB of additional disk space will be used. [2020-12-11T19:00:22.058Z] #55 36.07 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-12-11T19:00:22.058Z] #55 36.36 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-12-11T19:00:22.058Z] #55 38.29 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:00:22.058Z] #55 38.62 Fetched 120 kB in 1s (187 kB/s) [2020-12-11T19:00:22.058Z] #55 38.79 Selecting previously unselected package libbtrfs0. [2020-12-11T19:00:22.058Z] #55 38.79 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-12-11T19:00:22.058Z] #55 38.94 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-12-11T19:00:22.058Z] #55 38.95 Unpacking libbtrfs0 (4.20.1-2) ... [2020-12-11T19:00:22.058Z] #55 39.08 Selecting previously unselected package libbtrfs-dev. [2020-12-11T19:00:22.058Z] #55 39.09 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-12-11T19:00:22.058Z] #55 39.09 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-12-11T19:00:22.058Z] #55 39.35 Setting up libbtrfs0 (4.20.1-2) ... [2020-12-11T19:00:22.058Z] #55 39.37 Setting up libbtrfs-dev (4.20.1-2) ... [2020-12-11T19:00:22.058Z] #55 39.37 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:00:22.058Z] #55 DONE 39.7s [2020-12-11T19:00:22.058Z] [2020-12-11T19:00:22.058Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:00:22.058Z] #36 39.84 The following additional packages will be installed: [2020-12-11T19:00:22.058Z] #36 39.85 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-12-11T19:00:22.058Z] #36 39.86 Suggested packages: [2020-12-11T19:00:22.058Z] #36 39.86 cmake-doc ninja-build lrzip [2020-12-11T19:00:22.058Z] #36 39.86 Recommended packages: [2020-12-11T19:00:22.058Z] #36 39.86 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-12-11T19:00:22.226Z] #41 91.04 CC criu/sk-packet.o [2020-12-11T19:00:22.226Z] #41 91.32 CC criu/sk-queue.o [2020-12-11T19:00:22.299Z] #34 ... [2020-12-11T19:00:22.299Z] [2020-12-11T19:00:22.299Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:00:22.559Z] #11 91.71 Selecting previously unselected package binutils-mingw-w64. [2020-12-11T19:00:22.559Z] #11 91.71 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-12-11T19:00:22.559Z] #11 91.73 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-12-11T19:00:22.559Z] #11 91.96 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-12-11T19:00:22.711Z] #25 6.007 Reading package lists... [2020-12-11T19:00:22.818Z] #11 91.96 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-12-11T19:00:22.818Z] #11 91.97 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-12-11T19:00:22.859Z] #41 91.64 CC criu/sk-tcp.o [2020-12-11T19:00:22.859Z] #41 91.86 CC criu/sk-unix.o [2020-12-11T19:00:23.078Z] #11 92.33 Selecting previously unselected package dmsetup. [2020-12-11T19:00:23.078Z] #11 92.33 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-12-11T19:00:23.078Z] #11 92.34 Unpacking dmsetup (2:1.02.155-3) ... [2020-12-11T19:00:23.388Z] #27 2.222 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-12-11T19:00:23.388Z] #27 2.333 [2020-12-11T19:00:23.586Z] #36 41.26 The following NEW packages will be installed: [2020-12-11T19:00:23.586Z] #36 41.27 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-12-11T19:00:23.586Z] #36 41.27 vim-common xxd [2020-12-11T19:00:23.586Z] #36 41.53 0 upgraded, 10 newly installed, 0 to remove and 16 not upgraded. [2020-12-11T19:00:23.586Z] #36 41.53 Need to get 14.9 MB of archives. [2020-12-11T19:00:23.586Z] #36 41.53 After this operation, 67.2 MB of additional disk space will be used. [2020-12-11T19:00:23.586Z] #36 41.53 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-12-11T19:00:23.647Z] #11 92.76 Selecting previously unselected package mingw-w64-common. [2020-12-11T19:00:23.647Z] #11 92.77 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-12-11T19:00:23.647Z] #11 92.78 Unpacking mingw-w64-common (6.0.0-3) ... [2020-12-11T19:00:23.647Z] #27 2.459 ########### 16.0% ########################## 36.5% ######################################## 56.4% ##################################################### 74.5% ##################################################################### 96.1% ######################################################################## 100.0% [2020-12-11T19:00:23.888Z] #36 41.57 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-12-11T19:00:23.888Z] #36 41.59 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2020-12-11T19:00:23.888Z] #36 41.75 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-12-11T19:00:23.893Z] #41 92.77 CC criu/sockets.o [2020-12-11T19:00:23.906Z] #27 2.967 [2020-12-11T19:00:23.906Z] #27 3.083 ## 3.8% ######################################################################## 100.0% [2020-12-11T19:00:23.907Z] #11 ... [2020-12-11T19:00:23.907Z] [2020-12-11T19:00:23.907Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:00:23.907Z] #43 83.05 time [2020-12-11T19:00:23.907Z] #43 91.89 os [2020-12-11T19:00:23.907Z] #43 92.41 strings [2020-12-11T19:00:23.907Z] #43 ... [2020-12-11T19:00:23.907Z] [2020-12-11T19:00:23.907Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:00:23.907Z] #40 86.41 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-12-11T19:00:23.907Z] #40 86.42 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-12-11T19:00:23.907Z] #40 86.44 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-12-11T19:00:23.907Z] #40 86.45 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-12-11T19:00:23.907Z] #40 86.48 Setting up python-six (1.12.0-1) ... [2020-12-11T19:00:23.907Z] #40 92.78 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-12-11T19:00:23.907Z] #40 92.81 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-12-11T19:00:23.907Z] #40 92.85 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-12-11T19:00:23.907Z] #40 92.87 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-12-11T19:00:23.907Z] #40 92.88 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-12-11T19:00:23.907Z] #40 92.92 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-12-11T19:00:23.907Z] #40 92.92 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-12-11T19:00:23.907Z] #40 92.94 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-12-11T19:00:23.907Z] #40 92.94 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-12-11T19:00:23.907Z] #40 92.97 Setting up python-protobuf (3.6.1.3-2) ... [2020-12-11T19:00:24.106Z] #25 7.294 Reading package lists... [2020-12-11T19:00:24.134Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 7.7s [2020-12-11T19:00:24.164Z] #27 3.222 [2020-12-11T19:00:24.164Z] #27 3.352 ################################################## 70.3% ######################################################################## 100.0% [2020-12-11T19:00:24.184Z] #41 93.05 CC criu/stats.o [2020-12-11T19:00:24.184Z] #41 93.27 CC criu/string.o [2020-12-11T19:00:24.371Z] #25 8.570 Building dependency tree... [2020-12-11T19:00:24.425Z] #27 3.467 [2020-12-11T19:00:24.476Z] #41 93.34 CC criu/sysctl.o [2020-12-11T19:00:24.644Z] #25 9.213 The following additional packages will be installed: [2020-12-11T19:00:24.644Z] #25 9.214 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-12-11T19:00:24.644Z] #25 9.214 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-12-11T19:00:24.644Z] #25 9.222 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-12-11T19:00:24.644Z] #25 9.222 Suggested packages: [2020-12-11T19:00:24.644Z] #25 9.222 krb5-doc krb5-user [2020-12-11T19:00:24.644Z] #25 9.222 Recommended packages: [2020-12-11T19:00:24.644Z] #25 9.222 krb5-locales publicsuffix libsasl2-modules [2020-12-11T19:00:24.776Z] #41 93.67 CC criu/sysfs_parse.o [2020-12-11T19:00:24.776Z] #41 ... [2020-12-11T19:00:24.776Z] [2020-12-11T19:00:24.776Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T19:00:24.776Z] #38 DONE 129.0s [2020-12-11T19:00:24.776Z] [2020-12-11T19:00:24.776Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:00:24.776Z] #41 93.78 CC criu/timens.o [2020-12-11T19:00:24.776Z] #41 ... [2020-12-11T19:00:24.776Z] [2020-12-11T19:00:24.776Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:24.776Z] #47 128.5 + /build/golangci-lint --version [2020-12-11T19:00:24.776Z] #47 128.7 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-12-11T19:00:24.776Z] #47 DONE 129.0s [2020-12-11T19:00:24.847Z] #40 ... [2020-12-11T19:00:24.847Z] [2020-12-11T19:00:24.847Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:00:24.847Z] #34 93.98 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-12-11T19:00:24.847Z] #34 94.02 Setting up xxd (2:8.1.0875-5) ... [2020-12-11T19:00:24.847Z] #34 94.04 Setting up libuv1:amd64 (1.24.1-1) ... [2020-12-11T19:00:24.847Z] #34 94.05 Setting up vim-common (2:8.1.0875-5) ... [2020-12-11T19:00:24.847Z] #34 94.12 Setting up librhash0:amd64 (1.3.8-1) ... [2020-12-11T19:00:24.847Z] #34 94.13 Setting up cmake-data (3.13.4-1) ... [2020-12-11T19:00:24.847Z] #34 94.15 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2020-12-11T19:00:24.847Z] #34 94.16 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-12-11T19:00:24.847Z] #34 94.18 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-12-11T19:00:24.847Z] #34 94.21 Setting up cmake (3.13.4-1) ... [2020-12-11T19:00:24.906Z] #25 9.521 The following NEW packages will be installed: [2020-12-11T19:00:24.906Z] #25 9.522 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-12-11T19:00:24.906Z] #25 9.522 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-12-11T19:00:24.906Z] #25 9.522 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-12-11T19:00:24.906Z] #25 9.522 libssh2-1 libssl1.1 openssl [2020-12-11T19:00:24.947Z] #27 3.595 ######## 11.3% ######################### 35.9% ####################################### 55.2% ##################################################### 74.6% ################################################################### 93.7% ######################################################################## 100.0% [2020-12-11T19:00:24.947Z] #27 4.135 [2020-12-11T19:00:24.954Z] #36 42.61 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+deb10u1 [730 kB] [2020-12-11T19:00:25.071Z] [2020-12-11T19:00:25.071Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:00:25.071Z] #41 94.00 CC criu/timerfd.o [2020-12-11T19:00:25.071Z] #41 94.17 CC criu/tty.o [2020-12-11T19:00:25.106Z] #34 94.22 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:00:25.106Z] #34 94.31 Processing triggers for mime-support (3.62) ... [2020-12-11T19:00:25.169Z] #25 9.823 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2020-12-11T19:00:25.169Z] #25 9.823 Need to get 4769 kB of archives. [2020-12-11T19:00:25.169Z] #25 9.823 After this operation, 11.5 MB of additional disk space will be used. [2020-12-11T19:00:25.169Z] #25 9.823 Get:1 http://deb.debian.org/debian buster-updates/main arm64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-12-11T19:00:25.169Z] #25 9.823 Get:2 http://security.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u4 [1382 kB] [2020-12-11T19:00:25.169Z] #25 9.837 Get:3 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] [2020-12-11T19:00:25.169Z] #25 9.837 Get:4 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u1 [64.9 kB] [2020-12-11T19:00:25.169Z] #25 9.837 Get:5 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u1 [123 kB] [2020-12-11T19:00:25.169Z] #25 9.856 Get:6 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u1 [351 kB] [2020-12-11T19:00:25.169Z] #25 9.862 Get:7 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u1 [150 kB] [2020-12-11T19:00:25.169Z] #25 9.871 Get:8 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB] [2020-12-11T19:00:25.169Z] #25 9.875 Get:9 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB] [2020-12-11T19:00:25.169Z] #25 9.875 Get:10 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-12-11T19:00:25.169Z] #25 9.880 Get:11 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u4 [216 kB] [2020-12-11T19:00:25.169Z] #25 9.922 Get:12 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB] [2020-12-11T19:00:25.169Z] #25 9.922 Get:13 http://security.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1d-0+deb10u4 [823 kB] [2020-12-11T19:00:25.251Z] #36 43.13 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2020-12-11T19:00:25.251Z] #36 43.16 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2020-12-11T19:00:25.435Z] #25 9.936 Get:14 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] [2020-12-11T19:00:25.435Z] #25 9.975 Get:15 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] [2020-12-11T19:00:25.435Z] #25 9.975 Get:16 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB] [2020-12-11T19:00:25.435Z] #25 9.975 Get:17 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u1 [312 kB] [2020-12-11T19:00:25.435Z] #25 9.997 Get:18 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u1 [260 kB] [2020-12-11T19:00:25.435Z] #25 10.00 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-12-11T19:00:25.435Z] #25 10.00 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-12-11T19:00:25.435Z] #25 10.01 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-12-11T19:00:25.533Z] #8 ... [2020-12-11T19:00:25.533Z] [2020-12-11T19:00:25.533Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T19:00:25.533Z] #27 1.744 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-12-11T19:00:25.533Z] #27 1.839 [2020-12-11T19:00:25.533Z] #27 1.952 ############ 17.5% ########################## 37.3% ######################################### 57.3% ####################################################### 76.9% ##################################################################### 96.6% ######################################################################## 100.0% [2020-12-11T19:00:25.533Z] #27 2.462 [2020-12-11T19:00:25.533Z] #27 2.576 ######################################################## 78.4% ######################################################################## 100.0% [2020-12-11T19:00:25.533Z] #27 2.676 [2020-12-11T19:00:25.533Z] #27 2.799 ########################################### 60.2% ######################################################################## 100.0% [2020-12-11T19:00:25.533Z] #27 2.926 [2020-12-11T19:00:25.533Z] #27 3.042 ######### 13.0% ######################### 35.5% ######################################## 55.8% ##################################################### 73.9% #################################################################### 94.6% ######################################################################## 100.0% [2020-12-11T19:00:25.533Z] #27 3.582 [2020-12-11T19:00:25.533Z] #27 3.701 ## 3.7% ###### 9.4% ######### 13.6% ############ 17.5% ################# 23.7% ##################### 29.2% ########################## 36.5% ############################### 43.4% #################################### 50.5% ######################################### 57.8% ############################################## 64.0% ################################################## 70.6% ####################################################### 77.1% ############################################################ 83.6% ################################################################# 90.5% ###################################################################### 97.8% ######################################################################## 100.0% [2020-12-11T19:00:25.533Z] #27 5.620 [2020-12-11T19:00:25.533Z] #27 6.310 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-12-11T19:00:25.533Z] #27 6.424 [2020-12-11T19:00:25.533Z] #27 6.562 # 2.2% ######################################################################## 100.0% [2020-12-11T19:00:25.533Z] #27 6.601 [2020-12-11T19:00:25.549Z] #36 43.22 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2020-12-11T19:00:25.549Z] #36 43.23 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2020-12-11T19:00:25.549Z] #36 43.40 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2020-12-11T19:00:25.680Z] #34 DONE 95.1s [2020-12-11T19:00:25.680Z] [2020-12-11T19:00:25.680Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:25.680Z] #49 88.88 internal/syscall/execenv [2020-12-11T19:00:25.680Z] #49 89.28 internal/syscall/unix [2020-12-11T19:00:25.680Z] #49 89.99 os [2020-12-11T19:00:25.680Z] #49 90.70 encoding/binary [2020-12-11T19:00:25.680Z] #49 94.26 encoding/base64 [2020-12-11T19:00:25.700Z] #25 10.25 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:00:25.700Z] #25 10.29 Fetched 4769 kB in 0s (10.8 MB/s) [2020-12-11T19:00:25.700Z] #25 10.34 Selecting previously unselected package libssl1.1:arm64. [2020-12-11T19:00:25.700Z] #25 10.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 ... 6670 files and directories currently installed.) [2020-12-11T19:00:25.700Z] #25 10.35 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u4_arm64.deb ... [2020-12-11T19:00:25.700Z] #25 10.36 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u4) ... [2020-12-11T19:00:25.795Z] #27 6.957 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-12-11T19:00:25.795Z] #27 7.047 [2020-12-11T19:00:25.948Z] #49 ... [2020-12-11T19:00:25.948Z] [2020-12-11T19:00:25.948Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:00:25.964Z] #25 10.60 Selecting previously unselected package openssl. [2020-12-11T19:00:25.964Z] #25 10.60 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u4_arm64.deb ... [2020-12-11T19:00:25.964Z] #25 10.60 Unpacking openssl (1.1.1d-0+deb10u4) ... [2020-12-11T19:00:26.056Z] #27 7.178 0.6% ######################################################################## 100.0% [2020-12-11T19:00:26.056Z] #27 7.244 [2020-12-11T19:00:26.110Z] #41 95.00 CC criu/tun.o [2020-12-11T19:00:26.110Z] #41 ... [2020-12-11T19:00:26.110Z] [2020-12-11T19:00:26.110Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-12-11T19:00:26.110Z] #39 DONE 0.3s [2020-12-11T19:00:26.227Z] #25 10.77 Selecting previously unselected package ca-certificates. [2020-12-11T19:00:26.227Z] #25 10.78 Preparing to unpack .../02-ca-certificates_20200601~deb10u1_all.deb ... [2020-12-11T19:00:26.227Z] #25 10.78 Unpacking ca-certificates (20200601~deb10u1) ... [2020-12-11T19:00:26.401Z] [2020-12-11T19:00:26.401Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:00:26.401Z] #41 95.24 CC criu/uffd.o [2020-12-11T19:00:26.490Z] #25 11.02 Selecting previously unselected package libkeyutils1:arm64. [2020-12-11T19:00:26.490Z] #25 11.02 Preparing to unpack .../03-libkeyutils1_1.6-6_arm64.deb ... [2020-12-11T19:00:26.490Z] #25 11.03 Unpacking libkeyutils1:arm64 (1.6-6) ... [2020-12-11T19:00:26.490Z] #25 11.07 Selecting previously unselected package libkrb5support0:arm64. [2020-12-11T19:00:26.490Z] #25 11.07 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_arm64.deb ... [2020-12-11T19:00:26.490Z] #25 11.07 Unpacking libkrb5support0:arm64 (1.17-3+deb10u1) ... [2020-12-11T19:00:26.490Z] #25 11.12 Selecting previously unselected package libk5crypto3:arm64. [2020-12-11T19:00:26.490Z] #25 11.12 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_arm64.deb ... [2020-12-11T19:00:26.490Z] #25 11.13 Unpacking libk5crypto3:arm64 (1.17-3+deb10u1) ... [2020-12-11T19:00:26.631Z] #27 ... [2020-12-11T19:00:26.631Z] [2020-12-11T19:00:26.631Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T19:00:26.631Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.0s done [2020-12-11T19:00:26.632Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-12-11T19:00:26.632Z] #8 DONE 38.8s [2020-12-11T19:00:26.632Z] [2020-12-11T19:00:26.632Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T19:00:26.632Z] #27 7.759 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-12-11T19:00:26.632Z] #27 7.796 skipping existing c35d46ef359f [2020-12-11T19:00:26.632Z] #27 ... [2020-12-11T19:00:26.632Z] [2020-12-11T19:00:26.632Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-12-11T19:00:26.693Z] #41 95.55 CC criu/util.o [2020-12-11T19:00:26.754Z] #25 11.18 Selecting previously unselected package libkrb5-3:arm64. [2020-12-11T19:00:26.754Z] #25 11.18 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_arm64.deb ... [2020-12-11T19:00:26.754Z] #25 11.18 Unpacking libkrb5-3:arm64 (1.17-3+deb10u1) ... [2020-12-11T19:00:26.754Z] #25 11.29 Selecting previously unselected package libgssapi-krb5-2:arm64. [2020-12-11T19:00:26.754Z] #25 11.29 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_arm64.deb ... [2020-12-11T19:00:26.754Z] #25 11.30 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2020-12-11T19:00:26.754Z] #25 11.42 Selecting previously unselected package libsasl2-modules-db:arm64. [2020-12-11T19:00:26.754Z] #25 11.42 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2020-12-11T19:00:26.984Z] #41 95.86 CC criu/uts_ns.o [2020-12-11T19:00:26.984Z] #41 95.92 CC criu/vdso.o [2020-12-11T19:00:26.984Z] #41 96.04 LINK criu/built-in.o [2020-12-11T19:00:26.984Z] #41 96.08 LINK criu/criu [2020-12-11T19:00:26.984Z] #41 96.16 DEP lib/c/criu.d [2020-12-11T19:00:27.016Z] #25 ... [2020-12-11T19:00:27.016Z] [2020-12-11T19:00:27.016Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T19:00:27.016Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 5.2s done [2020-12-11T19:00:27.016Z] #8 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done [2020-12-11T19:00:27.016Z] #8 DONE 21.6s [2020-12-11T19:00:27.016Z] [2020-12-11T19:00:27.016Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-11T19:00:27.016Z] #25 11.43 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T19:00:27.016Z] #25 11.48 Selecting previously unselected package libsasl2-2:arm64. [2020-12-11T19:00:27.016Z] #25 11.48 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2020-12-11T19:00:27.016Z] #25 11.48 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T19:00:27.016Z] #25 11.55 Selecting previously unselected package libldap-common. [2020-12-11T19:00:27.016Z] #25 ... [2020-12-11T19:00:27.016Z] [2020-12-11T19:00:27.016Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-12-11T19:00:27.017Z] #27 4.255 ## 3.4% ###### 9.5% ########## 14.6% ############## 19.9% ################## 25.0% ##################### 30.3% ######################### 35.4% ############################# 40.7% ################################ 45.1% #################################### 51.3% ######################################## 56.6% ############################################ 61.8% ############################################## 64.8% ################################################## 70.6% ###################################################### 76.1% ########################################################### 83.2% ############################################################### 88.3% ################################################################### 93.6% ####################################################################### 98.8% ######################################################################## 100.0% [2020-12-11T19:00:27.017Z] #27 6.131 [2020-12-11T19:00:27.275Z] #41 96.18 CC images/rpc.pb-c.o [2020-12-11T19:00:27.275Z] #41 96.30 CC lib/c/criu.o [2020-12-11T19:00:27.567Z] #41 96.56 LINK lib/c/built-in.o [2020-12-11T19:00:27.567Z] #41 96.56 LINK lib/c/libcriu.so [2020-12-11T19:00:27.567Z] #41 96.57 LINK lib/c/libcriu.a [2020-12-11T19:00:27.567Z] #41 96.60 GEN magic.py [2020-12-11T19:00:27.567Z] #41 96.64 Note: Building without setproctitle() and strlcpy() support. [2020-12-11T19:00:27.567Z] #41 96.64 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-12-11T19:00:27.567Z] #41 96.64 Note: Building without GnuTLS support [2020-12-11T19:00:27.567Z] #41 96.65 Makefile.config:39: Warn: you have no libnftables installed [2020-12-11T19:00:27.567Z] #41 96.65 Makefile.config:40: Warn: Building without nftables support [2020-12-11T19:00:27.582Z] #27 6.492 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-12-11T19:00:27.582Z] #27 6.627 [2020-12-11T19:00:27.582Z] #27 6.695 ######################################################################## 100.0% [2020-12-11T19:00:27.582Z] #27 6.724 [2020-12-11T19:00:27.663Z] #36 ... [2020-12-11T19:00:27.663Z] [2020-12-11T19:00:27.663Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:00:27.663Z] #42 25.77 Reading package lists... [2020-12-11T19:00:27.663Z] #42 35.63 Building dependency tree... [2020-12-11T19:00:27.663Z] #42 38.10 The following additional packages will be installed: [2020-12-11T19:00:27.663Z] #42 38.11 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-12-11T19:00:27.663Z] #42 38.12 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-12-11T19:00:27.663Z] #42 38.12 Suggested packages: [2020-12-11T19:00:27.663Z] #42 38.12 manpages-dev python-setuptools [2020-12-11T19:00:27.663Z] #42 39.31 The following NEW packages will be installed: [2020-12-11T19:00:27.663Z] #42 39.32 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-12-11T19:00:27.663Z] #42 39.33 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-12-11T19:00:27.663Z] #42 39.33 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-12-11T19:00:27.663Z] #42 39.33 python-six zlib1g-dev [2020-12-11T19:00:27.663Z] #42 39.49 0 upgraded, 17 newly installed, 0 to remove and 16 not upgraded. [2020-12-11T19:00:27.663Z] #42 39.49 Need to get 4075 kB of archives. [2020-12-11T19:00:27.663Z] #42 39.49 After this operation, 24.5 MB of additional disk space will be used. [2020-12-11T19:00:27.663Z] #42 39.49 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2020-12-11T19:00:27.663Z] #42 39.63 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-12-11T19:00:27.663Z] #42 39.75 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2020-12-11T19:00:27.663Z] #42 39.76 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-12-11T19:00:27.663Z] #42 39.81 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2020-12-11T19:00:27.663Z] #42 39.90 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-12-11T19:00:27.663Z] #42 39.90 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB] [2020-12-11T19:00:27.663Z] #42 39.98 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2020-12-11T19:00:27.663Z] #42 40.23 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2020-12-11T19:00:27.663Z] #42 41.01 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2020-12-11T19:00:27.663Z] #42 41.33 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2020-12-11T19:00:27.663Z] #42 41.64 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2020-12-11T19:00:27.663Z] #42 41.85 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB] [2020-12-11T19:00:27.663Z] #42 42.04 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2020-12-11T19:00:27.663Z] #42 42.14 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2020-12-11T19:00:27.663Z] #42 42.15 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2020-12-11T19:00:27.663Z] #42 42.34 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2020-12-11T19:00:27.663Z] #42 44.08 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:00:27.663Z] #42 44.38 Fetched 4075 kB in 3s (1251 kB/s) [2020-12-11T19:00:27.663Z] #42 44.44 Selecting previously unselected package libcap-dev:ppc64el. [2020-12-11T19:00:27.663Z] #42 44.44 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-12-11T19:00:27.663Z] #42 44.57 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2020-12-11T19:00:27.663Z] #42 44.58 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2020-12-11T19:00:27.663Z] #42 44.70 Selecting previously unselected package libnet1:ppc64el. [2020-12-11T19:00:27.663Z] #42 44.71 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-12-11T19:00:27.663Z] #42 44.71 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-12-11T19:00:27.663Z] #42 44.81 Selecting previously unselected package libnet1-dev. [2020-12-11T19:00:27.663Z] #42 44.81 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-12-11T19:00:27.663Z] #42 44.82 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-12-11T19:00:27.663Z] #42 45.08 Selecting previously unselected package libnl-3-200:ppc64el. [2020-12-11T19:00:27.663Z] #42 45.08 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-12-11T19:00:27.663Z] #42 45.09 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-12-11T19:00:27.663Z] #42 45.27 Selecting previously unselected package libnl-3-dev:ppc64el. [2020-12-11T19:00:27.663Z] #42 45.29 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2020-12-11T19:00:27.663Z] #42 45.29 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2020-12-11T19:00:27.663Z] #42 ... [2020-12-11T19:00:27.663Z] [2020-12-11T19:00:27.663Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:00:27.663Z] #13 25.90 Reading package lists... [2020-12-11T19:00:27.663Z] #13 35.72 Building dependency tree... [2020-12-11T19:00:27.663Z] #13 38.80 The following additional packages will be installed: [2020-12-11T19:00:27.663Z] #13 38.80 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-12-11T19:00:27.663Z] #13 38.80 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-12-11T19:00:27.663Z] #13 38.80 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-12-11T19:00:27.663Z] #13 38.81 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2020-12-11T19:00:27.663Z] #13 38.81 mingw-w64-x86-64-dev [2020-12-11T19:00:27.663Z] #13 38.82 Suggested packages: [2020-12-11T19:00:27.663Z] #13 38.82 gcc-8-locales seccomp wine64 [2020-12-11T19:00:27.663Z] #13 40.62 The following NEW packages will be installed: [2020-12-11T19:00:27.663Z] #13 40.63 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-12-11T19:00:27.663Z] #13 40.63 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-12-11T19:00:27.663Z] #13 40.63 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-12-11T19:00:27.663Z] #13 40.64 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-12-11T19:00:27.663Z] #13 40.64 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-12-11T19:00:27.663Z] #13 40.64 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-12-11T19:00:27.663Z] #13 40.64 The following packages will be upgraded: [2020-12-11T19:00:27.663Z] #13 40.64 libsystemd0 libudev1 [2020-12-11T19:00:27.663Z] #13 40.90 2 upgraded, 25 newly installed, 0 to remove and 14 not upgraded. [2020-12-11T19:00:27.663Z] #13 40.90 Need to get 79.4 MB of archives. [2020-12-11T19:00:27.663Z] #13 40.90 After this operation, 532 MB of additional disk space will be used. [2020-12-11T19:00:27.663Z] #13 40.90 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd0 ppc64el 241-7~deb10u5 [358 kB] [2020-12-11T19:00:27.663Z] #13 41.38 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev1 ppc64el 241-7~deb10u5 [158 kB] [2020-12-11T19:00:27.663Z] #13 41.76 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] [2020-12-11T19:00:27.663Z] #13 43.06 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] [2020-12-11T19:00:27.663Z] #13 43.70 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-12-11T19:00:27.663Z] #13 43.91 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2020-12-11T19:00:27.663Z] #13 44.14 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2020-12-11T19:00:27.663Z] #13 44.15 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2020-12-11T19:00:27.663Z] #13 44.95 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-12-11T19:00:27.663Z] #13 45.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] [2020-12-11T19:00:27.663Z] #13 45.41 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] [2020-12-11T19:00:27.663Z] #13 ... [2020-12-11T19:00:27.663Z] [2020-12-11T19:00:27.663Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:00:27.663Z] #42 45.58 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-12-11T19:00:27.663Z] #42 45.61 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-12-11T19:00:27.663Z] #42 45.61 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-12-11T19:00:27.847Z] #27 7.093 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-12-11T19:00:27.856Z] #35 1.739 + RM_GOPATH=0 [2020-12-11T19:00:27.856Z] #35 1.739 + TMP_GOPATH= [2020-12-11T19:00:27.856Z] #35 1.739 + : /build [2020-12-11T19:00:27.856Z] #35 1.739 + '[' -z '' ']' [2020-12-11T19:00:27.856Z] #35 1.739 ++ mktemp -d [2020-12-11T19:00:27.856Z] #35 1.747 + export GOPATH=/tmp/tmp.BUIFNTntTx [2020-12-11T19:00:27.856Z] #35 1.747 + GOPATH=/tmp/tmp.BUIFNTntTx [2020-12-11T19:00:27.856Z] #35 1.747 + RM_GOPATH=1 [2020-12-11T19:00:27.856Z] #35 1.747 + case "$(go env GOARCH)" in [2020-12-11T19:00:27.856Z] #35 1.747 ++ go env GOARCH [2020-12-11T19:00:27.856Z] #35 1.883 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:27.856Z] #35 1.883 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:27.856Z] #35 1.883 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:27.856Z] #35 1.890 + dir=/tmp/install [2020-12-11T19:00:27.856Z] #35 1.890 + bin=tini [2020-12-11T19:00:27.856Z] #35 1.890 + shift [2020-12-11T19:00:27.856Z] #35 1.890 + '[' '!' -f /tmp/install/tini.installer ']' [2020-12-11T19:00:27.856Z] #35 1.890 + . /tmp/install/tini.installer [2020-12-11T19:00:27.856Z] #35 1.890 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-11T19:00:27.856Z] #35 1.890 + install_tini [2020-12-11T19:00:27.856Z] #35 1.895 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-12-11T19:00:27.856Z] #35 1.895 + git clone https://github.com/krallin/tini.git /tmp/tmp.BUIFNTntTx/tini [2020-12-11T19:00:27.856Z] #35 1.895 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-11T19:00:27.856Z] #35 1.917 Cloning into '/tmp/tmp.BUIFNTntTx/tini'... [2020-12-11T19:00:27.859Z] #41 96.83 fatal: not a git repository (or any of the parent directories): .git [2020-12-11T19:00:27.970Z] #42 ... [2020-12-11T19:00:27.970Z] [2020-12-11T19:00:27.970Z] #64 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:27.970Z] #64 DONE 45.8s [2020-12-11T19:00:27.970Z] [2020-12-11T19:00:27.970Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:00:27.970Z] #42 45.75 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2020-12-11T19:00:27.970Z] #42 45.85 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2020-12-11T19:00:27.970Z] #42 45.86 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-12-11T19:00:28.104Z] #27 7.197 [2020-12-11T19:00:28.104Z] #27 7.316 ######################################################################## 100.0% [2020-12-11T19:00:28.104Z] #27 7.354 [2020-12-11T19:00:28.150Z] #41 97.15 make[1]: Nothing to be done for 'all'. [2020-12-11T19:00:28.268Z] #42 46.10 Selecting previously unselected package zlib1g-dev:ppc64el. [2020-12-11T19:00:28.268Z] #42 46.10 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2020-12-11T19:00:28.268Z] #42 46.13 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-12-11T19:00:28.442Z] #41 97.37 make[1]: 'images/built-in.o' is up to date. [2020-12-11T19:00:28.442Z] #41 97.38 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-12-11T19:00:28.442Z] #41 97.38 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-12-11T19:00:28.442Z] #41 97.39 make[1]: 'compel/libcompel.a' is up to date. [2020-12-11T19:00:28.442Z] #41 97.40 make[1]: 'compel/compel-host-bin' is up to date. [2020-12-11T19:00:28.442Z] #41 97.41 make[1]: Nothing to be done for 'all'. [2020-12-11T19:00:28.442Z] #41 97.41 make[1]: 'soccr/libsoccr.a' is up to date. [2020-12-11T19:00:28.442Z] #41 97.47 make[2]: Nothing to be done for 'all'. [2020-12-11T19:00:28.442Z] #41 97.48 make[2]: Nothing to be done for 'all'. [2020-12-11T19:00:28.442Z] #41 97.49 make[2]: Nothing to be done for 'all'. [2020-12-11T19:00:28.442Z] #41 97.53 make[2]: Nothing to be done for 'all'. [2020-12-11T19:00:28.442Z] #41 97.55 make[2]: Nothing to be done for 'all'. [2020-12-11T19:00:28.442Z] #41 97.55 make[2]: Nothing to be done for 'all'. [2020-12-11T19:00:28.442Z] #41 97.58 make[2]: Nothing to be done for 'all'. [2020-12-11T19:00:28.442Z] #41 97.60 make[2]: Nothing to be done for 'all'. [2020-12-11T19:00:28.568Z] #42 46.44 Selecting previously unselected package libprotobuf17:ppc64el. [2020-12-11T19:00:28.568Z] #42 46.45 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2020-12-11T19:00:28.568Z] #42 46.46 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-12-11T19:00:28.666Z] #27 7.847 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-12-11T19:00:28.666Z] #27 7.855 skipping existing c35d46ef359f [2020-12-11T19:00:28.666Z] #27 7.879 [2020-12-11T19:00:28.733Z] #41 97.61 INSTALL criu/criu [2020-12-11T19:00:28.733Z] #41 DONE 97.8s [2020-12-11T19:00:28.733Z] [2020-12-11T19:00:28.733Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:28.794Z] #35 ... [2020-12-11T19:00:28.795Z] [2020-12-11T19:00:28.795Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:28.795Z] #32 87.86 internal/poll [2020-12-11T19:00:28.795Z] #32 89.76 internal/fmtsort [2020-12-11T19:00:28.795Z] #32 90.95 strings [2020-12-11T19:00:28.795Z] #32 91.43 os [2020-12-11T19:00:28.795Z] #32 95.32 path [2020-12-11T19:00:28.795Z] #32 96.17 text/tabwriter [2020-12-11T19:00:28.795Z] #32 97.11 fmt [2020-12-11T19:00:28.795Z] #32 97.55 path/filepath [2020-12-11T19:00:28.795Z] #32 ... [2020-12-11T19:00:28.795Z] [2020-12-11T19:00:28.795Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:00:28.795Z] #35 2.896 + cd /tmp/tmp.BUIFNTntTx/tini [2020-12-11T19:00:28.795Z] #35 2.900 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-11T19:00:28.795Z] #35 2.967 + cmake . [2020-12-11T19:00:28.934Z] #27 8.178 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-12-11T19:00:29.190Z] #27 8.299 [2020-12-11T19:00:29.190Z] #27 8.380 ######################################################################## 100.0% [2020-12-11T19:00:29.190Z] #27 8.395 [2020-12-11T19:00:29.627Z] #42 47.53 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2020-12-11T19:00:29.627Z] #42 47.53 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2020-12-11T19:00:29.751Z] #27 8.856 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-12-11T19:00:29.751Z] #27 8.967 [2020-12-11T19:00:29.799Z] #54 ... [2020-12-11T19:00:29.799Z] [2020-12-11T19:00:29.799Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-12-11T19:00:29.946Z] #42 47.54 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-12-11T19:00:30.007Z] #27 9.043 ######################################################################## 100.0% [2020-12-11T19:00:30.007Z] #27 9.075 [2020-12-11T19:00:30.007Z] #27 9.094 Download of images into '/build' complete. [2020-12-11T19:00:30.007Z] #27 9.094 Use something like the following to load the result into a Docker daemon: [2020-12-11T19:00:30.007Z] #27 9.094 tar -cC '/build' . | docker load [2020-12-11T19:00:30.090Z] #42 DONE 0.2s [2020-12-11T19:00:30.090Z] [2020-12-11T19:00:30.090Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-12-11T19:00:30.090Z] #44 DONE 0.1s [2020-12-11T19:00:30.090Z] [2020-12-11T19:00:30.090Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-12-11T19:00:30.177Z] #35 4.154 -- The C compiler identification is GNU 8.3.0 [2020-12-11T19:00:30.177Z] #35 4.188 -- Check for working C compiler: /usr/bin/cc [2020-12-11T19:00:30.268Z] #42 47.83 Selecting previously unselected package libprotobuf-dev:ppc64el. [2020-12-11T19:00:30.268Z] #42 47.84 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2020-12-11T19:00:30.268Z] #42 47.85 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-12-11T19:00:30.381Z] #46 DONE 0.1s [2020-12-11T19:00:30.381Z] [2020-12-11T19:00:30.382Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-12-11T19:00:30.382Z] #48 DONE 0.2s [2020-12-11T19:00:30.382Z] [2020-12-11T19:00:30.382Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:30.565Z] #42 ... [2020-12-11T19:00:30.565Z] [2020-12-11T19:00:30.565Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:30.565Z] #49 38.38 go: extracting github.com/gogo/protobuf v1.2.1 [2020-12-11T19:00:30.565Z] #49 41.86 go: extracting golang.org/x/text v0.3.2 [2020-12-11T19:00:30.565Z] #49 ... [2020-12-11T19:00:30.565Z] [2020-12-11T19:00:30.565Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:00:30.565Z] #36 45.80 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:00:30.565Z] #36 46.06 Fetched 14.9 MB in 3s (5075 kB/s) [2020-12-11T19:00:30.565Z] #36 46.18 Selecting previously unselected package xxd. [2020-12-11T19:00:30.565Z] #36 46.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 ... 15339 files and directories currently installed.) [2020-12-11T19:00:30.565Z] #36 46.28 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-12-11T19:00:30.565Z] #36 46.29 Unpacking xxd (2:8.1.0875-5) ... [2020-12-11T19:00:30.565Z] #36 46.53 Selecting previously unselected package vim-common. [2020-12-11T19:00:30.565Z] #36 46.54 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-12-11T19:00:30.565Z] #36 46.62 Unpacking vim-common (2:8.1.0875-5) ... [2020-12-11T19:00:30.565Z] #36 47.12 Selecting previously unselected package cmake-data. [2020-12-11T19:00:30.565Z] #36 47.16 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-12-11T19:00:30.565Z] #36 47.19 Unpacking cmake-data (3.13.4-1) ... [2020-12-11T19:00:30.568Z] #27 ... [2020-12-11T19:00:30.568Z] [2020-12-11T19:00:30.568Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-11T19:00:30.568Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 9.2s [2020-12-11T19:00:30.673Z] #54 ... [2020-12-11T19:00:30.673Z] [2020-12-11T19:00:30.673Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-12-11T19:00:30.673Z] #50 DONE 0.1s [2020-12-11T19:00:30.673Z] [2020-12-11T19:00:30.673Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-12-11T19:00:30.673Z] #52 DONE 0.1s [2020-12-11T19:00:30.673Z] [2020-12-11T19:00:30.673Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:31.115Z] #35 5.175 -- Check for working C compiler: /usr/bin/cc -- works [2020-12-11T19:00:31.115Z] #35 5.187 -- Detecting C compiler ABI info [2020-12-11T19:00:31.540Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.2s done [2020-12-11T19:00:31.965Z] #9 ... [2020-12-11T19:00:31.965Z] [2020-12-11T19:00:31.965Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T19:00:31.965Z] #27 7.822 [2020-12-11T19:00:31.965Z] #27 8.298 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-12-11T19:00:31.965Z] #27 8.423 [2020-12-11T19:00:31.965Z] #27 8.468 ######################################################################## 100.0% [2020-12-11T19:00:31.965Z] #27 8.564 [2020-12-11T19:00:31.965Z] #27 8.971 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-12-11T19:00:31.965Z] #27 9.043 [2020-12-11T19:00:31.965Z] #27 9.079 ######################################################################## 100.0% [2020-12-11T19:00:31.965Z] #27 9.096 [2020-12-11T19:00:31.965Z] #27 9.131 Download of images into '/build' complete. [2020-12-11T19:00:31.965Z] #27 9.131 Use something like the following to load the result into a Docker daemon: [2020-12-11T19:00:31.965Z] #27 9.131 tar -cC '/build' . | docker load [2020-12-11T19:00:32.060Z] #35 6.340 -- Detecting C compiler ABI info - done [2020-12-11T19:00:32.101Z] #36 ... [2020-12-11T19:00:32.101Z] [2020-12-11T19:00:32.101Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:32.101Z] #56 0.332 + RM_GOPATH=0 [2020-12-11T19:00:32.101Z] #56 0.332 + TMP_GOPATH= [2020-12-11T19:00:32.101Z] #56 0.332 + : /build [2020-12-11T19:00:32.101Z] #56 0.333 + '[' -z '' ']' [2020-12-11T19:00:32.101Z] #56 0.334 ++ mktemp -d [2020-12-11T19:00:32.101Z] #56 0.336 + export GOPATH=/tmp/tmp.ua9jR5xk8x [2020-12-11T19:00:32.101Z] #56 0.337 + GOPATH=/tmp/tmp.ua9jR5xk8x [2020-12-11T19:00:32.101Z] #56 0.337 + RM_GOPATH=1 [2020-12-11T19:00:32.101Z] #56 0.338 + case "$(go env GOARCH)" in [2020-12-11T19:00:32.101Z] #56 0.339 ++ go env GOARCH [2020-12-11T19:00:32.101Z] #56 0.361 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:32.101Z] #56 0.362 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:32.101Z] #56 0.370 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:32.101Z] #56 0.387 + dir=/tmp/install [2020-12-11T19:00:32.101Z] #56 0.388 + bin=containerd [2020-12-11T19:00:32.101Z] #56 0.388 + shift [2020-12-11T19:00:32.101Z] #56 0.389 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-12-11T19:00:32.101Z] #56 0.390 + . /tmp/install/containerd.installer [2020-12-11T19:00:32.101Z] #56 0.392 ++ set -e [2020-12-11T19:00:32.101Z] #56 0.394 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-11T19:00:32.101Z] #56 0.399 + install_containerd [2020-12-11T19:00:32.101Z] #56 0.407 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2020-12-11T19:00:32.101Z] #56 0.408 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-11T19:00:32.101Z] #56 0.409 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ua9jR5xk8x/src/github.com/containerd/containerd [2020-12-11T19:00:32.101Z] #56 0.445 Cloning into '/tmp/tmp.ua9jR5xk8x/src/github.com/containerd/containerd'... [2020-12-11T19:00:32.101Z] #56 ... [2020-12-11T19:00:32.101Z] [2020-12-11T19:00:32.101Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-11T19:00:32.101Z] #32 48.59 Checking out files: 77% (1183/1521) Checking out files: 78% (1187/1521) Checking out files: 79% (1202/1521) Checking out files: 80% (1217/1521) Checking out files: 81% (1233/1521) Checking out files: 82% (1248/1521) Checking out files: 83% (1263/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-12-11T19:00:32.101Z] #32 49.60 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-12-11T19:00:32.319Z] #9 ... [2020-12-11T19:00:32.319Z] [2020-12-11T19:00:32.319Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-11T19:00:32.319Z] #25 11.55 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-12-11T19:00:32.319Z] #25 11.56 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T19:00:32.319Z] #25 11.70 Selecting previously unselected package libldap-2.4-2:arm64. [2020-12-11T19:00:32.319Z] #25 11.70 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_arm64.deb ... [2020-12-11T19:00:32.319Z] #25 11.71 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T19:00:32.319Z] #25 11.84 Selecting previously unselected package libnghttp2-14:arm64. [2020-12-11T19:00:32.319Z] #25 11.84 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ... [2020-12-11T19:00:32.319Z] #25 11.84 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2020-12-11T19:00:32.319Z] #25 11.90 Selecting previously unselected package libpsl5:arm64. [2020-12-11T19:00:32.319Z] #25 11.90 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ... [2020-12-11T19:00:32.319Z] #25 11.90 Unpacking libpsl5:arm64 (0.20.2-2) ... [2020-12-11T19:00:32.319Z] #25 11.95 Selecting previously unselected package librtmp1:arm64. [2020-12-11T19:00:32.319Z] #25 11.95 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... [2020-12-11T19:00:32.319Z] #25 11.96 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2020-12-11T19:00:32.319Z] #25 12.01 Selecting previously unselected package libssh2-1:arm64. [2020-12-11T19:00:32.319Z] #25 12.01 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ... [2020-12-11T19:00:32.319Z] #25 12.01 Unpacking libssh2-1:arm64 (1.8.0-2.1) ... [2020-12-11T19:00:32.319Z] #25 12.07 Selecting previously unselected package libcurl4:arm64. [2020-12-11T19:00:32.319Z] #25 12.07 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_arm64.deb ... [2020-12-11T19:00:32.319Z] #25 12.07 Unpacking libcurl4:arm64 (7.64.0-4+deb10u1) ... [2020-12-11T19:00:32.319Z] #25 12.31 Selecting previously unselected package curl. [2020-12-11T19:00:32.319Z] #25 12.31 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_arm64.deb ... [2020-12-11T19:00:32.319Z] #25 12.32 Unpacking curl (7.64.0-4+deb10u1) ... [2020-12-11T19:00:32.319Z] #25 12.95 Selecting previously unselected package libonig5:arm64. [2020-12-11T19:00:32.319Z] #25 12.95 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ... [2020-12-11T19:00:32.319Z] #25 13.35 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-12-11T19:00:32.319Z] #25 14.87 Selecting previously unselected package libjq1:arm64. [2020-12-11T19:00:32.319Z] #25 14.87 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-12-11T19:00:32.319Z] #25 14.88 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-12-11T19:00:32.319Z] #25 15.59 Selecting previously unselected package jq. [2020-12-11T19:00:32.319Z] #25 15.59 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ... [2020-12-11T19:00:32.319Z] #25 15.97 Unpacking jq (1.5+dfsg-2+b1) ... [2020-12-11T19:00:32.319Z] #25 16.41 Setting up libkeyutils1:arm64 (1.6-6) ... [2020-12-11T19:00:32.319Z] #25 16.43 Setting up libpsl5:arm64 (0.20.2-2) ... [2020-12-11T19:00:32.319Z] #25 16.46 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u4) ... [2020-12-11T19:00:32.319Z] #25 16.72 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2020-12-11T19:00:32.319Z] #25 ... [2020-12-11T19:00:32.319Z] [2020-12-11T19:00:32.319Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-12-11T19:00:32.319Z] #9 DONE 5.3s [2020-12-11T19:00:32.319Z] [2020-12-11T19:00:32.319Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-11T19:00:32.319Z] #25 16.74 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T19:00:32.319Z] #25 16.76 Setting up libkrb5support0:arm64 (1.17-3+deb10u1) ... [2020-12-11T19:00:32.319Z] #25 16.77 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T19:00:32.319Z] #25 16.78 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2020-12-11T19:00:32.319Z] #25 16.80 Setting up libk5crypto3:arm64 (1.17-3+deb10u1) ... [2020-12-11T19:00:32.319Z] #25 16.81 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-11T19:00:32.319Z] #25 16.83 Setting up libssh2-1:arm64 (1.8.0-2.1) ... [2020-12-11T19:00:32.319Z] #25 ... [2020-12-11T19:00:32.319Z] [2020-12-11T19:00:32.319Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-12-11T19:00:32.320Z] #35 6.434 -- Detecting C compile features [2020-12-11T19:00:32.397Z] #32 50.25 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-12-11T19:00:32.510Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-12-11T19:00:32.633Z] #27 DONE 14.0s [2020-12-11T19:00:32.633Z] [2020-12-11T19:00:32.633Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-12-11T19:00:32.633Z] #9 DONE 6.3s [2020-12-11T19:00:32.633Z] [2020-12-11T19:00:32.633Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-12-11T19:00:32.741Z] #54 117.5 + bin/containerd [2020-12-11T19:00:33.268Z] #10 DONE 0.9s [2020-12-11T19:00:33.268Z] [2020-12-11T19:00:33.268Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T19:00:33.534Z] #53 ... [2020-12-11T19:00:33.534Z] [2020-12-11T19:00:33.534Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-12-11T19:00:33.534Z] #29 DONE 0.4s [2020-12-11T19:00:33.534Z] [2020-12-11T19:00:33.534Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-12-11T19:00:33.534Z] #37 DONE 0.4s [2020-12-11T19:00:33.798Z] [2020-12-11T19:00:33.798Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-11T19:00:33.798Z] #25 16.84 Setting up libkrb5-3:arm64 (1.17-3+deb10u1) ... [2020-12-11T19:00:33.798Z] #25 16.85 Setting up openssl (1.1.1d-0+deb10u4) ... [2020-12-11T19:00:33.798Z] #25 16.87 Setting up libonig5:arm64 (6.9.1-1) ... [2020-12-11T19:00:33.798Z] #25 16.98 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-12-11T19:00:33.798Z] #25 17.00 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u4) ... [2020-12-11T19:00:33.798Z] #25 17.01 Setting up ca-certificates (20200601~deb10u1) ... [2020-12-11T19:00:33.798Z] #25 17.87 Updating certificates in /etc/ssl/certs... [2020-12-11T19:00:34.229Z] #35 ... [2020-12-11T19:00:34.229Z] [2020-12-11T19:00:34.229Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:00:34.229Z] #11 103.5 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-12-11T19:00:34.229Z] #11 103.5 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-12-11T19:00:34.229Z] #11 103.5 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-12-11T19:00:34.395Z] #8 DONE 43.5s [2020-12-11T19:00:34.395Z] [2020-12-11T19:00:34.395Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-12-11T19:00:34.489Z] #11 ... [2020-12-11T19:00:34.489Z] [2020-12-11T19:00:34.489Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:00:34.489Z] #40 102.9 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-12-11T19:00:34.489Z] #40 102.9 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:00:34.489Z] #40 DONE 103.8s [2020-12-11T19:00:34.489Z] [2020-12-11T19:00:34.489Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:00:34.549Z] #10 DONE 1.7s [2020-12-11T19:00:34.549Z] [2020-12-11T19:00:34.549Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:00:34.549Z] #40 ... [2020-12-11T19:00:34.549Z] [2020-12-11T19:00:34.549Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-12-11T19:00:34.549Z] #29 DONE 0.2s [2020-12-11T19:00:34.549Z] [2020-12-11T19:00:34.549Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-12-11T19:00:34.549Z] #37 DONE 0.2s [2020-12-11T19:00:34.810Z] [2020-12-11T19:00:34.810Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T19:00:35.856Z] #25 20.24 126 added, 0 removed; done. [2020-12-11T19:00:35.856Z] #25 20.37 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2020-12-11T19:00:35.856Z] #25 20.40 Setting up jq (1.5+dfsg-2+b1) ... [2020-12-11T19:00:35.856Z] #25 20.42 Setting up libcurl4:arm64 (7.64.0-4+deb10u1) ... [2020-12-11T19:00:35.856Z] #25 20.43 Setting up curl (7.64.0-4+deb10u1) ... [2020-12-11T19:00:35.856Z] #25 20.50 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:00:35.856Z] #25 20.59 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-12-11T19:00:35.856Z] #25 20.64 Updating certificates in /etc/ssl/certs... [2020-12-11T19:00:36.292Z] #9 ... [2020-12-11T19:00:36.292Z] [2020-12-11T19:00:36.292Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T19:00:36.292Z] #27 DONE 15.1s [2020-12-11T19:00:36.292Z] [2020-12-11T19:00:36.292Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-12-11T19:00:36.912Z] #32 ... [2020-12-11T19:00:36.912Z] [2020-12-11T19:00:36.912Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:00:36.913Z] #45 44.50 internal/reflectlite [2020-12-11T19:00:36.913Z] #45 44.50 sync [2020-12-11T19:00:36.913Z] #45 47.89 github.com/LK4D4/vndr/godl/singleflight [2020-12-11T19:00:36.913Z] #45 47.92 internal/singleflight [2020-12-11T19:00:36.913Z] #45 47.92 math/rand [2020-12-11T19:00:36.913Z] #45 50.91 io [2020-12-11T19:00:36.913Z] #45 50.92 sort [2020-12-11T19:00:36.913Z] #45 50.94 strconv [2020-12-11T19:00:36.913Z] #45 50.99 syscall [2020-12-11T19:00:36.913Z] #45 ... [2020-12-11T19:00:36.913Z] [2020-12-11T19:00:36.913Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:36.913Z] #49 48.64 go: finding github.com/fatih/color v1.7.0 [2020-12-11T19:00:36.913Z] #49 48.77 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-11T19:00:36.913Z] #49 48.91 go: finding github.com/mattn/go-colorable v0.1.4 [2020-12-11T19:00:36.913Z] #49 48.97 go: finding github.com/mattn/go-isatty v0.0.8 [2020-12-11T19:00:36.913Z] #49 49.22 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-11T19:00:36.913Z] #49 49.25 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-12-11T19:00:36.913Z] #49 49.33 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-11T19:00:36.913Z] #49 49.39 go: finding github.com/go-critic/go-critic v0.4.1 [2020-12-11T19:00:36.913Z] #49 49.49 go: finding github.com/pkg/errors v0.8.1 [2020-12-11T19:00:36.913Z] #49 49.51 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-12-11T19:00:36.913Z] #49 49.51 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-12-11T19:00:36.913Z] #49 49.62 go: finding github.com/spf13/viper v1.6.1 [2020-12-11T19:00:36.913Z] #49 49.77 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-12-11T19:00:36.913Z] #49 49.78 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-12-11T19:00:36.913Z] #49 49.81 go: finding github.com/stretchr/testify v1.4.0 [2020-12-11T19:00:36.913Z] #49 49.82 go: finding github.com/sirupsen/logrus v1.4.2 [2020-12-11T19:00:36.913Z] #49 49.91 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-12-11T19:00:36.913Z] #49 49.91 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-12-11T19:00:36.913Z] #49 49.96 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-12-11T19:00:36.913Z] #49 49.96 go: finding github.com/davecgh/go-spew v1.1.1 [2020-12-11T19:00:36.913Z] #49 50.05 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-11T19:00:36.913Z] #49 50.08 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-11T19:00:36.913Z] #49 50.08 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-12-11T19:00:36.913Z] #49 50.09 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-12-11T19:00:36.913Z] #49 50.10 go: finding github.com/spf13/cobra v0.0.5 [2020-12-11T19:00:36.913Z] #49 50.18 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-12-11T19:00:36.913Z] #49 50.21 go: finding github.com/stretchr/objx v0.2.0 [2020-12-11T19:00:36.913Z] #49 50.21 go: finding github.com/gobwas/glob v0.2.3 [2020-12-11T19:00:36.913Z] #49 50.26 go: finding github.com/spf13/pflag v1.0.5 [2020-12-11T19:00:36.913Z] #49 50.28 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-11T19:00:36.913Z] #49 50.30 go: finding github.com/hashicorp/hcl v1.0.0 [2020-12-11T19:00:36.913Z] #49 50.40 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-11T19:00:36.913Z] #49 50.44 go: finding github.com/magiconair/properties v1.8.1 [2020-12-11T19:00:36.913Z] #49 50.47 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-11T19:00:36.913Z] #49 50.47 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-12-11T19:00:36.913Z] #49 50.47 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-12-11T19:00:36.913Z] #49 50.49 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-11T19:00:36.913Z] #49 50.57 go: finding github.com/pelletier/go-toml v1.2.0 [2020-12-11T19:00:36.913Z] #49 50.57 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-11T19:00:36.913Z] #49 50.67 go: finding github.com/spf13/afero v1.1.2 [2020-12-11T19:00:36.913Z] #49 50.73 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-11T19:00:36.913Z] #49 50.84 go: finding github.com/spf13/cast v1.3.0 [2020-12-11T19:00:36.913Z] #49 50.86 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-11T19:00:36.913Z] #49 50.89 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-11T19:00:36.913Z] #49 50.92 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-12-11T19:00:36.913Z] #49 51.01 go: finding github.com/subosito/gotenv v1.2.0 [2020-12-11T19:00:36.913Z] #49 51.08 go: finding gopkg.in/ini.v1 v1.51.0 [2020-12-11T19:00:36.913Z] #49 51.11 go: finding golang.org/x/text v0.3.2 [2020-12-11T19:00:36.913Z] #49 51.22 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-11T19:00:36.913Z] #49 51.24 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-11T19:00:36.913Z] #49 51.30 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-11T19:00:36.913Z] #49 51.32 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-11T19:00:36.913Z] #49 51.36 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-11T19:00:36.913Z] #49 51.41 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-11T19:00:36.913Z] #49 51.43 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-11T19:00:36.913Z] #49 51.49 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-11T19:00:36.913Z] #49 51.51 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-11T19:00:36.913Z] #49 51.61 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-11T19:00:36.913Z] #49 51.63 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-12-11T19:00:36.913Z] #49 51.64 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-11T19:00:36.913Z] #49 51.70 go: finding github.com/kisielk/gotool v1.0.0 [2020-12-11T19:00:36.913Z] #49 51.71 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-11T19:00:36.913Z] #49 51.75 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-11T19:00:36.913Z] #49 51.77 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-11T19:00:36.913Z] #49 51.80 go: finding github.com/ultraware/funlen v0.0.2 [2020-12-11T19:00:36.913Z] #49 51.81 go: finding github.com/ultraware/whitespace v0.0.4 [2020-12-11T19:00:36.913Z] #49 51.86 go: finding github.com/uudashr/gocognit v1.0.1 [2020-12-11T19:00:36.913Z] #49 52.00 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-11T19:00:36.913Z] #49 52.33 go: finding github.com/gogo/protobuf v1.2.1 [2020-12-11T19:00:36.913Z] #49 52.43 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-11T19:00:36.913Z] #49 52.54 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-11T19:00:36.913Z] #49 52.55 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-11T19:00:36.913Z] #49 52.66 go: finding github.com/BurntSushi/toml v0.3.1 [2020-12-11T19:00:36.913Z] #49 52.66 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-11T19:00:37.040Z] #41 ... [2020-12-11T19:00:37.040Z] [2020-12-11T19:00:37.040Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:37.040Z] #49 96.21 golang.org/x/sys/unix [2020-12-11T19:00:37.040Z] #49 96.41 fmt [2020-12-11T19:00:37.040Z] #49 104.2 encoding/json [2020-12-11T19:00:37.040Z] #49 ... [2020-12-11T19:00:37.040Z] [2020-12-11T19:00:37.040Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:00:37.040Z] #35 9.535 -- Detecting C compile features - done [2020-12-11T19:00:37.040Z] #35 9.579 -- Performing Test HAS_BUILTIN_FORTIFY [2020-12-11T19:00:37.040Z] #35 10.02 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-12-11T19:00:37.040Z] #35 10.14 -- Configuring done [2020-12-11T19:00:37.040Z] #35 10.16 -- Generating done [2020-12-11T19:00:37.040Z] #35 10.18 -- Build files have been written to: /tmp/tmp.BUIFNTntTx/tini [2020-12-11T19:00:37.040Z] #35 10.20 + make tini-static [2020-12-11T19:00:37.040Z] #35 11.10 Scanning dependencies of target tini-static [2020-12-11T19:00:37.221Z] #9 DONE 3.1s [2020-12-11T19:00:37.221Z] [2020-12-11T19:00:37.221Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-12-11T19:00:37.300Z] #35 11.30 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-12-11T19:00:37.820Z] #25 ... [2020-12-11T19:00:37.820Z] [2020-12-11T19:00:37.820Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T19:00:37.820Z] #53 4.651 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T19:00:37.821Z] #53 4.743 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T19:00:37.821Z] #53 4.744 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T19:00:37.869Z] #35 ... [2020-12-11T19:00:37.869Z] [2020-12-11T19:00:37.869Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:00:37.869Z] #43 96.97 regexp/syntax [2020-12-11T19:00:37.869Z] #43 98.24 fmt [2020-12-11T19:00:37.869Z] #43 105.0 regexp [2020-12-11T19:00:37.869Z] #43 106.3 go/token [2020-12-11T19:00:37.869Z] #43 ... [2020-12-11T19:00:37.869Z] [2020-12-11T19:00:37.869Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:37.869Z] #32 100.2 io/ioutil [2020-12-11T19:00:37.869Z] #32 103.0 flag [2020-12-11T19:00:37.869Z] #32 103.1 github.com/BurntSushi/toml [2020-12-11T19:00:37.869Z] #32 106.0 log [2020-12-11T19:00:38.162Z] #10 DONE 0.9s [2020-12-11T19:00:38.162Z] [2020-12-11T19:00:38.162Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-12-11T19:00:38.162Z] #37 DONE 0.1s [2020-12-11T19:00:38.162Z] [2020-12-11T19:00:38.162Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:38.425Z] #62 ... [2020-12-11T19:00:38.425Z] [2020-12-11T19:00:38.425Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-12-11T19:00:38.425Z] #29 DONE 0.1s [2020-12-11T19:00:38.425Z] [2020-12-11T19:00:38.425Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-11T19:00:38.439Z] #32 ... [2020-12-11T19:00:38.439Z] [2020-12-11T19:00:38.439Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:00:38.439Z] #41 3.707 Note: Building without setproctitle() and strlcpy() support. [2020-12-11T19:00:38.439Z] #41 3.707 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-12-11T19:00:38.439Z] #41 3.771 Note: Building without GnuTLS support [2020-12-11T19:00:38.439Z] #41 3.774 Makefile.config:39: Warn: you have no libnftables installed [2020-12-11T19:00:38.439Z] #41 3.774 Makefile.config:40: Warn: Building without nftables support [2020-12-11T19:00:38.776Z] #53 5.521 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-12-11T19:00:38.776Z] #53 ... [2020-12-11T19:00:38.776Z] [2020-12-11T19:00:38.776Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-11T19:00:38.776Z] #25 22.57 0 added, 0 removed; done. [2020-12-11T19:00:38.776Z] #25 22.57 Running hooks in /etc/ca-certificates/update.d... [2020-12-11T19:00:38.776Z] #25 22.58 done. [2020-12-11T19:00:38.776Z] #25 DONE 23.3s [2020-12-11T19:00:38.776Z] [2020-12-11T19:00:38.776Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-12-11T19:00:38.776Z] #26 DONE 0.2s [2020-12-11T19:00:38.776Z] [2020-12-11T19:00:38.776Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T19:00:39.030Z] #49 ... [2020-12-11T19:00:39.030Z] [2020-12-11T19:00:39.030Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:39.030Z] #34 46.45 sync [2020-12-11T19:00:39.030Z] #34 46.46 internal/reflectlite [2020-12-11T19:00:39.030Z] #34 49.93 errors [2020-12-11T19:00:39.030Z] #34 49.94 sort [2020-12-11T19:00:39.030Z] #34 50.58 strconv [2020-12-11T19:00:39.030Z] #34 50.59 io [2020-12-11T19:00:39.030Z] #34 50.64 internal/oserror [2020-12-11T19:00:39.030Z] #34 50.91 syscall [2020-12-11T19:00:39.030Z] #34 54.54 bytes [2020-12-11T19:00:39.030Z] #34 54.58 strings [2020-12-11T19:00:39.030Z] #34 ... [2020-12-11T19:00:39.030Z] [2020-12-11T19:00:39.030Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:39.030Z] #51 56.69 bytes [2020-12-11T19:00:39.030Z] #51 56.74 syscall [2020-12-11T19:00:39.030Z] #51 56.75 strconv [2020-12-11T19:00:39.030Z] #51 56.77 strings [2020-12-11T19:00:40.113Z] #38 ... [2020-12-11T19:00:40.113Z] [2020-12-11T19:00:40.113Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:40.113Z] #56 5.457 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-11T19:00:40.113Z] #56 5.457 + RM_GOPATH=0 [2020-12-11T19:00:40.113Z] #56 5.457 + TMP_GOPATH= [2020-12-11T19:00:40.113Z] #56 5.457 + : /build [2020-12-11T19:00:40.113Z] #56 5.457 + '[' -z '' ']' [2020-12-11T19:00:40.113Z] #56 5.457 ++ mktemp -d [2020-12-11T19:00:40.113Z] #56 5.457 + export GOPATH=/tmp/tmp.FLo9M82dLx [2020-12-11T19:00:40.113Z] #56 5.457 + GOPATH=/tmp/tmp.FLo9M82dLx [2020-12-11T19:00:40.113Z] #56 5.457 + RM_GOPATH=1 [2020-12-11T19:00:40.113Z] #56 5.457 + case "$(go env GOARCH)" in [2020-12-11T19:00:40.113Z] #56 5.457 ++ go env GOARCH [2020-12-11T19:00:40.113Z] #56 5.457 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:40.113Z] #56 5.457 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:40.113Z] #56 5.457 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:40.113Z] #56 5.457 + dir=/tmp/install [2020-12-11T19:00:40.113Z] #56 5.457 + bin=rootlesskit [2020-12-11T19:00:40.113Z] #56 5.457 + shift [2020-12-11T19:00:40.113Z] #56 5.457 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-12-11T19:00:40.113Z] #56 5.457 + . /tmp/install/rootlesskit.installer [2020-12-11T19:00:40.113Z] #56 5.457 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-11T19:00:40.113Z] #56 5.457 + install_rootlesskit [2020-12-11T19:00:40.113Z] #56 5.457 + case "$1" in [2020-12-11T19:00:40.113Z] #56 5.457 + export CGO_ENABLED=0 [2020-12-11T19:00:40.113Z] #56 5.457 + CGO_ENABLED=0 [2020-12-11T19:00:40.113Z] #56 5.457 + _install_rootlesskit [2020-12-11T19:00:40.113Z] #56 5.457 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-12-11T19:00:40.113Z] #56 5.457 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.FLo9M82dLx/src/github.com/rootless-containers/rootlesskit [2020-12-11T19:00:40.113Z] #56 5.465 Cloning into '/tmp/tmp.FLo9M82dLx/src/github.com/rootless-containers/rootlesskit'... [2020-12-11T19:00:40.374Z] #56 ... [2020-12-11T19:00:40.374Z] [2020-12-11T19:00:40.374Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:40.374Z] #49 5.953 + RM_GOPATH=0 [2020-12-11T19:00:40.374Z] #49 5.953 + TMP_GOPATH= [2020-12-11T19:00:40.374Z] #49 5.953 + : /build [2020-12-11T19:00:40.374Z] #49 5.953 + '[' -z '' ']' [2020-12-11T19:00:40.374Z] #49 5.953 ++ mktemp -d [2020-12-11T19:00:40.374Z] #49 5.955 + export GOPATH=/tmp/tmp.omk60vUagE [2020-12-11T19:00:40.374Z] #49 5.955 + GOPATH=/tmp/tmp.omk60vUagE [2020-12-11T19:00:40.374Z] #49 5.955 + RM_GOPATH=1 [2020-12-11T19:00:40.374Z] #49 5.955 + case "$(go env GOARCH)" in [2020-12-11T19:00:40.374Z] #49 5.958 ++ go env GOARCH [2020-12-11T19:00:40.374Z] #49 5.960 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:40.374Z] #49 5.960 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:40.374Z] #49 5.961 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:40.374Z] #49 5.964 + dir=/tmp/install [2020-12-11T19:00:40.374Z] #49 5.965 + bin=shfmt [2020-12-11T19:00:40.374Z] #49 5.965 + shift [2020-12-11T19:00:40.374Z] #49 5.965 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-12-11T19:00:40.374Z] #49 5.965 + . /tmp/install/shfmt.installer [2020-12-11T19:00:40.374Z] #49 5.965 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-11T19:00:40.374Z] #49 5.966 + install_shfmt [2020-12-11T19:00:40.374Z] #49 5.966 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-12-11T19:00:40.374Z] #49 5.966 + git clone https://github.com/mvdan/sh.git /tmp/tmp.omk60vUagE/src/github.com/mvdan/sh [2020-12-11T19:00:40.374Z] #49 5.966 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-11T19:00:40.374Z] #49 5.971 Cloning into '/tmp/tmp.omk60vUagE/src/github.com/mvdan/sh'... [2020-12-11T19:00:40.978Z] #41 ... [2020-12-11T19:00:40.978Z] [2020-12-11T19:00:40.978Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:00:40.978Z] #35 13.56 [100%] Linking C executable tini-static [2020-12-11T19:00:40.978Z] #35 14.15 [100%] Built target tini-static [2020-12-11T19:00:40.978Z] #35 14.26 + mkdir -p /build [2020-12-11T19:00:40.978Z] #35 14.26 + cp tini-static /build/docker-init [2020-12-11T19:00:40.978Z] #35 DONE 14.6s [2020-12-11T19:00:40.978Z] [2020-12-11T19:00:40.978Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:40.978Z] #32 109.8 github.com/BurntSushi/toml/cmd/tomlv [2020-12-11T19:00:41.773Z] #49 ... [2020-12-11T19:00:41.773Z] [2020-12-11T19:00:41.773Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T19:00:41.773Z] #38 6.851 + git clone https://github.com/docker/distribution.git . [2020-12-11T19:00:41.773Z] #38 6.860 Cloning into '.'... [2020-12-11T19:00:41.796Z] #51 ... [2020-12-11T19:00:41.796Z] [2020-12-11T19:00:41.796Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:00:41.796Z] #13 49.29 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] [2020-12-11T19:00:41.796Z] #13 52.25 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2020-12-11T19:00:41.796Z] #13 52.36 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2020-12-11T19:00:41.796Z] #13 52.56 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-12-11T19:00:41.796Z] #13 52.56 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-12-11T19:00:41.796Z] #13 52.56 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] [2020-12-11T19:00:41.796Z] #13 52.64 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u5 [110 kB] [2020-12-11T19:00:41.796Z] #13 52.81 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2020-12-11T19:00:41.796Z] #13 52.92 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2020-12-11T19:00:41.796Z] #13 52.95 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2020-12-11T19:00:41.796Z] #13 52.98 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2020-12-11T19:00:41.796Z] #13 53.00 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2020-12-11T19:00:41.796Z] #13 53.07 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2020-12-11T19:00:41.796Z] #13 53.09 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2020-12-11T19:00:41.796Z] #13 53.09 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2020-12-11T19:00:41.796Z] #13 53.24 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u5 [322 kB] [2020-12-11T19:00:41.796Z] #13 54.77 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:00:41.796Z] #13 54.92 Fetched 79.4 MB in 13s (6223 kB/s) [2020-12-11T19:00:41.796Z] #13 55.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.) [2020-12-11T19:00:41.796Z] #13 55.13 Preparing to unpack .../libsystemd0_241-7~deb10u5_ppc64el.deb ... [2020-12-11T19:00:41.796Z] #13 55.17 Unpacking libsystemd0:ppc64el (241-7~deb10u5) over (241-7~deb10u4) ... [2020-12-11T19:00:41.796Z] #13 55.64 Setting up libsystemd0:ppc64el (241-7~deb10u5) ... [2020-12-11T19:00:41.796Z] #13 55.80 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-12-11T19:00:41.796Z] #13 55.90 Preparing to unpack .../libudev1_241-7~deb10u5_ppc64el.deb ... [2020-12-11T19:00:41.796Z] #13 55.92 Unpacking libudev1:ppc64el (241-7~deb10u5) over (241-7~deb10u4) ... [2020-12-11T19:00:41.796Z] #13 56.15 Setting up libudev1:ppc64el (241-7~deb10u5) ... [2020-12-11T19:00:41.796Z] #13 56.34 Selecting previously unselected package binutils-mingw-w64-i686. [2020-12-11T19:00:41.796Z] #13 56.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 ... 15339 files and directories currently installed.) [2020-12-11T19:00:41.796Z] #13 56.43 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2020-12-11T19:00:41.796Z] #13 56.45 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-12-11T19:00:41.796Z] #13 59.41 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-12-11T19:00:41.796Z] #13 59.41 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2020-12-11T19:00:41.796Z] #13 59.42 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-12-11T19:00:42.094Z] #13 ... [2020-12-11T19:00:42.094Z] [2020-12-11T19:00:42.094Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:00:42.094Z] #42 49.83 Selecting previously unselected package libprotoc17:ppc64el. [2020-12-11T19:00:42.094Z] #42 49.83 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2020-12-11T19:00:42.094Z] #42 49.85 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2020-12-11T19:00:42.094Z] #42 50.52 Selecting previously unselected package protobuf-c-compiler. [2020-12-11T19:00:42.094Z] #42 50.52 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2020-12-11T19:00:42.094Z] #42 50.53 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-12-11T19:00:42.094Z] #42 50.69 Selecting previously unselected package protobuf-compiler. [2020-12-11T19:00:42.094Z] #42 50.69 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2020-12-11T19:00:42.094Z] #42 50.69 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-12-11T19:00:42.094Z] #42 50.91 Selecting previously unselected package python-pkg-resources. [2020-12-11T19:00:42.094Z] #42 50.93 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-12-11T19:00:42.094Z] #42 50.93 Unpacking python-pkg-resources (40.8.0-1) ... [2020-12-11T19:00:42.094Z] #42 51.23 Selecting previously unselected package python-six. [2020-12-11T19:00:42.094Z] #42 51.25 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-12-11T19:00:42.094Z] #42 51.26 Unpacking python-six (1.12.0-1) ... [2020-12-11T19:00:42.094Z] #42 51.40 Selecting previously unselected package python-protobuf. [2020-12-11T19:00:42.094Z] #42 51.40 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2020-12-11T19:00:42.094Z] #42 51.41 Unpacking python-protobuf (3.6.1.3-2) ... [2020-12-11T19:00:42.094Z] #42 51.90 Setting up python-pkg-resources (40.8.0-1) ... [2020-12-11T19:00:42.094Z] #42 56.95 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-12-11T19:00:42.094Z] #42 56.97 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-12-11T19:00:42.094Z] #42 56.97 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-12-11T19:00:42.094Z] #42 56.98 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-12-11T19:00:42.094Z] #42 56.98 Setting up python-six (1.12.0-1) ... [2020-12-11T19:00:42.094Z] #42 ... [2020-12-11T19:00:42.094Z] [2020-12-11T19:00:42.094Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:00:42.094Z] #36 51.00 Selecting previously unselected package libicu63:ppc64el. [2020-12-11T19:00:42.094Z] #36 51.01 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-12-11T19:00:42.094Z] #36 51.03 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-12-11T19:00:42.094Z] #36 56.31 Selecting previously unselected package libxml2:ppc64el. [2020-12-11T19:00:42.094Z] #36 56.31 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_ppc64el.deb ... [2020-12-11T19:00:42.094Z] #36 56.32 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ... [2020-12-11T19:00:42.094Z] #36 56.69 Selecting previously unselected package libarchive13:ppc64el. [2020-12-11T19:00:42.094Z] #36 56.70 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2020-12-11T19:00:42.094Z] #36 56.71 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-12-11T19:00:42.094Z] #36 57.05 Selecting previously unselected package libjsoncpp1:ppc64el. [2020-12-11T19:00:42.094Z] #36 57.06 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2020-12-11T19:00:42.094Z] #36 57.06 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2020-12-11T19:00:42.094Z] #36 57.24 Selecting previously unselected package librhash0:ppc64el. [2020-12-11T19:00:42.094Z] #36 57.25 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2020-12-11T19:00:42.094Z] #36 57.26 Unpacking librhash0:ppc64el (1.3.8-1) ... [2020-12-11T19:00:42.094Z] #36 57.50 Selecting previously unselected package libuv1:ppc64el. [2020-12-11T19:00:42.094Z] #36 57.51 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2020-12-11T19:00:42.094Z] #36 57.53 Unpacking libuv1:ppc64el (1.24.1-1) ... [2020-12-11T19:00:42.094Z] #36 57.67 Selecting previously unselected package cmake. [2020-12-11T19:00:42.094Z] #36 57.67 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2020-12-11T19:00:42.094Z] #36 57.67 Unpacking cmake (3.13.4-1) ... [2020-12-11T19:00:42.391Z] #36 60.26 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-12-11T19:00:42.391Z] #36 60.28 Setting up xxd (2:8.1.0875-5) ... [2020-12-11T19:00:42.391Z] #36 60.29 Setting up libuv1:ppc64el (1.24.1-1) ... [2020-12-11T19:00:42.391Z] #36 60.29 Setting up vim-common (2:8.1.0875-5) ... [2020-12-11T19:00:42.391Z] #36 60.33 Setting up librhash0:ppc64el (1.3.8-1) ... [2020-12-11T19:00:42.391Z] #36 60.33 Setting up cmake-data (3.13.4-1) ... [2020-12-11T19:00:42.391Z] #36 60.36 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ... [2020-12-11T19:00:42.391Z] #36 60.36 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2020-12-11T19:00:42.391Z] #36 60.36 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-12-11T19:00:42.689Z] #36 60.37 Setting up cmake (3.13.4-1) ... [2020-12-11T19:00:42.689Z] #36 60.38 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:00:42.689Z] #36 60.43 Processing triggers for mime-support (3.62) ... [2020-12-11T19:00:42.689Z] #36 DONE 60.6s [2020-12-11T19:00:42.689Z] [2020-12-11T19:00:42.689Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:00:42.689Z] #45 55.00 vendor/golang.org/x/net/dns/dnsmessage [2020-12-11T19:00:42.689Z] #45 55.30 bytes [2020-12-11T19:00:42.988Z] #45 ... [2020-12-11T19:00:42.988Z] [2020-12-11T19:00:42.988Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:00:43.029Z] #27 3.506 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-12-11T19:00:43.030Z] #27 3.924 [2020-12-11T19:00:43.030Z] #27 4.134 0.0% [2020-12-11T19:00:43.030Z] #27 ... [2020-12-11T19:00:43.030Z] [2020-12-11T19:00:43.030Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:00:43.030Z] #43 4.497 + RM_GOPATH=0 [2020-12-11T19:00:43.030Z] #43 4.497 + TMP_GOPATH= [2020-12-11T19:00:43.030Z] #43 4.497 + : /build [2020-12-11T19:00:43.030Z] #43 4.497 + '[' -z '' ']' [2020-12-11T19:00:43.030Z] #43 4.508 ++ mktemp -d [2020-12-11T19:00:43.030Z] #43 4.508 + export GOPATH=/tmp/tmp.kdW0rxtz9F [2020-12-11T19:00:43.030Z] #43 4.521 + GOPATH=/tmp/tmp.kdW0rxtz9F [2020-12-11T19:00:43.030Z] #43 4.521 + RM_GOPATH=1 [2020-12-11T19:00:43.030Z] #43 4.521 + case "$(go env GOARCH)" in [2020-12-11T19:00:43.030Z] #43 4.521 ++ go env GOARCH [2020-12-11T19:00:43.030Z] #43 4.538 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-11T19:00:43.030Z] #43 4.538 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:43.030Z] #43 4.538 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:43.030Z] #43 4.538 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:43.030Z] #43 4.538 + dir=/tmp/install [2020-12-11T19:00:43.030Z] #43 4.538 + bin=vndr [2020-12-11T19:00:43.030Z] #43 4.538 + shift [2020-12-11T19:00:43.030Z] #43 4.538 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-12-11T19:00:43.030Z] #43 4.538 + . /tmp/install/vndr.installer [2020-12-11T19:00:43.030Z] #43 4.538 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-11T19:00:43.030Z] #43 4.538 + install_vndr [2020-12-11T19:00:43.030Z] #43 4.538 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-12-11T19:00:43.030Z] #43 4.538 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.kdW0rxtz9F/src/github.com/LK4D4/vndr [2020-12-11T19:00:43.030Z] #43 4.551 Cloning into '/tmp/tmp.kdW0rxtz9F/src/github.com/LK4D4/vndr'... [2020-12-11T19:00:43.030Z] #43 5.213 + cd /tmp/tmp.kdW0rxtz9F/src/github.com/LK4D4/vndr [2020-12-11T19:00:43.030Z] #43 5.213 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-11T19:00:43.030Z] #43 5.225 + go build -buildmode=pie -v -o /build/vndr . [2020-12-11T19:00:43.030Z] #43 6.604 internal/cpu [2020-12-11T19:00:43.030Z] #43 6.604 internal/race [2020-12-11T19:00:43.030Z] #43 6.813 sync/atomic [2020-12-11T19:00:43.030Z] #43 6.915 unicode [2020-12-11T19:00:43.030Z] #43 7.257 unicode/utf8 [2020-12-11T19:00:43.030Z] #43 7.795 internal/bytealg [2020-12-11T19:00:43.030Z] #43 7.933 math [2020-12-11T19:00:43.030Z] #43 8.800 encoding [2020-12-11T19:00:43.030Z] #43 9.180 unicode/utf16 [2020-12-11T19:00:43.030Z] #43 9.456 container/list [2020-12-11T19:00:43.030Z] #43 9.651 runtime [2020-12-11T19:00:43.285Z] #37 0.377 + RM_GOPATH=0 [2020-12-11T19:00:43.285Z] #37 0.377 + TMP_GOPATH= [2020-12-11T19:00:43.285Z] #37 0.377 + : /build [2020-12-11T19:00:43.285Z] #37 0.377 + '[' -z '' ']' [2020-12-11T19:00:43.285Z] #37 0.378 ++ mktemp -d [2020-12-11T19:00:43.285Z] #37 0.380 + export GOPATH=/tmp/tmp.S4RcQPQ9sF [2020-12-11T19:00:43.285Z] #37 0.380 + GOPATH=/tmp/tmp.S4RcQPQ9sF [2020-12-11T19:00:43.285Z] #37 0.380 + RM_GOPATH=1 [2020-12-11T19:00:43.285Z] #37 0.380 + case "$(go env GOARCH)" in [2020-12-11T19:00:43.285Z] #37 0.381 ++ go env GOARCH [2020-12-11T19:00:43.285Z] #37 0.395 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:43.285Z] #37 0.404 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:43.285Z] #37 0.405 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:43.285Z] #37 0.406 + dir=/tmp/install [2020-12-11T19:00:43.285Z] #37 0.415 + bin=tini [2020-12-11T19:00:43.285Z] #37 0.416 + shift [2020-12-11T19:00:43.285Z] #37 0.416 + '[' '!' -f /tmp/install/tini.installer ']' [2020-12-11T19:00:43.285Z] #37 0.416 + . /tmp/install/tini.installer [2020-12-11T19:00:43.285Z] #37 0.419 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-11T19:00:43.285Z] #37 0.420 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-11T19:00:43.285Z] #37 0.420 + install_tini [2020-12-11T19:00:43.285Z] #37 0.420 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-12-11T19:00:43.285Z] #37 0.420 + git clone https://github.com/krallin/tini.git /tmp/tmp.S4RcQPQ9sF/tini [2020-12-11T19:00:43.285Z] #37 0.423 Cloning into '/tmp/tmp.S4RcQPQ9sF/tini'... [2020-12-11T19:00:43.294Z] #43 ... [2020-12-11T19:00:43.294Z] [2020-12-11T19:00:43.294Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:43.294Z] #62 4.634 + RM_GOPATH=0 [2020-12-11T19:00:43.294Z] #62 4.634 + TMP_GOPATH= [2020-12-11T19:00:43.294Z] #62 4.634 + : /build [2020-12-11T19:00:43.294Z] #62 4.634 + '[' -z '' ']' [2020-12-11T19:00:43.294Z] #62 4.634 ++ mktemp -d [2020-12-11T19:00:43.294Z] #62 4.635 + export GOPATH=/tmp/tmp.C5ROSpw8KE [2020-12-11T19:00:43.294Z] #62 4.635 + GOPATH=/tmp/tmp.C5ROSpw8KE [2020-12-11T19:00:43.294Z] #62 4.635 + RM_GOPATH=1 [2020-12-11T19:00:43.294Z] #62 4.635 + case "$(go env GOARCH)" in [2020-12-11T19:00:43.294Z] #62 4.636 ++ go env GOARCH [2020-12-11T19:00:43.294Z] #62 4.657 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:43.294Z] #62 4.657 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:43.294Z] #62 4.658 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:43.294Z] #62 4.661 Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-11T19:00:43.294Z] #62 4.661 + dir=/tmp/install [2020-12-11T19:00:43.294Z] #62 4.661 + bin=proxy [2020-12-11T19:00:43.294Z] #62 4.661 + shift [2020-12-11T19:00:43.294Z] #62 4.661 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-12-11T19:00:43.294Z] #62 4.661 + . /tmp/install/proxy.installer [2020-12-11T19:00:43.294Z] #62 4.661 ++ : 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-11T19:00:43.294Z] #62 4.661 + install_proxy [2020-12-11T19:00:43.294Z] #62 4.661 + case "$1" in [2020-12-11T19:00:43.294Z] #62 4.661 + export CGO_ENABLED=0 [2020-12-11T19:00:43.294Z] #62 4.661 + CGO_ENABLED=0 [2020-12-11T19:00:43.294Z] #62 4.661 + _install_proxy [2020-12-11T19:00:43.294Z] #62 4.661 + echo 'Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d' [2020-12-11T19:00:43.294Z] #62 4.661 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.C5ROSpw8KE/src/github.com/docker/libnetwork [2020-12-11T19:00:43.294Z] #62 4.664 Cloning into '/tmp/tmp.C5ROSpw8KE/src/github.com/docker/libnetwork'... [2020-12-11T19:00:43.294Z] #62 ... [2020-12-11T19:00:43.294Z] [2020-12-11T19:00:43.294Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:43.294Z] #32 4.334 + RM_GOPATH=0 [2020-12-11T19:00:43.294Z] #32 4.334 + TMP_GOPATH= [2020-12-11T19:00:43.294Z] #32 4.334 + : /build [2020-12-11T19:00:43.294Z] #32 4.334 + '[' -z '' ']' [2020-12-11T19:00:43.294Z] #32 4.334 ++ mktemp -d [2020-12-11T19:00:43.294Z] #32 4.334 + export GOPATH=/tmp/tmp.yH30cAqcUn [2020-12-11T19:00:43.294Z] #32 4.334 + GOPATH=/tmp/tmp.yH30cAqcUn [2020-12-11T19:00:43.294Z] #32 4.334 + RM_GOPATH=1 [2020-12-11T19:00:43.294Z] #32 4.334 + case "$(go env GOARCH)" in [2020-12-11T19:00:43.294Z] #32 4.339 ++ go env GOARCH [2020-12-11T19:00:43.294Z] #32 4.352 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:43.294Z] #32 4.352 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:43.294Z] #32 4.352 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:43.294Z] #32 4.354 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-11T19:00:43.294Z] #32 4.355 + dir=/tmp/install [2020-12-11T19:00:43.294Z] #32 4.355 + bin=tomlv [2020-12-11T19:00:43.294Z] #32 4.355 + shift [2020-12-11T19:00:43.294Z] #32 4.355 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-12-11T19:00:43.294Z] #32 4.355 + . /tmp/install/tomlv.installer [2020-12-11T19:00:43.294Z] #32 4.355 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-11T19:00:43.294Z] #32 4.355 + install_tomlv [2020-12-11T19:00:43.294Z] #32 4.355 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-12-11T19:00:43.294Z] #32 4.355 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.yH30cAqcUn/src/github.com/BurntSushi/toml [2020-12-11T19:00:43.294Z] #32 4.368 Cloning into '/tmp/tmp.yH30cAqcUn/src/github.com/BurntSushi/toml'... [2020-12-11T19:00:43.294Z] #32 5.098 + cd /tmp/tmp.yH30cAqcUn/src/github.com/BurntSushi/toml [2020-12-11T19:00:43.294Z] #32 5.098 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-11T19:00:43.294Z] #32 5.106 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-12-11T19:00:43.294Z] #32 5.636 runtime/internal/sys [2020-12-11T19:00:43.294Z] #32 5.649 math/bits [2020-12-11T19:00:43.294Z] #32 5.681 internal/cpu [2020-12-11T19:00:43.294Z] #32 5.844 runtime/internal/atomic [2020-12-11T19:00:43.294Z] #32 6.269 runtime/internal/math [2020-12-11T19:00:43.294Z] #32 6.491 unicode/utf8 [2020-12-11T19:00:43.294Z] #32 6.519 internal/race [2020-12-11T19:00:43.294Z] #32 6.674 internal/bytealg [2020-12-11T19:00:43.294Z] #32 6.737 sync/atomic [2020-12-11T19:00:43.294Z] #32 6.782 math [2020-12-11T19:00:43.294Z] #32 7.729 unicode [2020-12-11T19:00:43.294Z] #32 7.827 internal/testlog [2020-12-11T19:00:43.294Z] #32 8.297 runtime [2020-12-11T19:00:43.294Z] #32 8.474 encoding [2020-12-11T19:00:43.294Z] #32 9.071 runtime/cgo [2020-12-11T19:00:43.558Z] #32 ... [2020-12-11T19:00:43.558Z] [2020-12-11T19:00:43.558Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-11T19:00:43.558Z] #30 4.895 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-12-11T19:00:43.558Z] #30 4.895 Cloning into '.'... [2020-12-11T19:00:43.558Z] #30 ... [2020-12-11T19:00:43.558Z] [2020-12-11T19:00:43.558Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:00:43.558Z] #34 6.006 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T19:00:43.558Z] #34 6.086 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T19:00:43.558Z] #34 6.086 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T19:00:43.558Z] #34 7.552 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-12-11T19:00:43.558Z] #34 9.216 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [248 kB] [2020-12-11T19:00:43.727Z] #30 ... [2020-12-11T19:00:43.727Z] [2020-12-11T19:00:43.727Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:43.727Z] #22 5.091 + RM_GOPATH=0 [2020-12-11T19:00:43.727Z] #22 5.091 + TMP_GOPATH= [2020-12-11T19:00:43.727Z] #22 5.091 + : /build [2020-12-11T19:00:43.727Z] #22 5.091 + '[' -z '' ']' [2020-12-11T19:00:43.727Z] #22 5.091 ++ mktemp -d [2020-12-11T19:00:43.727Z] #22 5.092 + export GOPATH=/tmp/tmp.NW6k2sn9nJ [2020-12-11T19:00:43.727Z] #22 5.092 + GOPATH=/tmp/tmp.NW6k2sn9nJ [2020-12-11T19:00:43.727Z] #22 5.092 + RM_GOPATH=1 [2020-12-11T19:00:43.727Z] #22 5.092 + case "$(go env GOARCH)" in [2020-12-11T19:00:43.727Z] #22 5.092 ++ go env GOARCH [2020-12-11T19:00:43.727Z] #22 5.097 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:43.727Z] #22 5.097 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:43.727Z] #22 5.097 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:43.727Z] #22 5.099 + dir=/tmp/install [2020-12-11T19:00:43.727Z] #22 5.099 + bin=dockercli [2020-12-11T19:00:43.727Z] #22 5.099 + shift [2020-12-11T19:00:43.727Z] #22 5.099 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-12-11T19:00:43.727Z] #22 5.099 + . /tmp/install/dockercli.installer [2020-12-11T19:00:43.727Z] #22 5.099 ++ : stable [2020-12-11T19:00:43.727Z] #22 5.099 ++ : 17.06.2-ce [2020-12-11T19:00:43.727Z] #22 5.099 + install_dockercli [2020-12-11T19:00:43.727Z] #22 5.099 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-12-11T19:00:43.727Z] #22 5.099 ++ uname -m [2020-12-11T19:00:43.727Z] #22 5.100 + arch=x86_64 [2020-12-11T19:00:43.727Z] #22 5.100 + '[' x86_64 '!=' x86_64 ']' [2020-12-11T19:00:43.727Z] #22 5.100 + url=https://download.docker.com/linux/static [2020-12-11T19:00:43.727Z] #22 5.103 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-12-11T19:00:43.727Z] #22 5.103 + tar -xz docker/docker [2020-12-11T19:00:43.727Z] #22 5.103 Install docker/cli version 17.06.2-ce from stable [2020-12-11T19:00:43.823Z] #34 ... [2020-12-11T19:00:43.823Z] [2020-12-11T19:00:43.823Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:00:43.823Z] #11 5.638 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T19:00:43.823Z] #11 5.669 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T19:00:43.823Z] #11 5.672 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T19:00:43.823Z] #11 6.906 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-12-11T19:00:43.823Z] #11 8.631 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [248 kB] [2020-12-11T19:00:43.823Z] #11 10.49 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-12-11T19:00:43.823Z] #11 ... [2020-12-11T19:00:43.823Z] [2020-12-11T19:00:43.823Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:43.823Z] #47 4.842 + RM_GOPATH=0 [2020-12-11T19:00:43.823Z] #47 4.842 + TMP_GOPATH= [2020-12-11T19:00:43.823Z] #47 4.842 + : /build [2020-12-11T19:00:43.823Z] #47 4.842 + '[' -z '' ']' [2020-12-11T19:00:43.823Z] #47 4.844 ++ mktemp -d [2020-12-11T19:00:43.823Z] #47 4.848 + export GOPATH=/tmp/tmp.GIHlCFPoDX [2020-12-11T19:00:43.823Z] #47 4.848 + GOPATH=/tmp/tmp.GIHlCFPoDX [2020-12-11T19:00:43.823Z] #47 4.848 + RM_GOPATH=1 [2020-12-11T19:00:43.823Z] #47 4.848 + case "$(go env GOARCH)" in [2020-12-11T19:00:43.823Z] #47 4.848 ++ go env GOARCH [2020-12-11T19:00:43.823Z] #47 4.869 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:43.823Z] #47 4.869 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:43.823Z] #47 4.869 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:43.823Z] #47 4.869 + dir=/tmp/install [2020-12-11T19:00:43.823Z] #47 4.869 + bin=golangci_lint [2020-12-11T19:00:43.823Z] #47 4.869 + shift [2020-12-11T19:00:43.823Z] #47 4.869 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-12-11T19:00:43.823Z] #47 4.869 + . /tmp/install/golangci_lint.installer [2020-12-11T19:00:43.823Z] #47 4.869 ++ : v1.23.8 [2020-12-11T19:00:43.823Z] #47 4.869 + install_golangci_lint [2020-12-11T19:00:43.823Z] #47 4.869 + set -e [2020-12-11T19:00:43.823Z] #47 4.869 + export GO111MODULE=on [2020-12-11T19:00:43.823Z] #47 4.869 + GO111MODULE=on [2020-12-11T19:00:43.823Z] #47 4.869 + GOBIN=/build [2020-12-11T19:00:43.823Z] #47 4.869 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-12-11T19:00:43.823Z] #47 4.911 go: finding github.com v1.23.8 [2020-12-11T19:00:43.823Z] #47 4.911 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-12-11T19:00:43.823Z] #47 4.911 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-12-11T19:00:43.823Z] #47 4.911 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-12-11T19:00:43.823Z] #47 4.911 go: finding github.com/golangci v1.23.8 [2020-12-11T19:00:43.823Z] #47 5.986 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-12-11T19:00:43.823Z] #47 6.812 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-12-11T19:00:43.823Z] #47 ... [2020-12-11T19:00:43.823Z] [2020-12-11T19:00:43.823Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T19:00:43.823Z] #38 4.400 + git clone https://github.com/docker/distribution.git . [2020-12-11T19:00:43.823Z] #38 4.414 Cloning into '.'... [2020-12-11T19:00:44.088Z] #38 ... [2020-12-11T19:00:44.088Z] [2020-12-11T19:00:44.088Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:00:44.088Z] #40 5.137 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T19:00:44.088Z] #40 5.179 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T19:00:44.088Z] #40 5.179 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T19:00:44.088Z] #40 6.529 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-12-11T19:00:44.088Z] #40 8.897 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [248 kB] [2020-12-11T19:00:44.088Z] #40 10.34 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-12-11T19:00:44.088Z] #40 ... [2020-12-11T19:00:44.088Z] [2020-12-11T19:00:44.088Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:44.088Z] #49 3.992 + RM_GOPATH=0 [2020-12-11T19:00:44.088Z] #49 3.992 + TMP_GOPATH= [2020-12-11T19:00:44.088Z] #49 3.992 + : /build [2020-12-11T19:00:44.088Z] #49 3.992 + '[' -z '' ']' [2020-12-11T19:00:44.088Z] #49 3.994 ++ mktemp -d [2020-12-11T19:00:44.088Z] #49 3.996 + export GOPATH=/tmp/tmp.GHstbgk6mV [2020-12-11T19:00:44.088Z] #49 3.996 + GOPATH=/tmp/tmp.GHstbgk6mV [2020-12-11T19:00:44.088Z] #49 3.996 + RM_GOPATH=1 [2020-12-11T19:00:44.088Z] #49 3.996 + case "$(go env GOARCH)" in [2020-12-11T19:00:44.088Z] #49 3.996 ++ go env GOARCH [2020-12-11T19:00:44.088Z] #49 4.007 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:44.088Z] #49 4.007 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:44.088Z] #49 4.009 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:44.088Z] #49 4.015 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-11T19:00:44.088Z] #49 4.017 + dir=/tmp/install [2020-12-11T19:00:44.088Z] #49 4.017 + bin=shfmt [2020-12-11T19:00:44.088Z] #49 4.017 + shift [2020-12-11T19:00:44.088Z] #49 4.017 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-12-11T19:00:44.088Z] #49 4.017 + . /tmp/install/shfmt.installer [2020-12-11T19:00:44.088Z] #49 4.017 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-11T19:00:44.088Z] #49 4.017 + install_shfmt [2020-12-11T19:00:44.088Z] #49 4.017 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-12-11T19:00:44.088Z] #49 4.017 + git clone https://github.com/mvdan/sh.git /tmp/tmp.GHstbgk6mV/src/github.com/mvdan/sh [2020-12-11T19:00:44.088Z] #49 4.017 Cloning into '/tmp/tmp.GHstbgk6mV/src/github.com/mvdan/sh'... [2020-12-11T19:00:44.329Z] #38 ... [2020-12-11T19:00:44.329Z] [2020-12-11T19:00:44.329Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T19:00:44.329Z] #53 7.216 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T19:00:44.329Z] #53 7.267 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T19:00:44.329Z] #53 7.272 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T19:00:44.329Z] #53 8.767 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-11T19:00:44.352Z] #37 1.439 + cd /tmp/tmp.S4RcQPQ9sF/tini [2020-12-11T19:00:44.352Z] #37 1.448 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-11T19:00:44.352Z] #37 1.462 + cmake . [2020-12-11T19:00:44.357Z] #49 ... [2020-12-11T19:00:44.358Z] [2020-12-11T19:00:44.358Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:44.358Z] #45 4.759 + RM_GOPATH=0 [2020-12-11T19:00:44.358Z] #45 4.759 + TMP_GOPATH= [2020-12-11T19:00:44.358Z] #45 4.759 + : /build [2020-12-11T19:00:44.358Z] #45 4.759 + '[' -z '' ']' [2020-12-11T19:00:44.358Z] #45 4.765 ++ mktemp -d [2020-12-11T19:00:44.358Z] #45 4.768 + export GOPATH=/tmp/tmp.lPOYS8ZB9W [2020-12-11T19:00:44.358Z] #45 4.768 + GOPATH=/tmp/tmp.lPOYS8ZB9W [2020-12-11T19:00:44.358Z] #45 4.768 + RM_GOPATH=1 [2020-12-11T19:00:44.358Z] #45 4.768 + case "$(go env GOARCH)" in [2020-12-11T19:00:44.358Z] #45 4.768 ++ go env GOARCH [2020-12-11T19:00:44.358Z] #45 4.790 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:44.358Z] #45 4.790 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:44.358Z] #45 4.790 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:44.358Z] #45 4.799 + dir=/tmp/install [2020-12-11T19:00:44.358Z] #45 4.799 + bin=gotestsum [2020-12-11T19:00:44.358Z] #45 4.799 + shift [2020-12-11T19:00:44.358Z] #45 4.799 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-12-11T19:00:44.358Z] #45 4.799 + . /tmp/install/gotestsum.installer [2020-12-11T19:00:44.358Z] #45 4.799 ++ : v0.5.3 [2020-12-11T19:00:44.358Z] #45 4.799 + install_gotestsum [2020-12-11T19:00:44.358Z] #45 4.799 + set -e [2020-12-11T19:00:44.358Z] #45 4.799 + export GO111MODULE=on [2020-12-11T19:00:44.358Z] #45 4.799 + GO111MODULE=on [2020-12-11T19:00:44.358Z] #45 4.799 + GOBIN=/build [2020-12-11T19:00:44.358Z] #45 4.799 + go get gotest.tools/gotestsum@v0.5.3 [2020-12-11T19:00:44.358Z] #45 4.893 go: finding gotest.tools v0.5.3 [2020-12-11T19:00:44.358Z] #45 4.893 go: finding gotest.tools/gotestsum v0.5.3 [2020-12-11T19:00:44.358Z] #45 5.887 go: downloading gotest.tools/gotestsum v0.5.3 [2020-12-11T19:00:44.358Z] #45 6.894 go: extracting gotest.tools/gotestsum v0.5.3 [2020-12-11T19:00:44.358Z] #45 8.122 go: downloading github.com/pkg/errors v0.9.1 [2020-12-11T19:00:44.358Z] #45 8.122 go: downloading github.com/fatih/color v1.9.0 [2020-12-11T19:00:44.358Z] #45 8.124 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-12-11T19:00:44.358Z] #45 8.157 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-11T19:00:44.358Z] #45 8.159 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T19:00:44.358Z] #45 8.233 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-11T19:00:44.358Z] #45 8.276 go: extracting github.com/pkg/errors v0.9.1 [2020-12-11T19:00:44.358Z] #45 8.463 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-11T19:00:44.358Z] #45 8.504 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-11T19:00:44.358Z] #45 8.589 go: downloading github.com/spf13/pflag v1.0.3 [2020-12-11T19:00:44.358Z] #45 8.794 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-11T19:00:44.358Z] #45 9.090 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-11T19:00:44.358Z] #45 9.110 go: extracting github.com/fatih/color v1.9.0 [2020-12-11T19:00:44.358Z] #45 9.189 go: extracting github.com/spf13/pflag v1.0.3 [2020-12-11T19:00:44.358Z] #45 9.264 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-12-11T19:00:44.358Z] #45 9.316 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-12-11T19:00:44.358Z] #45 9.322 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-12-11T19:00:44.358Z] #45 9.747 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-12-11T19:00:44.358Z] #45 10.10 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-12-11T19:00:44.358Z] #45 10.57 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T19:00:44.358Z] #45 11.24 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-11T19:00:44.358Z] #45 ... [2020-12-11T19:00:44.358Z] [2020-12-11T19:00:44.358Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:44.358Z] #56 5.204 + RM_GOPATH=0 [2020-12-11T19:00:44.358Z] #56 5.204 + TMP_GOPATH= [2020-12-11T19:00:44.358Z] #56 5.204 + : /build [2020-12-11T19:00:44.358Z] #56 5.204 + '[' -z '' ']' [2020-12-11T19:00:44.358Z] #56 5.205 ++ mktemp -d [2020-12-11T19:00:44.358Z] #56 5.209 + export GOPATH=/tmp/tmp.XCWx72DGon [2020-12-11T19:00:44.358Z] #56 5.209 + GOPATH=/tmp/tmp.XCWx72DGon [2020-12-11T19:00:44.358Z] #56 5.209 + RM_GOPATH=1 [2020-12-11T19:00:44.358Z] #56 5.209 + case "$(go env GOARCH)" in [2020-12-11T19:00:44.358Z] #56 5.209 ++ go env GOARCH [2020-12-11T19:00:44.358Z] #56 5.232 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:44.358Z] #56 5.232 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:44.358Z] #56 5.232 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:44.358Z] #56 5.237 + dir=/tmp/install [2020-12-11T19:00:44.358Z] #56 5.237 + bin=rootlesskit [2020-12-11T19:00:44.358Z] #56 5.237 + shift [2020-12-11T19:00:44.358Z] #56 5.237 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-12-11T19:00:44.358Z] #56 5.237 + . /tmp/install/rootlesskit.installer [2020-12-11T19:00:44.358Z] #56 5.237 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-11T19:00:44.358Z] #56 5.246 + install_rootlesskit [2020-12-11T19:00:44.358Z] #56 5.246 + case "$1" in [2020-12-11T19:00:44.358Z] #56 5.246 + export CGO_ENABLED=0 [2020-12-11T19:00:44.358Z] #56 5.246 + CGO_ENABLED=0 [2020-12-11T19:00:44.358Z] #56 5.246 + _install_rootlesskit [2020-12-11T19:00:44.358Z] #56 5.246 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-12-11T19:00:44.358Z] #56 5.246 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.XCWx72DGon/src/github.com/rootless-containers/rootlesskit [2020-12-11T19:00:44.358Z] #56 5.246 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-11T19:00:44.358Z] #56 5.257 Cloning into '/tmp/tmp.XCWx72DGon/src/github.com/rootless-containers/rootlesskit'... [2020-12-11T19:00:44.358Z] #56 10.53 + cd /tmp/tmp.XCWx72DGon/src/github.com/rootless-containers/rootlesskit [2020-12-11T19:00:44.358Z] #56 10.53 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-11T19:00:44.358Z] #56 10.85 + for f in rootlesskit rootlesskit-docker-proxy [2020-12-11T19:00:44.358Z] #56 10.85 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-12-11T19:00:44.593Z] #53 ... [2020-12-11T19:00:44.593Z] [2020-12-11T19:00:44.593Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:44.593Z] #22 6.561 + RM_GOPATH=0 [2020-12-11T19:00:44.593Z] #22 6.561 + TMP_GOPATH= [2020-12-11T19:00:44.593Z] #22 6.561 + : /build [2020-12-11T19:00:44.593Z] #22 6.561 + '[' -z '' ']' [2020-12-11T19:00:44.593Z] #22 6.561 ++ mktemp -d [2020-12-11T19:00:44.593Z] #22 6.561 + export GOPATH=/tmp/tmp.LjBCUUTQz0 [2020-12-11T19:00:44.593Z] #22 6.561 + GOPATH=/tmp/tmp.LjBCUUTQz0 [2020-12-11T19:00:44.593Z] #22 6.561 + RM_GOPATH=1 [2020-12-11T19:00:44.593Z] #22 6.561 + case "$(go env GOARCH)" in [2020-12-11T19:00:44.593Z] #22 6.561 ++ go env GOARCH [2020-12-11T19:00:44.593Z] #22 6.576 Install docker/cli version 17.06.2-ce from stable [2020-12-11T19:00:44.593Z] #22 6.576 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:44.593Z] #22 6.576 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:44.593Z] #22 6.576 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:44.593Z] #22 6.576 + dir=/tmp/install [2020-12-11T19:00:44.593Z] #22 6.576 + bin=dockercli [2020-12-11T19:00:44.593Z] #22 6.576 + shift [2020-12-11T19:00:44.593Z] #22 6.576 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-12-11T19:00:44.593Z] #22 6.576 + . /tmp/install/dockercli.installer [2020-12-11T19:00:44.593Z] #22 6.576 ++ : stable [2020-12-11T19:00:44.593Z] #22 6.576 ++ : 17.06.2-ce [2020-12-11T19:00:44.593Z] #22 6.576 + install_dockercli [2020-12-11T19:00:44.593Z] #22 6.576 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-12-11T19:00:44.593Z] #22 6.588 ++ uname -m [2020-12-11T19:00:44.593Z] #22 6.588 + arch=x86_64 [2020-12-11T19:00:44.593Z] #22 6.588 + '[' x86_64 '!=' x86_64 ']' [2020-12-11T19:00:44.593Z] #22 6.588 + url=https://download.docker.com/linux/static [2020-12-11T19:00:44.593Z] #22 6.588 + tar -xz docker/docker [2020-12-11T19:00:44.593Z] #22 6.611 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-12-11T19:00:44.623Z] #56 ... [2020-12-11T19:00:44.623Z] [2020-12-11T19:00:44.623Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:44.623Z] #22 5.309 + RM_GOPATH=0 [2020-12-11T19:00:44.623Z] #22 5.309 + TMP_GOPATH= [2020-12-11T19:00:44.623Z] #22 5.309 + : /build [2020-12-11T19:00:44.623Z] #22 5.309 + '[' -z '' ']' [2020-12-11T19:00:44.623Z] #22 5.317 ++ mktemp -d [2020-12-11T19:00:44.623Z] #22 5.317 + export GOPATH=/tmp/tmp.MJ81XDmPWK [2020-12-11T19:00:44.623Z] #22 5.317 + GOPATH=/tmp/tmp.MJ81XDmPWK [2020-12-11T19:00:44.623Z] #22 5.317 + RM_GOPATH=1 [2020-12-11T19:00:44.623Z] #22 5.317 + case "$(go env GOARCH)" in [2020-12-11T19:00:44.623Z] #22 5.324 ++ go env GOARCH [2020-12-11T19:00:44.623Z] #22 5.329 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:44.623Z] #22 5.329 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:44.623Z] #22 5.329 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:44.623Z] #22 5.335 + dir=/tmp/install [2020-12-11T19:00:44.623Z] #22 5.335 + bin=dockercli [2020-12-11T19:00:44.623Z] #22 5.335 + shift [2020-12-11T19:00:44.623Z] #22 5.335 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-12-11T19:00:44.623Z] #22 5.335 + . /tmp/install/dockercli.installer [2020-12-11T19:00:44.623Z] #22 5.335 ++ : stable [2020-12-11T19:00:44.623Z] #22 5.335 ++ : 17.06.2-ce [2020-12-11T19:00:44.623Z] #22 5.335 + install_dockercli [2020-12-11T19:00:44.623Z] #22 5.335 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-12-11T19:00:44.623Z] #22 5.335 ++ uname -m [2020-12-11T19:00:44.623Z] #22 5.335 Install docker/cli version 17.06.2-ce from stable [2020-12-11T19:00:44.623Z] #22 5.338 + arch=aarch64 [2020-12-11T19:00:44.623Z] #22 5.338 + '[' aarch64 '!=' x86_64 ']' [2020-12-11T19:00:44.623Z] #22 5.338 + '[' aarch64 '!=' s390x ']' [2020-12-11T19:00:44.623Z] #22 5.338 + '[' aarch64 '!=' armhf ']' [2020-12-11T19:00:44.623Z] #22 5.338 + build_dockercli [2020-12-11T19:00:44.623Z] #22 5.338 + git clone https://github.com/docker/docker-ce /tmp/tmp.MJ81XDmPWK/tmp/docker-ce [2020-12-11T19:00:44.623Z] #22 5.345 Cloning into '/tmp/tmp.MJ81XDmPWK/tmp/docker-ce'... [2020-12-11T19:00:44.623Z] #22 ... [2020-12-11T19:00:44.623Z] [2020-12-11T19:00:44.623Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T19:00:44.881Z] #22 ... [2020-12-11T19:00:44.881Z] [2020-12-11T19:00:44.881Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:44.881Z] #32 6.140 + RM_GOPATH=0 [2020-12-11T19:00:44.881Z] #32 6.140 + TMP_GOPATH= [2020-12-11T19:00:44.881Z] #32 6.140 + : /build [2020-12-11T19:00:44.881Z] #32 6.140 + '[' -z '' ']' [2020-12-11T19:00:44.881Z] #32 6.140 ++ mktemp -d [2020-12-11T19:00:44.881Z] #32 6.140 + export GOPATH=/tmp/tmp.N8XgGriSIa [2020-12-11T19:00:44.881Z] #32 6.140 + GOPATH=/tmp/tmp.N8XgGriSIa [2020-12-11T19:00:44.881Z] #32 6.140 + RM_GOPATH=1 [2020-12-11T19:00:44.881Z] #32 6.140 + case "$(go env GOARCH)" in [2020-12-11T19:00:44.881Z] #32 6.140 ++ go env GOARCH [2020-12-11T19:00:44.881Z] #32 6.156 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-11T19:00:44.881Z] #32 6.156 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:44.881Z] #32 6.156 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:44.881Z] #32 6.156 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:44.881Z] #32 6.156 + dir=/tmp/install [2020-12-11T19:00:44.881Z] #32 6.156 + bin=tomlv [2020-12-11T19:00:44.881Z] #32 6.156 + shift [2020-12-11T19:00:44.881Z] #32 6.156 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-12-11T19:00:44.881Z] #32 6.156 + . /tmp/install/tomlv.installer [2020-12-11T19:00:44.881Z] #32 6.156 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-11T19:00:44.881Z] #32 6.156 + install_tomlv [2020-12-11T19:00:44.881Z] #32 6.156 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-12-11T19:00:44.881Z] #32 6.156 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.N8XgGriSIa/src/github.com/BurntSushi/toml [2020-12-11T19:00:44.881Z] #32 6.165 Cloning into '/tmp/tmp.N8XgGriSIa/src/github.com/BurntSushi/toml'... [2020-12-11T19:00:44.881Z] #32 7.501 + cd /tmp/tmp.N8XgGriSIa/src/github.com/BurntSushi/toml [2020-12-11T19:00:44.881Z] #32 7.501 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-11T19:00:44.881Z] #32 7.575 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-12-11T19:00:44.881Z] #32 8.717 internal/cpu [2020-12-11T19:00:44.881Z] #32 8.869 runtime/internal/atomic [2020-12-11T19:00:44.881Z] #32 9.379 runtime/internal/sys [2020-12-11T19:00:44.881Z] #32 9.496 internal/bytealg [2020-12-11T19:00:44.881Z] #32 9.582 runtime/internal/math [2020-12-11T19:00:44.881Z] #32 9.860 math/bits [2020-12-11T19:00:44.881Z] #32 ... [2020-12-11T19:00:44.881Z] [2020-12-11T19:00:44.881Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:44.881Z] #62 5.457 + RM_GOPATH=0 [2020-12-11T19:00:44.881Z] #62 5.457 + TMP_GOPATH= [2020-12-11T19:00:44.881Z] #62 5.457 + : /build [2020-12-11T19:00:44.881Z] #62 5.457 + '[' -z '' ']' [2020-12-11T19:00:44.881Z] #62 5.457 ++ mktemp -d [2020-12-11T19:00:44.881Z] #62 5.457 + export GOPATH=/tmp/tmp.lk0rWuI3ru [2020-12-11T19:00:44.881Z] #62 5.457 + GOPATH=/tmp/tmp.lk0rWuI3ru [2020-12-11T19:00:44.881Z] #62 5.457 + RM_GOPATH=1 [2020-12-11T19:00:44.881Z] #62 5.457 + case "$(go env GOARCH)" in [2020-12-11T19:00:44.881Z] #62 5.457 ++ go env GOARCH [2020-12-11T19:00:44.881Z] #62 5.465 Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-11T19:00:44.881Z] #62 5.465 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:44.881Z] #62 5.465 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:44.881Z] #62 5.465 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:44.881Z] #62 5.465 + dir=/tmp/install [2020-12-11T19:00:44.881Z] #62 5.465 + bin=proxy [2020-12-11T19:00:44.881Z] #62 5.465 + shift [2020-12-11T19:00:44.881Z] #62 5.465 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-12-11T19:00:44.881Z] #62 5.465 + . /tmp/install/proxy.installer [2020-12-11T19:00:44.881Z] #62 5.465 ++ : 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-11T19:00:44.881Z] #62 5.465 + install_proxy [2020-12-11T19:00:44.881Z] #62 5.465 + case "$1" in [2020-12-11T19:00:44.881Z] #62 5.465 + export CGO_ENABLED=0 [2020-12-11T19:00:44.881Z] #62 5.465 + CGO_ENABLED=0 [2020-12-11T19:00:44.881Z] #62 5.465 + _install_proxy [2020-12-11T19:00:44.881Z] #62 5.465 + echo 'Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d' [2020-12-11T19:00:44.881Z] #62 5.465 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.lk0rWuI3ru/src/github.com/docker/libnetwork [2020-12-11T19:00:44.881Z] #62 5.465 Cloning into '/tmp/tmp.lk0rWuI3ru/src/github.com/docker/libnetwork'... [2020-12-11T19:00:44.996Z] #37 2.206 -- The C compiler identification is GNU 8.3.0 [2020-12-11T19:00:44.996Z] #37 2.284 -- Check for working C compiler: /usr/bin/cc [2020-12-11T19:00:45.093Z] #22 ... [2020-12-11T19:00:45.093Z] [2020-12-11T19:00:45.093Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:45.093Z] #62 6.978 + RM_GOPATH=0 [2020-12-11T19:00:45.093Z] #62 6.978 + TMP_GOPATH= [2020-12-11T19:00:45.093Z] #62 6.978 + : /build [2020-12-11T19:00:45.093Z] #62 6.978 + '[' -z '' ']' [2020-12-11T19:00:45.093Z] #62 6.978 ++ mktemp -d [2020-12-11T19:00:45.093Z] #62 6.978 + export GOPATH=/tmp/tmp.5wIUviuFS6 [2020-12-11T19:00:45.093Z] #62 6.978 + GOPATH=/tmp/tmp.5wIUviuFS6 [2020-12-11T19:00:45.093Z] #62 6.978 + RM_GOPATH=1 [2020-12-11T19:00:45.093Z] #62 6.978 + case "$(go env GOARCH)" in [2020-12-11T19:00:45.093Z] #62 6.978 ++ go env GOARCH [2020-12-11T19:00:45.093Z] #62 6.983 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:45.093Z] #62 6.983 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:45.093Z] #62 6.983 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:45.093Z] #62 7.007 + dir=/tmp/install [2020-12-11T19:00:45.143Z] #62 ... [2020-12-11T19:00:45.143Z] [2020-12-11T19:00:45.143Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:00:45.143Z] #11 7.808 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T19:00:45.143Z] #11 7.989 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T19:00:45.143Z] #11 7.989 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T19:00:45.143Z] #11 9.488 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-11T19:00:45.143Z] #11 ... [2020-12-11T19:00:45.143Z] [2020-12-11T19:00:45.143Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-11T19:00:45.143Z] #30 6.326 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-12-11T19:00:45.143Z] #30 6.331 Cloning into '.'... [2020-12-11T19:00:45.350Z] #62 7.008 + bin=proxy [2020-12-11T19:00:45.350Z] #62 7.010 + shift [2020-12-11T19:00:45.350Z] #62 7.010 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-12-11T19:00:45.350Z] #62 7.010 + . /tmp/install/proxy.installer [2020-12-11T19:00:45.350Z] #62 7.015 ++ : 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-11T19:00:45.350Z] #62 7.015 + install_proxy [2020-12-11T19:00:45.350Z] #62 7.015 + case "$1" in [2020-12-11T19:00:45.350Z] #62 7.015 + export CGO_ENABLED=0 [2020-12-11T19:00:45.350Z] #62 7.015 + CGO_ENABLED=0 [2020-12-11T19:00:45.350Z] #62 7.015 + _install_proxy [2020-12-11T19:00:45.350Z] #62 7.015 + echo 'Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d' [2020-12-11T19:00:45.350Z] #62 7.015 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.5wIUviuFS6/src/github.com/docker/libnetwork [2020-12-11T19:00:45.350Z] #62 7.015 Cloning into '/tmp/tmp.5wIUviuFS6/src/github.com/docker/libnetwork'... [2020-12-11T19:00:45.350Z] #62 7.026 Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-11T19:00:45.405Z] #30 ... [2020-12-11T19:00:45.405Z] [2020-12-11T19:00:45.405Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:45.405Z] #45 6.631 + RM_GOPATH=0 [2020-12-11T19:00:45.405Z] #45 6.631 + TMP_GOPATH= [2020-12-11T19:00:45.405Z] #45 6.631 + : /build [2020-12-11T19:00:45.405Z] #45 6.631 + '[' -z '' ']' [2020-12-11T19:00:45.405Z] #45 6.631 ++ mktemp -d [2020-12-11T19:00:45.405Z] #45 6.631 + export GOPATH=/tmp/tmp.PQXq7KaKCE [2020-12-11T19:00:45.405Z] #45 6.631 + GOPATH=/tmp/tmp.PQXq7KaKCE [2020-12-11T19:00:45.405Z] #45 6.631 + RM_GOPATH=1 [2020-12-11T19:00:45.405Z] #45 6.631 + case "$(go env GOARCH)" in [2020-12-11T19:00:45.405Z] #45 6.631 ++ go env GOARCH [2020-12-11T19:00:45.405Z] #45 6.660 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:45.405Z] #45 6.660 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:45.405Z] #45 6.664 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:45.405Z] #45 6.664 + dir=/tmp/install [2020-12-11T19:00:45.405Z] #45 6.664 + bin=gotestsum [2020-12-11T19:00:45.405Z] #45 6.664 + shift [2020-12-11T19:00:45.405Z] #45 6.664 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-12-11T19:00:45.405Z] #45 6.664 + . /tmp/install/gotestsum.installer [2020-12-11T19:00:45.405Z] #45 6.664 ++ : v0.5.3 [2020-12-11T19:00:45.405Z] #45 6.664 + install_gotestsum [2020-12-11T19:00:45.405Z] #45 6.664 + set -e [2020-12-11T19:00:45.405Z] #45 6.664 + export GO111MODULE=on [2020-12-11T19:00:45.405Z] #45 6.664 + GO111MODULE=on [2020-12-11T19:00:45.405Z] #45 6.664 + GOBIN=/build [2020-12-11T19:00:45.405Z] #45 6.664 + go get gotest.tools/gotestsum@v0.5.3 [2020-12-11T19:00:45.405Z] #45 6.747 go: finding gotest.tools/gotestsum v0.5.3 [2020-12-11T19:00:45.405Z] #45 6.747 go: finding gotest.tools v0.5.3 [2020-12-11T19:00:45.405Z] #45 7.690 go: downloading gotest.tools/gotestsum v0.5.3 [2020-12-11T19:00:45.405Z] #45 8.334 go: extracting gotest.tools/gotestsum v0.5.3 [2020-12-11T19:00:45.405Z] #45 9.386 go: downloading github.com/spf13/pflag v1.0.3 [2020-12-11T19:00:45.405Z] #45 9.528 go: downloading github.com/pkg/errors v0.9.1 [2020-12-11T19:00:45.405Z] #45 9.532 go: downloading github.com/fatih/color v1.9.0 [2020-12-11T19:00:45.405Z] #45 9.533 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-11T19:00:45.405Z] #45 9.533 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-12-11T19:00:45.405Z] #45 9.545 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-11T19:00:45.405Z] #45 9.545 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T19:00:45.405Z] #45 9.620 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-11T19:00:45.405Z] #45 9.873 go: extracting github.com/pkg/errors v0.9.1 [2020-12-11T19:00:45.405Z] #45 9.890 go: extracting github.com/fatih/color v1.9.0 [2020-12-11T19:00:45.405Z] #45 10.00 go: extracting github.com/spf13/pflag v1.0.3 [2020-12-11T19:00:45.405Z] #45 10.07 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-11T19:00:45.405Z] #45 10.29 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-11T19:00:45.405Z] #45 10.31 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-12-11T19:00:45.405Z] #45 10.36 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-12-11T19:00:45.405Z] #45 10.40 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-12-11T19:00:45.405Z] #45 10.41 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-11T19:00:45.405Z] #45 10.90 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-12-11T19:00:45.405Z] #45 11.02 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-12-11T19:00:45.405Z] #45 ... [2020-12-11T19:00:45.405Z] [2020-12-11T19:00:45.405Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:00:45.405Z] #43 6.590 + RM_GOPATH=0 [2020-12-11T19:00:45.405Z] #43 6.590 + TMP_GOPATH= [2020-12-11T19:00:45.405Z] #43 6.590 + : /build [2020-12-11T19:00:45.405Z] #43 6.590 + '[' -z '' ']' [2020-12-11T19:00:45.405Z] #43 6.590 ++ mktemp -d [2020-12-11T19:00:45.405Z] #43 6.604 + export GOPATH=/tmp/tmp.JsigHI22jn [2020-12-11T19:00:45.405Z] #43 6.604 + GOPATH=/tmp/tmp.JsigHI22jn [2020-12-11T19:00:45.405Z] #43 6.604 + RM_GOPATH=1 [2020-12-11T19:00:45.405Z] #43 6.604 + case "$(go env GOARCH)" in [2020-12-11T19:00:45.405Z] #43 6.604 ++ go env GOARCH [2020-12-11T19:00:45.405Z] #43 6.631 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:45.405Z] #43 6.631 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:45.405Z] #43 6.633 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:45.405Z] #43 6.633 + dir=/tmp/install [2020-12-11T19:00:45.405Z] #43 6.633 + bin=vndr [2020-12-11T19:00:45.405Z] #43 6.633 + shift [2020-12-11T19:00:45.405Z] #43 6.633 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-12-11T19:00:45.405Z] #43 6.633 + . /tmp/install/vndr.installer [2020-12-11T19:00:45.405Z] #43 6.633 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-11T19:00:45.405Z] #43 6.633 + install_vndr [2020-12-11T19:00:45.405Z] #43 6.633 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-12-11T19:00:45.405Z] #43 6.633 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.JsigHI22jn/src/github.com/LK4D4/vndr [2020-12-11T19:00:45.405Z] #43 6.634 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-11T19:00:45.405Z] #43 6.637 Cloning into '/tmp/tmp.JsigHI22jn/src/github.com/LK4D4/vndr'... [2020-12-11T19:00:45.405Z] #43 7.761 + cd /tmp/tmp.JsigHI22jn/src/github.com/LK4D4/vndr [2020-12-11T19:00:45.405Z] #43 7.761 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-11T19:00:45.405Z] #43 7.781 + go build -buildmode=pie -v -o /build/vndr . [2020-12-11T19:00:45.405Z] #43 9.292 internal/cpu [2020-12-11T19:00:45.405Z] #43 9.310 runtime/internal/atomic [2020-12-11T19:00:45.405Z] #43 9.745 runtime/internal/math [2020-12-11T19:00:45.405Z] #43 9.954 internal/race [2020-12-11T19:00:45.405Z] #43 10.31 internal/bytealg [2020-12-11T19:00:45.405Z] #43 10.39 sync/atomic [2020-12-11T19:00:45.405Z] #43 11.06 unicode [2020-12-11T19:00:45.667Z] #43 ... [2020-12-11T19:00:45.667Z] [2020-12-11T19:00:45.667Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:00:45.667Z] #34 7.878 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T19:00:45.667Z] #34 7.958 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T19:00:45.667Z] #34 7.969 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T19:00:45.667Z] #34 9.480 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-11T19:00:45.667Z] #34 ... [2020-12-11T19:00:45.667Z] [2020-12-11T19:00:45.667Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:45.667Z] #47 5.646 + RM_GOPATH=0 [2020-12-11T19:00:45.667Z] #47 5.646 + TMP_GOPATH= [2020-12-11T19:00:45.667Z] #47 5.646 + : /build [2020-12-11T19:00:45.667Z] #47 5.646 + '[' -z '' ']' [2020-12-11T19:00:45.667Z] #47 5.646 ++ mktemp -d [2020-12-11T19:00:45.667Z] #47 5.646 + export GOPATH=/tmp/tmp.KOKCEoo6Tp [2020-12-11T19:00:45.667Z] #47 5.646 + GOPATH=/tmp/tmp.KOKCEoo6Tp [2020-12-11T19:00:45.667Z] #47 5.646 + RM_GOPATH=1 [2020-12-11T19:00:45.667Z] #47 5.646 + case "$(go env GOARCH)" in [2020-12-11T19:00:45.667Z] #47 5.646 ++ go env GOARCH [2020-12-11T19:00:45.667Z] #47 5.654 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:45.667Z] #47 5.654 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:45.667Z] #47 5.655 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:45.667Z] #47 5.655 + dir=/tmp/install [2020-12-11T19:00:45.667Z] #47 5.655 + bin=golangci_lint [2020-12-11T19:00:45.667Z] #47 5.655 + shift [2020-12-11T19:00:45.667Z] #47 5.655 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-12-11T19:00:45.667Z] #47 5.655 + . /tmp/install/golangci_lint.installer [2020-12-11T19:00:45.667Z] #47 5.655 ++ : v1.23.8 [2020-12-11T19:00:45.667Z] #47 5.655 + install_golangci_lint [2020-12-11T19:00:45.667Z] #47 5.655 + set -e [2020-12-11T19:00:45.667Z] #47 5.655 + export GO111MODULE=on [2020-12-11T19:00:45.667Z] #47 5.655 + GO111MODULE=on [2020-12-11T19:00:45.667Z] #47 5.655 + GOBIN=/build [2020-12-11T19:00:45.667Z] #47 5.655 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-12-11T19:00:45.667Z] #47 5.670 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-12-11T19:00:45.667Z] #47 5.670 go: finding github.com v1.23.8 [2020-12-11T19:00:45.667Z] #47 5.690 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-12-11T19:00:45.667Z] #47 5.690 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-12-11T19:00:45.667Z] #47 5.690 go: finding github.com/golangci v1.23.8 [2020-12-11T19:00:45.667Z] #47 6.879 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-12-11T19:00:45.667Z] #47 8.114 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-12-11T19:00:45.705Z] #27 4.134 0.0% ### 4.5% ###### 9.5% ########## 14.4% ############# 19.1% ################ 23.2% ################### 27.6% ###################### 31.8% ######################### 36.0% ############################# 40.6% ################################# 46.1% ################################### 48.9% ###################################### 53.6% ######################################## 56.6% ########################################### 61.0% ############################################## 65.2% ################################################# 68.8% #################################################### 72.3% ####################################################### 77.6% ########################################################### 82.0% ############################################################## 86.9% ################################################################# 91.7% ##################################################################### 96.2% ###################################################################### 98.5% ######################################################################## 100.0% [2020-12-11T19:00:45.929Z] #47 ... [2020-12-11T19:00:45.929Z] [2020-12-11T19:00:45.929Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:45.929Z] #56 11.37 + cd /tmp/tmp.FLo9M82dLx/src/github.com/rootless-containers/rootlesskit [2020-12-11T19:00:45.929Z] #56 11.38 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-11T19:00:46.049Z] #37 3.090 -- Check for working C compiler: /usr/bin/cc -- works [2020-12-11T19:00:46.049Z] #37 3.093 -- Detecting C compiler ABI info [2020-12-11T19:00:46.261Z] #32 ... [2020-12-11T19:00:46.261Z] [2020-12-11T19:00:46.261Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:00:46.261Z] #11 114.3 Selecting previously unselected package gcc-mingw-w64-base. [2020-12-11T19:00:46.261Z] #11 114.3 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-12-11T19:00:46.261Z] #11 114.3 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:00:46.261Z] #11 114.6 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-12-11T19:00:46.261Z] #11 114.6 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-12-11T19:00:46.261Z] #11 114.6 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:00:46.286Z] #27 7.287 [2020-12-11T19:00:46.699Z] #37 3.763 -- Detecting C compiler ABI info - done [2020-12-11T19:00:46.699Z] #37 3.844 -- Detecting C compile features [2020-12-11T19:00:46.815Z] #27 7.518 0.2% #################### 28.9% ######################################### 57.2% ########################################################### 83.1% ######################################################################## 100.0% [2020-12-11T19:00:46.833Z] #11 ... [2020-12-11T19:00:46.833Z] [2020-12-11T19:00:46.833Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:46.833Z] #32 DONE 116.2s [2020-12-11T19:00:46.911Z] #56 12.28 + for f in rootlesskit rootlesskit-docker-proxy [2020-12-11T19:00:46.911Z] #56 12.28 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-12-11T19:00:47.093Z] [2020-12-11T19:00:47.093Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:00:47.093Z] #41 7.452 fatal: not a git repository (or any of the parent directories): .git [2020-12-11T19:00:47.093Z] #41 7.619 GEN .gitid [2020-12-11T19:00:47.093Z] #41 7.662 GEN criu/include/version.h [2020-12-11T19:00:47.093Z] #41 7.814 GEN include/common/asm [2020-12-11T19:00:47.093Z] #41 10.26 PBCC images/timens.pb-c.c [2020-12-11T19:00:47.093Z] #41 10.32 DEP images/timens.pb-c.d [2020-12-11T19:00:47.093Z] #41 10.41 PBCC images/fown.pb-c.c [2020-12-11T19:00:47.093Z] #41 10.43 PBCC images/google/protobuf/descriptor.pb-c.c [2020-12-11T19:00:47.093Z] #41 10.54 PBCC images/opts.pb-c.c [2020-12-11T19:00:47.093Z] #41 10.63 PBCC images/memfd.pb-c.c [2020-12-11T19:00:47.093Z] #41 10.67 DEP images/fown.pb-c.d [2020-12-11T19:00:47.093Z] #41 10.75 DEP images/google/protobuf/descriptor.pb-c.d [2020-12-11T19:00:47.093Z] #41 10.84 DEP images/opts.pb-c.d [2020-12-11T19:00:47.093Z] #41 10.98 DEP images/memfd.pb-c.d [2020-12-11T19:00:47.093Z] #41 11.18 PBCC images/sit.pb-c.c [2020-12-11T19:00:47.093Z] #41 11.26 DEP images/sit.pb-c.d [2020-12-11T19:00:47.093Z] #41 11.35 PBCC images/macvlan.pb-c.c [2020-12-11T19:00:47.093Z] #41 11.38 DEP images/macvlan.pb-c.d [2020-12-11T19:00:47.093Z] #41 11.45 PBCC images/autofs.pb-c.c [2020-12-11T19:00:47.093Z] #41 11.48 DEP images/autofs.pb-c.d [2020-12-11T19:00:47.093Z] #41 11.59 PBCC images/sysctl.pb-c.c [2020-12-11T19:00:47.093Z] #41 11.63 DEP images/sysctl.pb-c.d [2020-12-11T19:00:47.093Z] #41 11.69 PBCC images/time.pb-c.c [2020-12-11T19:00:47.093Z] #41 11.86 DEP images/time.pb-c.d [2020-12-11T19:00:47.093Z] #41 11.99 PBCC images/binfmt-misc.pb-c.c [2020-12-11T19:00:47.093Z] #41 12.00 DEP images/binfmt-misc.pb-c.d [2020-12-11T19:00:47.093Z] #41 12.08 PBCC images/seccomp.pb-c.c [2020-12-11T19:00:47.093Z] #41 12.23 DEP images/seccomp.pb-c.d [2020-12-11T19:00:47.093Z] #41 12.30 PBCC images/userns.pb-c.c [2020-12-11T19:00:47.093Z] #41 12.44 DEP images/userns.pb-c.d [2020-12-11T19:00:47.093Z] #41 12.56 PBCC images/cgroup.pb-c.c [2020-12-11T19:00:47.093Z] #41 12.63 DEP images/cgroup.pb-c.d [2020-12-11T19:00:47.354Z] #41 12.72 PBCC images/ext-file.pb-c.c [2020-12-11T19:00:47.354Z] #41 12.80 DEP images/ext-file.pb-c.d [2020-12-11T19:00:47.354Z] #41 12.88 PBCC images/rpc.pb-c.c [2020-12-11T19:00:47.354Z] #41 13.00 DEP images/rpc.pb-c.d [2020-12-11T19:00:47.394Z] #27 8.450 [2020-12-11T19:00:47.923Z] #41 13.15 PBCC images/siginfo.pb-c.c [2020-12-11T19:00:47.923Z] #41 13.21 DEP images/siginfo.pb-c.d [2020-12-11T19:00:47.923Z] #41 13.33 PBCC images/pagemap.pb-c.c [2020-12-11T19:00:48.182Z] #41 13.51 DEP images/pagemap.pb-c.d [2020-12-11T19:00:48.182Z] #41 13.69 PBCC images/rlimit.pb-c.c [2020-12-11T19:00:48.442Z] #41 13.76 DEP images/rlimit.pb-c.d [2020-12-11T19:00:48.442Z] #41 13.89 PBCC images/file-lock.pb-c.c [2020-12-11T19:00:48.442Z] #41 13.94 DEP images/file-lock.pb-c.d [2020-12-11T19:00:48.452Z] #27 8.844 #=#=# ################# 24.2% ########################### 38.5% ######################################### 57.5% ###################################################### 75.7% ###################################################################### 97.8% ######################################################################## 100.0% [2020-12-11T19:00:48.644Z] #62 ... [2020-12-11T19:00:48.644Z] [2020-12-11T19:00:48.644Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T19:00:48.644Z] #38 8.165 + git clone https://github.com/docker/distribution.git . [2020-12-11T19:00:48.644Z] #38 8.167 Cloning into '.'... [2020-12-11T19:00:48.644Z] #38 ... [2020-12-11T19:00:48.644Z] [2020-12-11T19:00:48.644Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:48.644Z] #47 7.292 + RM_GOPATH=0 [2020-12-11T19:00:48.644Z] #47 7.292 + TMP_GOPATH= [2020-12-11T19:00:48.644Z] #47 7.292 + : /build [2020-12-11T19:00:48.644Z] #47 7.292 + '[' -z '' ']' [2020-12-11T19:00:48.644Z] #47 7.292 ++ mktemp -d [2020-12-11T19:00:48.644Z] #47 7.292 + export GOPATH=/tmp/tmp.GIl0VnRHu2 [2020-12-11T19:00:48.644Z] #47 7.292 + GOPATH=/tmp/tmp.GIl0VnRHu2 [2020-12-11T19:00:48.644Z] #47 7.292 + RM_GOPATH=1 [2020-12-11T19:00:48.644Z] #47 7.292 + case "$(go env GOARCH)" in [2020-12-11T19:00:48.644Z] #47 7.292 ++ go env GOARCH [2020-12-11T19:00:48.644Z] #47 7.350 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:48.644Z] #47 7.350 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:48.644Z] #47 7.351 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:48.644Z] #47 7.352 + dir=/tmp/install [2020-12-11T19:00:48.644Z] #47 7.352 + bin=golangci_lint [2020-12-11T19:00:48.644Z] #47 7.352 + shift [2020-12-11T19:00:48.644Z] #47 7.352 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-12-11T19:00:48.644Z] #47 7.353 + . /tmp/install/golangci_lint.installer [2020-12-11T19:00:48.644Z] #47 7.353 ++ : v1.23.8 [2020-12-11T19:00:48.644Z] #47 7.353 + install_golangci_lint [2020-12-11T19:00:48.644Z] #47 7.353 + set -e [2020-12-11T19:00:48.644Z] #47 7.353 + export GO111MODULE=on [2020-12-11T19:00:48.644Z] #47 7.353 + GO111MODULE=on [2020-12-11T19:00:48.644Z] #47 7.353 + GOBIN=/build [2020-12-11T19:00:48.644Z] #47 7.353 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-12-11T19:00:48.644Z] #47 7.365 go: finding github.com v1.23.8 [2020-12-11T19:00:48.644Z] #47 7.365 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-12-11T19:00:48.644Z] #47 7.365 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-12-11T19:00:48.644Z] #47 7.365 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-12-11T19:00:48.644Z] #47 7.365 go: finding github.com/golangci v1.23.8 [2020-12-11T19:00:48.644Z] #47 8.779 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-12-11T19:00:48.644Z] #47 9.625 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-12-11T19:00:48.644Z] #47 ... [2020-12-11T19:00:48.644Z] [2020-12-11T19:00:48.644Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:48.644Z] #56 5.584 + RM_GOPATH=0 [2020-12-11T19:00:48.644Z] #56 5.584 + TMP_GOPATH= [2020-12-11T19:00:48.644Z] #56 5.584 + : /build [2020-12-11T19:00:48.644Z] #56 5.584 + '[' -z '' ']' [2020-12-11T19:00:48.644Z] #56 5.584 ++ mktemp -d [2020-12-11T19:00:48.644Z] #56 5.584 + export GOPATH=/tmp/tmp.k6Hu27gwWN [2020-12-11T19:00:48.644Z] #56 5.584 + GOPATH=/tmp/tmp.k6Hu27gwWN [2020-12-11T19:00:48.644Z] #56 5.584 + RM_GOPATH=1 [2020-12-11T19:00:48.644Z] #56 5.584 + case "$(go env GOARCH)" in [2020-12-11T19:00:48.645Z] #56 5.584 ++ go env GOARCH [2020-12-11T19:00:48.645Z] #56 5.584 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:48.645Z] #56 5.584 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:48.645Z] #56 5.584 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:48.645Z] #56 5.584 + dir=/tmp/install [2020-12-11T19:00:48.645Z] #56 5.584 + bin=rootlesskit [2020-12-11T19:00:48.645Z] #56 5.584 + shift [2020-12-11T19:00:48.645Z] #56 5.584 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-12-11T19:00:48.645Z] #56 5.584 + . /tmp/install/rootlesskit.installer [2020-12-11T19:00:48.645Z] #56 5.584 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-11T19:00:48.645Z] #56 5.584 + install_rootlesskit [2020-12-11T19:00:48.645Z] #56 5.584 + case "$1" in [2020-12-11T19:00:48.645Z] #56 5.584 + export CGO_ENABLED=0 [2020-12-11T19:00:48.645Z] #56 5.584 + CGO_ENABLED=0 [2020-12-11T19:00:48.645Z] #56 5.584 + _install_rootlesskit [2020-12-11T19:00:48.645Z] #56 5.584 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-12-11T19:00:48.645Z] #56 5.584 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.k6Hu27gwWN/src/github.com/rootless-containers/rootlesskit [2020-12-11T19:00:48.645Z] #56 5.584 Cloning into '/tmp/tmp.k6Hu27gwWN/src/github.com/rootless-containers/rootlesskit'... [2020-12-11T19:00:48.645Z] #56 5.585 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-11T19:00:48.645Z] #56 10.48 + cd /tmp/tmp.k6Hu27gwWN/src/github.com/rootless-containers/rootlesskit [2020-12-11T19:00:48.645Z] #56 10.48 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-11T19:00:48.645Z] #56 ... [2020-12-11T19:00:48.645Z] [2020-12-11T19:00:48.645Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T19:00:48.645Z] #53 8.619 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T19:00:48.645Z] #53 8.733 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T19:00:48.645Z] #53 8.751 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T19:00:48.645Z] #53 10.25 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-11T19:00:48.701Z] #41 14.09 PBCC images/tty.pb-c.c [2020-12-11T19:00:48.701Z] #41 14.21 DEP images/tty.pb-c.d [2020-12-11T19:00:48.701Z] #41 14.32 PBCC images/tun.pb-c.c [2020-12-11T19:00:48.701Z] #41 ... [2020-12-11T19:00:48.701Z] [2020-12-11T19:00:48.701Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:00:48.701Z] #43 108.1 go/scanner [2020-12-11T19:00:48.701Z] #43 110.4 go/ast [2020-12-11T19:00:48.701Z] #43 110.5 internal/lazyregexp [2020-12-11T19:00:48.701Z] #43 111.1 net/url [2020-12-11T19:00:48.701Z] #43 113.7 text/template/parse [2020-12-11T19:00:48.716Z] #27 9.964 [2020-12-11T19:00:48.798Z] #37 5.766 -- Detecting C compile features - done [2020-12-11T19:00:48.798Z] #37 5.829 -- Performing Test HAS_BUILTIN_FORTIFY [2020-12-11T19:00:48.798Z] #37 6.044 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-12-11T19:00:48.904Z] #53 ... [2020-12-11T19:00:48.904Z] [2020-12-11T19:00:48.904Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:00:48.904Z] #34 8.593 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T19:00:48.904Z] #34 8.748 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T19:00:48.904Z] #34 8.749 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T19:00:48.904Z] #34 10.48 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-11T19:00:48.904Z] #34 ... [2020-12-11T19:00:48.904Z] [2020-12-11T19:00:48.904Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:00:48.904Z] #43 5.711 + RM_GOPATH=0 [2020-12-11T19:00:48.904Z] #43 5.711 + TMP_GOPATH= [2020-12-11T19:00:48.904Z] #43 5.711 + : /build [2020-12-11T19:00:48.904Z] #43 5.711 + '[' -z '' ']' [2020-12-11T19:00:48.904Z] #43 5.711 ++ mktemp -d [2020-12-11T19:00:48.904Z] #43 5.711 + export GOPATH=/tmp/tmp.Ni1KX1kZW0 [2020-12-11T19:00:48.904Z] #43 5.711 + GOPATH=/tmp/tmp.Ni1KX1kZW0 [2020-12-11T19:00:48.904Z] #43 5.711 + RM_GOPATH=1 [2020-12-11T19:00:48.904Z] #43 5.711 + case "$(go env GOARCH)" in [2020-12-11T19:00:48.904Z] #43 5.711 ++ go env GOARCH [2020-12-11T19:00:48.904Z] #43 5.730 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:48.904Z] #43 5.730 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:48.904Z] #43 5.730 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:48.904Z] #43 5.730 + dir=/tmp/install [2020-12-11T19:00:48.904Z] #43 5.730 + bin=vndr [2020-12-11T19:00:48.904Z] #43 5.730 + shift [2020-12-11T19:00:48.904Z] #43 5.730 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-12-11T19:00:48.904Z] #43 5.730 + . /tmp/install/vndr.installer [2020-12-11T19:00:48.904Z] #43 5.730 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-11T19:00:48.904Z] #43 5.730 + install_vndr [2020-12-11T19:00:48.904Z] #43 5.730 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-12-11T19:00:48.904Z] #43 5.730 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.Ni1KX1kZW0/src/github.com/LK4D4/vndr [2020-12-11T19:00:48.904Z] #43 5.730 Cloning into '/tmp/tmp.Ni1KX1kZW0/src/github.com/LK4D4/vndr'... [2020-12-11T19:00:48.904Z] #43 5.730 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-11T19:00:48.904Z] #43 6.298 + cd /tmp/tmp.Ni1KX1kZW0/src/github.com/LK4D4/vndr [2020-12-11T19:00:48.904Z] #43 6.298 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-11T19:00:48.904Z] #43 6.335 + go build -buildmode=pie -v -o /build/vndr . [2020-12-11T19:00:48.904Z] #43 7.215 internal/cpu [2020-12-11T19:00:48.904Z] #43 7.217 runtime/internal/atomic [2020-12-11T19:00:48.904Z] #43 7.854 runtime/internal/sys [2020-12-11T19:00:48.904Z] #43 8.246 internal/race [2020-12-11T19:00:48.904Z] #43 8.287 internal/bytealg [2020-12-11T19:00:48.904Z] #43 8.435 sync/atomic [2020-12-11T19:00:48.904Z] #43 8.863 unicode [2020-12-11T19:00:48.904Z] #43 9.576 runtime [2020-12-11T19:00:48.962Z] #43 ... [2020-12-11T19:00:48.962Z] [2020-12-11T19:00:48.962Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:00:48.962Z] #41 14.43 PBCC images/netdev.pb-c.c [2020-12-11T19:00:49.113Z] #37 6.208 -- Configuring done [2020-12-11T19:00:49.113Z] #37 6.236 -- Generating done [2020-12-11T19:00:49.113Z] #37 6.248 -- Build files have been written to: /tmp/tmp.S4RcQPQ9sF/tini [2020-12-11T19:00:49.113Z] #37 6.255 + make tini-static [2020-12-11T19:00:49.171Z] #43 ... [2020-12-11T19:00:49.171Z] [2020-12-11T19:00:49.171Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:49.171Z] #49 7.191 + RM_GOPATH=0 [2020-12-11T19:00:49.171Z] #49 7.191 + TMP_GOPATH= [2020-12-11T19:00:49.171Z] #49 7.191 + : /build [2020-12-11T19:00:49.171Z] #49 7.191 + '[' -z '' ']' [2020-12-11T19:00:49.171Z] #49 7.191 ++ mktemp -d [2020-12-11T19:00:49.171Z] #49 7.191 + export GOPATH=/tmp/tmp.tHWrsmPXsA [2020-12-11T19:00:49.171Z] #49 7.191 + GOPATH=/tmp/tmp.tHWrsmPXsA [2020-12-11T19:00:49.171Z] #49 7.191 + RM_GOPATH=1 [2020-12-11T19:00:49.171Z] #49 7.191 + case "$(go env GOARCH)" in [2020-12-11T19:00:49.171Z] #49 7.191 ++ go env GOARCH [2020-12-11T19:00:49.171Z] #49 7.279 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:49.171Z] #49 7.280 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:49.171Z] #49 7.284 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:49.171Z] #49 7.291 + dir=/tmp/install [2020-12-11T19:00:49.171Z] #49 7.291 + bin=shfmt [2020-12-11T19:00:49.171Z] #49 7.291 + shift [2020-12-11T19:00:49.171Z] #49 7.291 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-12-11T19:00:49.171Z] #49 7.291 + . /tmp/install/shfmt.installer [2020-12-11T19:00:49.171Z] #49 7.291 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-11T19:00:49.171Z] #49 7.291 + install_shfmt [2020-12-11T19:00:49.171Z] #49 7.291 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-12-11T19:00:49.171Z] #49 7.291 + git clone https://github.com/mvdan/sh.git /tmp/tmp.tHWrsmPXsA/src/github.com/mvdan/sh [2020-12-11T19:00:49.171Z] #49 7.294 Cloning into '/tmp/tmp.tHWrsmPXsA/src/github.com/mvdan/sh'... [2020-12-11T19:00:49.171Z] #49 7.299 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-11T19:00:49.171Z] #49 ... [2020-12-11T19:00:49.171Z] [2020-12-11T19:00:49.171Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:00:49.171Z] #40 8.964 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T19:00:49.171Z] #40 9.034 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T19:00:49.171Z] #40 9.034 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T19:00:49.171Z] #40 10.61 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-11T19:00:49.221Z] #41 14.62 DEP images/tun.pb-c.d [2020-12-11T19:00:49.221Z] #41 14.70 DEP images/netdev.pb-c.d [2020-12-11T19:00:49.475Z] #40 ... [2020-12-11T19:00:49.475Z] [2020-12-11T19:00:49.475Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:49.475Z] #32 5.924 + RM_GOPATH=0 [2020-12-11T19:00:49.475Z] #32 5.924 + TMP_GOPATH= [2020-12-11T19:00:49.475Z] #32 5.924 + : /build [2020-12-11T19:00:49.475Z] #32 5.924 + '[' -z '' ']' [2020-12-11T19:00:49.475Z] #32 5.924 ++ mktemp -d [2020-12-11T19:00:49.475Z] #32 5.924 + export GOPATH=/tmp/tmp.fI43CjFmTg [2020-12-11T19:00:49.475Z] #32 5.924 + GOPATH=/tmp/tmp.fI43CjFmTg [2020-12-11T19:00:49.475Z] #32 5.924 + RM_GOPATH=1 [2020-12-11T19:00:49.475Z] #32 5.924 + case "$(go env GOARCH)" in [2020-12-11T19:00:49.475Z] #32 5.924 ++ go env GOARCH [2020-12-11T19:00:49.475Z] #32 5.928 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-11T19:00:49.475Z] #32 5.928 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:49.475Z] #32 5.928 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:49.475Z] #32 5.928 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:49.475Z] #32 5.928 + dir=/tmp/install [2020-12-11T19:00:49.475Z] #32 5.928 + bin=tomlv [2020-12-11T19:00:49.475Z] #32 5.928 + shift [2020-12-11T19:00:49.475Z] #32 5.928 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-12-11T19:00:49.475Z] #32 5.928 + . /tmp/install/tomlv.installer [2020-12-11T19:00:49.475Z] #32 5.928 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-11T19:00:49.475Z] #32 5.928 + install_tomlv [2020-12-11T19:00:49.476Z] #32 5.928 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-12-11T19:00:49.476Z] #32 5.955 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.fI43CjFmTg/src/github.com/BurntSushi/toml [2020-12-11T19:00:49.476Z] #32 5.955 Cloning into '/tmp/tmp.fI43CjFmTg/src/github.com/BurntSushi/toml'... [2020-12-11T19:00:49.476Z] #32 6.750 + cd /tmp/tmp.fI43CjFmTg/src/github.com/BurntSushi/toml [2020-12-11T19:00:49.476Z] #32 6.750 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-11T19:00:49.476Z] #32 6.764 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-12-11T19:00:49.476Z] #32 7.287 runtime/internal/atomic [2020-12-11T19:00:49.476Z] #32 7.322 internal/cpu [2020-12-11T19:00:49.476Z] #32 7.685 runtime/internal/sys [2020-12-11T19:00:49.476Z] #32 7.868 runtime/internal/math [2020-12-11T19:00:49.476Z] #32 8.062 math/bits [2020-12-11T19:00:49.476Z] #32 8.092 internal/bytealg [2020-12-11T19:00:49.476Z] #32 8.818 runtime [2020-12-11T19:00:49.476Z] #32 9.028 math [2020-12-11T19:00:49.476Z] #32 ... [2020-12-11T19:00:49.476Z] [2020-12-11T19:00:49.476Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:49.476Z] #45 5.568 + RM_GOPATH=0 [2020-12-11T19:00:49.476Z] #45 5.568 + TMP_GOPATH= [2020-12-11T19:00:49.476Z] #45 5.568 + : /build [2020-12-11T19:00:49.476Z] #45 5.568 + '[' -z '' ']' [2020-12-11T19:00:49.476Z] #45 5.568 ++ mktemp -d [2020-12-11T19:00:49.476Z] #45 5.568 + export GOPATH=/tmp/tmp.7CM6Badsxr [2020-12-11T19:00:49.476Z] #45 5.568 + GOPATH=/tmp/tmp.7CM6Badsxr [2020-12-11T19:00:49.476Z] #45 5.568 + RM_GOPATH=1 [2020-12-11T19:00:49.476Z] #45 5.568 + case "$(go env GOARCH)" in [2020-12-11T19:00:49.476Z] #45 5.568 ++ go env GOARCH [2020-12-11T19:00:49.476Z] #45 5.568 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:49.476Z] #45 5.568 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:00:49.476Z] #45 5.568 ++ dirname /tmp/install/install.sh [2020-12-11T19:00:49.476Z] #45 5.568 + dir=/tmp/install [2020-12-11T19:00:49.476Z] #45 5.568 + bin=gotestsum [2020-12-11T19:00:49.476Z] #45 5.568 + shift [2020-12-11T19:00:49.476Z] #45 5.568 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-12-11T19:00:49.476Z] #45 5.568 + . /tmp/install/gotestsum.installer [2020-12-11T19:00:49.476Z] #45 5.568 ++ : v0.5.3 [2020-12-11T19:00:49.476Z] #45 5.568 + install_gotestsum [2020-12-11T19:00:49.476Z] #45 5.568 + set -e [2020-12-11T19:00:49.476Z] #45 5.568 + export GO111MODULE=on [2020-12-11T19:00:49.476Z] #45 5.568 + GO111MODULE=on [2020-12-11T19:00:49.476Z] #45 5.568 + GOBIN=/build [2020-12-11T19:00:49.476Z] #45 5.568 + go get gotest.tools/gotestsum@v0.5.3 [2020-12-11T19:00:49.476Z] #45 5.598 go: finding gotest.tools v0.5.3 [2020-12-11T19:00:49.476Z] #45 5.598 go: finding gotest.tools/gotestsum v0.5.3 [2020-12-11T19:00:49.476Z] #45 6.396 go: downloading gotest.tools/gotestsum v0.5.3 [2020-12-11T19:00:49.476Z] #45 6.915 go: extracting gotest.tools/gotestsum v0.5.3 [2020-12-11T19:00:49.476Z] #45 7.622 go: downloading github.com/fatih/color v1.9.0 [2020-12-11T19:00:49.476Z] #45 7.622 go: downloading github.com/spf13/pflag v1.0.3 [2020-12-11T19:00:49.476Z] #45 7.650 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-11T19:00:49.476Z] #45 7.744 go: extracting github.com/fatih/color v1.9.0 [2020-12-11T19:00:49.476Z] #45 7.775 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-11T19:00:49.476Z] #45 7.877 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-12-11T19:00:49.476Z] #45 8.260 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-12-11T19:00:49.476Z] #45 8.310 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-11T19:00:49.476Z] #45 8.352 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T19:00:49.476Z] #45 8.503 go: downloading github.com/pkg/errors v0.9.1 [2020-12-11T19:00:49.476Z] #45 8.503 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-12-11T19:00:49.476Z] #45 8.531 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-11T19:00:49.476Z] #45 8.531 go: extracting github.com/spf13/pflag v1.0.3 [2020-12-11T19:00:49.476Z] #45 8.627 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-12-11T19:00:49.476Z] #45 8.660 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-11T19:00:49.476Z] #45 8.979 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-12-11T19:00:49.476Z] #45 9.051 go: extracting github.com/pkg/errors v0.9.1 [2020-12-11T19:00:49.476Z] #45 9.137 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-11T19:00:49.476Z] #45 9.377 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-12-11T19:00:49.494Z] #41 14.85 PBCC images/vma.pb-c.c [2020-12-11T19:00:49.494Z] #41 14.95 DEP images/vma.pb-c.d [2020-12-11T19:00:49.494Z] #41 15.06 PBCC images/creds.pb-c.c [2020-12-11T19:00:49.737Z] #45 ... [2020-12-11T19:00:49.737Z] [2020-12-11T19:00:49.737Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:00:49.737Z] #11 8.605 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T19:00:49.737Z] #11 8.714 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T19:00:49.737Z] #11 8.715 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T19:00:49.737Z] #11 10.33 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-11T19:00:49.754Z] #41 15.10 DEP images/creds.pb-c.d [2020-12-11T19:00:49.754Z] #41 15.23 PBCC images/utsns.pb-c.c [2020-12-11T19:00:49.754Z] #41 15.29 DEP images/utsns.pb-c.d [2020-12-11T19:00:49.755Z] #37 6.823 Scanning dependencies of target tini-static [2020-12-11T19:00:49.755Z] #37 6.945 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-12-11T19:00:49.755Z] #37 ... [2020-12-11T19:00:49.755Z] [2020-12-11T19:00:49.755Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:00:49.755Z] #42 61.27 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-12-11T19:00:49.755Z] #42 61.28 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-12-11T19:00:49.755Z] #42 61.28 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-12-11T19:00:49.755Z] #42 61.29 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2020-12-11T19:00:49.755Z] #42 61.29 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2020-12-11T19:00:49.755Z] #42 61.30 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-12-11T19:00:49.755Z] #42 61.31 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-12-11T19:00:49.755Z] #42 61.32 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-12-11T19:00:49.755Z] #42 61.34 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-12-11T19:00:49.755Z] #42 61.34 Setting up python-protobuf (3.6.1.3-2) ... [2020-12-11T19:00:49.755Z] #42 67.38 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2020-12-11T19:00:49.755Z] #42 67.38 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:00:49.755Z] #42 DONE 67.6s [2020-12-11T19:00:49.755Z] [2020-12-11T19:00:49.755Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:00:49.993Z] #11 ... [2020-12-11T19:00:49.993Z] [2020-12-11T19:00:49.993Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:49.993Z] #56 10.91 + for f in rootlesskit rootlesskit-docker-proxy [2020-12-11T19:00:49.993Z] #56 10.92 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-12-11T19:00:50.014Z] #41 15.40 PBCC images/ipc-desc.pb-c.c [2020-12-11T19:00:50.014Z] #41 15.43 PBCC images/ipc-sem.pb-c.c [2020-12-11T19:00:50.014Z] #41 15.52 DEP images/ipc-desc.pb-c.d [2020-12-11T19:00:50.014Z] #41 15.63 DEP images/ipc-sem.pb-c.d [2020-12-11T19:00:50.274Z] #41 15.70 PBCC images/ipc-msg.pb-c.c [2020-12-11T19:00:50.274Z] #41 15.88 DEP images/ipc-msg.pb-c.d [2020-12-11T19:00:50.274Z] #41 15.91 PBCC images/ipc-shm.pb-c.c [2020-12-11T19:00:50.535Z] #41 15.94 DEP images/ipc-shm.pb-c.d [2020-12-11T19:00:50.535Z] #41 16.02 PBCC images/ipc-var.pb-c.c [2020-12-11T19:00:50.535Z] #41 16.06 DEP images/ipc-var.pb-c.d [2020-12-11T19:00:50.535Z] #41 16.08 PBCC images/sk-opts.pb-c.c [2020-12-11T19:00:50.535Z] #41 16.11 PBCC images/packet-sock.pb-c.c [2020-12-11T19:00:50.663Z] #27 10.31 0.0% ### 4.3% ###### 8.5% ######## 12.1% ############ 17.0% ############### 21.5% ################# 24.3% #################### 28.6% ####################### 32.9% ########################## 36.2% ############################ 40.0% ############################### 44.0% ################################# 46.6% #################################### 50.3% ###################################### 53.9% # [2020-12-11T19:00:50.663Z] #27 ... [2020-12-11T19:00:50.663Z] [2020-12-11T19:00:50.663Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T19:00:50.663Z] #53 7.653 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [248 kB] [2020-12-11T19:00:50.663Z] #53 9.875 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-12-11T19:00:50.663Z] #53 17.13 Fetched 8232 kB in 13s (637 kB/s) [2020-12-11T19:00:50.795Z] #41 16.18 DEP images/sk-opts.pb-c.d [2020-12-11T19:00:50.795Z] #41 16.25 DEP images/packet-sock.pb-c.d [2020-12-11T19:00:50.942Z] #53 17.13 Reading package lists... [2020-12-11T19:00:50.942Z] #53 ... [2020-12-11T19:00:50.942Z] [2020-12-11T19:00:50.942Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T19:00:51.055Z] #41 16.33 PBCC images/sk-netlink.pb-c.c [2020-12-11T19:00:51.055Z] #41 16.40 DEP images/sk-netlink.pb-c.d [2020-12-11T19:00:51.055Z] #41 16.48 PBCC images/sk-inet.pb-c.c [2020-12-11T19:00:51.055Z] #41 16.60 DEP images/sk-inet.pb-c.d [2020-12-11T19:00:51.317Z] #41 16.75 PBCC images/sk-unix.pb-c.c [2020-12-11T19:00:51.317Z] #41 16.82 DEP images/sk-unix.pb-c.d [2020-12-11T19:00:51.317Z] #41 16.86 PBCC images/mm.pb-c.c [2020-12-11T19:00:51.317Z] #41 16.92 DEP images/mm.pb-c.d [2020-12-11T19:00:51.317Z] #41 16.97 PBCC images/timerfd.pb-c.c [2020-12-11T19:00:51.346Z] #54 136.0 + bin/containerd-stress [2020-12-11T19:00:51.578Z] #41 17.03 DEP images/timerfd.pb-c.d [2020-12-11T19:00:51.578Z] #41 17.08 PBCC images/timer.pb-c.c [2020-12-11T19:00:51.578Z] #41 17.14 DEP images/timer.pb-c.d [2020-12-11T19:00:51.578Z] #41 17.22 PBCC images/sa.pb-c.c [2020-12-11T19:00:51.838Z] #41 17.28 DEP images/sa.pb-c.d [2020-12-11T19:00:51.838Z] #41 17.30 PBCC images/pipe-data.pb-c.c [2020-12-11T19:00:51.838Z] #41 17.34 DEP images/pipe-data.pb-c.d [2020-12-11T19:00:51.838Z] #41 17.41 PBCC images/mnt.pb-c.c [2020-12-11T19:00:51.838Z] #41 17.48 DEP images/mnt.pb-c.d [2020-12-11T19:00:51.855Z] #43 1.659 Note: Building without setproctitle() and strlcpy() support. [2020-12-11T19:00:51.855Z] #43 1.671 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-12-11T19:00:51.855Z] #43 1.692 Note: Building without GnuTLS support [2020-12-11T19:00:51.855Z] #43 1.703 Makefile.config:39: Warn: you have no libnftables installed [2020-12-11T19:00:51.855Z] #43 1.707 Makefile.config:40: Warn: Building without nftables support [2020-12-11T19:00:52.003Z] #27 10.31 0.0% ### 4.3% ###### 8.5% ######## 12.1% ############ 17.0% ############### 21.5% ################# 24.3% #################### 28.6% ####################### 32.9% ########################## 36.2% ############################ 40.0% ############################### 44.0% ################################# 46.6% #################################### 50.3% ###################################### 53.9% ########################################## 58.8% ############################################ 62.4% ################################################ 67.5% ################################################### 71.0% #################################################### 73.0% ######################################################## 78.5% ########################################################### 82.0% ############################################################# 85.3% ################################################################ 89.8% ################################################################## 92.8% ####################################################################### 99.5% ######################################################################## 100.0% [2020-12-11T19:00:52.072Z] Running on azwin-2-61e6b0 in d:\jenkins\workspace\moby_PR-41783 [Pipeline] { [Pipeline] ws [2020-12-11T19:00:52.088Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [2020-12-11T19:00:52.099Z] #41 17.57 PBCC images/sk-packet.pb-c.c [2020-12-11T19:00:52.099Z] #41 17.60 DEP images/sk-packet.pb-c.d [2020-12-11T19:00:52.099Z] #41 17.66 PBCC images/tcp-stream.pb-c.c [Pipeline] checkout [2020-12-11T19:00:52.218Z] #56 ... [2020-12-11T19:00:52.218Z] [2020-12-11T19:00:52.218Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:52.218Z] #47 17.15 go: downloading github.com/spf13/viper v1.6.1 [2020-12-11T19:00:52.218Z] #47 17.36 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-11T19:00:52.218Z] #47 17.41 go: downloading github.com/pkg/errors v0.8.1 [2020-12-11T19:00:52.218Z] #47 17.41 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-11T19:00:52.218Z] #47 17.46 go: downloading github.com/spf13/cobra v0.0.5 [2020-12-11T19:00:52.218Z] #47 17.47 go: downloading github.com/stretchr/testify v1.4.0 [2020-12-11T19:00:52.218Z] #47 17.47 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-11T19:00:52.218Z] #47 17.47 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-11T19:00:52.218Z] #47 17.50 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-11T19:00:52.218Z] #47 17.83 go: extracting github.com/pkg/errors v0.8.1 [2020-12-11T19:00:52.358Z] #41 17.75 DEP images/tcp-stream.pb-c.d [2020-12-11T19:00:52.358Z] #41 17.84 PBCC images/pipe.pb-c.c [2020-12-11T19:00:52.380Z] #54 137.3 + bin/containerd-shim [2020-12-11T19:00:52.480Z] #47 17.86 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-11T19:00:52.480Z] #47 ... [2020-12-11T19:00:52.480Z] [2020-12-11T19:00:52.480Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:00:52.480Z] #40 7.946 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T19:00:52.480Z] #40 8.065 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T19:00:52.480Z] #40 8.084 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T19:00:52.480Z] #40 9.619 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-11T19:00:52.480Z] #40 13.18 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB] [2020-12-11T19:00:52.480Z] #40 16.27 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-11T19:00:52.480Z] #40 ... [2020-12-11T19:00:52.480Z] [2020-12-11T19:00:52.480Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:52.480Z] #47 18.07 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-11T19:00:52.480Z] #47 18.07 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-11T19:00:52.500Z] #43 ... [2020-12-11T19:00:52.500Z] [2020-12-11T19:00:52.500Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:00:52.500Z] #37 8.463 [100%] Linking C executable tini-static [2020-12-11T19:00:52.500Z] #37 9.430 [100%] Built target tini-static [2020-12-11T19:00:52.500Z] #37 9.567 + mkdir -p /build [2020-12-11T19:00:52.500Z] #37 9.577 + cp tini-static /build/docker-init [2020-12-11T19:00:52.500Z] #37 DONE 9.7s [2020-12-11T19:00:52.581Z] #27 13.62 [2020-12-11T19:00:52.617Z] #41 17.93 DEP images/pipe.pb-c.d [2020-12-11T19:00:52.617Z] #41 18.07 PBCC images/pstree.pb-c.c [2020-12-11T19:00:52.617Z] #41 18.13 DEP images/pstree.pb-c.d [2020-12-11T19:00:52.741Z] #47 18.35 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-11T19:00:52.741Z] #47 18.36 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-11T19:00:52.797Z] [2020-12-11T19:00:52.797Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:00:52.797Z] #13 62.68 Selecting previously unselected package binutils-mingw-w64. [2020-12-11T19:00:52.797Z] #13 62.70 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-12-11T19:00:52.797Z] #13 62.71 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-12-11T19:00:52.797Z] #13 62.94 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2020-12-11T19:00:52.797Z] #13 62.94 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-12-11T19:00:52.797Z] #13 62.95 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-12-11T19:00:52.797Z] #13 63.14 Selecting previously unselected package dmsetup. [2020-12-11T19:00:52.797Z] #13 63.15 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2020-12-11T19:00:52.797Z] #13 63.16 Unpacking dmsetup (2:1.02.155-3) ... [2020-12-11T19:00:52.797Z] #13 63.58 Selecting previously unselected package mingw-w64-common. [2020-12-11T19:00:52.797Z] #13 63.59 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-12-11T19:00:52.797Z] #13 63.59 Unpacking mingw-w64-common (6.0.0-3) ... [2020-12-11T19:00:52.797Z] #13 69.72 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-12-11T19:00:52.797Z] #13 69.73 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-12-11T19:00:52.797Z] #13 69.73 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-12-11T19:00:52.875Z] #41 18.22 PBCC images/fs.pb-c.c [2020-12-11T19:00:52.875Z] #41 18.38 DEP images/fs.pb-c.d [2020-12-11T19:00:52.875Z] #41 18.44 PBCC images/signalfd.pb-c.c [2020-12-11T19:00:52.875Z] #41 ... [2020-12-11T19:00:52.875Z] [2020-12-11T19:00:52.875Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:52.875Z] #49 112.3 github.com/pkg/diff [2020-12-11T19:00:52.875Z] #49 114.2 go/ast [2020-12-11T19:00:52.875Z] #49 114.7 golang.org/x/crypto/ssh/terminal [2020-12-11T19:00:52.875Z] #49 116.9 mvdan.cc/editorconfig [2020-12-11T19:00:52.875Z] #49 119.0 mvdan.cc/sh/v3/fileutil [2020-12-11T19:00:52.875Z] #49 119.4 mvdan.cc/sh/v3/syntax [2020-12-11T19:00:53.004Z] #47 18.56 go: extracting github.com/spf13/viper v1.6.1 [2020-12-11T19:00:53.134Z] #49 ... [2020-12-11T19:00:53.134Z] [2020-12-11T19:00:53.134Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:00:53.134Z] #41 18.55 DEP images/signalfd.pb-c.d [2020-12-11T19:00:53.134Z] #41 18.62 PBCC images/fh.pb-c.c [2020-12-11T19:00:53.270Z] #47 18.73 go: extracting github.com/spf13/cobra v0.0.5 [2020-12-11T19:00:53.270Z] #47 18.75 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-11T19:00:53.270Z] #47 18.76 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-11T19:00:53.270Z] #47 18.79 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-11T19:00:53.270Z] #47 18.84 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-11T19:00:53.270Z] #47 18.84 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-11T19:00:53.270Z] #47 18.88 go: extracting github.com/stretchr/testify v1.4.0 [2020-12-11T19:00:53.393Z] #41 18.79 PBCC images/fsnotify.pb-c.c [2020-12-11T19:00:53.393Z] #41 18.91 DEP images/fh.pb-c.d [2020-12-11T19:00:53.393Z] #41 19.03 DEP images/fsnotify.pb-c.d [2020-12-11T19:00:53.531Z] #47 18.97 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-12-11T19:00:53.653Z] #41 19.21 PBCC images/eventpoll.pb-c.c [2020-12-11T19:00:53.653Z] #41 19.23 DEP images/eventpoll.pb-c.d [2020-12-11T19:00:53.653Z] #41 19.30 PBCC images/eventfd.pb-c.c [2020-12-11T19:00:53.852Z] #13 ... [2020-12-11T19:00:53.852Z] [2020-12-11T19:00:53.852Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:00:53.852Z] #43 3.931 fatal: not a git repository (or any of the parent directories): .git [2020-12-11T19:00:53.852Z] #43 4.093 GEN .gitid [2020-12-11T19:00:53.852Z] #43 4.168 GEN criu/include/version.h [2020-12-11T19:00:53.912Z] #41 19.31 DEP images/eventfd.pb-c.d [2020-12-11T19:00:53.912Z] #41 19.38 PBCC images/remap-file-path.pb-c.c [2020-12-11T19:00:53.912Z] #41 19.43 DEP images/remap-file-path.pb-c.d [2020-12-11T19:00:53.912Z] #41 19.49 PBCC images/fifo.pb-c.c [2020-12-11T19:00:53.912Z] #41 19.54 DEP images/fifo.pb-c.d [2020-12-11T19:00:53.929Z] #27 13.98 0.0% 1.1% # 1.6% # 2.1% ## 2.8% ## 3.6% ### 4.7% #### 5.6% #### 6.6% ##### 7.4% # [2020-12-11T19:00:53.929Z] #27 ... [2020-12-11T19:00:53.929Z] [2020-12-11T19:00:53.929Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:00:53.929Z] #43 10.83 crypto/internal/subtle [2020-12-11T19:00:53.929Z] #43 11.48 crypto/subtle [2020-12-11T19:00:53.929Z] #43 12.05 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-12-11T19:00:53.929Z] #43 12.46 internal/nettrace [2020-12-11T19:00:53.929Z] #43 12.90 runtime/cgo [2020-12-11T19:00:53.929Z] #43 12.92 vendor/golang.org/x/crypto/internal/subtle [2020-12-11T19:00:54.150Z] #43 4.271 GEN include/common/asm [2020-12-11T19:00:54.172Z] #41 19.62 PBCC images/ghost-file.pb-c.c [2020-12-11T19:00:54.172Z] #41 19.78 DEP images/ghost-file.pb-c.d [2020-12-11T19:00:54.176Z] #56 ... [2020-12-11T19:00:54.176Z] [2020-12-11T19:00:54.176Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:54.176Z] #22 14.48 + mkdir -p /build [2020-12-11T19:00:54.176Z] #22 14.49 + mv docker/docker /build/ [2020-12-11T19:00:54.176Z] #22 14.50 + rmdir docker [2020-12-11T19:00:54.176Z] #22 DONE 15.8s [2020-12-11T19:00:54.176Z] [2020-12-11T19:00:54.176Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:00:54.176Z] #43 14.33 unicode/utf8 [2020-12-11T19:00:54.176Z] #43 15.46 math [2020-12-11T19:00:54.193Z] #43 ... [2020-12-11T19:00:54.193Z] [2020-12-11T19:00:54.193Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:00:54.193Z] #34 11.01 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-12-11T19:00:54.193Z] #34 18.03 Fetched 8232 kB in 13s (657 kB/s) [2020-12-11T19:00:54.193Z] #34 18.03 Reading package lists... [2020-12-11T19:00:54.193Z] #34 ... [2020-12-11T19:00:54.193Z] [2020-12-11T19:00:54.193Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T19:00:54.432Z] #41 19.90 PBCC images/regfile.pb-c.c [2020-12-11T19:00:54.475Z] #47 19.75 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-12-11T19:00:54.475Z] #47 19.89 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-11T19:00:54.475Z] #47 20.00 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-11T19:00:54.692Z] #41 20.02 DEP images/regfile.pb-c.d [2020-12-11T19:00:54.692Z] #41 20.13 PBCC images/ns.pb-c.c [2020-12-11T19:00:54.692Z] #41 20.18 DEP images/ns.pb-c.d [2020-12-11T19:00:54.692Z] #41 20.26 PBCC images/fdinfo.pb-c.c [2020-12-11T19:00:54.692Z] #41 20.31 DEP images/fdinfo.pb-c.d [2020-12-11T19:00:54.692Z] #41 20.31 PBCC images/core-aarch64.pb-c.c [2020-12-11T19:00:54.692Z] #41 20.32 PBCC images/core-arm.pb-c.c [2020-12-11T19:00:54.692Z] #41 20.33 PBCC images/core-ppc64.pb-c.c [2020-12-11T19:00:54.692Z] #41 20.35 PBCC images/core-s390.pb-c.c [2020-12-11T19:00:54.692Z] #41 20.36 PBCC images/core-x86.pb-c.c [2020-12-11T19:00:54.722Z] #27 13.98 0.0% 1.1% # 1.6% # 2.1% ## 2.8% ## 3.6% ### 4.7% #### 5.6% #### 6.6% ##### 7.4% ##### 7.7% ##### 8.2% ###### 9.5% ####### 10.7% ######## 11.5% ######### 13.4% ########## 14.8% [2020-12-11T19:00:54.722Z] #27 ... [2020-12-11T19:00:54.722Z] [2020-12-11T19:00:54.722Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:54.722Z] #49 11.65 + cd /tmp/tmp.GHstbgk6mV/src/github.com/mvdan/sh [2020-12-11T19:00:54.722Z] #49 11.65 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-11T19:00:54.722Z] #49 11.82 + GO111MODULE=on [2020-12-11T19:00:54.722Z] #49 11.82 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-12-11T19:00:54.722Z] #49 13.19 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-11T19:00:54.722Z] #49 13.23 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-11T19:00:54.722Z] #49 13.24 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-11T19:00:54.722Z] #49 13.67 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-11T19:00:54.722Z] #49 13.67 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-11T19:00:54.722Z] #49 14.51 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-11T19:00:54.722Z] #49 15.48 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-11T19:00:54.722Z] #49 16.76 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-11T19:00:54.722Z] #49 18.26 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-11T19:00:54.722Z] #49 18.36 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-11T19:00:54.722Z] #49 18.58 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-11T19:00:54.722Z] #49 18.85 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-11T19:00:54.722Z] #49 19.99 runtime/cgo [2020-12-11T19:00:54.722Z] #49 20.23 runtime [2020-12-11T19:00:54.722Z] #49 ... [2020-12-11T19:00:54.722Z] [2020-12-11T19:00:54.722Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T19:00:54.736Z] #47 20.24 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-11T19:00:54.736Z] #47 20.42 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-11T19:00:54.801Z] #43 ... [2020-12-11T19:00:54.801Z] [2020-12-11T19:00:54.801Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:54.801Z] #34 62.47 bufio [2020-12-11T19:00:54.801Z] #34 63.70 path [2020-12-11T19:00:54.801Z] #34 63.71 reflect [2020-12-11T19:00:54.801Z] #34 65.51 text/tabwriter [2020-12-11T19:00:54.801Z] #34 70.61 internal/syscall/execenv [2020-12-11T19:00:54.801Z] #34 70.66 internal/syscall/unix [2020-12-11T19:00:54.801Z] #34 70.71 time [2020-12-11T19:00:54.954Z] #41 20.46 PBCC images/core.pb-c.c [2020-12-11T19:00:54.954Z] #41 20.59 PBCC images/inventory.pb-c.c [2020-12-11T19:00:54.986Z] #27 13.98 0.0% 1.1% # 1.6% # 2.1% ## 2.8% ## 3.6% ### 4.7% #### 5.6% #### 6.6% ##### 7.4% ##### 7.7% ##### 8.2% ###### 9.5% ####### 10.7% ######## 11.5% ######### 13.4% ########## 14.8% ########### 15.5% ############ 16.8% ############ 17.5% ############# 19.1% [2020-12-11T19:00:54.986Z] #27 ... [2020-12-11T19:00:54.986Z] [2020-12-11T19:00:54.986Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:54.986Z] #45 12.07 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-11T19:00:54.986Z] #45 17.03 go: finding github.com/fatih/color v1.9.0 [2020-12-11T19:00:54.986Z] #45 17.07 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-11T19:00:54.986Z] #45 17.09 go: finding github.com/pkg/errors v0.9.1 [2020-12-11T19:00:54.986Z] #45 17.23 go: finding github.com/mattn/go-colorable v0.1.6 [2020-12-11T19:00:54.986Z] #45 17.25 go: finding github.com/spf13/pflag v1.0.3 [2020-12-11T19:00:54.986Z] #45 17.32 go: finding github.com/mattn/go-isatty v0.0.12 [2020-12-11T19:00:54.986Z] #45 17.70 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-11T19:00:54.986Z] #45 17.88 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-12-11T19:00:54.986Z] #45 17.89 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-11T19:00:54.986Z] #45 18.02 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-11T19:00:54.986Z] #45 18.08 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T19:00:55.013Z] #47 ... [2020-12-11T19:00:55.013Z] [2020-12-11T19:00:55.013Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:55.013Z] #32 10.56 math [2020-12-11T19:00:55.013Z] #32 10.88 runtime [2020-12-11T19:00:55.013Z] #32 18.60 internal/testlog [2020-12-11T19:00:55.013Z] #32 18.96 encoding [2020-12-11T19:00:55.013Z] #32 19.16 runtime/cgo [2020-12-11T19:00:55.013Z] #32 ... [2020-12-11T19:00:55.013Z] [2020-12-11T19:00:55.013Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:55.013Z] #49 18.67 + cd /tmp/tmp.omk60vUagE/src/github.com/mvdan/sh [2020-12-11T19:00:55.013Z] #49 18.67 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-11T19:00:55.013Z] #49 18.87 + GO111MODULE=on [2020-12-11T19:00:55.013Z] #49 18.87 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-12-11T19:00:55.217Z] #41 20.69 DEP images/core-aarch64.pb-c.d [2020-12-11T19:00:55.217Z] #41 20.82 DEP images/core-arm.pb-c.d [2020-12-11T19:00:55.255Z] #45 ... [2020-12-11T19:00:55.256Z] [2020-12-11T19:00:55.256Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T19:00:55.444Z] #34 ... [2020-12-11T19:00:55.444Z] [2020-12-11T19:00:55.444Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:00:55.444Z] #45 63.17 bufio [2020-12-11T19:00:55.444Z] #45 64.56 reflect [2020-12-11T19:00:55.444Z] #45 68.55 regexp/syntax [2020-12-11T19:00:55.444Z] #45 ... [2020-12-11T19:00:55.444Z] [2020-12-11T19:00:55.444Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:55.444Z] #51 63.56 bufio [2020-12-11T19:00:55.444Z] #51 66.01 text/tabwriter [2020-12-11T19:00:55.444Z] #51 67.90 reflect [2020-12-11T19:00:55.444Z] #51 68.24 regexp/syntax [2020-12-11T19:00:55.476Z] #41 20.89 DEP images/core-ppc64.pb-c.d [2020-12-11T19:00:55.476Z] #41 20.95 DEP images/core-s390.pb-c.d [2020-12-11T19:00:55.587Z] #49 21.28 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-11T19:00:55.625Z] #43 ... [2020-12-11T19:00:55.626Z] [2020-12-11T19:00:55.626Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-11T19:00:55.626Z] #30 7.232 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-12-11T19:00:55.626Z] #30 7.232 Cloning into '.'... [2020-12-11T19:00:55.626Z] #30 ... [2020-12-11T19:00:55.626Z] [2020-12-11T19:00:55.626Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:55.626Z] #32 16.73 internal/testlog [2020-12-11T19:00:55.626Z] #32 17.13 encoding [2020-12-11T19:00:55.626Z] #32 17.60 runtime/cgo [2020-12-11T19:00:55.736Z] #41 21.14 DEP images/core-x86.pb-c.d [2020-12-11T19:00:55.736Z] #41 21.24 DEP images/core.pb-c.d [2020-12-11T19:00:55.736Z] #41 21.30 DEP images/inventory.pb-c.d [2020-12-11T19:00:55.736Z] #41 21.37 PBCC images/cpuinfo.pb-c.c [2020-12-11T19:00:55.736Z] #41 21.38 DEP images/cpuinfo.pb-c.d [2020-12-11T19:00:55.742Z] #51 ... [2020-12-11T19:00:55.742Z] [2020-12-11T19:00:55.742Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:00:55.742Z] #43 5.893 PBCC images/timens.pb-c.c [2020-12-11T19:00:55.742Z] #43 5.924 DEP images/timens.pb-c.d [2020-12-11T19:00:55.742Z] #43 5.999 PBCC images/fown.pb-c.c [2020-12-11T19:00:55.742Z] #43 6.025 PBCC images/google/protobuf/descriptor.pb-c.c [2020-12-11T19:00:55.742Z] #43 6.133 PBCC images/opts.pb-c.c [2020-12-11T19:00:55.848Z] #49 21.41 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-11T19:00:55.848Z] #49 21.42 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-11T19:00:55.995Z] #41 21.43 PBCC images/stats.pb-c.c [2020-12-11T19:00:55.995Z] #41 21.45 DEP images/stats.pb-c.d [2020-12-11T19:00:56.041Z] #43 6.200 PBCC images/memfd.pb-c.c [2020-12-11T19:00:56.041Z] #43 6.320 DEP images/fown.pb-c.d [2020-12-11T19:00:56.041Z] #43 6.397 DEP images/google/protobuf/descriptor.pb-c.d [2020-12-11T19:00:56.114Z] #49 21.78 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-11T19:00:56.342Z] #43 6.454 DEP images/opts.pb-c.d [2020-12-11T19:00:56.342Z] #43 6.501 DEP images/memfd.pb-c.d [2020-12-11T19:00:56.342Z] #43 6.567 PBCC images/sit.pb-c.c [2020-12-11T19:00:56.342Z] #43 6.621 DEP images/sit.pb-c.d [2020-12-11T19:00:56.381Z] #49 21.96 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-11T19:00:56.641Z] #43 6.689 PBCC images/macvlan.pb-c.c [2020-12-11T19:00:56.641Z] #43 6.707 DEP images/macvlan.pb-c.d [2020-12-11T19:00:56.641Z] #43 6.783 PBCC images/autofs.pb-c.c [2020-12-11T19:00:56.641Z] #43 6.825 DEP images/autofs.pb-c.d [2020-12-11T19:00:56.641Z] #43 6.890 PBCC images/sysctl.pb-c.c [2020-12-11T19:00:56.641Z] #43 6.924 DEP images/sysctl.pb-c.d [2020-12-11T19:00:56.641Z] #43 7.028 PBCC images/time.pb-c.c [2020-12-11T19:00:56.648Z] #49 ... [2020-12-11T19:00:56.648Z] [2020-12-11T19:00:56.648Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:00:56.648Z] #43 12.02 runtime [2020-12-11T19:00:56.648Z] #43 17.00 unicode/utf8 [2020-12-11T19:00:56.648Z] #43 18.03 math [2020-12-11T19:00:56.648Z] #43 ... [2020-12-11T19:00:56.648Z] [2020-12-11T19:00:56.648Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:56.648Z] #22 21.14 + mkdir -p /build [2020-12-11T19:00:56.648Z] #22 21.14 + mv docker/docker /build/ [2020-12-11T19:00:56.648Z] #22 21.14 + rmdir docker [2020-12-11T19:00:56.832Z] #54 141.5 + bin/containerd-shim-runc-v1 [2020-12-11T19:00:56.850Z] #27 13.98 0.0% 1.1% # 1.6% # 2.1% ## 2.8% ## 3.6% ### 4.7% #### 5.6% #### 6.6% ##### 7.4% ##### 7.7% ##### 8.2% ###### 9.5% ####### 10.7% ######## 11.5% ######### 13.4% ########## 14.8% ########### 15.5% ############ 16.8% ############ 17.5% ############# 19.1% ############## 19.9% ############## 20.7% ############### 21.7% ################ 22.6% ################ 23.3% ################# 24.2% ################## 25.1% ################## 25.7% ################### 27.0% ################### 27.6% #################### 28.6% ##################### 29.3% ##################### 30.4% ###################### 31.5% ####################### 32.6% # [2020-12-11T19:00:56.850Z] #27 ... [2020-12-11T19:00:56.850Z] [2020-12-11T19:00:56.850Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:56.850Z] #47 13.71 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-11T19:00:56.850Z] #47 13.83 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-11T19:00:56.851Z] #47 13.83 go: downloading github.com/stretchr/testify v1.4.0 [2020-12-11T19:00:56.851Z] #47 13.87 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-12-11T19:00:56.851Z] #47 13.90 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-12-11T19:00:56.851Z] #47 14.01 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-12-11T19:00:56.851Z] #47 14.05 go: downloading github.com/pkg/errors v0.8.1 [2020-12-11T19:00:56.851Z] #47 14.12 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-11T19:00:56.851Z] #47 14.16 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-12-11T19:00:56.851Z] #47 14.39 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-12-11T19:00:56.851Z] #47 14.43 go: extracting github.com/pkg/errors v0.8.1 [2020-12-11T19:00:56.851Z] #47 14.52 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-11T19:00:56.851Z] #47 14.56 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-11T19:00:56.851Z] #47 14.62 go: downloading github.com/spf13/viper v1.6.1 [2020-12-11T19:00:56.851Z] #47 14.64 go: extracting github.com/stretchr/testify v1.4.0 [2020-12-11T19:00:56.851Z] #47 14.91 go: downloading github.com/spf13/pflag v1.0.5 [2020-12-11T19:00:56.851Z] #47 14.99 go: extracting github.com/spf13/viper v1.6.1 [2020-12-11T19:00:56.851Z] #47 15.03 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-12-11T19:00:56.851Z] #47 15.18 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-11T19:00:56.851Z] #47 15.27 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-12-11T19:00:56.851Z] #47 15.48 go: downloading github.com/magiconair/properties v1.8.1 [2020-12-11T19:00:56.851Z] #47 15.55 go: downloading github.com/stretchr/objx v0.2.0 [2020-12-11T19:00:56.851Z] #47 15.55 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-12-11T19:00:56.851Z] #47 15.58 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-11T19:00:56.851Z] #47 15.61 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-11T19:00:56.851Z] #47 15.76 go: extracting github.com/spf13/pflag v1.0.5 [2020-12-11T19:00:56.851Z] #47 15.89 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-11T19:00:56.851Z] #47 15.91 go: extracting github.com/stretchr/objx v0.2.0 [2020-12-11T19:00:56.851Z] #47 16.07 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-11T19:00:56.851Z] #47 16.07 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-11T19:00:56.851Z] #47 16.17 go: extracting github.com/magiconair/properties v1.8.1 [2020-12-11T19:00:56.851Z] #47 16.20 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-12-11T19:00:56.851Z] #47 16.25 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-11T19:00:56.851Z] #47 16.36 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-11T19:00:56.851Z] #47 16.38 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-12-11T19:00:56.851Z] #47 16.53 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-11T19:00:56.851Z] #47 16.88 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-12-11T19:00:56.851Z] #47 16.99 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-12-11T19:00:56.851Z] #47 16.99 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-11T19:00:56.851Z] #47 17.00 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-11T19:00:56.851Z] #47 17.17 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-11T19:00:56.851Z] #47 17.21 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-11T19:00:56.851Z] #47 17.23 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-11T19:00:56.851Z] #47 17.36 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-11T19:00:56.851Z] #47 17.41 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-11T19:00:56.851Z] #47 18.88 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-11T19:00:56.851Z] #47 19.25 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-11T19:00:56.851Z] #47 21.10 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-11T19:00:56.851Z] #47 22.86 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-11T19:00:56.851Z] #47 23.02 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-12-11T19:00:56.851Z] #47 ... [2020-12-11T19:00:56.851Z] [2020-12-11T19:00:56.851Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T19:00:56.938Z] #43 7.112 DEP images/time.pb-c.d [2020-12-11T19:00:56.938Z] #43 7.160 PBCC images/binfmt-misc.pb-c.c [2020-12-11T19:00:56.938Z] #43 7.203 DEP images/binfmt-misc.pb-c.d [2020-12-11T19:00:56.938Z] #43 7.277 PBCC images/seccomp.pb-c.c [2020-12-11T19:00:57.222Z] #22 ... [2020-12-11T19:00:57.222Z] [2020-12-11T19:00:57.222Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T19:00:57.222Z] #53 12.76 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB] [2020-12-11T19:00:57.222Z] #53 16.13 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-11T19:00:57.222Z] #53 ... [2020-12-11T19:00:57.222Z] [2020-12-11T19:00:57.222Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:57.222Z] #22 DONE 22.8s [2020-12-11T19:00:57.222Z] [2020-12-11T19:00:57.222Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:00:57.222Z] #11 12.76 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB] [2020-12-11T19:00:57.222Z] #11 16.53 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-11T19:00:57.236Z] #43 7.302 DEP images/seccomp.pb-c.d [2020-12-11T19:00:57.236Z] #43 7.387 PBCC images/userns.pb-c.c [2020-12-11T19:00:57.236Z] #43 7.430 DEP images/userns.pb-c.d [2020-12-11T19:00:57.236Z] #43 7.471 PBCC images/cgroup.pb-c.c [2020-12-11T19:00:57.236Z] #43 7.504 DEP images/cgroup.pb-c.d [2020-12-11T19:00:57.483Z] #11 ... [2020-12-11T19:00:57.483Z] [2020-12-11T19:00:57.483Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:57.483Z] #45 13.76 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T19:00:57.483Z] #45 15.31 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-11T19:00:57.483Z] #45 17.35 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-11T19:00:57.534Z] #43 7.587 PBCC images/ext-file.pb-c.c [2020-12-11T19:00:57.534Z] #43 7.598 DEP images/ext-file.pb-c.d [2020-12-11T19:00:57.534Z] #43 7.655 PBCC images/rpc.pb-c.c [2020-12-11T19:00:57.534Z] #43 7.692 DEP images/rpc.pb-c.d [2020-12-11T19:00:57.534Z] #43 7.770 PBCC images/siginfo.pb-c.c [2020-12-11T19:00:57.534Z] #43 7.784 DEP images/siginfo.pb-c.d [2020-12-11T19:00:57.534Z] #43 7.811 PBCC images/pagemap.pb-c.c [2020-12-11T19:00:57.534Z] #43 7.887 DEP images/pagemap.pb-c.d [2020-12-11T19:00:57.744Z] #45 ... [2020-12-11T19:00:57.744Z] [2020-12-11T19:00:57.744Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:00:57.744Z] #49 23.26 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-11T19:00:57.832Z] #43 7.966 PBCC images/rlimit.pb-c.c [2020-12-11T19:00:57.832Z] #43 7.978 DEP images/rlimit.pb-c.d [2020-12-11T19:00:57.832Z] #43 8.001 PBCC images/file-lock.pb-c.c [2020-12-11T19:00:57.832Z] #43 8.033 DEP images/file-lock.pb-c.d [2020-12-11T19:00:57.832Z] #43 8.083 PBCC images/tty.pb-c.c [2020-12-11T19:00:57.832Z] #43 8.139 DEP images/tty.pb-c.d [2020-12-11T19:00:58.006Z] #49 ... [2020-12-11T19:00:58.006Z] [2020-12-11T19:00:58.006Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:00:58.006Z] #34 13.50 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB] [2020-12-11T19:00:58.006Z] #34 17.18 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-11T19:00:58.131Z] #43 8.201 PBCC images/tun.pb-c.c [2020-12-11T19:00:58.131Z] #43 8.260 PBCC images/netdev.pb-c.c [2020-12-11T19:00:58.131Z] #43 8.365 DEP images/tun.pb-c.d [2020-12-11T19:00:58.131Z] #43 8.476 DEP images/netdev.pb-c.d [2020-12-11T19:00:58.267Z] #34 ... [2020-12-11T19:00:58.267Z] [2020-12-11T19:00:58.267Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:58.267Z] #47 23.49 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-11T19:00:58.430Z] #43 8.604 PBCC images/vma.pb-c.c [2020-12-11T19:00:58.430Z] #43 8.639 DEP images/vma.pb-c.d [2020-12-11T19:00:58.430Z] #43 8.678 PBCC images/creds.pb-c.c [2020-12-11T19:00:58.430Z] #43 8.696 DEP images/creds.pb-c.d [2020-12-11T19:00:58.430Z] #43 8.735 PBCC images/utsns.pb-c.c [2020-12-11T19:00:58.430Z] #43 8.753 DEP images/utsns.pb-c.d [2020-12-11T19:00:58.430Z] #43 8.788 PBCC images/ipc-desc.pb-c.c [2020-12-11T19:00:58.430Z] #43 8.822 PBCC images/ipc-sem.pb-c.c [2020-12-11T19:00:58.538Z] #41 23.67 make[1]: Nothing to be done for 'all'. [2020-12-11T19:00:58.728Z] #43 8.839 DEP images/ipc-desc.pb-c.d [2020-12-11T19:00:58.728Z] #43 8.881 DEP images/ipc-sem.pb-c.d [2020-12-11T19:00:58.728Z] #43 8.924 PBCC images/ipc-msg.pb-c.c [2020-12-11T19:00:58.728Z] #43 8.949 DEP images/ipc-msg.pb-c.d [2020-12-11T19:00:58.728Z] #43 9.014 PBCC images/ipc-shm.pb-c.c [2020-12-11T19:00:58.728Z] #43 9.034 DEP images/ipc-shm.pb-c.d [2020-12-11T19:00:59.030Z] #43 9.073 PBCC images/ipc-var.pb-c.c [2020-12-11T19:00:59.030Z] #43 9.090 DEP images/ipc-var.pb-c.d [2020-12-11T19:00:59.030Z] #43 9.180 PBCC images/sk-opts.pb-c.c [2020-12-11T19:00:59.030Z] #43 9.249 PBCC images/packet-sock.pb-c.c [2020-12-11T19:00:59.030Z] #43 9.318 DEP images/sk-opts.pb-c.d [2020-12-11T19:00:59.030Z] #43 9.359 DEP images/packet-sock.pb-c.d [2020-12-11T19:00:59.030Z] #43 9.419 PBCC images/sk-netlink.pb-c.c [2020-12-11T19:00:59.115Z] #41 ... [2020-12-11T19:00:59.115Z] [2020-12-11T19:00:59.115Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:00:59.115Z] #43 118.2 go/parser [2020-12-11T19:00:59.115Z] #43 120.4 text/template [2020-12-11T19:00:59.115Z] #43 123.5 encoding/xml [2020-12-11T19:00:59.115Z] #43 127.8 go/doc [2020-12-11T19:00:59.115Z] #43 ... [2020-12-11T19:00:59.115Z] [2020-12-11T19:00:59.115Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:00:59.115Z] #54 58.25 Checking out files: 25% (950/3706) Checking out files: 26% (964/3706) Checking out files: 27% (1001/3706) Checking out files: 28% (1038/3706) Checking out files: 29% (1075/3706) Checking out files: 30% (1112/3706) Checking out files: 31% (1149/3706) Checking out files: 32% (1186/3706) Checking out files: 33% (1223/3706) Checking out files: 34% (1261/3706) Checking out files: 35% (1298/3706) Checking out files: 36% (1335/3706) Checking out files: 37% (1372/3706) Checking out files: 38% (1409/3706) Checking out files: 39% (1446/3706) Checking out files: 40% (1483/3706) Checking out files: 41% (1520/3706) Checking out files: 42% (1557/3706) Checking out files: 43% (1594/3706) Checking out files: 44% (1631/3706) Checking out files: 45% (1668/3706) Checking out files: 46% (1705/3706) Checking out files: 47% (1742/3706) Checking out files: 48% (1779/3706) Checking out files: 49% (1816/3706) Checking out files: 50% (1853/3706) Checking out files: 51% (1891/3706) Checking out files: 52% (1928/3706) Checking out files: 53% (1965/3706) Checking out files: 54% (2002/3706) Checking out files: 55% (2039/3706) Checking out files: 56% (2076/3706) Checking out files: 57% (2113/3706) Checking out files: 58% (2150/3706) Checking out files: 59% (2187/3706) Checking out files: 60% (2224/3706) Checking out files: 60% (2256/3706) Checking out files: 61% (2261/3706) Checking out files: 62% (2298/3706) Checking out files: 63% (2335/3706) Checking out files: 64% (2372/3706) Checking out files: 65% (2409/3706) Checking out files: 66% (2446/3706) Checking out files: 67% (2484/3706) Checking out files: 68% (2521/3706) Checking out files: 69% (2558/3706) Checking out files: 70% (2595/3706) Checking out files: 71% (2632/3706) Checking out files: 72% (2669/3706) Checking out files: 73% (2706/3706) Checking out files: 74% (2743/3706) Checking out files: 75% (2780/3706) Checking out files: 76% (2817/3706) Checking out files: 77% (2854/3706) Checking out files: 78% (2891/3706) Checking out files: 79% (2928/3706) Checking out files: 80% (2965/3706) Checking out files: 81% (3002/3706) Checking out files: 82% (3039/3706) Checking out files: 83% (3076/3706) Checking out files: 84% (3114/3706) Checking out files: 85% (3151/3706) Checking out files: 86% (3188/3706) Checking out files: 87% (3225/3706) Checking out files: 87% (3227/3706) Checking out files: 88% (3262/3706) Checking out files: 89% (3299/3706) Checking out files: 90% (3336/3706) Checking out files: 91% (3373/3706) Checking out files: 92% (3410/3706) Checking out files: 93% (3447/3706) Checking out files: 94% (3484/3706) Checking out files: 95% (3521/3706) Checking out files: 96% (3558/3706) Checking out files: 97% (3595/3706) Checking out files: 98% (3632/3706) Checking out files: 99% (3669/3706) Checking out files: 100% (3706/3706) Checking out files: 100% (3706/3706), done. [2020-12-11T19:00:59.115Z] #54 61.19 + cd /tmp/tmp.be1oK8uPHs/src/github.com/containerd/containerd [2020-12-11T19:00:59.115Z] #54 61.19 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-11T19:00:59.343Z] #43 9.499 DEP images/sk-netlink.pb-c.d [2020-12-11T19:00:59.343Z] #43 9.577 PBCC images/sk-inet.pb-c.c [2020-12-11T19:00:59.343Z] #43 9.666 DEP images/sk-inet.pb-c.d [2020-12-11T19:00:59.343Z] #43 9.709 PBCC images/sk-unix.pb-c.c [2020-12-11T19:00:59.563Z] #54 144.4 + bin/containerd-shim-runc-v2 [2020-12-11T19:00:59.638Z] #43 9.783 DEP images/sk-unix.pb-c.d [2020-12-11T19:00:59.638Z] #43 9.839 PBCC images/mm.pb-c.c [2020-12-11T19:00:59.638Z] #43 9.918 DEP images/mm.pb-c.d [2020-12-11T19:00:59.683Z] #54 62.92 + export 'BUILDTAGS=netgo osusergo static_build' [2020-12-11T19:00:59.683Z] #54 62.92 + BUILDTAGS='netgo osusergo static_build' [2020-12-11T19:00:59.683Z] #54 62.92 + export EXTRA_FLAGS=-buildmode=pie [2020-12-11T19:00:59.683Z] #54 62.92 + EXTRA_FLAGS=-buildmode=pie [2020-12-11T19:00:59.683Z] #54 62.92 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-12-11T19:00:59.683Z] #54 62.92 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-12-11T19:00:59.683Z] #54 62.92 + '[' '' = dynamic ']' [2020-12-11T19:00:59.683Z] #54 62.92 + make [2020-12-11T19:00:59.933Z] #43 9.994 PBCC images/timerfd.pb-c.c [2020-12-11T19:00:59.933Z] #43 10.03 DEP images/timerfd.pb-c.d [2020-12-11T19:00:59.933Z] #43 10.07 PBCC images/timer.pb-c.c [2020-12-11T19:00:59.933Z] #43 10.10 DEP images/timer.pb-c.d [2020-12-11T19:00:59.933Z] #43 10.14 PBCC images/sa.pb-c.c [2020-12-11T19:00:59.933Z] #43 10.19 DEP images/sa.pb-c.d [2020-12-11T19:00:59.933Z] #43 10.23 PBCC images/pipe-data.pb-c.c [2020-12-11T19:01:00.202Z] #54 145.2 + binaries [2020-12-11T19:01:00.202Z] #54 145.2 + install -D bin/containerd /build/containerd [2020-12-11T19:01:00.202Z] #54 145.2 + install -D bin/containerd-shim /build/containerd-shim [2020-12-11T19:01:00.202Z] #54 145.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-12-11T19:01:00.202Z] #54 145.2 + install -D bin/ctr /build/ctr [2020-12-11T19:01:00.231Z] #43 10.27 DEP images/pipe-data.pb-c.d [2020-12-11T19:01:00.231Z] #43 10.32 PBCC images/mnt.pb-c.c [2020-12-11T19:01:00.231Z] #43 10.41 DEP images/mnt.pb-c.d [2020-12-11T19:01:00.231Z] #43 10.50 PBCC images/sk-packet.pb-c.c [2020-12-11T19:01:00.527Z] #43 ... [2020-12-11T19:01:00.527Z] [2020-12-11T19:01:00.527Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:00.527Z] #47 DONE 78.2s [2020-12-11T19:01:00.527Z] [2020-12-11T19:01:00.528Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:01:00.528Z] #43 10.52 DEP images/sk-packet.pb-c.d [2020-12-11T19:01:00.528Z] #43 10.55 PBCC images/tcp-stream.pb-c.c [2020-12-11T19:01:00.528Z] #43 10.60 DEP images/tcp-stream.pb-c.d [2020-12-11T19:01:00.528Z] #43 10.64 PBCC images/pipe.pb-c.c [2020-12-11T19:01:00.528Z] #43 10.73 DEP images/pipe.pb-c.d [2020-12-11T19:01:00.824Z] #43 10.81 PBCC images/pstree.pb-c.c [2020-12-11T19:01:00.824Z] #43 10.85 DEP images/pstree.pb-c.d [2020-12-11T19:01:00.824Z] #43 10.94 PBCC images/fs.pb-c.c [2020-12-11T19:01:00.824Z] #43 10.95 DEP images/fs.pb-c.d [2020-12-11T19:01:00.824Z] #43 11.01 PBCC images/signalfd.pb-c.c [2020-12-11T19:01:00.824Z] #43 11.08 DEP images/signalfd.pb-c.d [2020-12-11T19:01:00.835Z] #54 DONE 145.8s [2020-12-11T19:01:00.914Z] #32 ... [2020-12-11T19:01:00.914Z] [2020-12-11T19:01:00.914Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:00.914Z] #49 21.95 + cd /tmp/tmp.tHWrsmPXsA/src/github.com/mvdan/sh [2020-12-11T19:01:00.914Z] #49 21.95 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-11T19:01:00.914Z] #49 22.07 + GO111MODULE=on [2020-12-11T19:01:00.914Z] #49 22.08 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-12-11T19:01:01.122Z] #43 11.14 PBCC images/fh.pb-c.c [2020-12-11T19:01:01.122Z] #43 11.30 PBCC images/fsnotify.pb-c.c [2020-12-11T19:01:01.122Z] #43 11.34 DEP images/fh.pb-c.d [2020-12-11T19:01:01.122Z] #43 11.42 DEP images/fsnotify.pb-c.d [2020-12-11T19:01:01.122Z] #43 11.47 PBCC images/eventpoll.pb-c.c [2020-12-11T19:01:01.169Z] #27 13.98 0.0% 1.1% # 1.6% # 2.1% ## 2.8% ## 3.6% ### 4.7% #### 5.6% #### 6.6% ##### 7.4% ##### 7.7% ##### 8.2% ###### 9.5% ####### 10.7% ######## 11.5% ######### 13.4% ########## 14.8% ########### 15.5% ############ 16.8% ############ 17.5% ############# 19.1% ############## 19.9% ############## 20.7% ############### 21.7% ################ 22.6% ################ 23.3% ################# 24.2% ################## 25.1% ################## 25.7% ################### 27.0% ################### 27.6% #################### 28.6% ##################### 29.3% ##################### 30.4% ###################### 31.5% ####################### 32.6% ######################## 33.5% ######################## 34.5% ######################### 35.3% ########################## 36.8% ########################## 37.5% ########################### 38.2% ############################ 39.2% ############################ 39.8% ############################# 40.6% ############################# 41.4% ############################## 42.3% ############################## 42.8% ############################### 43.7% ################################ 44.6% ################################ 45.4% ################################# 46.3% ################################## 47.4% ################################### 48.9% #################################### 50.2% #################################### 50.3% ##################################### 52.8% ####################################### 54.5% ######################################## 56.1% ######################################### 57.5% ######################################### 57.8% ########################################## 59.4% ########################################### 60.6% ########################################### 61.0% ############################################# 63.4% ############################################## 64.5% ############################################### 66.3% ################################################ 67.7% ################################################# 68.2% ################################################## 69.5% ################################################### 70.9% [2020-12-11T19:01:01.169Z] #27 ... [2020-12-11T19:01:01.169Z] [2020-12-11T19:01:01.169Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:01:01.169Z] #40 17.97 Fetched 8232 kB in 13s (616 kB/s) [2020-12-11T19:01:01.169Z] #40 17.97 Reading package lists... [2020-12-11T19:01:01.169Z] #40 25.22 Reading package lists... [2020-12-11T19:01:01.169Z] #40 ... [2020-12-11T19:01:01.169Z] [2020-12-11T19:01:01.169Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T19:01:01.169Z] #38 17.67 Checking out files: 80% (1344/1665) Checking out files: 81% (1349/1665) Checking out files: 82% (1366/1665) Checking out files: 83% (1382/1665) Checking out files: 84% (1399/1665) Checking out files: 85% (1416/1665) Checking out files: 86% (1432/1665) Checking out files: 87% (1449/1665) Checking out files: 88% (1466/1665) Checking out files: 89% (1482/1665) Checking out files: 90% (1499/1665) Checking out files: 91% (1516/1665) Checking out files: 92% (1532/1665) Checking out files: 93% (1549/1665) Checking out files: 94% (1566/1665) Checking out files: 95% (1582/1665) Checking out files: 96% (1599/1665) Checking out files: 97% (1616/1665) Checking out files: 98% (1632/1665) Checking out files: 99% (1649/1665) Checking out files: 100% (1665/1665) Checking out files: 100% (1665/1665), done. [2020-12-11T19:01:01.169Z] #38 18.21 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-12-11T19:01:01.169Z] #38 20.68 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-12-11T19:01:01.169Z] #49 ... [2020-12-11T19:01:01.170Z] [2020-12-11T19:01:01.170Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:01.170Z] #45 12.92 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T19:01:01.170Z] #45 13.96 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-11T19:01:01.170Z] #45 16.48 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-11T19:01:01.170Z] #45 21.92 go: finding github.com/fatih/color v1.9.0 [2020-12-11T19:01:01.170Z] #45 21.96 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-11T19:01:01.170Z] #45 22.01 go: finding github.com/pkg/errors v0.9.1 [2020-12-11T19:01:01.170Z] #45 22.20 go: finding github.com/spf13/pflag v1.0.3 [2020-12-11T19:01:01.170Z] #45 22.24 go: finding github.com/mattn/go-colorable v0.1.6 [2020-12-11T19:01:01.170Z] #45 22.38 go: finding github.com/mattn/go-isatty v0.0.12 [2020-12-11T19:01:01.170Z] #45 22.62 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-11T19:01:01.170Z] #45 22.89 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-12-11T19:01:01.170Z] #45 23.09 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-11T19:01:01.170Z] #45 ... [2020-12-11T19:01:01.170Z] [2020-12-11T19:01:01.170Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:01.170Z] #47 20.75 go: downloading github.com/fatih/color v1.7.0 [2020-12-11T19:01:01.170Z] #47 20.93 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-11T19:01:01.170Z] #47 20.96 go: downloading github.com/stretchr/testify v1.4.0 [2020-12-11T19:01:01.170Z] #47 20.99 go: downloading github.com/spf13/viper v1.6.1 [2020-12-11T19:01:01.170Z] #47 20.99 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-12-11T19:01:01.170Z] #47 21.02 go: downloading github.com/spf13/cobra v0.0.5 [2020-12-11T19:01:01.170Z] #47 21.03 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-12-11T19:01:01.170Z] #47 21.08 go: downloading github.com/spf13/pflag v1.0.5 [2020-12-11T19:01:01.170Z] #47 21.51 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-12-11T19:01:01.170Z] #47 21.51 go: extracting github.com/fatih/color v1.7.0 [2020-12-11T19:01:01.170Z] #47 21.58 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-12-11T19:01:01.170Z] #47 21.93 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-12-11T19:01:01.170Z] #47 21.93 go: downloading github.com/pkg/errors v0.8.1 [2020-12-11T19:01:01.170Z] #47 22.08 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-11T19:01:01.170Z] #47 22.18 go: extracting github.com/spf13/viper v1.6.1 [2020-12-11T19:01:01.170Z] #47 22.18 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-11T19:01:01.170Z] #47 22.21 go: extracting github.com/spf13/cobra v0.0.5 [2020-12-11T19:01:01.170Z] #47 22.25 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-12-11T19:01:01.170Z] #47 22.30 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-12-11T19:01:01.170Z] #47 22.51 go: extracting github.com/stretchr/testify v1.4.0 [2020-12-11T19:01:01.170Z] #47 22.55 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-12-11T19:01:01.170Z] #47 22.73 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-12-11T19:01:01.170Z] #47 22.85 go: extracting github.com/pkg/errors v0.8.1 [2020-12-11T19:01:01.170Z] #47 22.94 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-12-11T19:01:01.170Z] #47 22.96 go: downloading github.com/magiconair/properties v1.8.1 [2020-12-11T19:01:01.170Z] #47 23.05 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-12-11T19:01:01.170Z] #47 23.17 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-12-11T19:01:01.420Z] #43 11.49 DEP images/eventpoll.pb-c.d [2020-12-11T19:01:01.420Z] #43 11.55 PBCC images/eventfd.pb-c.c [2020-12-11T19:01:01.420Z] #43 11.59 DEP images/eventfd.pb-c.d [2020-12-11T19:01:01.420Z] #43 11.64 PBCC images/remap-file-path.pb-c.c [2020-12-11T19:01:01.420Z] #43 11.66 DEP images/remap-file-path.pb-c.d [2020-12-11T19:01:01.420Z] #43 11.72 PBCC images/fifo.pb-c.c [2020-12-11T19:01:01.437Z] #38 ... [2020-12-11T19:01:01.437Z] [2020-12-11T19:01:01.437Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T19:01:01.467Z] [2020-12-11T19:01:01.467Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-12-11T19:01:01.470Z] #47 ... [2020-12-11T19:01:01.470Z] [2020-12-11T19:01:01.470Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:01.470Z] #11 13.20 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB] [2020-12-11T19:01:01.470Z] #11 17.02 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-11T19:01:01.470Z] #11 ... [2020-12-11T19:01:01.470Z] [2020-12-11T19:01:01.470Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:01.470Z] #47 23.37 go: extracting github.com/spf13/pflag v1.0.5 [2020-12-11T19:01:01.588Z] #54 64.46 + bin/ctr [2020-12-11T19:01:01.669Z] #47 27.31 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-11T19:01:01.669Z] #47 27.37 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-11T19:01:01.669Z] #47 27.37 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-11T19:01:01.669Z] #47 27.37 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-11T19:01:01.669Z] #47 27.37 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-11T19:01:01.669Z] #47 27.37 go: downloading github.com/spf13/afero v1.1.2 [2020-12-11T19:01:01.669Z] #47 27.37 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-12-11T19:01:01.669Z] #47 27.37 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-11T19:01:01.701Z] #27 13.98 0.0% 1.1% # 1.6% # 2.1% ## 2.8% ## 3.6% ### 4.7% #### 5.6% #### 6.6% ##### 7.4% ##### 7.7% ##### 8.2% ###### 9.5% ####### 10.7% ######## 11.5% ######### 13.4% ########## 14.8% ########### 15.5% ############ 16.8% ############ 17.5% ############# 19.1% ############## 19.9% ############## 20.7% ############### 21.7% ################ 22.6% ################ 23.3% ################# 24.2% ################## 25.1% ################## 25.7% ################### 27.0% ################### 27.6% #################### 28.6% ##################### 29.3% ##################### 30.4% ###################### 31.5% ####################### 32.6% ######################## 33.5% ######################## 34.5% ######################### 35.3% ########################## 36.8% ########################## 37.5% ########################### 38.2% ############################ 39.2% ############################ 39.8% ############################# 40.6% ############################# 41.4% ############################## 42.3% ############################## 42.8% ############################### 43.7% ################################ 44.6% ################################ 45.4% ################################# 46.3% ################################## 47.4% ################################### 48.9% #################################### 50.2% #################################### 50.3% ##################################### 52.8% ####################################### 54.5% ######################################## 56.1% ######################################### 57.5% ######################################### 57.8% ########################################## 59.4% ########################################### 60.6% ########################################### 61.0% ############################################# 63.4% ############################################## 64.5% ############################################### 66.3% ################################################ 67.7% ################################################# 68.2% ################################################## 69.5% ################################################### 70.9% ################################################### 71.8% #################################################### 73.5% ###################################################### 75.1% ####################################################### 77.0% [2020-12-11T19:01:01.702Z] #27 ... [2020-12-11T19:01:01.702Z] [2020-12-11T19:01:01.702Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:01.702Z] #11 18.65 Fetched 8232 kB in 14s (608 kB/s) [2020-12-11T19:01:01.702Z] #11 18.65 Reading package lists... [2020-12-11T19:01:01.702Z] #11 25.83 Reading package lists... [2020-12-11T19:01:01.702Z] #11 ... [2020-12-11T19:01:01.702Z] [2020-12-11T19:01:01.702Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T19:01:01.718Z] #43 11.76 DEP images/fifo.pb-c.d [2020-12-11T19:01:01.718Z] #43 11.81 PBCC images/ghost-file.pb-c.c [2020-12-11T19:01:01.718Z] #43 11.89 DEP images/ghost-file.pb-c.d [2020-12-11T19:01:01.718Z] #43 11.96 PBCC images/regfile.pb-c.c [2020-12-11T19:01:01.728Z] #47 23.57 go: downloading github.com/spf13/cast v1.3.0 [2020-12-11T19:01:01.728Z] #47 ... [2020-12-11T19:01:01.728Z] [2020-12-11T19:01:01.728Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T19:01:01.728Z] #53 13.61 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB] [2020-12-11T19:01:01.728Z] #53 18.06 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-11T19:01:01.759Z] #55 DONE 0.3s [2020-12-11T19:01:01.759Z] [2020-12-11T19:01:01.759Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-12-11T19:01:01.759Z] #59 DONE 0.2s [2020-12-11T19:01:01.759Z] [2020-12-11T19:01:01.759Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-12-11T19:01:01.984Z] #53 ... [2020-12-11T19:01:01.984Z] [2020-12-11T19:01:01.984Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:01.984Z] #47 23.75 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-12-11T19:01:01.984Z] #47 23.90 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-12-11T19:01:02.006Z] #47 27.48 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-11T19:01:02.006Z] #47 27.58 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-11T19:01:02.015Z] #43 12.09 DEP images/regfile.pb-c.d [2020-12-11T19:01:02.015Z] #43 12.20 PBCC images/ns.pb-c.c [2020-12-11T19:01:02.015Z] #43 12.21 DEP images/ns.pb-c.d [2020-12-11T19:01:02.015Z] #43 12.25 PBCC images/fdinfo.pb-c.c [2020-12-11T19:01:02.015Z] #43 12.32 DEP images/fdinfo.pb-c.d [2020-12-11T19:01:02.050Z] #61 DONE 0.2s [2020-12-11T19:01:02.050Z] [2020-12-11T19:01:02.050Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-12-11T19:01:02.050Z] #63 DONE 0.1s [2020-12-11T19:01:02.050Z] [2020-12-11T19:01:02.050Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-12-11T19:01:02.050Z] #64 DONE 0.1s [2020-12-11T19:01:02.242Z] #47 23.94 go: extracting github.com/magiconair/properties v1.8.1 [2020-12-11T19:01:02.242Z] #47 23.95 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-12-11T19:01:02.242Z] #47 24.06 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-11T19:01:02.242Z] #47 ... [2020-12-11T19:01:02.242Z] [2020-12-11T19:01:02.242Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:01:02.242Z] #34 14.12 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB] [2020-12-11T19:01:02.242Z] #34 18.67 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-11T19:01:02.288Z] #47 27.72 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-11T19:01:02.288Z] #47 27.72 go: downloading github.com/fatih/color v1.7.0 [2020-12-11T19:01:02.288Z] #47 27.73 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-11T19:01:02.288Z] #47 27.77 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-12-11T19:01:02.288Z] #47 27.84 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-11T19:01:02.288Z] #47 27.95 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-11T19:01:02.288Z] #47 27.96 go: extracting github.com/fatih/color v1.7.0 [2020-12-11T19:01:02.288Z] #47 27.97 go: extracting github.com/spf13/afero v1.1.2 [2020-12-11T19:01:02.310Z] #43 12.36 PBCC images/core-aarch64.pb-c.c [2020-12-11T19:01:02.310Z] #43 12.41 PBCC images/core-arm.pb-c.c [2020-12-11T19:01:02.310Z] #43 12.46 PBCC images/core-ppc64.pb-c.c [2020-12-11T19:01:02.310Z] #43 12.57 PBCC images/core-s390.pb-c.c [2020-12-11T19:01:02.342Z] [2020-12-11T19:01:02.342Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-12-11T19:01:02.501Z] #34 ... [2020-12-11T19:01:02.501Z] [2020-12-11T19:01:02.501Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:02.501Z] #49 23.83 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-11T19:01:02.501Z] #49 23.88 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-11T19:01:02.501Z] #49 23.92 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-11T19:01:02.501Z] #49 24.31 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-11T19:01:02.562Z] #47 28.14 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-11T19:01:02.605Z] #43 12.66 PBCC images/core-x86.pb-c.c [2020-12-11T19:01:02.605Z] #43 12.78 PBCC images/core.pb-c.c [2020-12-11T19:01:02.757Z] #49 24.51 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-11T19:01:02.828Z] #47 28.37 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-12-11T19:01:02.828Z] #47 28.43 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-11T19:01:02.901Z] #43 12.91 PBCC images/inventory.pb-c.c [2020-12-11T19:01:02.901Z] #43 13.05 DEP images/core-aarch64.pb-c.d [2020-12-11T19:01:02.901Z] #43 13.10 DEP images/core-arm.pb-c.d [2020-12-11T19:01:02.901Z] #43 13.20 DEP images/core-ppc64.pb-c.d [2020-12-11T19:01:02.901Z] #43 13.25 DEP images/core-s390.pb-c.d [2020-12-11T19:01:02.901Z] #43 13.29 DEP images/core-x86.pb-c.d [2020-12-11T19:01:02.975Z] #65 DONE 0.8s [2020-12-11T19:01:03.013Z] #49 ... [2020-12-11T19:01:03.013Z] [2020-12-11T19:01:03.013Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:01:03.013Z] #40 14.95 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB] [2020-12-11T19:01:03.013Z] #40 19.15 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-11T19:01:03.098Z] #47 28.56 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-11T19:01:03.098Z] #47 28.62 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-12-11T19:01:03.098Z] #47 28.74 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-11T19:01:03.098Z] #47 28.76 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-11T19:01:03.197Z] #43 13.35 DEP images/core.pb-c.d [2020-12-11T19:01:03.197Z] #43 13.41 DEP images/inventory.pb-c.d [2020-12-11T19:01:03.197Z] #43 13.49 PBCC images/cpuinfo.pb-c.c [2020-12-11T19:01:03.197Z] #43 13.50 DEP images/cpuinfo.pb-c.d [2020-12-11T19:01:03.266Z] [2020-12-11T19:01:03.266Z] #66 exporting to image [2020-12-11T19:01:03.266Z] #66 exporting layers [2020-12-11T19:01:03.269Z] #40 ... [2020-12-11T19:01:03.269Z] [2020-12-11T19:01:03.269Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:03.269Z] #47 24.32 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-12-11T19:01:03.269Z] #47 24.32 go: downloading github.com/stretchr/objx v0.2.0 [2020-12-11T19:01:03.269Z] #47 24.35 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-12-11T19:01:03.269Z] #47 24.40 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-12-11T19:01:03.269Z] #47 24.41 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-12-11T19:01:03.269Z] #47 24.49 go: extracting github.com/spf13/cast v1.3.0 [2020-12-11T19:01:03.269Z] #47 24.59 go: downloading github.com/spf13/afero v1.1.2 [2020-12-11T19:01:03.269Z] #47 24.85 go: extracting github.com/stretchr/objx v0.2.0 [2020-12-11T19:01:03.269Z] #47 25.25 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-11T19:01:03.269Z] #47 25.25 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-12-11T19:01:03.369Z] #47 29.00 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-11T19:01:03.369Z] #47 ... [2020-12-11T19:01:03.369Z] [2020-12-11T19:01:03.369Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:03.495Z] #43 13.58 PBCC images/stats.pb-c.c [2020-12-11T19:01:03.495Z] #43 13.60 DEP images/stats.pb-c.d [2020-12-11T19:01:03.526Z] #47 25.33 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-12-11T19:01:03.526Z] #47 25.45 go: extracting github.com/spf13/afero v1.1.2 [2020-12-11T19:01:03.827Z] #47 25.50 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-11T19:01:03.827Z] #47 25.70 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-11T19:01:03.930Z] #27 13.98 0.0% 1.1% # 1.6% # 2.1% ## 2.8% ## 3.6% ### 4.7% #### 5.6% #### 6.6% ##### 7.4% ##### 7.7% ##### 8.2% ###### 9.5% ####### 10.7% ######## 11.5% ######### 13.4% ########## 14.8% ########### 15.5% ############ 16.8% ############ 17.5% ############# 19.1% ############## 19.9% ############## 20.7% ############### 21.7% ################ 22.6% ################ 23.3% ################# 24.2% ################## 25.1% ################## 25.7% ################### 27.0% ################### 27.6% #################### 28.6% ##################### 29.3% ##################### 30.4% ###################### 31.5% ####################### 32.6% ######################## 33.5% ######################## 34.5% ######################### 35.3% ########################## 36.8% ########################## 37.5% ########################### 38.2% ############################ 39.2% ############################ 39.8% ############################# 40.6% ############################# 41.4% ############################## 42.3% ############################## 42.8% ############################### 43.7% ################################ 44.6% ################################ 45.4% ################################# 46.3% ################################## 47.4% ################################### 48.9% #################################### 50.2% #################################### 50.3% ##################################### 52.8% ####################################### 54.5% ######################################## 56.1% ######################################### 57.5% ######################################### 57.8% ########################################## 59.4% ########################################### 60.6% ########################################### 61.0% ############################################# 63.4% ############################################## 64.5% ############################################### 66.3% ################################################ 67.7% ################################################# 68.2% ################################################## 69.5% ################################################### 70.9% ################################################### 71.8% #################################################### 73.5% ###################################################### 75.1% ####################################################### 77.0% ######################################################## 78.6% ######################################################### 79.5% ########################################################## 81.4% ########################################################### 82.7% ############################################################ 83.3% ############################################################ 83.7% ############################################################# 85.1% ############################################################## 86.1% ############################################################## 87.2% ############################################################### 87.7% ################################################################ 89.0% ################################################################ 90.2% ################################################################# 91.5% ################################################################## 92.9% ################################################################### 94.1% #################################################################### 94.8% ##################################################################### 96.0% ###################################################################### 97.6% ####################################################################### 99.6% ######################################################################## 100.0% [2020-12-11T19:01:03.930Z] #27 25.14 [2020-12-11T19:01:04.083Z] #47 25.76 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-12-11T19:01:04.083Z] #47 25.76 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-12-11T19:01:04.083Z] #47 25.76 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-12-11T19:01:04.083Z] #47 25.77 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-12-11T19:01:04.083Z] #47 25.79 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-11T19:01:04.083Z] #47 25.87 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-12-11T19:01:04.083Z] #47 25.93 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-12-11T19:01:04.338Z] #47 26.04 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-12-11T19:01:04.338Z] #47 26.15 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-12-11T19:01:04.532Z] #27 ... [2020-12-11T19:01:04.532Z] [2020-12-11T19:01:04.532Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:04.532Z] #62 21.34 Checking out files: 47% (909/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. [2020-12-11T19:01:04.532Z] #62 22.34 + cd /tmp/tmp.C5ROSpw8KE/src/github.com/docker/libnetwork [2020-12-11T19:01:04.532Z] #62 22.35 + git checkout -q 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-11T19:01:04.532Z] #62 22.67 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-12-11T19:01:04.532Z] #62 ... [2020-12-11T19:01:04.532Z] [2020-12-11T19:01:04.532Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:04.532Z] #47 25.52 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-12-11T19:01:04.532Z] #47 25.54 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-12-11T19:01:04.532Z] #47 25.54 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-11T19:01:04.532Z] #47 25.55 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-11T19:01:04.532Z] #47 25.56 go: downloading github.com/spf13/cobra v0.0.5 [2020-12-11T19:01:04.532Z] #47 25.58 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-12-11T19:01:04.532Z] #47 25.58 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-11T19:01:04.532Z] #47 25.58 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-11T19:01:04.532Z] #47 25.67 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-12-11T19:01:04.532Z] #47 25.70 go: downloading github.com/spf13/afero v1.1.2 [2020-12-11T19:01:04.532Z] #47 25.73 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-11T19:01:04.532Z] #47 25.81 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-12-11T19:01:04.532Z] #47 25.90 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-12-11T19:01:04.532Z] #47 25.99 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-11T19:01:04.532Z] #47 25.99 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-12-11T19:01:04.532Z] #47 26.07 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-11T19:01:04.532Z] #47 26.13 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-11T19:01:04.532Z] #47 26.14 go: extracting github.com/spf13/afero v1.1.2 [2020-12-11T19:01:04.532Z] #47 26.23 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-12-11T19:01:04.532Z] #47 26.26 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-12-11T19:01:04.532Z] #47 26.27 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-11T19:01:04.532Z] #47 26.53 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-11T19:01:04.532Z] #47 26.54 go: downloading github.com/spf13/cast v1.3.0 [2020-12-11T19:01:04.532Z] #47 26.59 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-11T19:01:04.532Z] #47 26.59 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-11T19:01:04.532Z] #47 26.59 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-12-11T19:01:04.532Z] #47 26.64 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-11T19:01:04.532Z] #47 26.74 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-11T19:01:04.532Z] #47 26.75 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-12-11T19:01:04.532Z] #47 27.06 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-12-11T19:01:04.532Z] #47 27.08 go: downloading github.com/gobwas/glob v0.2.3 [2020-12-11T19:01:04.532Z] #47 27.08 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-12-11T19:01:04.532Z] #47 27.08 go: downloading golang.org/x/text v0.3.2 [2020-12-11T19:01:04.532Z] #47 27.11 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-12-11T19:01:04.532Z] #47 27.15 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-12-11T19:01:04.532Z] #47 27.15 go: extracting github.com/spf13/cobra v0.0.5 [2020-12-11T19:01:04.532Z] #47 27.28 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-12-11T19:01:04.532Z] #47 27.32 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-11T19:01:04.532Z] #47 27.32 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-11T19:01:04.532Z] #47 27.34 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-12-11T19:01:04.532Z] #47 27.45 go: downloading github.com/kisielk/gotool v1.0.0 [2020-12-11T19:01:04.532Z] #47 27.46 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-12-11T19:01:04.532Z] #47 27.60 go: extracting github.com/gobwas/glob v0.2.3 [2020-12-11T19:01:04.532Z] #47 27.80 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-12-11T19:01:04.532Z] #47 27.87 go: extracting github.com/spf13/cast v1.3.0 [2020-12-11T19:01:04.532Z] #47 27.87 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-12-11T19:01:04.532Z] #47 28.03 go: extracting github.com/kisielk/gotool v1.0.0 [2020-12-11T19:01:04.532Z] #47 28.12 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-11T19:01:04.532Z] #47 28.34 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-12-11T19:01:04.532Z] #47 28.36 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-12-11T19:01:04.532Z] #47 28.43 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-11T19:01:04.532Z] #47 28.54 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-12-11T19:01:04.532Z] #47 28.63 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-12-11T19:01:04.532Z] #47 28.78 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-11T19:01:04.532Z] #47 28.79 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-12-11T19:01:04.532Z] #47 28.86 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-11T19:01:04.532Z] #47 28.90 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-11T19:01:04.532Z] #47 28.91 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-11T19:01:04.532Z] #47 28.99 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-11T19:01:04.532Z] #47 29.02 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-12-11T19:01:04.532Z] #47 29.04 go: downloading github.com/fatih/color v1.7.0 [2020-12-11T19:01:04.532Z] #47 29.14 go: extracting github.com/fatih/color v1.7.0 [2020-12-11T19:01:04.532Z] #47 29.21 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-12-11T19:01:04.532Z] #47 29.21 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-12-11T19:01:04.532Z] #47 29.27 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-11T19:01:04.532Z] #47 29.27 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-11T19:01:04.532Z] #47 29.46 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-11T19:01:04.532Z] #47 29.54 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-12-11T19:01:04.532Z] #47 29.59 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-11T19:01:04.532Z] #47 29.87 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-11T19:01:04.532Z] #47 29.90 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-11T19:01:04.532Z] #47 30.00 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-11T19:01:04.532Z] #47 30.08 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-11T19:01:04.532Z] #47 30.12 go: downloading github.com/subosito/gotenv v1.2.0 [2020-12-11T19:01:04.532Z] #47 30.19 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-11T19:01:04.532Z] #47 30.44 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-12-11T19:01:04.532Z] #47 30.53 go: extracting github.com/subosito/gotenv v1.2.0 [2020-12-11T19:01:04.532Z] #47 30.60 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-12-11T19:01:04.532Z] #47 30.67 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-11T19:01:04.532Z] #47 30.76 go: downloading github.com/ultraware/funlen v0.0.2 [2020-12-11T19:01:04.532Z] #47 31.01 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-11T19:01:04.532Z] #47 31.03 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-12-11T19:01:04.532Z] #47 31.04 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-11T19:01:04.532Z] #47 31.05 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-12-11T19:01:04.532Z] #47 31.14 go: downloading github.com/gogo/protobuf v1.2.1 [2020-12-11T19:01:04.532Z] #47 31.32 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-11T19:01:04.532Z] #47 31.33 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-11T19:01:04.532Z] #47 31.34 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-12-11T19:01:04.532Z] #47 31.34 go: extracting github.com/ultraware/funlen v0.0.2 [2020-12-11T19:01:04.532Z] #47 31.46 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-11T19:01:04.532Z] #47 31.46 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-11T19:01:04.532Z] #47 31.50 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-11T19:01:04.532Z] #47 31.58 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-11T19:01:04.801Z] #47 31.60 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-11T19:01:04.801Z] #47 31.61 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-12-11T19:01:04.801Z] #47 31.69 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-11T19:01:04.801Z] #47 31.72 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-12-11T19:01:04.801Z] #47 31.75 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-11T19:01:04.899Z] #47 26.67 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-12-11T19:01:04.899Z] #47 26.67 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-12-11T19:01:04.899Z] #47 26.83 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-11T19:01:04.899Z] #47 26.84 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-12-11T19:01:04.937Z] #62 28.43 Checking out files: 32% (619/1905) Checking out files: 33% (629/1905) Checking out files: 34% (648/1905) Checking out files: 35% (667/1905) Checking out files: 36% (686/1905) Checking out files: 37% (705/1905) Checking out files: 38% (724/1905) Checking out files: 39% (743/1905) Checking out files: 40% (762/1905) Checking out files: 41% (782/1905) Checking out files: 42% (801/1905) Checking out files: 43% (820/1905) Checking out files: 44% (839/1905) Checking out files: 45% (858/1905) Checking out files: 46% (877/1905) Checking out files: 47% (896/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 62% (1195/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. [2020-12-11T19:01:04.937Z] #62 30.65 + cd /tmp/tmp.lk0rWuI3ru/src/github.com/docker/libnetwork [2020-12-11T19:01:05.028Z] #43 15.20 make[1]: Nothing to be done for 'all'. [2020-12-11T19:01:05.065Z] #47 31.91 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-11T19:01:05.203Z] #62 30.66 + git checkout -q 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-11T19:01:05.223Z] #47 26.95 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-12-11T19:01:05.223Z] #47 26.96 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-11T19:01:05.223Z] #47 27.09 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-12-11T19:01:05.223Z] #47 27.19 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-11T19:01:05.487Z] #47 27.20 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-12-11T19:01:05.487Z] #47 27.28 go: downloading golang.org/x/text v0.3.2 [2020-12-11T19:01:05.487Z] #47 27.37 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-12-11T19:01:05.751Z] #47 27.62 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-12-11T19:01:05.776Z] #62 31.26 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-12-11T19:01:05.996Z] #66 exporting layers 2.6s done [2020-12-11T19:01:05.996Z] #66 writing image sha256:c8e052c42452cd65b08f469f2c032dc724884ee7dfc8c28f097728f01ca62efe done [2020-12-11T19:01:05.996Z] #66 naming to docker.io/library/docker:5fd8d701ceff35235fc447ca9433b44f855d688d done [2020-12-11T19:01:05.996Z] #66 DONE 2.6s [2020-12-11T19:01:06.021Z] #47 32.95 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [2020-12-11T19:01:06.081Z] #43 ... [2020-12-11T19:01:06.081Z] [2020-12-11T19:01:06.081Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:06.081Z] #45 73.90 hash/crc32 [2020-12-11T19:01:06.081Z] #45 75.55 time [2020-12-11T19:01:06.081Z] #45 77.01 vendor/golang.org/x/text/transform [Pipeline] sh [2020-12-11T19:01:06.359Z] #47 27.96 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-12-11T19:01:06.359Z] #47 27.96 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-12-11T19:01:06.359Z] #47 27.96 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-12-11T19:01:06.379Z] #45 84.04 regexp [2020-12-11T19:01:06.379Z] #45 ... [2020-12-11T19:01:06.379Z] [2020-12-11T19:01:06.379Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:06.438Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41783/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5fd8d701ceff35235fc447ca9433b44f855d688d hack/test/unit [2020-12-11T19:01:06.602Z] #47 ... [2020-12-11T19:01:06.602Z] [2020-12-11T19:01:06.602Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T19:01:06.602Z] #53 17.13 Reading package lists... [2020-12-11T19:01:06.602Z] #53 24.24 Reading package lists... [2020-12-11T19:01:06.602Z] #53 31.89 Building dependency tree... [2020-12-11T19:01:06.627Z] #47 28.51 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-11T19:01:06.871Z] #53 ... [2020-12-11T19:01:06.871Z] [2020-12-11T19:01:06.871Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T19:01:06.871Z] #27 27.05 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-12-11T19:01:06.871Z] #27 27.63 #=#=# [2020-12-11T19:01:06.871Z] #27 27.93 # 2.0% ######################################################################## 100.0% [2020-12-11T19:01:06.886Z] #47 28.76 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-12-11T19:01:07.138Z] #27 28.14 [2020-12-11T19:01:07.162Z] #47 29.16 go: downloading github.com/subosito/gotenv v1.2.0 [2020-12-11T19:01:07.402Z] #27 ... [2020-12-11T19:01:07.402Z] [2020-12-11T19:01:07.402Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:01:07.402Z] #34 18.03 Reading package lists... [2020-12-11T19:01:07.402Z] #34 24.72 Reading package lists... [2020-12-11T19:01:07.402Z] #34 32.31 Building dependency tree... [2020-12-11T19:01:07.402Z] #34 ... [2020-12-11T19:01:07.402Z] [2020-12-11T19:01:07.402Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:07.402Z] #11 25.83 Reading package lists... [2020-12-11T19:01:07.418Z] #47 29.25 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-12-11T19:01:07.569Z] #56 44.48 Checking out files: 49% (1825/3706) Checking out files: 50% (1853/3706) Checking out files: 51% (1891/3706) Checking out files: 52% (1928/3706) Checking out files: 53% (1965/3706) Checking out files: 54% (2002/3706) Checking out files: 55% (2039/3706) Checking out files: 56% (2076/3706) Checking out files: 57% (2113/3706) Checking out files: 58% (2150/3706) Checking out files: 59% (2187/3706) Checking out files: 60% (2224/3706) Checking out files: 61% (2261/3706) Checking out files: 62% (2298/3706) Checking out files: 63% (2335/3706) Checking out files: 64% (2372/3706) Checking out files: 65% (2409/3706) Checking out files: 66% (2446/3706) Checking out files: 67% (2484/3706) Checking out files: 68% (2521/3706) Checking out files: 69% (2558/3706) Checking out files: 70% (2595/3706) Checking out files: 71% (2632/3706) Checking out files: 72% (2669/3706) Checking out files: 73% (2706/3706) Checking out files: 74% (2743/3706) Checking out files: 75% (2780/3706) Checking out files: 76% (2817/3706) Checking out files: 77% (2854/3706) Checking out files: 78% (2891/3706) Checking out files: 79% (2928/3706) Checking out files: 80% (2965/3706) Checking out files: 81% (3002/3706) Checking out files: 82% (3039/3706) Checking out files: 83% (3076/3706) Checking out files: 84% (3114/3706) Checking out files: 85% (3151/3706) Checking out files: 86% (3188/3706) Checking out files: 87% (3225/3706) Checking out files: 88% (3262/3706) Checking out files: 89% (3299/3706) Checking out files: 90% (3336/3706) Checking out files: 91% (3373/3706) Checking out files: 92% (3410/3706) Checking out files: 92% (3411/3706) Checking out files: 93% (3447/3706) Checking out files: 94% (3484/3706) Checking out files: 95% (3521/3706) Checking out files: 96% (3558/3706) Checking out files: 97% (3595/3706) Checking out files: 98% (3632/3706) Checking out files: 99% (3669/3706) Checking out files: 100% (3706/3706) Checking out files: 100% (3706/3706), done. [2020-12-11T19:01:07.569Z] #56 45.72 + cd /tmp/tmp.ua9jR5xk8x/src/github.com/containerd/containerd [2020-12-11T19:01:07.569Z] #56 45.72 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-11T19:01:07.680Z] #47 29.61 go: extracting github.com/subosito/gotenv v1.2.0 [2020-12-11T19:01:07.941Z] #47 29.80 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-11T19:01:08.213Z] #56 ... [2020-12-11T19:01:08.213Z] [2020-12-11T19:01:08.213Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:08.213Z] #13 76.06 Selecting previously unselected package gcc-mingw-w64-base. [2020-12-11T19:01:08.213Z] #13 76.08 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-12-11T19:01:08.213Z] #13 76.09 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:01:08.213Z] #13 76.22 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-12-11T19:01:08.213Z] #13 76.23 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-12-11T19:01:08.213Z] #13 76.23 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:01:08.279Z] #54 ... [2020-12-11T19:01:08.279Z] [2020-12-11T19:01:08.279Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:08.279Z] #49 128.9 mvdan.cc/sh/v3/cmd/shfmt [2020-12-11T19:01:08.279Z] #49 DONE 137.0s [2020-12-11T19:01:08.279Z] [2020-12-11T19:01:08.279Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:01:08.279Z] #41 26.65 CC images/stats.o [2020-12-11T19:01:08.279Z] #41 27.42 CC images/core.o [2020-12-11T19:01:08.279Z] #41 28.23 CC images/core-x86.o [2020-12-11T19:01:08.279Z] #41 29.03 CC images/core-arm.o [2020-12-11T19:01:08.279Z] #41 29.47 CC images/core-aarch64.o [2020-12-11T19:01:08.279Z] #41 30.03 CC images/core-ppc64.o [2020-12-11T19:01:08.279Z] #41 31.04 CC images/core-s390.o [2020-12-11T19:01:08.279Z] #41 31.75 CC images/cpuinfo.o [2020-12-11T19:01:08.279Z] #41 32.53 CC images/inventory.o [2020-12-11T19:01:08.279Z] #41 33.02 CC images/fdinfo.o [2020-12-11T19:01:08.279Z] #41 33.68 CC images/fown.o [2020-12-11T19:01:08.333Z] #62 ... [2020-12-11T19:01:08.333Z] [2020-12-11T19:01:08.333Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:08.333Z] #45 23.80 go: finding github.com/fatih/color v1.9.0 [2020-12-11T19:01:08.333Z] #45 23.83 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-11T19:01:08.333Z] #45 23.90 go: finding github.com/pkg/errors v0.9.1 [2020-12-11T19:01:08.333Z] #45 24.36 go: finding github.com/spf13/pflag v1.0.3 [2020-12-11T19:01:08.333Z] #45 24.46 go: finding github.com/mattn/go-colorable v0.1.6 [2020-12-11T19:01:08.333Z] #45 24.62 go: finding github.com/mattn/go-isatty v0.0.12 [2020-12-11T19:01:08.333Z] #45 24.87 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-11T19:01:08.333Z] #45 25.22 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-12-11T19:01:08.333Z] #45 25.44 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-11T19:01:08.333Z] #45 25.44 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T19:01:08.333Z] #45 25.52 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-11T19:01:08.333Z] #45 ... [2020-12-11T19:01:08.333Z] [2020-12-11T19:01:08.333Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T19:01:08.334Z] #38 30.79 Checking out files: 70% (1171/1665) Checking out files: 71% (1183/1665) Checking out files: 72% (1199/1665) Checking out files: 73% (1216/1665) Checking out files: 74% (1233/1665) Checking out files: 75% (1249/1665) Checking out files: 76% (1266/1665) Checking out files: 77% (1283/1665) Checking out files: 78% (1299/1665) Checking out files: 79% (1316/1665) Checking out files: 80% (1332/1665) Checking out files: 81% (1349/1665) Checking out files: 82% (1366/1665) Checking out files: 83% (1382/1665) Checking out files: 84% (1399/1665) Checking out files: 85% (1416/1665) Checking out files: 86% (1432/1665) Checking out files: 87% (1449/1665) Checking out files: 88% (1466/1665) Checking out files: 89% (1482/1665) Checking out files: 90% (1499/1665) Checking out files: 91% (1516/1665) Checking out files: 92% (1532/1665) Checking out files: 93% (1549/1665) Checking out files: 94% (1566/1665) Checking out files: 95% (1582/1665) Checking out files: 96% (1599/1665) Checking out files: 97% (1616/1665) Checking out files: 98% (1632/1665) Checking out files: 99% (1649/1665) Checking out files: 100% (1665/1665) Checking out files: 100% (1665/1665), done. [2020-12-11T19:01:08.334Z] #38 31.58 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-12-11T19:01:08.512Z] #13 ... [2020-12-11T19:01:08.512Z] [2020-12-11T19:01:08.512Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:01:08.512Z] #43 16.88 CC images/stats.o [2020-12-11T19:01:08.512Z] #43 17.21 CC images/core.o [2020-12-11T19:01:08.512Z] #43 17.86 CC images/core-x86.o [2020-12-11T19:01:08.512Z] #43 18.53 CC images/core-arm.o [2020-12-11T19:01:08.512Z] #43 ... [2020-12-11T19:01:08.512Z] [2020-12-11T19:01:08.512Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:08.512Z] #51 76.41 time [2020-12-11T19:01:08.512Z] #51 81.07 regexp [2020-12-11T19:01:08.567Z] #41 34.18 CC images/ns.o [2020-12-11T19:01:08.816Z] #51 ... [2020-12-11T19:01:08.816Z] [2020-12-11T19:01:08.816Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:08.816Z] #56 46.84 + export 'BUILDTAGS=netgo osusergo static_build' [2020-12-11T19:01:08.816Z] #56 46.84 + BUILDTAGS='netgo osusergo static_build' [2020-12-11T19:01:08.816Z] #56 46.84 + export EXTRA_FLAGS=-buildmode=pie [2020-12-11T19:01:08.816Z] #56 46.85 + EXTRA_FLAGS=-buildmode=pie [2020-12-11T19:01:08.816Z] #56 46.85 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-12-11T19:01:08.816Z] #56 46.85 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-12-11T19:01:08.816Z] #56 46.85 + '[' '' = dynamic ']' [2020-12-11T19:01:08.816Z] #56 46.85 + make [2020-12-11T19:01:08.817Z] #11 34.05 Building dependency tree... [2020-12-11T19:01:08.906Z] #38 33.99 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-12-11T19:01:08.906Z] #38 ... [2020-12-11T19:01:08.906Z] [2020-12-11T19:01:08.906Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:08.906Z] #49 24.61 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-11T19:01:08.906Z] #49 26.86 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-11T19:01:08.906Z] #49 29.24 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-11T19:01:08.906Z] #49 29.46 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-11T19:01:08.906Z] #49 29.71 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-11T19:01:08.906Z] #49 29.89 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-11T19:01:08.906Z] #49 31.26 runtime/cgo [2020-12-11T19:01:08.906Z] #49 31.38 runtime [2020-12-11T19:01:08.911Z] #47 30.64 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-11T19:01:09.154Z] #41 34.67 CC images/regfile.o [2020-12-11T19:01:09.167Z] #47 ... [2020-12-11T19:01:09.167Z] [2020-12-11T19:01:09.167Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T19:01:09.167Z] ? github.com/docker/docker/api [no test files] [2020-12-11T19:01:09.168Z] #49 ... [2020-12-11T19:01:09.168Z] [2020-12-11T19:01:09.168Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:09.168Z] #47 29.35 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-11T19:01:09.168Z] #47 29.49 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-11T19:01:09.168Z] #47 29.51 go: downloading github.com/spf13/cast v1.3.0 [2020-12-11T19:01:09.168Z] #47 29.69 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-12-11T19:01:09.168Z] #47 29.88 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-11T19:01:09.168Z] #47 29.89 go: downloading github.com/stretchr/objx v0.2.0 [2020-12-11T19:01:09.168Z] #47 29.94 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-12-11T19:01:09.168Z] #47 29.94 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-12-11T19:01:09.168Z] #47 30.01 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-11T19:01:09.168Z] #47 30.01 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-11T19:01:09.168Z] #47 30.03 go: extracting github.com/stretchr/objx v0.2.0 [2020-12-11T19:01:09.168Z] #47 30.41 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-11T19:01:09.168Z] #47 30.77 go: extracting github.com/spf13/cast v1.3.0 [2020-12-11T19:01:09.168Z] #47 30.78 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-11T19:01:09.168Z] #47 31.06 go: downloading golang.org/x/text v0.3.2 [2020-12-11T19:01:09.168Z] #47 31.08 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-11T19:01:09.168Z] #47 31.08 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-12-11T19:01:09.168Z] #47 31.21 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-11T19:01:09.168Z] #47 31.81 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-12-11T19:01:09.168Z] #47 31.82 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-12-11T19:01:09.168Z] #47 31.95 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-12-11T19:01:09.168Z] #47 31.98 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-11T19:01:09.168Z] #47 32.00 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-11T19:01:09.168Z] #47 32.02 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-11T19:01:09.168Z] #47 32.04 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-12-11T19:01:09.168Z] #47 32.07 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-11T19:01:09.168Z] #47 32.08 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-12-11T19:01:09.168Z] #47 32.13 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-12-11T19:01:09.168Z] #47 32.37 go: downloading github.com/magiconair/properties v1.8.1 [2020-12-11T19:01:09.168Z] #47 32.37 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-12-11T19:01:09.168Z] #47 32.38 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-12-11T19:01:09.168Z] #47 32.48 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-12-11T19:01:09.168Z] #47 32.62 go: extracting github.com/magiconair/properties v1.8.1 [2020-12-11T19:01:09.168Z] #47 32.64 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-11T19:01:09.168Z] #47 32.65 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-12-11T19:01:09.168Z] #47 32.69 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-12-11T19:01:09.168Z] #47 32.85 go: downloading github.com/subosito/gotenv v1.2.0 [2020-12-11T19:01:09.168Z] #47 33.06 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-11T19:01:09.168Z] #47 33.06 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-11T19:01:09.168Z] #47 33.06 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-11T19:01:09.168Z] #47 33.06 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-12-11T19:01:09.168Z] #47 33.09 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-12-11T19:01:09.168Z] #47 33.21 go: extracting github.com/subosito/gotenv v1.2.0 [2020-12-11T19:01:09.168Z] #47 33.39 go: downloading github.com/ultraware/funlen v0.0.2 [2020-12-11T19:01:09.168Z] #47 33.81 go: downloading github.com/spf13/pflag v1.0.5 [2020-12-11T19:01:09.168Z] #47 34.03 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-12-11T19:01:09.168Z] #47 34.12 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-12-11T19:01:09.168Z] #47 34.15 go: downloading github.com/gogo/protobuf v1.2.1 [2020-12-11T19:01:09.168Z] #47 34.22 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-12-11T19:01:09.168Z] #47 34.35 go: extracting github.com/ultraware/funlen v0.0.2 [2020-12-11T19:01:09.168Z] #47 34.36 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-12-11T19:01:09.429Z] #47 35.04 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-11T19:01:09.679Z] #38 30.88 Checking out files: 80% (1339/1665) Checking out files: 81% (1349/1665) Checking out files: 82% (1366/1665) Checking out files: 83% (1382/1665) Checking out files: 84% (1399/1665) Checking out files: 85% (1416/1665) Checking out files: 86% (1432/1665) Checking out files: 87% (1449/1665) Checking out files: 88% (1466/1665) Checking out files: 89% (1482/1665) Checking out files: 90% (1499/1665) Checking out files: 91% (1516/1665) Checking out files: 92% (1532/1665) Checking out files: 93% (1549/1665) Checking out files: 94% (1566/1665) Checking out files: 95% (1582/1665) Checking out files: 96% (1599/1665) Checking out files: 97% (1616/1665) Checking out files: 98% (1632/1665) Checking out files: 99% (1649/1665) Checking out files: 100% (1665/1665) Checking out files: 100% (1665/1665), done. [2020-12-11T19:01:09.679Z] #38 31.47 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-12-11T19:01:09.691Z] #47 35.26 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-11T19:01:09.721Z] #41 35.03 CC images/ghost-file.o [2020-12-11T19:01:09.884Z] #56 48.03 + bin/ctr [2020-12-11T19:01:09.935Z] #38 ... [2020-12-11T19:01:09.935Z] [2020-12-11T19:01:09.935Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:09.935Z] #43 21.67 unicode/utf16 [2020-12-11T19:01:09.935Z] #43 22.06 container/list [2020-12-11T19:01:09.935Z] #43 22.75 crypto/internal/subtle [2020-12-11T19:01:09.935Z] #43 22.95 crypto/subtle [2020-12-11T19:01:09.935Z] #43 23.22 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-12-11T19:01:09.935Z] #43 23.38 internal/nettrace [2020-12-11T19:01:09.935Z] #43 23.60 runtime/cgo [2020-12-11T19:01:09.935Z] #43 ... [2020-12-11T19:01:09.935Z] [2020-12-11T19:01:09.935Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:09.952Z] #47 35.40 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-12-11T19:01:09.952Z] #47 35.40 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-11T19:01:09.952Z] #47 35.40 go: extracting github.com/spf13/pflag v1.0.5 [2020-12-11T19:01:09.952Z] #47 35.60 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-12-11T19:01:09.952Z] #47 35.64 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-11T19:01:10.213Z] #47 35.80 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-12-11T19:01:10.213Z] #47 35.89 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-11T19:01:10.218Z] #11 37.04 The following additional packages will be installed: [2020-12-11T19:01:10.218Z] #11 37.05 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-12-11T19:01:10.218Z] #11 37.05 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-12-11T19:01:10.218Z] #11 37.05 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-12-11T19:01:10.218Z] #11 37.05 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2020-12-11T19:01:10.218Z] #11 37.05 mingw-w64-x86-64-dev [2020-12-11T19:01:10.218Z] #11 37.05 Suggested packages: [2020-12-11T19:01:10.218Z] #11 37.05 gcc-8-locales seccomp wine64 [2020-12-11T19:01:10.289Z] #41 35.60 CC images/fifo.o [2020-12-11T19:01:10.475Z] #47 36.02 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-11T19:01:10.548Z] #41 36.00 CC images/remap-file-path.o [2020-12-11T19:01:10.748Z] #47 ... [2020-12-11T19:01:10.748Z] [2020-12-11T19:01:10.748Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:10.748Z] #43 26.18 unicode/utf16 [2020-12-11T19:01:10.748Z] #43 26.71 container/list [2020-12-11T19:01:10.748Z] #43 27.88 crypto/internal/subtle [2020-12-11T19:01:10.748Z] #43 28.04 crypto/subtle [2020-12-11T19:01:10.748Z] #43 28.28 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-12-11T19:01:10.748Z] #43 28.57 internal/nettrace [2020-12-11T19:01:10.748Z] #43 28.88 runtime/cgo [2020-12-11T19:01:10.809Z] #41 36.35 CC images/eventfd.o [2020-12-11T19:01:11.009Z] #43 ... [2020-12-11T19:01:11.009Z] [2020-12-11T19:01:11.009Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:11.009Z] #47 36.47 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-11T19:01:11.172Z] #11 37.87 The following NEW packages will be installed: [2020-12-11T19:01:11.172Z] #11 37.87 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-12-11T19:01:11.172Z] #11 37.87 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-12-11T19:01:11.172Z] #11 37.87 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-12-11T19:01:11.172Z] #11 37.87 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-12-11T19:01:11.172Z] #11 37.88 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-12-11T19:01:11.172Z] #11 37.88 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-12-11T19:01:11.172Z] #11 37.88 The following packages will be upgraded: [2020-12-11T19:01:11.172Z] #11 37.88 libsystemd0 libudev1 [2020-12-11T19:01:11.228Z] #62 31.76 Checking out files: 47% (904/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: 89% (1700/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) [2020-12-11T19:01:11.228Z] #62 ... [2020-12-11T19:01:11.228Z] [2020-12-11T19:01:11.228Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:11.228Z] #45 23.12 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T19:01:11.228Z] #45 23.20 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-11T19:01:11.270Z] #47 36.76 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-12-11T19:01:11.270Z] #47 36.78 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-12-11T19:01:11.270Z] #47 36.83 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-12-11T19:01:11.377Z] #41 36.76 CC images/eventpoll.o [2020-12-11T19:01:11.441Z] #11 38.28 2 upgraded, 25 newly installed, 0 to remove and 14 not upgraded. [2020-12-11T19:01:11.441Z] #11 38.28 Need to get 73.8 MB of archives. [2020-12-11T19:01:11.441Z] #11 38.28 After this operation, 472 MB of additional disk space will be used. [2020-12-11T19:01:11.441Z] #11 38.28 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd0 arm64 241-7~deb10u5 [314 kB] [2020-12-11T19:01:11.441Z] #11 38.29 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev1 arm64 241-7~deb10u5 [146 kB] [2020-12-11T19:01:11.441Z] #11 38.30 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] [2020-12-11T19:01:11.484Z] #45 ... [2020-12-11T19:01:11.485Z] [2020-12-11T19:01:11.485Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:11.485Z] #62 31.76 Checking out files: 47% (904/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: 89% (1700/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. [2020-12-11T19:01:11.485Z] #62 33.29 + cd /tmp/tmp.5wIUviuFS6/src/github.com/docker/libnetwork [2020-12-11T19:01:11.485Z] #62 33.29 + git checkout -q 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-11T19:01:11.485Z] #62 33.47 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-12-11T19:01:11.532Z] #47 37.06 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-11T19:01:11.532Z] #47 37.06 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-11T19:01:11.532Z] #47 37.09 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-11T19:01:11.636Z] #41 37.16 CC images/fh.o [2020-12-11T19:01:11.793Z] #47 37.32 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-11T19:01:11.793Z] #47 37.34 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-12-11T19:01:11.793Z] #47 37.51 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-11T19:01:11.984Z] #56 ... [2020-12-11T19:01:11.984Z] [2020-12-11T19:01:11.984Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:11.984Z] #34 79.54 internal/poll [2020-12-11T19:01:11.984Z] #34 81.52 os [2020-12-11T19:01:11.984Z] #34 85.24 internal/fmtsort [2020-12-11T19:01:11.984Z] #34 86.35 path/filepath [2020-12-11T19:01:11.984Z] #34 86.36 fmt [2020-12-11T19:01:11.984Z] #34 88.24 io/ioutil [2020-12-11T19:01:11.984Z] #34 ... [2020-12-11T19:01:11.984Z] [2020-12-11T19:01:11.984Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:01:11.984Z] #43 18.96 CC images/core-aarch64.o [2020-12-11T19:01:11.984Z] #43 19.33 CC images/core-ppc64.o [2020-12-11T19:01:11.984Z] #43 20.09 CC images/core-s390.o [2020-12-11T19:01:11.984Z] #43 20.94 CC images/cpuinfo.o [2020-12-11T19:01:11.984Z] #43 21.46 CC images/inventory.o [2020-12-11T19:01:11.984Z] #43 21.78 CC images/fdinfo.o [2020-12-11T19:01:11.984Z] #43 22.22 CC images/fown.o [2020-12-11T19:01:12.122Z] #11 38.99 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] [2020-12-11T19:01:12.204Z] #41 37.76 CC images/fsnotify.o [2020-12-11T19:01:12.282Z] #43 22.43 CC images/ns.o [2020-12-11T19:01:12.365Z] #47 37.82 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-11T19:01:12.365Z] #47 38.02 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-11T19:01:12.365Z] #47 38.05 go: downloading github.com/gobwas/glob v0.2.3 [2020-12-11T19:01:12.429Z] #11 ... [2020-12-11T19:01:12.429Z] [2020-12-11T19:01:12.429Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T19:01:12.429Z] #27 29.41 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-12-11T19:01:12.429Z] #27 29.92 [2020-12-11T19:01:12.429Z] #27 30.16 #=#=# 0.8% ######################################################################## 100.0% [2020-12-11T19:01:12.429Z] #27 30.47 [2020-12-11T19:01:12.429Z] #27 32.13 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-12-11T19:01:12.429Z] #27 32.20 skipping existing 9a99313a2c50 [2020-12-11T19:01:12.429Z] #27 32.28 [2020-12-11T19:01:12.463Z] #41 ... [2020-12-11T19:01:12.463Z] [2020-12-11T19:01:12.463Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:12.463Z] #43 131.6 github.com/LK4D4/vndr/versioned [2020-12-11T19:01:12.463Z] #43 131.7 compress/flate [2020-12-11T19:01:12.463Z] #43 132.6 github.com/LK4D4/vndr/build [2020-12-11T19:01:12.463Z] #43 136.0 hash/crc32 [2020-12-11T19:01:12.463Z] #43 136.8 compress/gzip [2020-12-11T19:01:12.463Z] #43 137.8 net [2020-12-11T19:01:12.463Z] #43 138.3 vendor/golang.org/x/text/transform [2020-12-11T19:01:12.463Z] #43 139.7 vendor/golang.org/x/text/unicode/bidi [2020-12-11T19:01:12.580Z] #43 22.63 CC images/regfile.o [2020-12-11T19:01:12.627Z] #47 38.13 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-12-11T19:01:12.695Z] #27 33.74 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-12-11T19:01:12.880Z] #43 22.88 CC images/ghost-file.o [2020-12-11T19:01:12.889Z] #47 38.29 go: downloading github.com/kisielk/gotool v1.0.0 [2020-12-11T19:01:13.033Z] #43 142.2 vendor/golang.org/x/text/secure/bidirule [2020-12-11T19:01:13.033Z] #43 ... [2020-12-11T19:01:13.033Z] [2020-12-11T19:01:13.033Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:01:13.033Z] #41 38.36 CC images/signalfd.o [2020-12-11T19:01:13.178Z] #43 23.31 CC images/fifo.o [2020-12-11T19:01:13.178Z] #43 23.53 CC images/remap-file-path.o [2020-12-11T19:01:13.277Z] #27 34.27 [2020-12-11T19:01:13.293Z] #41 38.76 CC images/fs.o [2020-12-11T19:01:13.462Z] #47 38.89 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-12-11T19:01:13.475Z] #43 23.74 CC images/eventfd.o [2020-12-11T19:01:13.543Z] #27 34.47 #=#=# ######################################################################## 100.0% [2020-12-11T19:01:13.543Z] #27 34.63 [2020-12-11T19:01:13.552Z] #41 39.11 CC images/pstree.o [2020-12-11T19:01:13.723Z] #47 39.45 go: extracting github.com/kisielk/gotool v1.0.0 [2020-12-11T19:01:13.772Z] #43 24.02 CC images/eventpoll.o [2020-12-11T19:01:13.813Z] #41 39.36 CC images/pipe.o [2020-12-11T19:01:14.048Z] #62 ... [2020-12-11T19:01:14.048Z] [2020-12-11T19:01:14.048Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:14.048Z] #49 25.69 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-11T19:01:14.048Z] #49 26.74 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-11T19:01:14.048Z] #49 28.79 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-11T19:01:14.048Z] #49 30.98 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-11T19:01:14.048Z] #49 31.18 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-11T19:01:14.048Z] #49 31.48 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-11T19:01:14.048Z] #49 31.68 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-11T19:01:14.048Z] #49 33.21 runtime [2020-12-11T19:01:14.048Z] #49 33.27 runtime/cgo [2020-12-11T19:01:14.048Z] #49 ... [2020-12-11T19:01:14.048Z] [2020-12-11T19:01:14.048Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T19:01:14.048Z] #38 34.75 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-12-11T19:01:14.072Z] #43 24.39 CC images/fh.o [2020-12-11T19:01:14.072Z] #41 39.60 CC images/tcp-stream.o [2020-12-11T19:01:14.297Z] #47 39.97 go: extracting github.com/gobwas/glob v0.2.3 [2020-12-11T19:01:14.331Z] #41 39.94 CC images/sk-packet.o [2020-12-11T19:01:14.721Z] #43 24.74 CC images/fsnotify.o [2020-12-11T19:01:14.900Z] #41 40.26 CC images/mnt.o [2020-12-11T19:01:14.900Z] #41 40.49 CC images/pipe-data.o [2020-12-11T19:01:14.949Z] #27 35.72 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-12-11T19:01:14.949Z] #27 36.18 [2020-12-11T19:01:15.024Z] #43 25.41 CC images/signalfd.o [2020-12-11T19:01:15.163Z] #41 40.65 CC images/sa.o [2020-12-11T19:01:15.250Z] #27 ... [2020-12-11T19:01:15.250Z] [2020-12-11T19:01:15.250Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-11T19:01:15.250Z] #30 41.64 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-12-11T19:01:15.448Z] using credential docker-jenkins-github-credentials [2020-12-11T19:01:15.523Z] Cloning the remote Git repository [2020-12-11T19:01:15.523Z] Cloning with configured refspecs honoured and without tags [2020-12-11T19:01:15.526Z] #30 ... [2020-12-11T19:01:15.526Z] [2020-12-11T19:01:15.526Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:01:15.526Z] #40 25.22 Reading package lists... [2020-12-11T19:01:15.526Z] #40 32.65 Building dependency tree... [2020-12-11T19:01:15.526Z] #40 35.66 The following additional packages will be installed: [2020-12-11T19:01:15.526Z] #40 35.66 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-12-11T19:01:15.526Z] #40 35.66 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-12-11T19:01:15.526Z] #40 35.67 Suggested packages: [2020-12-11T19:01:15.526Z] #40 35.67 manpages-dev python-setuptools [2020-12-11T19:01:15.526Z] #40 36.77 The following NEW packages will be installed: [2020-12-11T19:01:15.526Z] #40 36.77 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-12-11T19:01:15.526Z] #40 36.77 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-12-11T19:01:15.526Z] #40 36.77 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-12-11T19:01:15.526Z] #40 36.77 python-six zlib1g-dev [2020-12-11T19:01:15.526Z] #40 37.54 0 upgraded, 17 newly installed, 0 to remove and 16 not upgraded. [2020-12-11T19:01:15.526Z] #40 37.54 Need to get 3798 kB of archives. [2020-12-11T19:01:15.526Z] #40 37.54 After this operation, 21.6 MB of additional disk space will be used. [2020-12-11T19:01:15.526Z] #40 37.54 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2020-12-11T19:01:15.526Z] #40 37.58 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-12-11T19:01:15.526Z] #40 37.59 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2020-12-11T19:01:15.526Z] #40 37.60 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-12-11T19:01:15.526Z] #40 37.60 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2020-12-11T19:01:15.526Z] #40 37.67 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-12-11T19:01:15.526Z] #40 37.67 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB] [2020-12-11T19:01:15.526Z] #40 37.69 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] [2020-12-11T19:01:15.526Z] #40 37.71 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2020-12-11T19:01:15.526Z] #40 37.99 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2020-12-11T19:01:15.526Z] #40 38.03 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2020-12-11T19:01:15.526Z] #40 38.13 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2020-12-11T19:01:15.526Z] #40 38.26 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB] [2020-12-11T19:01:15.526Z] #40 38.26 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2020-12-11T19:01:15.526Z] #40 38.27 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-12-11T19:01:15.526Z] #40 38.27 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2020-12-11T19:01:15.526Z] #40 38.27 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2020-12-11T19:01:15.526Z] #40 40.26 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:01:15.526Z] #40 41.79 Fetched 3798 kB in 1s (2709 kB/s) [2020-12-11T19:01:15.526Z] #40 42.47 Selecting previously unselected package libcap-dev:arm64. [2020-12-11T19:01:15.526Z] #40 42.47 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-12-11T19:01:15.526Z] #40 ... [2020-12-11T19:01:15.526Z] [2020-12-11T19:01:15.526Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T19:01:15.526Z] #27 36.56 ######################################################################## 100.0% [2020-12-11T19:01:15.665Z] #43 25.84 CC images/fs.o [2020-12-11T19:01:15.733Z] #41 40.97 CC images/timer.o [2020-12-11T19:01:15.733Z] #41 41.27 CC images/timerfd.o [2020-12-11T19:01:15.893Z] #27 36.73 [2020-12-11T19:01:15.893Z] #27 36.84 Download of images into '/build' complete. [2020-12-11T19:01:15.893Z] #27 36.84 Use something like the following to load the result into a Docker daemon: [2020-12-11T19:01:15.961Z] #43 26.10 CC images/pstree.o [2020-12-11T19:01:16.212Z] #47 41.50 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-11T19:01:16.212Z] #47 41.61 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-12-11T19:01:16.212Z] #47 ... [2020-12-11T19:01:16.212Z] [2020-12-11T19:01:16.212Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:16.212Z] #11 31.72 Fetched 8408 kB in 24s (348 kB/s) [2020-12-11T19:01:16.212Z] #11 31.72 Reading package lists... [2020-12-11T19:01:16.212Z] #11 ... [2020-12-11T19:01:16.212Z] [2020-12-11T19:01:16.212Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:01:16.212Z] #34 33.13 Fetched 8408 kB in 26s (327 kB/s) [2020-12-11T19:01:16.237Z] #27 36.84 tar -cC '/build' . | docker load [2020-12-11T19:01:16.256Z] #43 26.43 CC images/pipe.o [2020-12-11T19:01:16.303Z] #41 41.60 CC images/mm.o [2020-12-11T19:01:16.553Z] #43 26.75 CC images/tcp-stream.o [2020-12-11T19:01:16.562Z] #41 42.01 CC images/sk-opts.o [2020-12-11T19:01:16.786Z] #34 33.13 Reading package lists... [2020-12-11T19:01:16.787Z] #34 ... [2020-12-11T19:01:16.787Z] [2020-12-11T19:01:16.787Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:16.787Z] #11 31.72 Reading package lists... [2020-12-11T19:01:16.851Z] #43 27.07 CC images/sk-packet.o [2020-12-11T19:01:17.129Z] #41 42.46 CC images/sk-unix.o [2020-12-11T19:01:17.156Z] #43 27.41 CC images/mnt.o [2020-12-11T19:01:17.359Z] #11 ... [2020-12-11T19:01:17.359Z] [2020-12-11T19:01:17.359Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:01:17.359Z] #40 32.75 Fetched 8408 kB in 25s (336 kB/s) [2020-12-11T19:01:17.359Z] #40 32.75 Reading package lists... [2020-12-11T19:01:17.359Z] #40 ... [2020-12-11T19:01:17.359Z] [2020-12-11T19:01:17.359Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:17.359Z] #11 42.95 Reading package lists... [2020-12-11T19:01:17.359Z] #11 ... [2020-12-11T19:01:17.359Z] [2020-12-11T19:01:17.359Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T19:01:17.359Z] #53 33.07 Fetched 8408 kB in 27s (317 kB/s) [2020-12-11T19:01:17.388Z] #41 42.99 CC images/sk-inet.o [2020-12-11T19:01:15.715Z] Cloning repository https://github.com/moby/moby.git [2020-12-11T19:01:16.136Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-12-11T19:01:17.455Z] #43 27.69 CC images/pipe-data.o [2020-12-11T19:01:17.641Z] ok github.com/docker/docker/api/server 0.004s coverage: 9.0% of statements [2020-12-11T19:01:17.752Z] #43 27.93 CC images/sa.o [2020-12-11T19:01:17.932Z] #53 33.07 Reading package lists... [2020-12-11T19:01:17.933Z] #53 ... [2020-12-11T19:01:17.933Z] [2020-12-11T19:01:17.933Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:17.933Z] #47 43.45 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-11T19:01:18.051Z] #43 28.20 CC images/timer.o [2020-12-11T19:01:18.325Z] #41 43.65 CC images/tun.o [2020-12-11T19:01:18.517Z] #47 43.95 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-12-11T19:01:18.517Z] #47 43.96 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-12-11T19:01:18.517Z] #47 44.02 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-12-11T19:01:18.517Z] #47 44.02 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-12-11T19:01:18.517Z] #47 44.03 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-12-11T19:01:18.584Z] #41 44.03 CC images/sk-netlink.o [2020-12-11T19:01:18.706Z] #43 28.74 CC images/timerfd.o [2020-12-11T19:01:18.706Z] #43 29.02 CC images/mm.o [2020-12-11T19:01:18.784Z] #47 44.53 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-12-11T19:01:18.844Z] #41 44.42 CC images/packet-sock.o [2020-12-11T19:01:19.038Z] #27 ... [2020-12-11T19:01:19.038Z] [2020-12-11T19:01:19.038Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T19:01:19.038Z] #53 34.95 The following additional packages will be installed: [2020-12-11T19:01:19.038Z] #53 34.97 libbtrfs0 [2020-12-11T19:01:19.038Z] #53 35.19 The following NEW packages will be installed: [2020-12-11T19:01:19.038Z] #53 35.21 libbtrfs-dev libbtrfs0 [2020-12-11T19:01:19.038Z] #53 35.73 0 upgraded, 2 newly installed, 0 to remove and 16 not upgraded. [2020-12-11T19:01:19.038Z] #53 35.73 Need to get 119 kB of archives. [2020-12-11T19:01:19.038Z] #53 35.73 After this operation, 387 kB of additional disk space will be used. [2020-12-11T19:01:19.038Z] #53 35.73 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-12-11T19:01:19.038Z] #53 35.73 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-12-11T19:01:19.038Z] #53 37.43 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:01:19.038Z] #53 38.37 Fetched 119 kB in 0s (415 kB/s) [2020-12-11T19:01:19.038Z] #53 41.27 Selecting previously unselected package libbtrfs0. [2020-12-11T19:01:19.038Z] #53 41.27 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-12-11T19:01:19.038Z] #53 41.33 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2020-12-11T19:01:19.038Z] #53 42.46 Unpacking libbtrfs0 (4.20.1-2) ... [2020-12-11T19:01:19.038Z] #53 42.72 Selecting previously unselected package libbtrfs-dev. [2020-12-11T19:01:19.038Z] #53 42.73 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-12-11T19:01:19.038Z] #53 43.19 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-12-11T19:01:19.038Z] #53 ... [2020-12-11T19:01:19.038Z] [2020-12-11T19:01:19.038Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:19.038Z] #47 35.33 go: extracting github.com/gogo/protobuf v1.2.1 [2020-12-11T19:01:19.038Z] #47 36.67 go: extracting golang.org/x/text v0.3.2 [2020-12-11T19:01:19.038Z] #47 44.50 go: finding github.com/fatih/color v1.7.0 [2020-12-11T19:01:19.038Z] #47 44.52 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-11T19:01:19.038Z] #47 44.71 go: finding github.com/pkg/errors v0.8.1 [2020-12-11T19:01:19.038Z] #47 44.71 go: finding github.com/go-critic/go-critic v0.4.1 [2020-12-11T19:01:19.038Z] #47 44.97 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-12-11T19:01:19.038Z] #47 44.98 go: finding github.com/mattn/go-colorable v0.1.4 [2020-12-11T19:01:19.038Z] #47 45.01 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-11T19:01:19.038Z] #47 ... [2020-12-11T19:01:19.038Z] [2020-12-11T19:01:19.038Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:01:19.038Z] #34 35.45 The following additional packages will be installed: [2020-12-11T19:01:19.038Z] #34 35.47 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-12-11T19:01:19.038Z] #34 35.47 Suggested packages: [2020-12-11T19:01:19.038Z] #34 35.47 cmake-doc ninja-build lrzip [2020-12-11T19:01:19.038Z] #34 35.47 Recommended packages: [2020-12-11T19:01:19.038Z] #34 35.47 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-12-11T19:01:19.038Z] #34 36.24 The following NEW packages will be installed: [2020-12-11T19:01:19.038Z] #34 36.27 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-12-11T19:01:19.038Z] #34 36.27 vim-common xxd [2020-12-11T19:01:19.038Z] #34 36.86 0 upgraded, 10 newly installed, 0 to remove and 16 not upgraded. [2020-12-11T19:01:19.038Z] #34 36.86 Need to get 14.2 MB of archives. [2020-12-11T19:01:19.038Z] #34 36.86 After this operation, 60.0 MB of additional disk space will be used. [2020-12-11T19:01:19.038Z] #34 36.86 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-12-11T19:01:19.038Z] #34 36.91 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-12-11T19:01:19.038Z] #34 36.93 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2020-12-11T19:01:19.038Z] #34 37.30 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-12-11T19:01:19.038Z] #34 38.70 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u1 [625 kB] [2020-12-11T19:01:19.038Z] #34 38.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2020-12-11T19:01:19.038Z] #34 38.78 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2020-12-11T19:01:19.038Z] #34 38.79 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2020-12-11T19:01:19.038Z] #34 38.99 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2020-12-11T19:01:19.038Z] #34 38.99 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2020-12-11T19:01:19.038Z] #34 41.91 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:01:19.038Z] #34 42.55 Fetched 14.2 MB in 3s (4356 kB/s) [2020-12-11T19:01:19.038Z] #34 42.70 Selecting previously unselected package xxd. [2020-12-11T19:01:19.038Z] #34 42.70 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-12-11T19:01:19.038Z] #34 42.74 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-12-11T19:01:19.038Z] #34 43.16 Unpacking xxd (2:8.1.0875-5) ... [2020-12-11T19:01:19.038Z] #34 ... [2020-12-11T19:01:19.038Z] [2020-12-11T19:01:19.038Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:19.038Z] #47 45.71 go: finding github.com/mattn/go-isatty v0.0.8 [2020-12-11T19:01:19.038Z] #47 45.71 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-12-11T19:01:19.038Z] #47 45.72 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-12-11T19:01:19.038Z] #47 45.74 go: finding github.com/spf13/viper v1.6.1 [2020-12-11T19:01:19.045Z] #47 44.54 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-12-11T19:01:19.045Z] #47 44.62 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-12-11T19:01:19.045Z] #47 44.64 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-12-11T19:01:19.045Z] #47 44.68 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-12-11T19:01:19.045Z] #47 44.73 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-12-11T19:01:19.045Z] #47 44.78 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-12-11T19:01:19.309Z] #47 46.18 go: finding github.com/sirupsen/logrus v1.4.2 [2020-12-11T19:01:19.309Z] #47 46.23 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-12-11T19:01:19.309Z] #47 46.30 go: finding github.com/stretchr/testify v1.4.0 [2020-12-11T19:01:19.309Z] #47 46.35 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-11T19:01:19.309Z] #47 46.38 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-12-11T19:01:19.354Z] #43 29.38 CC images/sk-opts.o [2020-12-11T19:01:19.431Z] #41 44.94 CC images/ipc-var.o [2020-12-11T19:01:17.409Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-11T19:01:17.409Z] > git --version # timeout=10 [2020-12-11T19:01:17.457Z] > git --version # 'git version 2.24.1.windows.2' [2020-12-11T19:01:17.457Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-11T19:01:17.459Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41783/head:refs/remotes/origin/PR-41783 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T19:01:19.658Z] #43 29.67 CC images/sk-unix.o [2020-12-11T19:01:19.658Z] #43 ... [2020-12-11T19:01:19.658Z] [2020-12-11T19:01:19.658Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:19.658Z] #51 87.28 context [2020-12-11T19:01:19.658Z] #51 87.34 path/filepath [2020-12-11T19:01:19.658Z] #51 89.81 mvdan.cc/sh/v3/fileutil [2020-12-11T19:01:19.658Z] #51 91.76 encoding/binary [2020-12-11T19:01:19.658Z] #51 91.76 flag [2020-12-11T19:01:19.658Z] #51 91.77 go/token [2020-12-11T19:01:19.658Z] #51 91.81 github.com/pkg/diff [2020-12-11T19:01:19.658Z] #51 94.51 go/scanner [2020-12-11T19:01:19.658Z] #51 95.85 mvdan.cc/editorconfig [2020-12-11T19:01:19.658Z] #51 96.73 mvdan.cc/sh/v3/syntax [2020-12-11T19:01:19.956Z] #51 ... [2020-12-11T19:01:19.956Z] [2020-12-11T19:01:19.956Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:01:19.956Z] #43 30.07 CC images/sk-inet.o [2020-12-11T19:01:20.001Z] #41 45.30 CC images/ipc-desc.o [2020-12-11T19:01:20.260Z] #41 45.67 CC images/ipc-shm.o [2020-12-11T19:01:20.446Z] #47 46.88 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-12-11T19:01:20.446Z] #47 46.88 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-12-11T19:01:20.446Z] #47 46.88 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-12-11T19:01:20.446Z] #47 46.92 go: finding github.com/davecgh/go-spew v1.1.1 [2020-12-11T19:01:20.446Z] #47 47.35 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-11T19:01:20.446Z] #47 47.36 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-12-11T19:01:20.446Z] #47 47.37 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-12-11T19:01:20.524Z] #41 45.90 CC images/ipc-msg.o [2020-12-11T19:01:20.596Z] #43 30.81 CC images/tun.o [2020-12-11T19:01:20.776Z] #47 47.37 go: finding github.com/spf13/cobra v0.0.5 [2020-12-11T19:01:20.776Z] #47 47.37 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-11T19:01:20.776Z] #47 47.84 go: finding github.com/hashicorp/hcl v1.0.0 [2020-12-11T19:01:20.790Z] #41 46.30 CC images/ipc-sem.o [2020-12-11T19:01:21.049Z] #41 46.72 CC images/utsns.o [2020-12-11T19:01:21.049Z] #41 ... [2020-12-11T19:01:21.049Z] [2020-12-11T19:01:21.049Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:21.049Z] #11 150.4 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-12-11T19:01:21.049Z] #11 150.4 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-12-11T19:01:21.049Z] #11 150.4 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:01:21.241Z] #43 31.33 CC images/sk-netlink.o [2020-12-11T19:01:21.241Z] #43 ... [2020-12-11T19:01:21.241Z] [2020-12-11T19:01:21.241Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:21.241Z] #45 89.06 context [2020-12-11T19:01:21.241Z] #45 90.73 os/exec [2020-12-11T19:01:21.241Z] #45 90.77 net [2020-12-11T19:01:21.241Z] #45 92.35 internal/lazyregexp [2020-12-11T19:01:21.241Z] #45 92.82 github.com/LK4D4/vndr/versioned [2020-12-11T19:01:21.241Z] #45 96.10 encoding/binary [2020-12-11T19:01:21.241Z] #45 96.12 go/scanner [2020-12-11T19:01:21.241Z] #45 96.13 net/url [2020-12-11T19:01:21.241Z] #45 ... [2020-12-11T19:01:21.241Z] [2020-12-11T19:01:21.241Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:01:21.241Z] #43 31.56 CC images/packet-sock.o [2020-12-11T19:01:21.529Z] #47 47.85 go: finding github.com/spf13/pflag v1.0.5 [2020-12-11T19:01:21.530Z] #47 47.86 go: finding github.com/gobwas/glob v0.2.3 [2020-12-11T19:01:21.530Z] #47 47.86 go: finding github.com/stretchr/objx v0.2.0 [2020-12-11T19:01:21.795Z] #47 ... [2020-12-11T19:01:21.795Z] [2020-12-11T19:01:21.795Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:21.795Z] #32 38.39 sync [2020-12-11T19:01:21.795Z] #32 38.39 internal/reflectlite [2020-12-11T19:01:21.795Z] #32 40.51 sort [2020-12-11T19:01:21.795Z] #32 40.53 errors [2020-12-11T19:01:21.795Z] #32 40.79 io [2020-12-11T19:01:21.795Z] #32 40.79 internal/oserror [2020-12-11T19:01:21.795Z] #32 40.93 strconv [2020-12-11T19:01:21.795Z] #32 41.01 syscall [2020-12-11T19:01:21.795Z] #32 42.48 strings [2020-12-11T19:01:21.795Z] #32 42.48 bytes [2020-12-11T19:01:21.795Z] #32 44.50 reflect [2020-12-11T19:01:21.795Z] #32 44.53 bufio [2020-12-11T19:01:21.795Z] #32 45.37 path [2020-12-11T19:01:21.795Z] #32 46.41 internal/syscall/execenv [2020-12-11T19:01:21.795Z] #32 46.42 internal/syscall/unix [2020-12-11T19:01:21.795Z] #32 46.43 time [2020-12-11T19:01:21.795Z] #32 ... [2020-12-11T19:01:21.795Z] [2020-12-11T19:01:21.795Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:21.795Z] #47 48.67 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-12-11T19:01:21.795Z] #47 48.72 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-11T19:01:21.795Z] #47 48.74 go: finding github.com/magiconair/properties v1.8.1 [2020-12-11T19:01:21.795Z] #47 48.76 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-12-11T19:01:21.795Z] #47 ... [2020-12-11T19:01:21.795Z] [2020-12-11T19:01:21.795Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:21.795Z] #43 38.69 sync [2020-12-11T19:01:21.795Z] #43 38.69 internal/reflectlite [2020-12-11T19:01:21.795Z] #43 39.93 math/rand [2020-12-11T19:01:21.795Z] #43 39.94 internal/singleflight [2020-12-11T19:01:21.795Z] #43 39.95 github.com/LK4D4/vndr/godl/singleflight [2020-12-11T19:01:21.795Z] #43 41.40 strconv [2020-12-11T19:01:21.795Z] #43 41.41 io [2020-12-11T19:01:21.795Z] #43 41.54 sort [2020-12-11T19:01:21.795Z] #43 41.67 syscall [2020-12-11T19:01:21.795Z] #43 42.66 bytes [2020-12-11T19:01:21.795Z] #43 43.48 strings [2020-12-11T19:01:21.795Z] #43 45.37 reflect [2020-12-11T19:01:21.795Z] #43 45.43 regexp/syntax [2020-12-11T19:01:21.795Z] #43 45.73 bufio [2020-12-11T19:01:21.795Z] #43 47.41 hash/crc32 [2020-12-11T19:01:21.795Z] #43 47.43 time [2020-12-11T19:01:21.795Z] #43 48.71 vendor/golang.org/x/net/dns/dnsmessage [2020-12-11T19:01:21.885Z] #43 32.12 CC images/ipc-var.o [2020-12-11T19:01:22.147Z] #38 ... [2020-12-11T19:01:22.147Z] [2020-12-11T19:01:22.147Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:22.147Z] #47 32.72 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-11T19:01:22.147Z] #47 34.67 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-11T19:01:22.147Z] #47 41.07 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-11T19:01:22.147Z] #47 41.19 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-11T19:01:22.147Z] #47 41.39 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-11T19:01:22.147Z] #47 41.66 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-11T19:01:22.147Z] #47 41.67 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-11T19:01:22.147Z] #47 41.96 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-11T19:01:22.147Z] #47 ... [2020-12-11T19:01:22.147Z] [2020-12-11T19:01:22.147Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T19:01:22.147Z] #53 33.05 Fetched 8408 kB in 25s (337 kB/s) [2020-12-11T19:01:22.147Z] #53 33.05 Reading package lists... [2020-12-11T19:01:22.147Z] #53 43.50 Reading package lists... [2020-12-11T19:01:22.147Z] #53 ... [2020-12-11T19:01:22.147Z] [2020-12-11T19:01:22.147Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:22.147Z] #47 43.56 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-11T19:01:22.147Z] #47 43.57 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-11T19:01:22.147Z] #47 43.58 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-11T19:01:22.147Z] #47 43.58 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-11T19:01:22.147Z] #47 43.58 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-11T19:01:22.147Z] #47 43.58 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-11T19:01:22.147Z] #47 43.61 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-11T19:01:22.147Z] #47 43.78 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-11T19:01:22.147Z] #47 ... [2020-12-11T19:01:22.147Z] [2020-12-11T19:01:22.147Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:01:22.147Z] #34 33.85 Fetched 8408 kB in 26s (328 kB/s) [2020-12-11T19:01:22.147Z] #34 33.85 Reading package lists... [2020-12-11T19:01:22.147Z] #34 ... [2020-12-11T19:01:22.147Z] [2020-12-11T19:01:22.147Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:22.147Z] #47 43.96 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-11T19:01:22.147Z] #47 43.97 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-11T19:01:22.147Z] #47 43.98 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-11T19:01:22.147Z] #47 44.00 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-11T19:01:22.147Z] #47 44.01 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-11T19:01:22.147Z] #47 44.05 go: extracting golang.org/x/text v0.3.2 [2020-12-11T19:01:22.182Z] #43 32.27 CC images/ipc-desc.o [2020-12-11T19:01:22.404Z] #47 44.19 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-12-11T19:01:22.479Z] #43 ... [2020-12-11T19:01:22.479Z] [2020-12-11T19:01:22.479Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:22.479Z] #34 90.60 github.com/BurntSushi/toml [2020-12-11T19:01:22.479Z] #34 90.62 log [2020-12-11T19:01:22.479Z] #34 90.65 flag [2020-12-11T19:01:22.479Z] #34 96.15 github.com/BurntSushi/toml/cmd/tomlv [2020-12-11T19:01:22.479Z] #34 DONE 100.1s [2020-12-11T19:01:22.479Z] [2020-12-11T19:01:22.479Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:01:22.479Z] #43 32.50 CC images/ipc-shm.o [2020-12-11T19:01:22.536Z] #43 ... [2020-12-11T19:01:22.536Z] [2020-12-11T19:01:22.536Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:22.536Z] #11 39.29 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-12-11T19:01:22.536Z] #11 39.29 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2020-12-11T19:01:22.536Z] #11 39.30 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2020-12-11T19:01:22.536Z] #11 39.31 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-12-11T19:01:22.536Z] #11 40.45 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-12-11T19:01:22.536Z] #11 40.85 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] [2020-12-11T19:01:22.536Z] #11 40.87 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] [2020-12-11T19:01:22.536Z] #11 45.43 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] [2020-12-11T19:01:22.536Z] #11 49.42 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2020-12-11T19:01:22.661Z] #47 44.48 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-11T19:01:22.661Z] #47 44.48 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-12-11T19:01:22.779Z] #43 32.92 CC images/ipc-msg.o [2020-12-11T19:01:22.842Z] #11 49.47 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2020-12-11T19:01:22.843Z] #11 49.48 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-12-11T19:01:22.843Z] #11 49.49 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-12-11T19:01:22.843Z] #11 ... [2020-12-11T19:01:22.843Z] [2020-12-11T19:01:22.843Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:22.843Z] #49 43.01 syscall [2020-12-11T19:01:22.843Z] #49 43.03 strconv [2020-12-11T19:01:22.843Z] #49 43.13 bytes [2020-12-11T19:01:22.843Z] #49 43.15 strings [2020-12-11T19:01:22.843Z] #49 44.53 bufio [2020-12-11T19:01:22.843Z] #49 45.46 text/tabwriter [2020-12-11T19:01:22.843Z] #49 45.76 reflect [2020-12-11T19:01:22.843Z] #49 46.00 regexp/syntax [2020-12-11T19:01:22.843Z] #49 ... [2020-12-11T19:01:22.843Z] [2020-12-11T19:01:22.843Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:22.843Z] #47 49.68 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-12-11T19:01:22.961Z] #47 44.56 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-11T19:01:22.961Z] #47 44.61 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-11T19:01:22.961Z] #47 ... [2020-12-11T19:01:22.961Z] [2020-12-11T19:01:22.961Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:22.961Z] #11 34.71 Fetched 8408 kB in 26s (319 kB/s) [2020-12-11T19:01:22.961Z] #11 34.71 Reading package lists... [2020-12-11T19:01:22.961Z] #11 ... [2020-12-11T19:01:22.961Z] [2020-12-11T19:01:22.961Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:01:22.961Z] #40 34.78 Fetched 8408 kB in 26s (321 kB/s) [2020-12-11T19:01:23.153Z] #47 49.68 go: finding github.com/pelletier/go-toml v1.2.0 [2020-12-11T19:01:23.153Z] #47 49.68 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-11T19:01:23.153Z] #47 49.75 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-11T19:01:23.218Z] #40 34.78 Reading package lists... [2020-12-11T19:01:23.218Z] #40 ... [2020-12-11T19:01:23.218Z] [2020-12-11T19:01:23.218Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:23.218Z] #47 45.02 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-12-11T19:01:23.218Z] #47 45.07 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-11T19:01:23.259Z] #47 48.55 go: extracting github.com/gogo/protobuf v1.2.1 [2020-12-11T19:01:23.425Z] #43 33.38 CC images/ipc-sem.o [2020-12-11T19:01:23.475Z] #47 45.26 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-11T19:01:23.475Z] #47 45.32 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-12-11T19:01:23.475Z] #47 45.35 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-11T19:01:23.475Z] #47 45.45 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-11T19:01:23.532Z] #47 50.26 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-11T19:01:23.532Z] #47 50.27 go: finding github.com/spf13/afero v1.1.2 [2020-12-11T19:01:23.532Z] #47 50.30 go: finding github.com/spf13/cast v1.3.0 [2020-12-11T19:01:23.532Z] #47 50.30 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-11T19:01:23.589Z] #11 ... [2020-12-11T19:01:23.589Z] [2020-12-11T19:01:23.589Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:23.589Z] #43 142.5 vendor/golang.org/x/text/unicode/norm [2020-12-11T19:01:23.589Z] #43 147.5 vendor/golang.org/x/net/idna [2020-12-11T19:01:23.589Z] #43 151.1 vendor/golang.org/x/net/http2/hpack [2020-12-11T19:01:23.589Z] #43 ... [2020-12-11T19:01:23.589Z] [2020-12-11T19:01:23.589Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:01:23.589Z] #41 47.02 CC images/creds.o [2020-12-11T19:01:23.589Z] #41 47.42 CC images/vma.o [2020-12-11T19:01:23.589Z] #41 47.77 CC images/netdev.o [2020-12-11T19:01:23.589Z] #41 48.38 CC images/tty.o [2020-12-11T19:01:23.589Z] #41 49.18 CC images/file-lock.o [2020-12-11T19:01:23.721Z] #43 33.71 CC images/utsns.o [2020-12-11T19:01:23.721Z] #43 33.96 CC images/creds.o [2020-12-11T19:01:23.741Z] #47 45.45 go: downloading github.com/gobwas/glob v0.2.3 [2020-12-11T19:01:24.018Z] #43 34.15 CC images/vma.o [2020-12-11T19:01:24.018Z] #43 34.39 CC images/netdev.o [2020-12-11T19:01:24.146Z] #47 50.86 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-12-11T19:01:24.147Z] #47 50.87 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-11T19:01:24.147Z] #47 50.87 go: finding golang.org/x/text v0.3.2 [2020-12-11T19:01:24.147Z] #47 50.87 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-11T19:01:24.147Z] #47 50.89 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-11T19:01:24.161Z] #41 49.49 CC images/rlimit.o [2020-12-11T19:01:24.161Z] #41 49.73 CC images/pagemap.o [2020-12-11T19:01:24.348Z] #47 45.93 go: extracting github.com/gobwas/glob v0.2.3 [2020-12-11T19:01:24.348Z] #47 45.93 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-11T19:01:24.348Z] #47 45.97 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-11T19:01:24.348Z] #47 46.07 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-11T19:01:24.348Z] #47 46.16 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-11T19:01:24.348Z] #47 46.20 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-11T19:01:24.411Z] #47 51.29 go: finding github.com/subosito/gotenv v1.2.0 [2020-12-11T19:01:24.411Z] #47 51.32 go: finding gopkg.in/ini.v1 v1.51.0 [2020-12-11T19:01:24.412Z] #47 51.39 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-11T19:01:24.412Z] #47 51.39 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-11T19:01:24.412Z] #47 51.42 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-11T19:01:24.412Z] #47 51.43 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-11T19:01:24.412Z] #47 51.43 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-11T19:01:24.660Z] #43 34.75 CC images/tty.o [2020-12-11T19:01:24.678Z] #47 51.51 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-11T19:01:24.678Z] #47 51.52 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-11T19:01:24.678Z] #47 51.53 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-11T19:01:24.678Z] #47 51.53 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-11T19:01:24.678Z] #47 51.56 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-11T19:01:24.678Z] #47 51.64 go: finding github.com/kisielk/gotool v1.0.0 [2020-12-11T19:01:24.678Z] #47 51.65 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-11T19:01:24.678Z] #47 51.68 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-11T19:01:24.678Z] #47 51.68 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-12-11T19:01:24.678Z] #47 51.68 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-11T19:01:24.678Z] #47 51.69 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-11T19:01:24.732Z] #41 50.08 CC images/siginfo.o [2020-12-11T19:01:24.911Z] #47 46.69 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-11T19:01:24.911Z] #47 46.82 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-11T19:01:24.991Z] #41 50.50 CC images/rpc.o [2020-12-11T19:01:25.015Z] #47 51.75 go: finding github.com/ultraware/funlen v0.0.2 [2020-12-11T19:01:25.015Z] #47 51.76 go: finding github.com/ultraware/whitespace v0.0.4 [2020-12-11T19:01:25.015Z] #47 51.80 go: finding github.com/uudashr/gocognit v1.0.1 [2020-12-11T19:01:25.168Z] #47 46.83 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-11T19:01:25.168Z] #47 46.84 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-12-11T19:01:25.168Z] #47 46.87 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-12-11T19:01:25.168Z] #47 46.87 go: downloading github.com/gogo/protobuf v1.2.1 [2020-12-11T19:01:25.168Z] #47 46.91 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-11T19:01:25.278Z] #47 51.94 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-11T19:01:25.278Z] #47 51.94 go: finding github.com/gogo/protobuf v1.2.1 [2020-12-11T19:01:25.278Z] #47 52.08 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-11T19:01:25.315Z] #43 35.44 CC images/file-lock.o [2020-12-11T19:01:25.613Z] #43 35.69 CC images/rlimit.o [2020-12-11T19:01:25.765Z] #47 47.32 go: downloading github.com/ultraware/funlen v0.0.2 [2020-12-11T19:01:25.765Z] #47 47.41 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-11T19:01:25.858Z] #47 ... [2020-12-11T19:01:25.858Z] [2020-12-11T19:01:25.858Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:01:25.858Z] #40 42.47 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-12-11T19:01:25.858Z] #40 42.57 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2020-12-11T19:01:25.858Z] #40 42.61 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2020-12-11T19:01:25.858Z] #40 49.43 Selecting previously unselected package libnet1:arm64. [2020-12-11T19:01:25.858Z] #40 49.43 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-12-11T19:01:25.858Z] #40 51.40 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-12-11T19:01:25.858Z] #40 51.65 Selecting previously unselected package libnet1-dev. [2020-12-11T19:01:25.858Z] #40 51.65 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2020-12-11T19:01:25.858Z] #40 51.75 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-12-11T19:01:25.858Z] #40 ... [2020-12-11T19:01:25.858Z] [2020-12-11T19:01:25.858Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:25.858Z] #47 52.72 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-11T19:01:25.858Z] #47 52.72 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-11T19:01:25.858Z] #47 52.74 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-11T19:01:25.858Z] #47 52.75 go: finding github.com/BurntSushi/toml v0.3.1 [2020-12-11T19:01:25.909Z] #43 35.96 CC images/pagemap.o [2020-12-11T19:01:26.121Z] #47 ... [2020-12-11T19:01:26.121Z] [2020-12-11T19:01:26.121Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-11T19:01:26.121Z] #30 42.42 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-12-11T19:01:26.121Z] #30 ... [2020-12-11T19:01:26.121Z] [2020-12-11T19:01:26.121Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:26.121Z] #11 49.73 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] [2020-12-11T19:01:26.121Z] #11 49.75 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u5 [110 kB] [2020-12-11T19:01:26.121Z] #11 49.76 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2020-12-11T19:01:26.121Z] #11 50.01 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2020-12-11T19:01:26.121Z] #11 50.04 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2020-12-11T19:01:26.121Z] #11 50.05 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2020-12-11T19:01:26.121Z] #11 50.12 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2020-12-11T19:01:26.121Z] #11 50.14 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2020-12-11T19:01:26.121Z] #11 50.30 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2020-12-11T19:01:26.121Z] #11 50.31 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB] [2020-12-11T19:01:26.121Z] #11 50.34 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u5 [322 kB] [2020-12-11T19:01:26.121Z] #11 51.59 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:01:26.121Z] #11 51.83 Fetched 73.8 MB in 12s (5976 kB/s) [2020-12-11T19:01:26.121Z] #11 51.95 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-12-11T19:01:26.121Z] #11 52.02 Preparing to unpack .../libsystemd0_241-7~deb10u5_arm64.deb ... [2020-12-11T19:01:26.205Z] #43 36.44 CC images/siginfo.o [2020-12-11T19:01:26.326Z] #47 48.19 go: extracting github.com/ultraware/funlen v0.0.2 [2020-12-11T19:01:26.326Z] #47 48.19 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-11T19:01:26.501Z] #43 36.67 CC images/rpc.o [2020-12-11T19:01:26.568Z] #47 52.00 go: extracting golang.org/x/text v0.3.2 [2020-12-11T19:01:26.891Z] #47 48.59 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-11T19:01:26.891Z] #47 48.63 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-11T19:01:26.891Z] #47 48.72 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-11T19:01:26.897Z] #41 52.28 CC images/ext-file.o [2020-12-11T19:01:27.077Z] #11 53.75 Unpacking libsystemd0:arm64 (241-7~deb10u5) over (241-7~deb10u4) ... [2020-12-11T19:01:27.157Z] #41 52.63 CC images/cgroup.o [2020-12-11T19:01:27.341Z] #11 ... [2020-12-11T19:01:27.341Z] [2020-12-11T19:01:27.341Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:27.341Z] #62 DONE 54.3s [2020-12-11T19:01:27.341Z] [2020-12-11T19:01:27.341Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-11T19:01:27.341Z] #27 DONE 48.5s [2020-12-11T19:01:27.341Z] [2020-12-11T19:01:27.341Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T19:01:27.341Z] #53 50.88 Setting up libbtrfs0 (4.20.1-2) ... [2020-12-11T19:01:27.341Z] #53 51.43 Setting up libbtrfs-dev (4.20.1-2) ... [2020-12-11T19:01:27.341Z] #53 51.48 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:01:27.341Z] #53 DONE 54.3s [2020-12-11T19:01:27.341Z] [2020-12-11T19:01:27.341Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:27.341Z] #45 DONE 54.4s [2020-12-11T19:01:27.606Z] [2020-12-11T19:01:27.606Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:01:27.606Z] #40 54.28 Selecting previously unselected package libnl-3-200:arm64. [2020-12-11T19:01:27.606Z] #40 54.29 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2020-12-11T19:01:27.606Z] #40 54.35 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-12-11T19:01:27.606Z] #40 54.67 Selecting previously unselected package libnl-3-dev:arm64. [2020-12-11T19:01:27.606Z] #40 54.67 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2020-12-11T19:01:27.606Z] #40 54.70 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2020-12-11T19:01:27.860Z] #47 49.65 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-11T19:01:27.860Z] #47 49.73 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-11T19:01:27.959Z] #47 ... [2020-12-11T19:01:27.959Z] [2020-12-11T19:01:27.959Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:27.959Z] #11 42.95 Reading package lists... [2020-12-11T19:01:27.959Z] #11 ... [2020-12-11T19:01:27.959Z] [2020-12-11T19:01:27.959Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:01:27.959Z] #34 33.13 Reading package lists... [2020-12-11T19:01:27.959Z] #34 43.93 Reading package lists... [2020-12-11T19:01:27.959Z] #34 ... [2020-12-11T19:01:27.959Z] [2020-12-11T19:01:27.959Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:01:27.959Z] #40 32.75 Reading package lists... [2020-12-11T19:01:28.030Z] #43 37.93 CC images/ext-file.o [2020-12-11T19:01:28.030Z] #43 38.19 CC images/cgroup.o [2020-12-11T19:01:28.096Z] #41 53.60 CC images/userns.o [2020-12-11T19:01:28.222Z] #40 44.17 Reading package lists... [2020-12-11T19:01:28.222Z] #40 ... [2020-12-11T19:01:28.222Z] [2020-12-11T19:01:28.222Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:01:28.222Z] #34 43.93 Reading package lists... [2020-12-11T19:01:28.465Z] #47 50.14 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-11T19:01:28.484Z] #34 54.06 Building dependency tree... [2020-12-11T19:01:28.484Z] #34 ... [2020-12-11T19:01:28.484Z] [2020-12-11T19:01:28.484Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T19:01:28.587Z] #40 55.34 Selecting previously unselected package libprotobuf-c1:arm64. [2020-12-11T19:01:28.587Z] #40 55.34 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-12-11T19:01:28.587Z] #40 55.37 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-12-11T19:01:28.587Z] #40 55.56 Selecting previously unselected package libprotobuf-c-dev:arm64. [2020-12-11T19:01:28.587Z] #40 55.58 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2020-12-11T19:01:28.587Z] #40 55.59 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-12-11T19:01:28.665Z] #41 53.96 CC images/google/protobuf/descriptor.o [2020-12-11T19:01:28.676Z] #43 38.78 CC images/userns.o [2020-12-11T19:01:28.745Z] #53 44.11 Reading package lists... [2020-12-11T19:01:28.745Z] #53 ... [2020-12-11T19:01:28.745Z] [2020-12-11T19:01:28.745Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:01:28.745Z] #40 44.17 Reading package lists... [2020-12-11T19:01:28.855Z] #40 55.84 Selecting previously unselected package zlib1g-dev:arm64. [2020-12-11T19:01:28.855Z] #40 55.86 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2020-12-11T19:01:28.855Z] #40 55.87 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-12-11T19:01:28.973Z] #43 39.06 CC images/google/protobuf/descriptor.o [2020-12-11T19:01:29.027Z] #47 50.79 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-11T19:01:29.590Z] #47 51.38 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-11T19:01:29.809Z] #40 56.64 Selecting previously unselected package libprotobuf17:arm64. [2020-12-11T19:01:29.809Z] #40 56.64 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2020-12-11T19:01:29.846Z] #47 51.67 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-11T19:01:29.846Z] #47 51.67 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-11T19:01:29.846Z] #47 51.88 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-11T19:01:30.045Z] #43 ... [2020-12-11T19:01:30.045Z] [2020-12-11T19:01:30.045Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:30.045Z] #13 97.87 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-12-11T19:01:30.045Z] #13 97.88 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-12-11T19:01:30.045Z] #13 97.93 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:01:30.045Z] #13 ... [2020-12-11T19:01:30.045Z] [2020-12-11T19:01:30.045Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:30.045Z] #51 97.97 encoding/base64 [2020-12-11T19:01:30.045Z] #51 98.83 go/ast [2020-12-11T19:01:30.045Z] #51 99.81 golang.org/x/sys/unix [2020-12-11T19:01:30.045Z] #51 100.1 encoding/json [2020-12-11T19:01:30.073Z] #40 56.81 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2020-12-11T19:01:30.408Z] #47 52.09 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-11T19:01:30.408Z] #47 52.09 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-11T19:01:30.408Z] #47 52.18 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-11T19:01:30.408Z] #47 52.19 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-11T19:01:30.408Z] #47 52.22 go: downloading github.com/kisielk/gotool v1.0.0 [2020-12-11T19:01:30.663Z] #47 52.50 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-12-11T19:01:30.663Z] #47 52.62 go: extracting github.com/kisielk/gotool v1.0.0 [2020-12-11T19:01:30.919Z] #47 52.64 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-11T19:01:30.919Z] #47 52.75 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-11T19:01:30.919Z] #47 52.84 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-11T19:01:31.026Z] #40 57.95 Selecting previously unselected package libprotobuf-lite17:arm64. [2020-12-11T19:01:31.026Z] #40 57.95 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2020-12-11T19:01:31.026Z] #40 57.97 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-12-11T19:01:31.093Z] #51 ... [2020-12-11T19:01:31.093Z] [2020-12-11T19:01:31.093Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:01:31.093Z] #43 41.45 CC images/opts.o [2020-12-11T19:01:31.177Z] #47 ... [2020-12-11T19:01:31.177Z] [2020-12-11T19:01:31.177Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T19:01:31.177Z] #53 43.50 Reading package lists... [2020-12-11T19:01:31.203Z] #41 56.39 CC images/opts.o [2020-12-11T19:01:31.203Z] #41 ... [2020-12-11T19:01:31.203Z] [2020-12-11T19:01:31.203Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:31.203Z] #56 160.3 + for f in rootlesskit rootlesskit-docker-proxy [2020-12-11T19:01:31.203Z] #56 160.3 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-12-11T19:01:31.290Z] #40 58.25 Selecting previously unselected package libprotobuf-dev:arm64. [2020-12-11T19:01:31.290Z] #40 58.26 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2020-12-11T19:01:31.290Z] #40 58.28 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-12-11T19:01:31.390Z] #43 41.66 CC images/seccomp.o [2020-12-11T19:01:31.562Z] #40 54.60 Building dependency tree... [2020-12-11T19:01:31.687Z] #43 ... [2020-12-11T19:01:31.687Z] [2020-12-11T19:01:31.687Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:31.687Z] #45 99.54 go/ast [2020-12-11T19:01:31.687Z] #45 101.5 text/template/parse [2020-12-11T19:01:31.687Z] #45 101.5 encoding/json [2020-12-11T19:01:31.983Z] #45 ... [2020-12-11T19:01:31.983Z] [2020-12-11T19:01:31.984Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:01:31.984Z] #43 42.11 CC images/binfmt-misc.o [2020-12-11T19:01:31.984Z] #43 42.31 CC images/time.o [2020-12-11T19:01:32.279Z] #43 42.51 CC images/sysctl.o [2020-12-11T19:01:32.313Z] #53 53.39 Building dependency tree... [2020-12-11T19:01:32.313Z] #53 ... [2020-12-11T19:01:32.313Z] [2020-12-11T19:01:32.313Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:01:32.313Z] #34 33.85 Reading package lists... [2020-12-11T19:01:32.313Z] #34 44.81 Reading package lists... [2020-12-11T19:01:32.313Z] #34 ... [2020-12-11T19:01:32.313Z] [2020-12-11T19:01:32.313Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:32.313Z] #32 53.71 sync [2020-12-11T19:01:32.313Z] #32 53.72 internal/reflectlite [2020-12-11T19:01:32.576Z] #43 42.73 CC images/autofs.o [2020-12-11T19:01:32.686Z] #40 ... [2020-12-11T19:01:32.686Z] [2020-12-11T19:01:32.686Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:32.686Z] #49 49.72 time [2020-12-11T19:01:32.686Z] #49 50.02 regexp [2020-12-11T19:01:32.686Z] #49 52.78 context [2020-12-11T19:01:32.686Z] #49 52.79 os [2020-12-11T19:01:32.686Z] #49 55.78 mvdan.cc/sh/v3/fileutil [2020-12-11T19:01:32.686Z] #49 56.52 flag [2020-12-11T19:01:32.686Z] #49 56.52 github.com/pkg/diff [2020-12-11T19:01:32.686Z] #49 56.55 go/token [2020-12-11T19:01:32.686Z] #49 56.55 encoding/binary [2020-12-11T19:01:32.686Z] #49 58.95 go/scanner [2020-12-11T19:01:32.874Z] #43 42.98 CC images/macvlan.o [2020-12-11T19:01:32.950Z] #49 59.85 mvdan.cc/editorconfig [2020-12-11T19:01:32.950Z] #49 ... [2020-12-11T19:01:32.950Z] [2020-12-11T19:01:32.950Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:32.950Z] #32 49.76 internal/poll [2020-12-11T19:01:32.950Z] #32 50.55 os [2020-12-11T19:01:32.950Z] #32 52.74 internal/fmtsort [2020-12-11T19:01:32.950Z] #32 53.03 fmt [2020-12-11T19:01:32.950Z] #32 53.04 path/filepath [2020-12-11T19:01:32.950Z] #32 53.98 io/ioutil [2020-12-11T19:01:32.950Z] #32 55.93 flag [2020-12-11T19:01:32.950Z] #32 55.93 github.com/BurntSushi/toml [2020-12-11T19:01:32.950Z] #32 55.98 log [2020-12-11T19:01:32.950Z] #32 ... [2020-12-11T19:01:32.950Z] [2020-12-11T19:01:32.950Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:32.950Z] #11 54.81 Setting up libsystemd0:arm64 (241-7~deb10u5) ... [2020-12-11T19:01:32.950Z] #11 54.95 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-12-11T19:01:32.950Z] #11 55.12 Preparing to unpack .../libudev1_241-7~deb10u5_arm64.deb ... [2020-12-11T19:01:32.950Z] #11 55.18 Unpacking libudev1:arm64 (241-7~deb10u5) over (241-7~deb10u4) ... [2020-12-11T19:01:32.950Z] #11 55.53 Setting up libudev1:arm64 (241-7~deb10u5) ... [2020-12-11T19:01:32.950Z] #11 55.69 Selecting previously unselected package binutils-mingw-w64-i686. [2020-12-11T19:01:32.950Z] #11 55.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-12-11T19:01:32.950Z] #11 55.79 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2020-12-11T19:01:32.950Z] #11 55.83 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-12-11T19:01:32.950Z] #11 58.31 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-12-11T19:01:32.950Z] #11 58.31 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2020-12-11T19:01:32.950Z] #11 58.33 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-12-11T19:01:33.183Z] #43 43.22 CC images/sit.o [2020-12-11T19:01:33.183Z] #43 43.44 CC images/memfd.o [2020-12-11T19:01:33.214Z] #11 ... [2020-12-11T19:01:33.214Z] [2020-12-11T19:01:33.214Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:33.214Z] #43 50.03 regexp [2020-12-11T19:01:33.214Z] #43 51.83 os [2020-12-11T19:01:33.214Z] #43 53.25 github.com/LK4D4/vndr/versioned [2020-12-11T19:01:33.214Z] #43 53.29 context [2020-12-11T19:01:33.214Z] #43 55.12 internal/lazyregexp [2020-12-11T19:01:33.214Z] #43 55.18 os/exec [2020-12-11T19:01:33.214Z] #43 55.26 net [2020-12-11T19:01:33.214Z] #43 57.49 flag [2020-12-11T19:01:33.214Z] #43 57.55 go/token [2020-12-11T19:01:33.214Z] #43 59.76 net/url [2020-12-11T19:01:33.214Z] #43 59.87 go/scanner [2020-12-11T19:01:33.214Z] #43 60.08 text/template/parse [2020-12-11T19:01:33.282Z] #32 ... [2020-12-11T19:01:33.282Z] [2020-12-11T19:01:33.282Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:33.282Z] #11 34.71 Reading package lists... [2020-12-11T19:01:33.282Z] #11 45.83 Reading package lists... [2020-12-11T19:01:33.479Z] #43 ... [2020-12-11T19:01:33.479Z] [2020-12-11T19:01:33.479Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:33.479Z] #49 60.44 mvdan.cc/sh/v3/syntax [2020-12-11T19:01:33.538Z] #11 55.33 Building dependency tree... [2020-12-11T19:01:33.538Z] #11 ... [2020-12-11T19:01:33.538Z] [2020-12-11T19:01:33.538Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:33.538Z] #47 55.13 go: extracting github.com/gogo/protobuf v1.2.1 [2020-12-11T19:01:33.538Z] #47 ... [2020-12-11T19:01:33.538Z] [2020-12-11T19:01:33.538Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:01:33.538Z] #40 45.49 Reading package lists... [2020-12-11T19:01:33.794Z] #40 ... [2020-12-11T19:01:33.794Z] [2020-12-11T19:01:33.794Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:01:33.802Z] #49 60.80 go/ast [2020-12-11T19:01:33.802Z] #49 60.83 encoding/base64 [2020-12-11T19:01:33.829Z] #43 43.78 CC images/timens.o [2020-12-11T19:01:33.829Z] #43 44.13 LINK images/built-in.o [2020-12-11T19:01:34.118Z] #40 59.57 The following additional packages will be installed: [2020-12-11T19:01:34.118Z] #40 59.61 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-12-11T19:01:34.118Z] #40 59.62 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-12-11T19:01:34.118Z] #40 59.62 Suggested packages: [2020-12-11T19:01:34.118Z] #40 59.62 manpages-dev python-setuptools [2020-12-11T19:01:34.125Z] #43 44.35 GEN compel/include/asm [2020-12-11T19:01:34.125Z] #43 44.40 GEN compel/include/version.h [2020-12-11T19:01:34.380Z] #49 61.37 golang.org/x/sys/unix [2020-12-11T19:01:34.381Z] #49 ... [2020-12-11T19:01:34.381Z] [2020-12-11T19:01:34.381Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:01:34.381Z] #34 51.42 Selecting previously unselected package vim-common. [2020-12-11T19:01:34.381Z] #34 51.43 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-12-11T19:01:34.381Z] #34 51.46 Unpacking vim-common (2:8.1.0875-5) ... [2020-12-11T19:01:34.381Z] #34 53.60 Selecting previously unselected package cmake-data. [2020-12-11T19:01:34.381Z] #34 53.61 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-12-11T19:01:34.381Z] #34 53.77 Unpacking cmake-data (3.13.4-1) ... [2020-12-11T19:01:34.422Z] #43 44.42 touch .config [2020-12-11T19:01:34.422Z] #43 44.47 GEN include/common/config.h [2020-12-11T19:01:34.422Z] #43 44.58 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-12-11T19:01:34.422Z] #43 44.60 GEN compel/plugins/include/uapi/std/syscall.h [2020-12-11T19:01:34.422Z] #43 44.69 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2020-12-11T19:01:34.422Z] #43 44.70 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2020-12-11T19:01:34.422Z] #43 44.74 DEP compel/arch/ppc64/plugins/std/memcmp.d [2020-12-11T19:01:34.422Z] #43 44.75 DEP compel/arch/ppc64/plugins/std/memcpy.d [2020-12-11T19:01:34.422Z] #43 44.77 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2020-12-11T19:01:34.422Z] #43 44.81 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-12-11T19:01:34.498Z] #56 ... [2020-12-11T19:01:34.498Z] [2020-12-11T19:01:34.498Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:34.498Z] #43 153.2 mime [2020-12-11T19:01:34.498Z] #43 155.9 mime/quotedprintable [2020-12-11T19:01:34.498Z] #43 156.5 net/http/internal [2020-12-11T19:01:34.498Z] #43 162.8 net/textproto [2020-12-11T19:01:34.498Z] #43 162.9 crypto/x509 [2020-12-11T19:01:34.498Z] #43 ... [2020-12-11T19:01:34.498Z] [2020-12-11T19:01:34.498Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:01:34.498Z] #41 56.65 CC images/seccomp.o [2020-12-11T19:01:34.498Z] #41 56.97 CC images/binfmt-misc.o [2020-12-11T19:01:34.498Z] #41 57.20 CC images/time.o [2020-12-11T19:01:34.498Z] #41 57.52 CC images/sysctl.o [2020-12-11T19:01:34.498Z] #41 57.88 CC images/autofs.o [2020-12-11T19:01:34.498Z] #41 58.20 CC images/macvlan.o [2020-12-11T19:01:34.498Z] #41 58.49 CC images/sit.o [2020-12-11T19:01:34.498Z] #41 58.72 CC images/memfd.o [2020-12-11T19:01:34.498Z] #41 59.23 CC images/timens.o [2020-12-11T19:01:34.498Z] #41 59.77 LINK images/built-in.o [2020-12-11T19:01:34.498Z] #41 60.06 GEN compel/include/asm [2020-12-11T19:01:34.645Z] #34 ... [2020-12-11T19:01:34.645Z] [2020-12-11T19:01:34.645Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:34.645Z] #32 60.86 github.com/BurntSushi/toml/cmd/tomlv [2020-12-11T19:01:34.721Z] #43 44.81 DEP compel/plugins/std/infect.d [2020-12-11T19:01:34.721Z] #43 44.99 DEP compel/plugins/std/string.d [2020-12-11T19:01:34.758Z] #41 60.12 GEN compel/include/version.h [2020-12-11T19:01:34.758Z] #41 60.26 touch .config [2020-12-11T19:01:34.758Z] #41 60.31 GEN include/common/config.h [2020-12-11T19:01:34.758Z] #41 60.34 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-12-11T19:01:35.018Z] #41 60.34 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-12-11T19:01:35.018Z] #41 60.35 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-12-11T19:01:35.018Z] #41 60.36 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-12-11T19:01:35.018Z] #41 60.36 DEP compel/arch/x86/plugins/std/memcpy.d [2020-12-11T19:01:35.018Z] #41 60.37 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-12-11T19:01:35.018Z] #41 60.38 GEN compel/plugins/include/uapi/std/syscall.h [2020-12-11T19:01:35.018Z] #41 60.42 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-12-11T19:01:35.018Z] #41 60.43 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-12-11T19:01:35.018Z] #41 60.46 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-12-11T19:01:35.018Z] #41 60.47 DEP compel/plugins/std/infect.d [2020-12-11T19:01:35.032Z] #43 45.12 DEP compel/plugins/std/log.d [2020-12-11T19:01:35.032Z] #43 45.23 DEP compel/plugins/std/fds.d [2020-12-11T19:01:35.032Z] #43 45.33 DEP compel/plugins/std/std.d [2020-12-11T19:01:35.065Z] #40 ... [2020-12-11T19:01:35.065Z] [2020-12-11T19:01:35.065Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:35.065Z] #62 DONE 60.5s [2020-12-11T19:01:35.065Z] [2020-12-11T19:01:35.065Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:01:35.065Z] #34 54.06 Building dependency tree... [2020-12-11T19:01:35.065Z] #34 59.52 The following additional packages will be installed: [2020-12-11T19:01:35.065Z] #34 59.57 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-12-11T19:01:35.065Z] #34 59.59 Suggested packages: [2020-12-11T19:01:35.065Z] #34 59.59 cmake-doc ninja-build lrzip [2020-12-11T19:01:35.065Z] #34 59.59 Recommended packages: [2020-12-11T19:01:35.065Z] #34 59.59 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-12-11T19:01:35.077Z] Fetching without tags [2020-12-11T19:01:35.280Z] #41 60.63 DEP compel/plugins/std/string.d [2020-12-11T19:01:35.280Z] #41 60.76 DEP compel/plugins/std/log.d [2020-12-11T19:01:35.330Z] #43 45.46 DEP compel/plugins/shmem/shmem.d [2020-12-11T19:01:35.331Z] #43 45.60 DEP compel/plugins/fds/fds.d [2020-12-11T19:01:35.331Z] #43 45.73 CC compel/plugins/std/std.o [2020-12-11T19:01:35.540Z] #41 60.95 DEP compel/plugins/std/fds.d [2020-12-11T19:01:35.726Z] #34 54.74 Building dependency tree... [2020-12-11T19:01:35.800Z] #41 61.15 DEP compel/plugins/std/std.d [2020-12-11T19:01:35.800Z] #41 61.31 DEP compel/plugins/shmem/shmem.d [2020-12-11T19:01:35.975Z] #43 46.03 CC compel/plugins/std/fds.o [2020-12-11T19:01:36.009Z] #34 61.38 The following NEW packages will be installed: [2020-12-11T19:01:36.009Z] #34 61.41 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-12-11T19:01:36.009Z] #34 61.43 vim-common xxd [2020-12-11T19:01:36.009Z] #34 ... [2020-12-11T19:01:36.009Z] [2020-12-11T19:01:36.009Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:36.009Z] #43 61.48 github.com/LK4D4/vndr/godl/singleflight [2020-12-11T19:01:36.009Z] #43 61.54 io [2020-12-11T19:01:36.059Z] #41 61.54 DEP compel/plugins/fds/fds.d [2020-12-11T19:01:36.272Z] #43 46.40 CC compel/plugins/std/log.o [2020-12-11T19:01:36.341Z] Merging remotes/origin/master commit d17cf2192c2cda0fa11040b8801a6407636072b8 into PR head commit 5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T19:01:36.584Z] #43 62.10 strconv [2020-12-11T19:01:36.628Z] #41 61.92 CC compel/plugins/std/std.o [2020-12-11T19:01:36.888Z] #41 62.23 CC compel/plugins/std/fds.o [2020-12-11T19:01:34.769Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-11T19:01:34.825Z] > git config --add remote.origin.fetch +refs/pull/41783/head:refs/remotes/origin/PR-41783 # timeout=10 [2020-12-11T19:01:34.874Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T19:01:34.990Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-11T19:01:35.109Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-11T19:01:35.109Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-11T19:01:35.111Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41783/head:refs/remotes/origin/PR-41783 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T19:01:36.447Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T19:01:36.493Z] > git checkout -f 5fd8d701ceff35235fc447ca9433b44f855d688d # timeout=10 [2020-12-11T19:01:37.324Z] #43 47.30 CC compel/plugins/std/string.o [2020-12-11T19:01:37.458Z] #41 62.85 CC compel/plugins/std/log.o [2020-12-11T19:01:37.621Z] #43 47.86 CC compel/plugins/std/infect.o [2020-12-11T19:01:37.920Z] #43 ... [2020-12-11T19:01:37.920Z] [2020-12-11T19:01:37.920Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:37.920Z] #13 114.2 Selecting previously unselected package libapparmor1:ppc64el. [2020-12-11T19:01:37.920Z] #13 114.2 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2020-12-11T19:01:37.920Z] #13 114.2 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2020-12-11T19:01:37.920Z] #13 114.3 Selecting previously unselected package libapparmor-dev:ppc64el. [2020-12-11T19:01:37.920Z] #13 114.3 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2020-12-11T19:01:37.920Z] #13 114.3 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2020-12-11T19:01:37.920Z] #13 114.4 Selecting previously unselected package libbtrfs0. [2020-12-11T19:01:37.920Z] #13 114.4 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-12-11T19:01:37.920Z] #13 114.4 Unpacking libbtrfs0 (4.20.1-2) ... [2020-12-11T19:01:37.920Z] #13 114.5 Selecting previously unselected package libbtrfs-dev. [2020-12-11T19:01:37.920Z] #13 114.5 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-12-11T19:01:37.920Z] #13 114.6 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-12-11T19:01:37.920Z] #13 114.7 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2020-12-11T19:01:37.920Z] #13 114.7 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-12-11T19:01:37.920Z] #13 114.7 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-12-11T19:01:37.920Z] #13 114.8 Selecting previously unselected package libudev-dev:ppc64el. [2020-12-11T19:01:37.920Z] #13 114.8 Preparing to unpack .../15-libudev-dev_241-7~deb10u5_ppc64el.deb ... [2020-12-11T19:01:37.920Z] #13 114.9 Unpacking libudev-dev:ppc64el (241-7~deb10u5) ... [2020-12-11T19:01:37.920Z] #13 115.0 Selecting previously unselected package libsepol1-dev:ppc64el. [2020-12-11T19:01:37.920Z] #13 115.0 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2020-12-11T19:01:37.920Z] #13 115.0 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2020-12-11T19:01:37.920Z] #13 115.3 Selecting previously unselected package libpcre16-3:ppc64el. [2020-12-11T19:01:37.920Z] #13 115.3 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2020-12-11T19:01:37.920Z] #13 115.3 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2020-12-11T19:01:37.920Z] #13 115.5 Selecting previously unselected package libpcre32-3:ppc64el. [2020-12-11T19:01:37.920Z] #13 115.6 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2020-12-11T19:01:37.920Z] #13 115.6 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2020-12-11T19:01:37.920Z] #13 115.7 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2020-12-11T19:01:37.920Z] #13 115.7 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2020-12-11T19:01:37.920Z] #13 115.8 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-12-11T19:01:37.920Z] #13 115.9 Selecting previously unselected package libpcre3-dev:ppc64el. [2020-12-11T19:01:37.971Z] #32 ... [2020-12-11T19:01:37.971Z] [2020-12-11T19:01:37.971Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:37.971Z] #54 2.927 + RM_GOPATH=0 [2020-12-11T19:01:37.971Z] #54 2.927 + TMP_GOPATH= [2020-12-11T19:01:37.971Z] #54 2.927 + : /build [2020-12-11T19:01:37.971Z] #54 2.927 + '[' -z '' ']' [2020-12-11T19:01:37.971Z] #54 2.934 ++ mktemp -d [2020-12-11T19:01:37.971Z] #54 2.934 + export GOPATH=/tmp/tmp.zl1rlJARmx [2020-12-11T19:01:37.971Z] #54 2.934 + GOPATH=/tmp/tmp.zl1rlJARmx [2020-12-11T19:01:37.971Z] #54 2.934 + RM_GOPATH=1 [2020-12-11T19:01:37.971Z] #54 2.934 + case "$(go env GOARCH)" in [2020-12-11T19:01:37.971Z] #54 2.942 ++ go env GOARCH [2020-12-11T19:01:37.971Z] #54 2.951 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-11T19:01:37.971Z] #54 2.951 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:01:37.971Z] #54 2.951 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:01:37.971Z] #54 2.951 ++ dirname /tmp/install/install.sh [2020-12-11T19:01:37.971Z] #54 2.951 + dir=/tmp/install [2020-12-11T19:01:37.971Z] #54 2.951 + bin=containerd [2020-12-11T19:01:37.971Z] #54 2.951 + shift [2020-12-11T19:01:37.971Z] #54 2.951 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-12-11T19:01:37.971Z] #54 2.951 + . /tmp/install/containerd.installer [2020-12-11T19:01:37.971Z] #54 2.951 ++ set -e [2020-12-11T19:01:37.971Z] #54 2.951 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-11T19:01:37.971Z] #54 2.951 + install_containerd [2020-12-11T19:01:37.971Z] #54 2.951 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2020-12-11T19:01:37.971Z] #54 2.951 + git clone https://github.com/containerd/containerd.git /tmp/tmp.zl1rlJARmx/src/github.com/containerd/containerd [2020-12-11T19:01:37.971Z] #54 2.960 Cloning into '/tmp/tmp.zl1rlJARmx/src/github.com/containerd/containerd'... [2020-12-11T19:01:37.971Z] #54 ... [2020-12-11T19:01:37.971Z] [2020-12-11T19:01:37.971Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:37.971Z] #11 62.52 Selecting previously unselected package binutils-mingw-w64. [2020-12-11T19:01:37.971Z] #11 62.54 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-12-11T19:01:37.971Z] #11 62.55 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-12-11T19:01:37.971Z] #11 62.88 Selecting previously unselected package libdevmapper1.02.1:arm64. [2020-12-11T19:01:37.971Z] #11 62.88 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-12-11T19:01:37.971Z] #11 62.89 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-12-11T19:01:37.971Z] #11 63.06 Selecting previously unselected package dmsetup. [2020-12-11T19:01:37.971Z] #11 63.07 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2020-12-11T19:01:37.971Z] #11 63.12 Unpacking dmsetup (2:1.02.155-3) ... [2020-12-11T19:01:37.971Z] #11 63.33 Selecting previously unselected package mingw-w64-common. [2020-12-11T19:01:37.971Z] #11 63.34 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-12-11T19:01:37.971Z] #11 63.34 Unpacking mingw-w64-common (6.0.0-3) ... [2020-12-11T19:01:37.972Z] #43 ... [2020-12-11T19:01:37.972Z] [2020-12-11T19:01:37.972Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:37.972Z] #11 53.62 Building dependency tree... [2020-12-11T19:01:37.972Z] #11 58.58 The following additional packages will be installed: [2020-12-11T19:01:37.972Z] #11 58.60 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-12-11T19:01:37.972Z] #11 58.60 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-12-11T19:01:37.972Z] #11 58.60 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-12-11T19:01:37.972Z] #11 58.60 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2020-12-11T19:01:37.972Z] #11 58.60 mingw-w64-x86-64-dev [2020-12-11T19:01:37.972Z] #11 58.60 Suggested packages: [2020-12-11T19:01:37.972Z] #11 58.60 gcc-8-locales seccomp wine64 [2020-12-11T19:01:37.972Z] #11 60.93 The following NEW packages will be installed: [2020-12-11T19:01:37.972Z] #11 60.93 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-12-11T19:01:37.972Z] #11 60.93 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-12-11T19:01:37.972Z] #11 60.93 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-12-11T19:01:37.972Z] #11 60.93 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-12-11T19:01:37.972Z] #11 60.93 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-12-11T19:01:37.972Z] #11 60.93 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-12-11T19:01:37.972Z] #11 60.98 The following packages will be upgraded: [2020-12-11T19:01:37.972Z] #11 61.00 libsystemd0 libudev1 [2020-12-11T19:01:37.972Z] #11 61.51 2 upgraded, 25 newly installed, 0 to remove and 14 not upgraded. [2020-12-11T19:01:37.972Z] #11 61.51 Need to get 78.2 MB of archives. [2020-12-11T19:01:37.972Z] #11 61.51 After this operation, 487 MB of additional disk space will be used. [2020-12-11T19:01:37.972Z] #11 61.51 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u5 [331 kB] [2020-12-11T19:01:37.972Z] #11 61.52 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u5 [151 kB] [2020-12-11T19:01:37.972Z] #11 61.56 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] [2020-12-11T19:01:37.972Z] #11 61.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] [2020-12-11T19:01:37.972Z] #11 62.27 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-12-11T19:01:37.972Z] #11 62.30 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-12-11T19:01:37.972Z] #11 62.32 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-12-11T19:01:37.972Z] #11 62.35 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-12-11T19:01:37.972Z] #11 63.16 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-12-11T19:01:37.972Z] #11 63.68 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] [2020-12-11T19:01:37.972Z] #11 63.69 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] [2020-12-11T19:01:38.218Z] #13 115.9 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2020-12-11T19:01:38.218Z] #13 115.9 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2020-12-11T19:01:38.233Z] #11 ... [2020-12-11T19:01:38.233Z] [2020-12-11T19:01:38.233Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:38.233Z] #43 63.77 bytes [2020-12-11T19:01:38.239Z] #34 ... [2020-12-11T19:01:38.239Z] [2020-12-11T19:01:38.239Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:38.239Z] #32 58.08 errors [2020-12-11T19:01:38.239Z] #32 58.09 sort [2020-12-11T19:01:38.239Z] #32 58.60 strconv [2020-12-11T19:01:38.515Z] #13 116.3 Selecting previously unselected package libselinux1-dev:ppc64el. [2020-12-11T19:01:38.515Z] #13 116.4 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2020-12-11T19:01:38.515Z] #13 116.4 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-12-11T19:01:38.812Z] #13 116.6 Selecting previously unselected package libdevmapper-dev:ppc64el. [2020-12-11T19:01:38.812Z] #13 116.6 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2020-12-11T19:01:38.812Z] #13 116.6 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-12-11T19:01:38.812Z] #13 116.7 Selecting previously unselected package libseccomp-dev:ppc64el. [2020-12-11T19:01:38.842Z] #41 64.07 CC compel/plugins/std/string.o [2020-12-11T19:01:39.109Z] #13 116.7 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2020-12-11T19:01:39.109Z] #13 116.7 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2020-12-11T19:01:39.109Z] #13 116.9 Selecting previously unselected package libsystemd-dev:ppc64el. [2020-12-11T19:01:39.109Z] #13 116.9 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u5_ppc64el.deb ... [2020-12-11T19:01:39.109Z] #13 116.9 Unpacking libsystemd-dev:ppc64el (241-7~deb10u5) ... [2020-12-11T19:01:39.170Z] #32 61.05 io [2020-12-11T19:01:39.177Z] #43 ... [2020-12-11T19:01:39.177Z] [2020-12-11T19:01:39.177Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T19:01:39.177Z] #53 54.76 Building dependency tree... [2020-12-11T19:01:39.177Z] #53 59.75 The following additional packages will be installed: [2020-12-11T19:01:39.177Z] #53 59.77 libbtrfs0 [2020-12-11T19:01:39.177Z] #53 60.16 The following NEW packages will be installed: [2020-12-11T19:01:39.177Z] #53 60.19 libbtrfs-dev libbtrfs0 [2020-12-11T19:01:39.177Z] #53 60.96 0 upgraded, 2 newly installed, 0 to remove and 16 not upgraded. [2020-12-11T19:01:39.177Z] #53 60.96 Need to get 119 kB of archives. [2020-12-11T19:01:39.177Z] #53 60.96 After this operation, 387 kB of additional disk space will be used. [2020-12-11T19:01:39.178Z] #53 60.96 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-12-11T19:01:39.178Z] #53 60.98 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-12-11T19:01:39.178Z] #53 62.65 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:01:39.178Z] #53 63.10 Fetched 119 kB in 0s (307 kB/s) [2020-12-11T19:01:39.178Z] #53 63.40 Selecting previously unselected package libbtrfs0. [2020-12-11T19:01:39.178Z] #53 63.40 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-12-11T19:01:39.178Z] #53 63.50 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-12-11T19:01:39.178Z] #53 63.65 Unpacking libbtrfs0 (4.20.1-2) ... [2020-12-11T19:01:39.178Z] #53 63.83 Selecting previously unselected package libbtrfs-dev. [2020-12-11T19:01:39.178Z] #53 63.83 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-12-11T19:01:39.178Z] #53 63.84 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-12-11T19:01:39.178Z] #53 64.21 Setting up libbtrfs0 (4.20.1-2) ... [2020-12-11T19:01:39.178Z] #53 64.28 Setting up libbtrfs-dev (4.20.1-2) ... [2020-12-11T19:01:39.178Z] #53 64.33 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:01:39.336Z] Merge succeeded, producing 5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T19:01:39.337Z] Checking out Revision 5fd8d701ceff35235fc447ca9433b44f855d688d (PR-41783) [2020-12-11T19:01:39.407Z] #13 117.4 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-12-11T19:01:39.411Z] #41 64.80 CC compel/plugins/std/infect.o [2020-12-11T19:01:39.439Z] #53 DONE 65.0s [2020-12-11T19:01:39.439Z] [2020-12-11T19:01:39.439Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:39.439Z] #47 61.17 go: finding github.com/fatih/color v1.7.0 [2020-12-11T19:01:39.439Z] #47 61.30 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-11T19:01:39.439Z] #47 61.34 go: finding github.com/mattn/go-colorable v0.1.4 [2020-12-11T19:01:39.439Z] #47 61.35 go: finding github.com/mattn/go-isatty v0.0.8 [2020-12-11T19:01:39.439Z] #47 61.44 go: finding github.com/go-critic/go-critic v0.4.1 [2020-12-11T19:01:39.439Z] #47 61.62 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-11T19:01:39.439Z] #47 61.63 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-12-11T19:01:39.439Z] #47 61.65 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-11T19:01:39.439Z] #47 61.75 go: finding github.com/pkg/errors v0.8.1 [2020-12-11T19:01:39.439Z] #47 61.83 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-12-11T19:01:39.439Z] #47 61.84 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-12-11T19:01:39.439Z] #47 61.89 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-12-11T19:01:39.439Z] #47 61.96 go: finding github.com/sirupsen/logrus v1.4.2 [2020-12-11T19:01:39.439Z] #47 61.96 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-12-11T19:01:39.439Z] #47 61.96 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-12-11T19:01:39.439Z] #47 61.96 go: finding github.com/stretchr/testify v1.4.0 [2020-12-11T19:01:39.439Z] #47 61.96 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-12-11T19:01:39.439Z] #47 61.98 go: finding github.com/spf13/viper v1.6.1 [2020-12-11T19:01:39.439Z] #47 62.12 go: finding github.com/davecgh/go-spew v1.1.1 [2020-12-11T19:01:39.439Z] #47 62.12 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-12-11T19:01:39.439Z] #47 62.23 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-12-11T19:01:39.439Z] #47 62.34 go: finding github.com/stretchr/objx v0.2.0 [2020-12-11T19:01:39.439Z] #47 62.44 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-12-11T19:01:39.439Z] #47 62.44 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-11T19:01:39.439Z] #47 62.49 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-11T19:01:39.439Z] #47 62.58 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-12-11T19:01:39.439Z] #47 62.64 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-12-11T19:01:39.439Z] #47 62.64 go: finding github.com/spf13/cobra v0.0.5 [2020-12-11T19:01:39.439Z] #47 62.69 go: finding github.com/gobwas/glob v0.2.3 [2020-12-11T19:01:39.439Z] #47 62.75 go: finding github.com/hashicorp/hcl v1.0.0 [2020-12-11T19:01:39.439Z] #47 62.82 go: finding github.com/spf13/pflag v1.0.5 [2020-12-11T19:01:39.439Z] #47 62.82 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-11T19:01:39.439Z] #47 63.07 go: finding github.com/magiconair/properties v1.8.1 [2020-12-11T19:01:39.439Z] #47 63.11 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-11T19:01:39.439Z] #47 63.27 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-12-11T19:01:39.439Z] #47 63.33 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-11T19:01:39.439Z] #47 63.38 go: finding github.com/pelletier/go-toml v1.2.0 [2020-12-11T19:01:39.439Z] #47 63.39 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-11T19:01:39.439Z] #47 63.42 go: finding github.com/spf13/afero v1.1.2 [2020-12-11T19:01:39.439Z] #47 63.45 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-11T19:01:39.439Z] #47 63.66 go: finding github.com/spf13/cast v1.3.0 [2020-12-11T19:01:39.439Z] #47 63.69 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-11T19:01:39.439Z] #47 63.71 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-12-11T19:01:39.439Z] #47 63.71 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-11T19:01:39.439Z] #47 63.74 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-11T19:01:39.439Z] #47 63.75 go: finding golang.org/x/text v0.3.2 [2020-12-11T19:01:39.439Z] #47 63.85 go: finding github.com/subosito/gotenv v1.2.0 [2020-12-11T19:01:39.439Z] #47 63.98 go: finding gopkg.in/ini.v1 v1.51.0 [2020-12-11T19:01:39.439Z] #47 64.02 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-11T19:01:39.439Z] #47 64.07 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-11T19:01:39.439Z] #47 64.15 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-11T19:01:39.439Z] #47 64.16 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-11T19:01:39.439Z] #47 64.17 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-11T19:01:39.439Z] #47 64.17 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-11T19:01:39.439Z] #47 64.18 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-11T19:01:39.439Z] #47 64.18 go: finding github.com/kisielk/gotool v1.0.0 [2020-12-11T19:01:39.439Z] #47 64.18 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-11T19:01:39.439Z] #47 64.20 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-11T19:01:39.439Z] #47 64.24 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-11T19:01:39.439Z] #47 64.24 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-11T19:01:39.439Z] #47 64.30 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-12-11T19:01:39.439Z] #47 64.35 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-11T19:01:39.439Z] #47 64.39 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-11T19:01:39.439Z] #47 64.39 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-11T19:01:39.439Z] #47 64.42 go: finding github.com/ultraware/funlen v0.0.2 [2020-12-11T19:01:39.439Z] #47 64.42 go: finding github.com/ultraware/whitespace v0.0.4 [2020-12-11T19:01:39.439Z] #47 64.63 go: finding github.com/uudashr/gocognit v1.0.1 [2020-12-11T19:01:39.439Z] #47 64.71 go: finding github.com/gogo/protobuf v1.2.1 [2020-12-11T19:01:39.439Z] #47 64.88 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-11T19:01:39.439Z] #47 65.06 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-11T19:01:39.439Z] #47 ... [2020-12-11T19:01:39.439Z] [2020-12-11T19:01:39.439Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:39.439Z] #32 54.96 sync [2020-12-11T19:01:39.439Z] #32 54.97 internal/reflectlite [2020-12-11T19:01:39.439Z] #32 59.41 sort [2020-12-11T19:01:39.439Z] #32 59.41 errors [2020-12-11T19:01:39.439Z] #32 60.32 strconv [2020-12-11T19:01:39.439Z] #32 61.70 io [2020-12-11T19:01:39.439Z] #32 63.65 internal/oserror [2020-12-11T19:01:39.439Z] #32 63.95 syscall [2020-12-11T19:01:39.703Z] #32 ... [2020-12-11T19:01:39.703Z] [2020-12-11T19:01:39.703Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:39.703Z] #47 65.18 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-11T19:01:39.703Z] #47 65.19 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-11T19:01:39.703Z] #47 65.32 go: finding github.com/BurntSushi/toml v0.3.1 [2020-12-11T19:01:39.710Z] #13 117.4 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2020-12-11T19:01:39.710Z] #13 117.4 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2020-12-11T19:01:39.710Z] #13 117.4 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-12-11T19:01:39.710Z] #13 117.4 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2020-12-11T19:01:39.710Z] #13 117.5 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2020-12-11T19:01:39.710Z] #13 117.5 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:01:39.710Z] #13 117.5 Setting up libbtrfs0 (4.20.1-2) ... [2020-12-11T19:01:39.710Z] #13 117.5 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2020-12-11T19:01:39.710Z] #13 117.5 Setting up libudev-dev:ppc64el (241-7~deb10u5) ... [2020-12-11T19:01:39.710Z] #13 117.5 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-12-11T19:01:39.710Z] #13 117.6 Setting up libbtrfs-dev (4.20.1-2) ... [2020-12-11T19:01:39.710Z] #13 117.6 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2020-12-11T19:01:39.710Z] #13 117.6 Setting up mingw-w64-common (6.0.0-3) ... [2020-12-11T19:01:39.710Z] #13 117.6 Setting up libsystemd-dev:ppc64el (241-7~deb10u5) ... [2020-12-11T19:01:39.710Z] #13 117.6 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-12-11T19:01:39.710Z] #13 117.6 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2020-12-11T19:01:39.710Z] #13 117.6 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:01:39.710Z] #13 117.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-12-11T19:01:39.710Z] #13 117.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-12-11T19:01:39.964Z] #47 65.41 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-11T19:01:39.983Z] #41 65.47 CC compel/arch/x86/plugins/std/parasite-head.o [2020-12-11T19:01:39.983Z] #41 65.52 CC compel/arch/x86/plugins/std/memcpy.o [2020-12-11T19:01:40.059Z] #13 117.6 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:01:40.059Z] #13 117.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-12-11T19:01:40.059Z] #13 117.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-12-11T19:01:40.059Z] #13 117.6 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-12-11T19:01:40.059Z] #13 117.6 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-12-11T19:01:40.059Z] #13 117.7 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-12-11T19:01:40.059Z] #13 117.7 Setting up dmsetup (2:1.02.155-3) ... [2020-12-11T19:01:40.059Z] #13 117.7 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-12-11T19:01:40.059Z] #13 117.7 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-12-11T19:01:40.059Z] #13 117.7 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:01:40.059Z] #13 DONE 118.0s [2020-12-11T19:01:40.059Z] [2020-12-11T19:01:40.059Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:01:40.059Z] #43 48.35 CC compel/arch/ppc64/plugins/std/parasite-head.o [2020-12-11T19:01:40.059Z] #43 48.38 CC compel/arch/ppc64/plugins/std/memcpy.o [2020-12-11T19:01:40.059Z] #43 48.45 CC compel/arch/ppc64/plugins/std/memcmp.o [2020-12-11T19:01:40.059Z] #43 48.51 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2020-12-11T19:01:40.059Z] #43 48.57 AR compel/plugins/std.lib.a [2020-12-11T19:01:40.059Z] #43 48.67 CC compel/plugins/fds/fds.o [2020-12-11T19:01:40.059Z] #43 48.99 AR compel/plugins/fds.lib.a [2020-12-11T19:01:40.059Z] #43 49.05 HOSTDEP compel/src/lib/log-host.d [2020-12-11T19:01:40.059Z] #43 49.18 HOSTDEP compel/src/lib/handle-elf-host.d [2020-12-11T19:01:40.059Z] #43 49.29 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2020-12-11T19:01:40.059Z] #43 49.35 HOSTDEP compel/src/main-host.d [2020-12-11T19:01:40.059Z] #43 49.43 DEP compel/src/lib/ptrace.d [2020-12-11T19:01:40.059Z] #43 49.56 DEP compel/src/lib/infect.d [2020-12-11T19:01:40.059Z] #43 49.72 DEP compel/src/lib/infect-util.d [2020-12-11T19:01:40.059Z] #43 49.88 DEP compel/src/lib/infect-rpc.d [2020-12-11T19:01:40.059Z] #43 50.02 DEP compel/arch/ppc64/src/lib/infect.d [2020-12-11T19:01:40.059Z] #43 50.15 DEP compel/arch/ppc64/src/lib/cpu.d [2020-12-11T19:01:40.059Z] #43 50.30 DEP compel/src/lib/log.d [2020-12-11T19:01:40.244Z] #41 65.62 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-12-11T19:01:40.244Z] #41 65.69 AR compel/plugins/std.lib.a [2020-12-11T19:01:40.244Z] #41 65.79 CC compel/plugins/fds/fds.o [2020-12-11T19:01:38.954Z] > git remote # timeout=10 [2020-12-11T19:01:39.055Z] > git config --get remote.origin.url # timeout=10 [2020-12-11T19:01:39.102Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-11T19:01:39.104Z] > git merge d17cf2192c2cda0fa11040b8801a6407636072b8 # timeout=10 [2020-12-11T19:01:39.238Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-12-11T19:01:39.368Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T19:01:39.413Z] > git checkout -f 5fd8d701ceff35235fc447ca9433b44f855d688d # timeout=10 [2020-12-11T19:01:40.354Z] #43 50.42 DEP compel/src/main.d [2020-12-11T19:01:40.354Z] #43 50.59 DEP compel/src/lib/handle-elf.d [2020-12-11T19:01:40.541Z] #32 ... [2020-12-11T19:01:40.541Z] [2020-12-11T19:01:40.541Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:40.541Z] #62 DONE 62.4s [2020-12-11T19:01:40.650Z] #43 50.75 DEP compel/arch/ppc64/src/lib/handle-elf.d [2020-12-11T19:01:40.650Z] #43 50.87 CC compel/src/lib/log.o [2020-12-11T19:01:40.797Z] [2020-12-11T19:01:40.797Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:40.797Z] #11 55.33 Building dependency tree... [2020-12-11T19:01:40.797Z] #11 61.55 The following additional packages will be installed: [2020-12-11T19:01:40.797Z] #11 61.55 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-12-11T19:01:40.797Z] #11 61.55 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-12-11T19:01:40.797Z] #11 61.56 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-12-11T19:01:40.797Z] #11 61.56 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2020-12-11T19:01:40.797Z] #11 61.57 mingw-w64-x86-64-dev [2020-12-11T19:01:40.797Z] #11 61.60 Suggested packages: [2020-12-11T19:01:40.797Z] #11 61.60 gcc-8-locales seccomp wine64 [2020-12-11T19:01:40.814Z] #41 66.12 AR compel/plugins/fds.lib.a [2020-12-11T19:01:40.814Z] #41 66.26 HOSTDEP compel/src/lib/log-host.d [2020-12-11T19:01:40.814Z] #41 66.38 HOSTDEP compel/src/lib/handle-elf-host.d [2020-12-11T19:01:40.949Z] #43 ... [2020-12-11T19:01:40.949Z] [2020-12-11T19:01:40.949Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-12-11T19:01:40.949Z] #14 DONE 0.7s [2020-12-11T19:01:40.949Z] [2020-12-11T19:01:40.949Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:01:40.949Z] #43 51.06 CC compel/arch/ppc64/src/lib/cpu.o [2020-12-11T19:01:41.074Z] #41 66.53 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-12-11T19:01:41.074Z] #41 66.58 HOSTDEP compel/src/main-host.d [2020-12-11T19:01:41.074Z] #41 66.64 DEP compel/src/lib/ptrace.d [2020-12-11T19:01:41.245Z] #43 51.29 CC compel/arch/ppc64/src/lib/infect.o [2020-12-11T19:01:41.245Z] #43 ... [2020-12-11T19:01:41.245Z] [2020-12-11T19:01:41.245Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-12-11T19:01:41.245Z] #15 DONE 0.4s [2020-12-11T19:01:41.334Z] #41 66.74 DEP compel/src/lib/infect.d [2020-12-11T19:01:41.334Z] #41 66.93 DEP compel/src/lib/infect-util.d [2020-12-11T19:01:41.544Z] [2020-12-11T19:01:41.544Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:41.544Z] #53 0.560 + RM_GOPATH=0 [2020-12-11T19:01:41.544Z] #53 0.560 + TMP_GOPATH= [2020-12-11T19:01:41.544Z] #53 0.560 + : /build [2020-12-11T19:01:41.544Z] #53 0.560 + '[' -z '' ']' [2020-12-11T19:01:41.544Z] #53 0.561 ++ mktemp -d [2020-12-11T19:01:41.544Z] #53 0.563 + export GOPATH=/tmp/tmp.wEVfd9dMhB [2020-12-11T19:01:41.544Z] #53 0.563 + GOPATH=/tmp/tmp.wEVfd9dMhB [2020-12-11T19:01:41.544Z] #53 0.563 + RM_GOPATH=1 [2020-12-11T19:01:41.544Z] #53 0.563 + case "$(go env GOARCH)" in [2020-12-11T19:01:41.544Z] #53 0.565 ++ go env GOARCH [2020-12-11T19:01:41.544Z] #53 0.580 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:01:41.544Z] #53 0.580 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:01:41.544Z] #53 0.581 ++ dirname /tmp/install/install.sh [2020-12-11T19:01:41.544Z] #53 0.582 + dir=/tmp/install [2020-12-11T19:01:41.544Z] #53 0.583 + bin=runc [2020-12-11T19:01:41.544Z] #53 0.583 + shift [2020-12-11T19:01:41.544Z] #53 0.584 + '[' '!' -f /tmp/install/runc.installer ']' [2020-12-11T19:01:41.544Z] #53 0.585 + . /tmp/install/runc.installer [2020-12-11T19:01:41.544Z] #53 0.586 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-12-11T19:01:41.544Z] #53 0.587 + install_runc [2020-12-11T19:01:41.544Z] #53 0.589 + uname -r [2020-12-11T19:01:41.544Z] #53 0.590 + grep -q '^3\.10\.0.*\.el7\.' [2020-12-11T19:01:41.544Z] #53 0.596 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-12-11T19:01:41.544Z] #53 0.597 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-12-11T19:01:41.544Z] #53 0.598 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-12-11T19:01:41.544Z] #53 0.600 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.wEVfd9dMhB/src/github.com/opencontainers/runc [2020-12-11T19:01:41.544Z] #53 0.603 Cloning into '/tmp/tmp.wEVfd9dMhB/src/github.com/opencontainers/runc'... [2020-12-11T19:01:41.544Z] #53 ... [2020-12-11T19:01:41.544Z] [2020-12-11T19:01:41.544Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-12-11T19:01:41.544Z] #16 0.251 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-12-11T19:01:41.544Z] #16 DONE 0.3s [2020-12-11T19:01:41.594Z] #41 67.06 DEP compel/src/lib/infect-rpc.d [2020-12-11T19:01:41.595Z] #41 67.21 DEP compel/arch/x86/src/lib/infect.d [2020-12-11T19:01:41.841Z] [2020-12-11T19:01:41.841Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-12-11T19:01:41.854Z] #41 ... [2020-12-11T19:01:41.854Z] [2020-12-11T19:01:41.854Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:41.854Z] #56 DONE 171.2s [2020-12-11T19:01:41.854Z] [2020-12-11T19:01:41.854Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-12-11T19:01:41.854Z] #57 DONE 0.0s [2020-12-11T19:01:41.854Z] [2020-12-11T19:01:41.854Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-12-11T19:01:41.854Z] #58 DONE 0.1s [2020-12-11T19:01:41.854Z] [2020-12-11T19:01:41.854Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:01:41.854Z] #41 67.38 DEP compel/arch/x86/src/lib/cpu.d [2020-12-11T19:01:41.854Z] #41 ... [2020-12-11T19:01:41.854Z] [2020-12-11T19:01:41.854Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:41.854Z] #43 164.5 vendor/golang.org/x/net/http/httpguts [2020-12-11T19:01:41.854Z] #43 165.1 vendor/golang.org/x/net/http/httpproxy [2020-12-11T19:01:41.854Z] #43 165.9 mime/multipart [2020-12-11T19:01:41.854Z] #43 168.6 crypto/tls [2020-12-11T19:01:42.114Z] #43 ... [2020-12-11T19:01:42.114Z] [2020-12-11T19:01:42.114Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:01:42.114Z] #41 67.53 DEP compel/src/lib/log.d [2020-12-11T19:01:42.139Z] #17 DONE 0.4s [2020-12-11T19:01:42.139Z] [2020-12-11T19:01:42.139Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-12-11T19:01:42.163Z] #11 ... [2020-12-11T19:01:42.163Z] [2020-12-11T19:01:42.163Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:42.163Z] #32 63.82 internal/oserror [2020-12-11T19:01:42.201Z] #11 ... [2020-12-11T19:01:42.201Z] [2020-12-11T19:01:42.201Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:42.201Z] #32 DONE 68.6s [2020-12-11T19:01:42.201Z] [2020-12-11T19:01:42.201Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:01:42.201Z] #40 62.09 Selecting previously unselected package libprotoc17:arm64. [2020-12-11T19:01:42.201Z] #40 62.10 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2020-12-11T19:01:42.201Z] #40 62.29 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2020-12-11T19:01:42.201Z] #40 62.82 Selecting previously unselected package protobuf-c-compiler. [2020-12-11T19:01:42.201Z] #40 62.83 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2020-12-11T19:01:42.201Z] #40 62.86 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-12-11T19:01:42.201Z] #40 63.12 Selecting previously unselected package protobuf-compiler. [2020-12-11T19:01:42.201Z] #40 63.12 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2020-12-11T19:01:42.201Z] #40 63.13 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-12-11T19:01:42.201Z] #40 63.37 Selecting previously unselected package python-pkg-resources. [2020-12-11T19:01:42.201Z] #40 63.38 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-12-11T19:01:42.201Z] #40 63.41 Unpacking python-pkg-resources (40.8.0-1) ... [2020-12-11T19:01:42.201Z] #40 64.10 Selecting previously unselected package python-six. [2020-12-11T19:01:42.201Z] #40 64.10 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-12-11T19:01:42.201Z] #40 64.11 Unpacking python-six (1.12.0-1) ... [2020-12-11T19:01:42.201Z] #40 64.50 Selecting previously unselected package python-protobuf. [2020-12-11T19:01:42.201Z] #40 64.51 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2020-12-11T19:01:42.201Z] #40 64.52 Unpacking python-protobuf (3.6.1.3-2) ... [2020-12-11T19:01:42.201Z] #40 68.19 Setting up python-pkg-resources (40.8.0-1) ... [2020-12-11T19:01:42.374Z] #41 67.72 DEP compel/src/main.d [2020-12-11T19:01:42.374Z] #41 67.85 DEP compel/src/lib/handle-elf.d [2020-12-11T19:01:42.419Z] #32 64.09 syscall [2020-12-11T19:01:42.436Z] #18 DONE 0.4s [2020-12-11T19:01:42.436Z] [2020-12-11T19:01:42.436Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2020-12-11T19:01:42.634Z] #41 67.97 DEP compel/arch/x86/src/lib/handle-elf.d [2020-12-11T19:01:42.634Z] #41 68.06 CC compel/src/lib/log.o [2020-12-11T19:01:42.675Z] #32 ... [2020-12-11T19:01:42.675Z] [2020-12-11T19:01:42.675Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-11T19:01:42.675Z] #53 53.39 Building dependency tree... [2020-12-11T19:01:42.675Z] #53 59.12 The following additional packages will be installed: [2020-12-11T19:01:42.675Z] #53 59.12 libbtrfs0 [2020-12-11T19:01:42.675Z] #53 59.50 The following NEW packages will be installed: [2020-12-11T19:01:42.675Z] #53 59.52 libbtrfs-dev libbtrfs0 [2020-12-11T19:01:42.675Z] #53 60.25 0 upgraded, 2 newly installed, 0 to remove and 16 not upgraded. [2020-12-11T19:01:42.675Z] #53 60.25 Need to get 119 kB of archives. [2020-12-11T19:01:42.675Z] #53 60.25 After this operation, 387 kB of additional disk space will be used. [2020-12-11T19:01:42.675Z] #53 60.25 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-12-11T19:01:42.675Z] #53 60.26 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-12-11T19:01:42.675Z] #53 62.45 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:01:42.675Z] #53 62.87 Fetched 119 kB in 0s (355 kB/s) [2020-12-11T19:01:42.675Z] #53 63.15 Selecting previously unselected package libbtrfs0. [2020-12-11T19:01:42.675Z] #53 63.15 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-12-11T19:01:42.675Z] #53 63.29 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-12-11T19:01:42.675Z] #53 63.32 Unpacking libbtrfs0 (4.20.1-2) ... [2020-12-11T19:01:42.675Z] #53 63.50 Selecting previously unselected package libbtrfs-dev. [2020-12-11T19:01:42.675Z] #53 63.50 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-12-11T19:01:42.675Z] #53 63.51 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-12-11T19:01:42.675Z] #53 64.11 Setting up libbtrfs0 (4.20.1-2) ... [2020-12-11T19:01:42.675Z] #53 64.13 Setting up libbtrfs-dev (4.20.1-2) ... [2020-12-11T19:01:42.675Z] #53 64.16 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:01:42.675Z] #53 DONE 64.6s [2020-12-11T19:01:42.894Z] #41 68.27 CC compel/arch/x86/src/lib/cpu.o [2020-12-11T19:01:42.931Z] [2020-12-11T19:01:42.931Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:42.931Z] #47 64.00 go: finding github.com/fatih/color v1.7.0 [2020-12-11T19:01:42.931Z] #47 64.20 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-11T19:01:42.931Z] #47 64.24 go: finding github.com/mattn/go-colorable v0.1.4 [2020-12-11T19:01:42.931Z] #47 64.26 go: finding github.com/mattn/go-isatty v0.0.8 [2020-12-11T19:01:42.931Z] #47 64.35 go: finding github.com/go-critic/go-critic v0.4.1 [2020-12-11T19:01:42.931Z] #47 64.38 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-11T19:01:42.931Z] #47 64.40 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-12-11T19:01:42.931Z] #47 64.41 go: finding github.com/pkg/errors v0.8.1 [2020-12-11T19:01:42.931Z] #47 64.47 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-12-11T19:01:42.931Z] #47 64.56 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-12-11T19:01:42.931Z] #47 64.56 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-11T19:01:42.931Z] #47 64.59 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-12-11T19:01:42.931Z] #47 64.60 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-12-11T19:01:42.931Z] #47 64.70 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-12-11T19:01:42.931Z] #47 64.70 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-12-11T19:01:42.931Z] #47 64.77 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-12-11T19:01:42.931Z] #47 64.79 go: finding github.com/spf13/viper v1.6.1 [2020-12-11T19:01:42.931Z] #47 64.79 go: finding github.com/sirupsen/logrus v1.4.2 [2020-12-11T19:01:42.931Z] #47 64.83 go: finding github.com/stretchr/testify v1.4.0 [2020-12-11T19:01:43.083Z] #19 DONE 0.4s [2020-12-11T19:01:43.083Z] [2020-12-11T19:01:43.083Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:01:43.083Z] #20 ... [2020-12-11T19:01:43.083Z] [2020-12-11T19:01:43.083Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:43.083Z] #45 110.9 go/parser [2020-12-11T19:01:43.083Z] #45 112.0 text/template [2020-12-11T19:01:43.083Z] #45 114.6 encoding/xml [2020-12-11T19:01:43.186Z] #47 64.90 go: finding github.com/davecgh/go-spew v1.1.1 [2020-12-11T19:01:43.186Z] #47 65.09 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-11T19:01:43.186Z] #47 65.10 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-12-11T19:01:43.186Z] #47 65.19 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-12-11T19:01:43.380Z] #45 ... [2020-12-11T19:01:43.380Z] [2020-12-11T19:01:43.380Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:01:43.380Z] #43 51.72 CC compel/src/lib/infect-rpc.o [2020-12-11T19:01:43.380Z] #43 52.03 CC compel/src/lib/infect-util.o [2020-12-11T19:01:43.380Z] #43 52.27 CC compel/src/lib/infect.o [2020-12-11T19:01:43.441Z] #47 65.23 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-11T19:01:43.442Z] #47 65.24 go: finding github.com/gobwas/glob v0.2.3 [2020-12-11T19:01:43.442Z] #47 65.24 go: finding github.com/stretchr/objx v0.2.0 [2020-12-11T19:01:43.442Z] #47 65.34 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-12-11T19:01:43.442Z] #47 65.35 go: finding github.com/spf13/cobra v0.0.5 [2020-12-11T19:01:43.442Z] #47 65.35 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-12-11T19:01:43.442Z] #47 65.36 go: finding github.com/hashicorp/hcl v1.0.0 [2020-12-11T19:01:43.442Z] #47 65.42 go: finding github.com/spf13/pflag v1.0.5 [2020-12-11T19:01:43.599Z] #40 ... [2020-12-11T19:01:43.599Z] [2020-12-11T19:01:43.599Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:43.599Z] #43 60.53 go/ast [2020-12-11T19:01:43.599Z] #43 62.27 encoding/json [2020-12-11T19:01:43.599Z] #43 67.28 go/parser [2020-12-11T19:01:43.599Z] #43 67.29 text/template [2020-12-11T19:01:43.697Z] #47 65.47 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-11T19:01:43.697Z] #47 65.50 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-11T19:01:43.697Z] #47 65.56 go: finding github.com/magiconair/properties v1.8.1 [2020-12-11T19:01:43.697Z] #47 65.59 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-12-11T19:01:43.697Z] #47 65.59 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-11T19:01:43.834Z] #41 69.28 CC compel/arch/x86/src/lib/infect.o [2020-12-11T19:01:43.873Z] #43 70.63 encoding/xml [2020-12-11T19:01:43.874Z] #43 ... [2020-12-11T19:01:43.874Z] [2020-12-11T19:01:43.874Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:01:43.874Z] #34 62.10 Selecting previously unselected package libicu63:arm64. [2020-12-11T19:01:43.874Z] #34 62.11 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-12-11T19:01:43.874Z] #34 62.29 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-12-11T19:01:43.874Z] #34 68.75 Selecting previously unselected package libxml2:arm64. [2020-12-11T19:01:43.874Z] #34 68.75 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_arm64.deb ... [2020-12-11T19:01:43.874Z] #34 68.76 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2020-12-11T19:01:43.874Z] #34 69.48 Selecting previously unselected package libarchive13:arm64. [2020-12-11T19:01:43.874Z] #34 69.52 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2020-12-11T19:01:43.874Z] #34 69.56 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-12-11T19:01:43.954Z] #47 65.78 go: finding github.com/pelletier/go-toml v1.2.0 [2020-12-11T19:01:43.954Z] #47 65.87 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-11T19:01:43.954Z] #47 ... [2020-12-11T19:01:43.954Z] [2020-12-11T19:01:43.954Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:01:43.954Z] #40 55.93 Building dependency tree... [2020-12-11T19:01:43.954Z] #40 62.30 The following additional packages will be installed: [2020-12-11T19:01:43.954Z] #40 62.31 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-12-11T19:01:43.954Z] #40 62.32 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-12-11T19:01:43.954Z] #40 62.32 Suggested packages: [2020-12-11T19:01:43.954Z] #40 62.36 manpages-dev python-setuptools [2020-12-11T19:01:43.954Z] #40 64.75 The following NEW packages will be installed: [2020-12-11T19:01:43.954Z] #40 64.75 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-12-11T19:01:43.954Z] #40 64.75 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-12-11T19:01:43.954Z] #40 64.75 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-12-11T19:01:43.954Z] #40 64.75 python-six zlib1g-dev [2020-12-11T19:01:43.954Z] #40 65.26 0 upgraded, 17 newly installed, 0 to remove and 16 not upgraded. [2020-12-11T19:01:43.954Z] #40 65.26 Need to get 4095 kB of archives. [2020-12-11T19:01:43.954Z] #40 65.26 After this operation, 22.5 MB of additional disk space will be used. [2020-12-11T19:01:43.954Z] #40 65.26 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-12-11T19:01:43.954Z] #40 65.26 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-12-11T19:01:43.954Z] #40 65.26 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-12-11T19:01:43.954Z] #40 65.27 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-12-11T19:01:43.954Z] #40 65.29 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-12-11T19:01:43.954Z] #40 65.29 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-12-11T19:01:43.954Z] #40 65.29 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2020-12-11T19:01:43.954Z] #40 65.29 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-12-11T19:01:43.954Z] #40 65.34 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-12-11T19:01:43.954Z] #40 65.48 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-12-11T19:01:43.954Z] #40 65.48 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-12-11T19:01:43.954Z] #40 65.70 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-12-11T19:01:43.954Z] #40 65.80 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2020-12-11T19:01:43.954Z] #40 65.80 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-12-11T19:01:43.954Z] #40 65.80 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-12-11T19:01:43.954Z] #40 65.84 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-12-11T19:01:43.954Z] #40 65.84 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-12-11T19:01:44.137Z] #34 ... [2020-12-11T19:01:44.137Z] [2020-12-11T19:01:44.137Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:01:44.137Z] #40 71.19 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-12-11T19:01:44.210Z] #40 ... [2020-12-11T19:01:44.210Z] [2020-12-11T19:01:44.210Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:44.210Z] #47 66.05 go: finding github.com/spf13/afero v1.1.2 [2020-12-11T19:01:44.210Z] #47 66.06 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-11T19:01:44.210Z] #47 66.09 go: finding github.com/spf13/cast v1.3.0 [2020-12-11T19:01:44.210Z] #47 66.11 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-11T19:01:44.210Z] #47 66.20 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-12-11T19:01:44.470Z] #47 66.21 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-11T19:01:44.470Z] #47 66.25 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-11T19:01:44.470Z] #47 66.45 go: finding github.com/subosito/gotenv v1.2.0 [2020-12-11T19:01:44.716Z] #40 71.56 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-12-11T19:01:44.716Z] #40 71.62 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-12-11T19:01:44.726Z] #47 ... [2020-12-11T19:01:44.726Z] [2020-12-11T19:01:44.726Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:44.726Z] #43 56.50 github.com/LK4D4/vndr/godl/singleflight [2020-12-11T19:01:44.726Z] #43 56.51 internal/reflectlite [2020-12-11T19:01:44.726Z] #43 56.90 math/rand [2020-12-11T19:01:44.726Z] #43 58.74 internal/singleflight [2020-12-11T19:01:44.726Z] #43 61.66 strconv [2020-12-11T19:01:44.726Z] #43 61.67 io [2020-12-11T19:01:44.726Z] #43 63.94 bytes [2020-12-11T19:01:44.726Z] #43 ... [2020-12-11T19:01:44.726Z] [2020-12-11T19:01:44.726Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:44.726Z] #47 66.69 go: finding gopkg.in/ini.v1 v1.51.0 [2020-12-11T19:01:44.914Z] #43 55.19 CC compel/src/lib/ptrace.o [2020-12-11T19:01:44.980Z] #40 71.95 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-12-11T19:01:44.980Z] #40 72.00 Setting up python-six (1.12.0-1) ... [2020-12-11T19:01:44.980Z] #40 ... [2020-12-11T19:01:44.980Z] [2020-12-11T19:01:44.980Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:44.980Z] #49 61.98 encoding/json [2020-12-11T19:01:44.980Z] #49 70.65 golang.org/x/crypto/ssh/terminal [2020-12-11T19:01:44.983Z] #47 66.76 go: finding golang.org/x/text v0.3.2 [2020-12-11T19:01:44.983Z] #47 66.91 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-11T19:01:44.983Z] #47 67.00 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-11T19:01:44.983Z] #47 67.01 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-11T19:01:45.216Z] #41 70.36 CC compel/src/lib/infect-rpc.o [2020-12-11T19:01:45.245Z] #49 ... [2020-12-11T19:01:45.245Z] [2020-12-11T19:01:45.245Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:01:45.245Z] #34 71.35 Selecting previously unselected package libjsoncpp1:arm64. [2020-12-11T19:01:45.245Z] #34 71.36 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2020-12-11T19:01:45.245Z] #34 71.57 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2020-12-11T19:01:45.245Z] #34 72.01 Selecting previously unselected package librhash0:arm64. [2020-12-11T19:01:45.245Z] #34 72.02 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2020-12-11T19:01:45.245Z] #34 72.10 Unpacking librhash0:arm64 (1.3.8-1) ... [2020-12-11T19:01:45.257Z] #47 ... [2020-12-11T19:01:45.257Z] [2020-12-11T19:01:45.257Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-11T19:01:45.280Z] #47 67.10 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-11T19:01:45.280Z] #47 67.15 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-11T19:01:45.280Z] #47 67.17 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-11T19:01:45.280Z] #47 67.20 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-11T19:01:45.280Z] #47 67.22 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-11T19:01:45.280Z] #47 67.23 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-11T19:01:45.476Z] #41 70.86 CC compel/src/lib/infect-util.o [2020-12-11T19:01:45.508Z] #34 72.52 Selecting previously unselected package libuv1:arm64. [2020-12-11T19:01:45.509Z] #34 72.52 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2020-12-11T19:01:45.519Z] #30 69.88 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. [2020-12-11T19:01:45.519Z] #30 70.83 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-12-11T19:01:45.537Z] #47 67.27 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-11T19:01:45.537Z] #47 67.32 go: finding github.com/kisielk/gotool v1.0.0 [2020-12-11T19:01:45.537Z] #47 67.32 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-11T19:01:45.537Z] #47 67.43 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-12-11T19:01:45.537Z] #47 67.48 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-11T19:01:45.537Z] #47 67.49 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-11T19:01:45.583Z] #43 55.78 AR compel/libcompel.a [2020-12-11T19:01:45.738Z] #41 71.21 CC compel/src/lib/infect.o [2020-12-11T19:01:45.773Z] #34 72.78 Unpacking libuv1:arm64 (1.24.1-1) ... [2020-12-11T19:01:45.781Z] #30 71.08 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-12-11T19:01:45.793Z] #47 67.52 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-11T19:01:45.793Z] #47 67.56 go: finding github.com/ultraware/funlen v0.0.2 [2020-12-11T19:01:45.793Z] #47 67.56 go: finding github.com/ultraware/whitespace v0.0.4 [2020-12-11T19:01:45.793Z] #47 67.58 go: finding github.com/uudashr/gocognit v1.0.1 [2020-12-11T19:01:45.879Z] #43 55.90 HOSTCC compel/src/main-host.o [2020-12-11T19:01:46.049Z] #47 67.82 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-11T19:01:46.049Z] #47 67.86 go: finding github.com/gogo/protobuf v1.2.1 [2020-12-11T19:01:46.175Z] #43 56.35 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2020-12-11T19:01:46.307Z] #47 68.02 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-11T19:01:46.307Z] #47 68.14 go: finding github.com/BurntSushi/toml v0.3.1 [2020-12-11T19:01:46.307Z] #47 68.16 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-11T19:01:46.307Z] #47 68.16 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-11T19:01:46.307Z] #47 68.26 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-11T19:01:46.351Z] #34 73.33 Selecting previously unselected package cmake. [2020-12-11T19:01:46.351Z] #34 73.33 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2020-12-11T19:01:46.351Z] #34 73.35 Unpacking cmake (3.13.4-1) ... [2020-12-11T19:01:46.355Z] #30 ... [2020-12-11T19:01:46.355Z] [2020-12-11T19:01:46.355Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:01:46.355Z] #40 61.74 The following NEW packages will be installed: [2020-12-11T19:01:46.355Z] #40 61.77 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-12-11T19:01:46.355Z] #40 61.77 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-12-11T19:01:46.355Z] #40 61.77 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-12-11T19:01:46.355Z] #40 61.77 python-six zlib1g-dev [2020-12-11T19:01:46.355Z] #40 62.15 0 upgraded, 17 newly installed, 0 to remove and 16 not upgraded. [2020-12-11T19:01:46.355Z] #40 62.15 Need to get 4095 kB of archives. [2020-12-11T19:01:46.355Z] #40 62.15 After this operation, 22.5 MB of additional disk space will be used. [2020-12-11T19:01:46.355Z] #40 62.15 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-12-11T19:01:46.355Z] #40 62.15 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-12-11T19:01:46.355Z] #40 62.15 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-12-11T19:01:46.355Z] #40 62.15 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-12-11T19:01:46.355Z] #40 62.17 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-12-11T19:01:46.355Z] #40 62.17 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-12-11T19:01:46.355Z] #40 62.17 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2020-12-11T19:01:46.355Z] #40 62.21 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-12-11T19:01:46.355Z] #40 62.22 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-12-11T19:01:46.355Z] #40 62.33 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-12-11T19:01:46.355Z] #40 62.37 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-12-11T19:01:46.355Z] #40 62.53 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-12-11T19:01:46.355Z] #40 62.69 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2020-12-11T19:01:46.355Z] #40 62.71 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-12-11T19:01:46.355Z] #40 62.71 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-12-11T19:01:46.355Z] #40 62.72 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-12-11T19:01:46.355Z] #40 62.72 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-12-11T19:01:46.355Z] #40 64.49 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:01:46.355Z] #40 64.93 Fetched 4095 kB in 1s (4664 kB/s) [2020-12-11T19:01:46.355Z] #40 65.18 Selecting previously unselected package libcap-dev:amd64. [2020-12-11T19:01:46.355Z] #40 65.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 ... 15410 files and directories currently installed.) [2020-12-11T19:01:46.355Z] #40 65.26 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-12-11T19:01:46.355Z] #40 65.29 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-12-11T19:01:46.355Z] #40 65.54 Selecting previously unselected package libnet1:amd64. [2020-12-11T19:01:46.355Z] #40 65.55 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-12-11T19:01:46.355Z] #40 65.56 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-12-11T19:01:46.355Z] #40 65.79 Selecting previously unselected package libnet1-dev. [2020-12-11T19:01:46.355Z] #40 65.86 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-12-11T19:01:46.355Z] #40 65.87 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-12-11T19:01:46.355Z] #40 66.30 Selecting previously unselected package libnl-3-200:amd64. [2020-12-11T19:01:46.355Z] #40 66.30 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-12-11T19:01:46.355Z] #40 66.31 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-12-11T19:01:46.355Z] #40 66.76 Selecting previously unselected package libnl-3-dev:amd64. [2020-12-11T19:01:46.355Z] #40 66.77 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-12-11T19:01:46.355Z] #40 66.78 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-12-11T19:01:46.355Z] #40 67.34 Selecting previously unselected package libprotobuf-c1:amd64. [2020-12-11T19:01:46.355Z] #40 67.34 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-12-11T19:01:46.355Z] #40 67.35 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-12-11T19:01:46.355Z] #40 67.52 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-12-11T19:01:46.355Z] #40 67.57 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-12-11T19:01:46.355Z] #40 67.58 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-12-11T19:01:46.355Z] #40 67.72 Selecting previously unselected package zlib1g-dev:amd64. [2020-12-11T19:01:46.355Z] #40 67.72 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-12-11T19:01:46.355Z] #40 67.74 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-12-11T19:01:46.355Z] #40 68.40 Selecting previously unselected package libprotobuf17:amd64. [2020-12-11T19:01:46.355Z] #40 68.41 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-12-11T19:01:46.355Z] #40 68.41 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-12-11T19:01:46.355Z] #40 69.69 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-12-11T19:01:46.355Z] #40 69.69 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-12-11T19:01:46.355Z] #40 69.73 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-12-11T19:01:46.355Z] #40 70.22 Selecting previously unselected package libprotobuf-dev:amd64. [2020-12-11T19:01:46.355Z] #40 70.22 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-12-11T19:01:46.355Z] #40 70.30 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-12-11T19:01:46.355Z] #40 ... [2020-12-11T19:01:46.355Z] [2020-12-11T19:01:46.355Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:01:46.355Z] #34 61.97 0 upgraded, 10 newly installed, 0 to remove and 16 not upgraded. [2020-12-11T19:01:46.355Z] #34 61.97 Need to get 14.9 MB of archives. [2020-12-11T19:01:46.355Z] #34 61.97 After this operation, 61.8 MB of additional disk space will be used. [2020-12-11T19:01:46.355Z] #34 61.97 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-12-11T19:01:46.355Z] #34 62.02 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-12-11T19:01:46.355Z] #34 62.04 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-12-11T19:01:46.355Z] #34 62.27 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-12-11T19:01:46.355Z] #34 63.61 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2020-12-11T19:01:46.355Z] #34 63.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-12-11T19:01:46.355Z] #34 63.73 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-12-11T19:01:46.355Z] #34 63.76 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-12-11T19:01:46.355Z] #34 63.78 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-12-11T19:01:46.355Z] #34 63.79 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-12-11T19:01:46.355Z] #34 66.16 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:01:46.355Z] #34 66.67 Fetched 14.9 MB in 3s (5801 kB/s) [2020-12-11T19:01:46.355Z] #34 66.86 Selecting previously unselected package xxd. [2020-12-11T19:01:46.355Z] #34 66.86 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-12-11T19:01:46.355Z] #34 67.01 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-12-11T19:01:46.355Z] #34 67.02 Unpacking xxd (2:8.1.0875-5) ... [2020-12-11T19:01:46.355Z] #34 67.36 Selecting previously unselected package vim-common. [2020-12-11T19:01:46.355Z] #34 67.36 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-12-11T19:01:46.355Z] #34 67.46 Unpacking vim-common (2:8.1.0875-5) ... [2020-12-11T19:01:46.355Z] #34 68.22 Selecting previously unselected package cmake-data. [2020-12-11T19:01:46.355Z] #34 68.22 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-12-11T19:01:46.355Z] #34 68.29 Unpacking cmake-data (3.13.4-1) ... [2020-12-11T19:01:46.472Z] #43 56.54 HOSTCC compel/src/lib/handle-elf-host.o [2020-12-11T19:01:46.617Z] #34 ... [2020-12-11T19:01:46.617Z] [2020-12-11T19:01:46.617Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:46.617Z] #11 68.56 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] [2020-12-11T19:01:46.617Z] #11 71.68 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-12-11T19:01:46.617Z] #11 71.69 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-12-11T19:01:46.617Z] #11 71.72 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-12-11T19:01:46.617Z] #11 71.73 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-12-11T19:01:46.617Z] #11 71.75 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] [2020-12-11T19:01:46.617Z] #11 71.75 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u5 [110 kB] [2020-12-11T19:01:46.617Z] #11 71.79 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-12-11T19:01:46.617Z] #11 71.84 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-12-11T19:01:46.617Z] #11 71.88 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-12-11T19:01:46.617Z] #11 71.91 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-12-11T19:01:46.617Z] #11 71.94 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-12-11T19:01:46.617Z] #11 72.03 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-12-11T19:01:46.617Z] #11 72.07 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-12-11T19:01:46.617Z] #11 72.07 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-12-11T19:01:46.617Z] #11 72.09 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u5 [322 kB] [2020-12-11T19:01:46.769Z] #43 56.95 HOSTCC compel/src/lib/log-host.o [2020-12-11T19:01:47.066Z] #43 57.16 HOSTLINK compel/compel-host-bin [2020-12-11T19:01:47.362Z] #43 57.39 DEP soccr/soccr.d [2020-12-11T19:01:47.647Z] #41 ... [2020-12-11T19:01:47.647Z] [2020-12-11T19:01:47.647Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:47.647Z] #11 176.1 Selecting previously unselected package libapparmor1:amd64. [2020-12-11T19:01:47.647Z] #11 176.1 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-12-11T19:01:47.647Z] #11 176.2 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-12-11T19:01:47.647Z] #11 176.4 Selecting previously unselected package libapparmor-dev:amd64. [2020-12-11T19:01:47.647Z] #11 176.4 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-12-11T19:01:47.647Z] #11 176.4 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-12-11T19:01:47.647Z] #11 176.7 Selecting previously unselected package libbtrfs0. [2020-12-11T19:01:47.647Z] #11 176.7 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-12-11T19:01:47.647Z] #11 176.7 Unpacking libbtrfs0 (4.20.1-2) ... [2020-12-11T19:01:47.647Z] #11 176.9 Selecting previously unselected package libbtrfs-dev. [2020-12-11T19:01:47.647Z] #11 176.9 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-12-11T19:01:47.647Z] #11 176.9 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-12-11T19:01:47.659Z] #43 57.72 CC soccr/soccr.o [2020-12-11T19:01:47.907Z] #11 177.2 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-12-11T19:01:47.907Z] #11 177.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-12-11T19:01:47.907Z] #11 177.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-12-11T19:01:48.167Z] #11 177.5 Selecting previously unselected package libudev-dev:amd64. [2020-12-11T19:01:48.427Z] #11 177.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u5_amd64.deb ... [2020-12-11T19:01:48.427Z] #11 177.5 Unpacking libudev-dev:amd64 (241-7~deb10u5) ... [2020-12-11T19:01:48.537Z] #11 73.87 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:01:48.687Z] #11 177.8 Selecting previously unselected package libsepol1-dev:amd64. [2020-12-11T19:01:48.687Z] #11 177.8 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-12-11T19:01:48.687Z] #11 177.8 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-12-11T19:01:48.855Z] #11 74.19 Fetched 78.2 MB in 11s (7169 kB/s) [2020-12-11T19:01:48.855Z] #11 74.34 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-12-11T19:01:48.855Z] #11 74.50 Preparing to unpack .../libsystemd0_241-7~deb10u5_amd64.deb ... [2020-12-11T19:01:48.915Z] #34 75.96 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-12-11T19:01:48.947Z] #11 178.3 Selecting previously unselected package libpcre16-3:amd64. [2020-12-11T19:01:49.148Z] #11 74.53 Unpacking libsystemd0:amd64 (241-7~deb10u5) over (241-7~deb10u4) ... [2020-12-11T19:01:49.180Z] #34 76.15 Setting up xxd (2:8.1.0875-5) ... [2020-12-11T19:01:49.180Z] #34 76.20 Setting up libuv1:arm64 (1.24.1-1) ... [2020-12-11T19:01:49.180Z] #34 76.21 Setting up vim-common (2:8.1.0875-5) ... [2020-12-11T19:01:49.180Z] #34 76.24 Setting up librhash0:arm64 (1.3.8-1) ... [2020-12-11T19:01:49.206Z] #11 178.4 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-12-11T19:01:49.206Z] #11 178.4 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-12-11T19:01:49.434Z] #11 ... [2020-12-11T19:01:49.434Z] [2020-12-11T19:01:49.434Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:49.434Z] #54 1.785 + RM_GOPATH=0 [2020-12-11T19:01:49.434Z] #54 1.785 + TMP_GOPATH= [2020-12-11T19:01:49.434Z] #54 1.785 + : /build [2020-12-11T19:01:49.434Z] #54 1.785 + '[' -z '' ']' [2020-12-11T19:01:49.434Z] #54 1.785 ++ mktemp -d [2020-12-11T19:01:49.434Z] #54 1.817 + export GOPATH=/tmp/tmp.ZIyddlGtpq [2020-12-11T19:01:49.434Z] #54 1.817 + GOPATH=/tmp/tmp.ZIyddlGtpq [2020-12-11T19:01:49.434Z] #54 1.817 + RM_GOPATH=1 [2020-12-11T19:01:49.434Z] #54 1.817 + case "$(go env GOARCH)" in [2020-12-11T19:01:49.434Z] #54 1.817 ++ go env GOARCH [2020-12-11T19:01:49.434Z] #54 1.863 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:01:49.434Z] #54 1.863 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:01:49.434Z] #54 1.863 ++ dirname /tmp/install/install.sh [2020-12-11T19:01:49.434Z] #54 1.863 + dir=/tmp/install [2020-12-11T19:01:49.434Z] #54 1.863 + bin=containerd [2020-12-11T19:01:49.434Z] #54 1.863 + shift [2020-12-11T19:01:49.434Z] #54 1.863 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-12-11T19:01:49.434Z] #54 1.863 + . /tmp/install/containerd.installer [2020-12-11T19:01:49.434Z] #54 1.863 ++ set -e [2020-12-11T19:01:49.434Z] #54 1.863 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-11T19:01:49.434Z] #54 1.863 + install_containerd [2020-12-11T19:01:49.434Z] #54 1.863 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2020-12-11T19:01:49.434Z] #54 1.863 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ZIyddlGtpq/src/github.com/containerd/containerd [2020-12-11T19:01:49.434Z] #54 1.863 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-11T19:01:49.434Z] #54 1.933 Cloning into '/tmp/tmp.ZIyddlGtpq/src/github.com/containerd/containerd'... [2020-12-11T19:01:49.443Z] #34 76.28 Setting up cmake-data (3.13.4-1) ... [2020-12-11T19:01:49.443Z] #34 76.30 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2020-12-11T19:01:49.443Z] #34 76.32 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2020-12-11T19:01:49.443Z] #34 76.36 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-12-11T19:01:49.466Z] #11 178.7 Selecting previously unselected package libpcre32-3:amd64. [2020-12-11T19:01:49.466Z] #11 178.7 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-12-11T19:01:49.466Z] #11 178.7 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-12-11T19:01:49.626Z] #47 ... [2020-12-11T19:01:49.626Z] [2020-12-11T19:01:49.626Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:01:49.626Z] #34 60.89 The following additional packages will be installed: [2020-12-11T19:01:49.626Z] #34 60.91 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-12-11T19:01:49.626Z] #34 60.95 Suggested packages: [2020-12-11T19:01:49.626Z] #34 60.95 cmake-doc ninja-build lrzip [2020-12-11T19:01:49.626Z] #34 60.95 Recommended packages: [2020-12-11T19:01:49.626Z] #34 60.95 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-12-11T19:01:49.626Z] #34 62.94 The following NEW packages will be installed: [2020-12-11T19:01:49.626Z] #34 62.99 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-12-11T19:01:49.626Z] #34 62.99 vim-common xxd [2020-12-11T19:01:49.626Z] #34 63.52 0 upgraded, 10 newly installed, 0 to remove and 16 not upgraded. [2020-12-11T19:01:49.626Z] #34 63.52 Need to get 14.9 MB of archives. [2020-12-11T19:01:49.626Z] #34 63.52 After this operation, 61.8 MB of additional disk space will be used. [2020-12-11T19:01:49.626Z] #34 63.52 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-12-11T19:01:49.626Z] #34 63.52 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-12-11T19:01:49.626Z] #34 63.53 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-12-11T19:01:49.626Z] #34 63.79 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-12-11T19:01:49.626Z] #34 65.09 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2020-12-11T19:01:49.626Z] #34 65.17 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-12-11T19:01:49.626Z] #34 65.21 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-12-11T19:01:49.626Z] #34 65.21 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-12-11T19:01:49.626Z] #34 65.23 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-12-11T19:01:49.626Z] #34 65.26 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-12-11T19:01:49.626Z] #34 67.72 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:01:49.626Z] #34 68.10 Fetched 14.9 MB in 3s (5719 kB/s) [2020-12-11T19:01:49.626Z] #34 68.28 Selecting previously unselected package xxd. [2020-12-11T19:01:49.626Z] #34 68.28 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-12-11T19:01:49.626Z] #34 68.40 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-12-11T19:01:49.626Z] #34 68.42 Unpacking xxd (2:8.1.0875-5) ... [2020-12-11T19:01:49.626Z] #34 68.78 Selecting previously unselected package vim-common. [2020-12-11T19:01:49.626Z] #34 68.78 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-12-11T19:01:49.626Z] #34 68.83 Unpacking vim-common (2:8.1.0875-5) ... [2020-12-11T19:01:49.626Z] #34 69.55 Selecting previously unselected package cmake-data. [2020-12-11T19:01:49.626Z] #34 69.55 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-12-11T19:01:49.626Z] #34 69.58 Unpacking cmake-data (3.13.4-1) ... [2020-12-11T19:01:49.626Z] #34 ... [2020-12-11T19:01:49.626Z] [2020-12-11T19:01:49.626Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-11T19:01:49.626Z] #30 69.71 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. [2020-12-11T19:01:49.626Z] #30 70.49 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-12-11T19:01:49.626Z] #30 71.05 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-12-11T19:01:49.697Z] #54 ... [2020-12-11T19:01:49.697Z] [2020-12-11T19:01:49.697Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:49.697Z] #11 75.21 Setting up libsystemd0:amd64 (241-7~deb10u5) ... [2020-12-11T19:01:49.707Z] #34 76.48 Setting up cmake (3.13.4-1) ... [2020-12-11T19:01:49.707Z] #34 76.49 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:01:49.726Z] #11 178.9 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-12-11T19:01:49.726Z] #11 178.9 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-12-11T19:01:49.726Z] #11 178.9 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-12-11T19:01:49.753Z] #43 59.78 AR soccr/libsoccr.a [2020-12-11T19:01:49.753Z] #43 59.83 make[1]: 'soccr/libsoccr.a' is up to date. [2020-12-11T19:01:49.971Z] #34 76.85 Processing triggers for mime-support (3.62) ... [2020-12-11T19:01:49.988Z] #11 179.2 Selecting previously unselected package libpcre3-dev:amd64. [2020-12-11T19:01:49.988Z] #11 179.2 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-12-11T19:01:49.988Z] #11 179.3 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-12-11T19:01:50.050Z] #43 60.23 DEP criu/arch/ppc64/sigframe.d [2020-12-11T19:01:50.050Z] #43 60.37 DEP criu/arch/ppc64/crtools.d [2020-12-11T19:01:50.050Z] #43 ... [2020-12-11T19:01:50.050Z] [2020-12-11T19:01:50.050Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:50.050Z] #53 9.886 + cd /tmp/tmp.wEVfd9dMhB/src/github.com/opencontainers/runc [2020-12-11T19:01:50.050Z] #53 9.889 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-12-11T19:01:50.224Z] #11 75.53 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-12-11T19:01:50.224Z] #11 75.65 Preparing to unpack .../libudev1_241-7~deb10u5_amd64.deb ... [2020-12-11T19:01:50.224Z] #11 75.72 Unpacking libudev1:amd64 (241-7~deb10u5) over (241-7~deb10u4) ... [2020-12-11T19:01:50.705Z] #53 ... [2020-12-11T19:01:50.705Z] [2020-12-11T19:01:50.705Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:50.705Z] #51 120.0 golang.org/x/crypto/ssh/terminal [2020-12-11T19:01:50.705Z] #51 123.1 mvdan.cc/sh/v3/cmd/shfmt [2020-12-11T19:01:50.705Z] #51 DONE 128.6s [2020-12-11T19:01:50.705Z] [2020-12-11T19:01:50.705Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:01:50.705Z] #43 60.55 DEP criu/arch/ppc64/cpu.d [2020-12-11T19:01:50.705Z] #43 60.77 CC criu/arch/ppc64/cpu.o [2020-12-11T19:01:50.797Z] #11 ... [2020-12-11T19:01:50.797Z] [2020-12-11T19:01:50.797Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:50.797Z] #32 66.25 reflect [2020-12-11T19:01:50.797Z] #32 74.96 time [2020-12-11T19:01:50.797Z] #32 ... [2020-12-11T19:01:50.797Z] [2020-12-11T19:01:50.797Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:50.797Z] #11 76.38 Setting up libudev1:amd64 (241-7~deb10u5) ... [2020-12-11T19:01:50.927Z] #11 180.1 Selecting previously unselected package libselinux1-dev:amd64. [2020-12-11T19:01:50.927Z] #11 180.1 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-12-11T19:01:50.927Z] #11 180.1 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-12-11T19:01:51.368Z] #11 76.91 Selecting previously unselected package binutils-mingw-w64-i686. [2020-12-11T19:01:51.368Z] #11 76.91 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-12-11T19:01:51.368Z] #11 76.94 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-12-11T19:01:51.368Z] #11 76.96 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-12-11T19:01:51.496Z] #11 180.6 Selecting previously unselected package libdevmapper-dev:amd64. [2020-12-11T19:01:51.496Z] #11 180.6 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-12-11T19:01:51.496Z] #11 180.6 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-12-11T19:01:51.496Z] #11 180.8 Selecting previously unselected package libseccomp-dev:amd64. [2020-12-11T19:01:51.496Z] #11 180.8 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-12-11T19:01:51.496Z] #11 180.8 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-12-11T19:01:51.755Z] #43 61.72 CC criu/arch/ppc64/crtools.o [2020-12-11T19:01:51.756Z] #11 180.9 Selecting previously unselected package libsystemd-dev:amd64. [2020-12-11T19:01:51.756Z] #11 180.9 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u5_amd64.deb ... [2020-12-11T19:01:51.756Z] #11 180.9 Unpacking libsystemd-dev:amd64 (241-7~deb10u5) ... [2020-12-11T19:01:51.940Z] #11 ... [2020-12-11T19:01:51.940Z] [2020-12-11T19:01:51.940Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:51.940Z] #43 67.41 reflect [2020-12-11T19:01:51.940Z] #43 67.51 bufio [2020-12-11T19:01:51.940Z] #43 70.68 syscall [2020-12-11T19:01:51.940Z] #43 ... [2020-12-11T19:01:51.940Z] [2020-12-11T19:01:51.940Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:01:51.940Z] #40 73.05 Selecting previously unselected package libprotoc17:amd64. [2020-12-11T19:01:51.940Z] #40 73.06 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-12-11T19:01:51.940Z] #40 73.06 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-12-11T19:01:51.940Z] #40 74.22 Selecting previously unselected package protobuf-c-compiler. [2020-12-11T19:01:51.940Z] #40 74.23 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-12-11T19:01:51.940Z] #40 74.26 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-12-11T19:01:51.940Z] #40 74.50 Selecting previously unselected package protobuf-compiler. [2020-12-11T19:01:51.940Z] #40 74.50 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-12-11T19:01:51.940Z] #40 74.51 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-12-11T19:01:51.940Z] #40 74.78 Selecting previously unselected package python-pkg-resources. [2020-12-11T19:01:51.940Z] #40 74.78 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-12-11T19:01:51.940Z] #40 74.84 Unpacking python-pkg-resources (40.8.0-1) ... [2020-12-11T19:01:51.940Z] #40 75.28 Selecting previously unselected package python-six. [2020-12-11T19:01:51.940Z] #40 75.28 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-12-11T19:01:51.940Z] #40 75.31 Unpacking python-six (1.12.0-1) ... [2020-12-11T19:01:51.940Z] #40 75.63 Selecting previously unselected package python-protobuf. [2020-12-11T19:01:51.940Z] #40 75.63 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-12-11T19:01:51.940Z] #40 75.65 Unpacking python-protobuf (3.6.1.3-2) ... [2020-12-11T19:01:51.940Z] #40 76.84 Setting up python-pkg-resources (40.8.0-1) ... [2020-12-11T19:01:52.538Z] #34 DONE 79.3s [2020-12-11T19:01:52.538Z] [2020-12-11T19:01:52.538Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:52.538Z] #49 72.75 mvdan.cc/sh/v3/cmd/shfmt [2020-12-11T19:01:52.538Z] #49 DONE 79.3s [2020-12-11T19:01:52.538Z] [2020-12-11T19:01:52.538Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:52.696Z] #11 181.7 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-12-11T19:01:52.696Z] #11 181.8 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-12-11T19:01:52.696Z] #11 181.8 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-12-11T19:01:52.696Z] #11 181.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-12-11T19:01:52.696Z] #11 181.8 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-12-11T19:01:52.696Z] #11 181.8 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-12-11T19:01:52.696Z] #11 181.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:01:52.696Z] #11 181.8 Setting up libbtrfs0 (4.20.1-2) ... [2020-12-11T19:01:52.696Z] #11 181.9 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-12-11T19:01:52.696Z] #11 181.9 Setting up libudev-dev:amd64 (241-7~deb10u5) ... [2020-12-11T19:01:52.696Z] #11 181.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-12-11T19:01:52.696Z] #11 182.0 Setting up libbtrfs-dev (4.20.1-2) ... [2020-12-11T19:01:52.696Z] #11 182.0 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-12-11T19:01:52.696Z] #11 182.0 Setting up mingw-w64-common (6.0.0-3) ... [2020-12-11T19:01:52.696Z] #11 182.1 Setting up libsystemd-dev:amd64 (241-7~deb10u5) ... [2020-12-11T19:01:52.696Z] #11 182.1 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-12-11T19:01:52.805Z] #43 63.13 CC criu/arch/ppc64/sigframe.o [2020-12-11T19:01:52.949Z] #30 ... [2020-12-11T19:01:52.949Z] [2020-12-11T19:01:52.949Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:52.949Z] #11 64.25 The following NEW packages will be installed: [2020-12-11T19:01:52.949Z] #11 64.25 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-12-11T19:01:52.949Z] #11 64.25 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-12-11T19:01:52.949Z] #11 64.28 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-12-11T19:01:52.949Z] #11 64.28 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-12-11T19:01:52.949Z] #11 64.28 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-12-11T19:01:52.949Z] #11 64.28 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-12-11T19:01:52.949Z] #11 64.30 The following packages will be upgraded: [2020-12-11T19:01:52.949Z] #11 64.31 libsystemd0 libudev1 [2020-12-11T19:01:52.949Z] #11 65.00 2 upgraded, 25 newly installed, 0 to remove and 14 not upgraded. [2020-12-11T19:01:52.949Z] #11 65.00 Need to get 78.2 MB of archives. [2020-12-11T19:01:52.949Z] #11 65.00 After this operation, 487 MB of additional disk space will be used. [2020-12-11T19:01:52.949Z] #11 65.00 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u5 [331 kB] [2020-12-11T19:01:52.949Z] #11 65.05 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u5 [151 kB] [2020-12-11T19:01:52.949Z] #11 65.07 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] [2020-12-11T19:01:52.949Z] #11 65.45 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] [2020-12-11T19:01:52.949Z] #11 65.87 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-12-11T19:01:52.949Z] #11 65.87 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-12-11T19:01:52.949Z] #11 65.91 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-12-11T19:01:52.949Z] #11 65.91 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-12-11T19:01:52.949Z] #11 66.55 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-12-11T19:01:52.949Z] #11 67.12 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] [2020-12-11T19:01:52.949Z] #11 67.12 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] [2020-12-11T19:01:52.949Z] #11 71.91 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] [2020-12-11T19:01:52.949Z] #11 ... [2020-12-11T19:01:52.949Z] [2020-12-11T19:01:52.949Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:01:52.949Z] #40 67.79 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:01:52.949Z] #40 68.10 Fetched 4095 kB in 1s (4478 kB/s) [2020-12-11T19:01:52.949Z] #40 68.37 Selecting previously unselected package libcap-dev:amd64. [2020-12-11T19:01:52.949Z] #40 68.37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-12-11T19:01:52.949Z] #40 68.51 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-12-11T19:01:52.949Z] #40 68.52 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-12-11T19:01:52.949Z] #40 68.78 Selecting previously unselected package libnet1:amd64. [2020-12-11T19:01:52.949Z] #40 68.78 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-12-11T19:01:52.949Z] #40 68.80 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-12-11T19:01:52.949Z] #40 68.98 Selecting previously unselected package libnet1-dev. [2020-12-11T19:01:52.949Z] #40 68.98 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-12-11T19:01:52.949Z] #40 68.98 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-12-11T19:01:52.949Z] #40 69.42 Selecting previously unselected package libnl-3-200:amd64. [2020-12-11T19:01:52.949Z] #40 69.42 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-12-11T19:01:52.949Z] #40 69.45 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-12-11T19:01:52.949Z] #40 69.76 Selecting previously unselected package libnl-3-dev:amd64. [2020-12-11T19:01:52.949Z] #40 69.76 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-12-11T19:01:52.949Z] #40 69.79 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-12-11T19:01:52.949Z] #40 70.23 Selecting previously unselected package libprotobuf-c1:amd64. [2020-12-11T19:01:52.949Z] #40 70.25 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-12-11T19:01:52.949Z] #40 70.26 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-12-11T19:01:52.949Z] #40 70.39 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-12-11T19:01:52.949Z] #40 70.39 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-12-11T19:01:52.949Z] #40 70.40 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-12-11T19:01:52.949Z] #40 70.58 Selecting previously unselected package zlib1g-dev:amd64. [2020-12-11T19:01:52.949Z] #40 70.59 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-12-11T19:01:52.949Z] #40 70.61 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-12-11T19:01:52.949Z] #40 71.06 Selecting previously unselected package libprotobuf17:amd64. [2020-12-11T19:01:52.949Z] #40 71.06 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-12-11T19:01:52.949Z] #40 71.08 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-12-11T19:01:52.949Z] #40 72.54 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-12-11T19:01:52.949Z] #40 72.60 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-12-11T19:01:52.949Z] #40 72.70 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-12-11T19:01:52.949Z] #40 72.85 Selecting previously unselected package libprotobuf-dev:amd64. [2020-12-11T19:01:52.949Z] #40 72.92 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-12-11T19:01:52.949Z] #40 72.96 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-12-11T19:01:52.949Z] #40 ... [2020-12-11T19:01:52.949Z] [2020-12-11T19:01:52.949Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:52.949Z] #54 1.487 + RM_GOPATH=0 [2020-12-11T19:01:52.949Z] #54 1.487 + TMP_GOPATH= [2020-12-11T19:01:52.949Z] #54 1.487 + : /build [2020-12-11T19:01:52.949Z] #54 1.487 + '[' -z '' ']' [2020-12-11T19:01:52.949Z] #54 1.488 ++ mktemp -d [2020-12-11T19:01:52.949Z] #54 1.494 + export GOPATH=/tmp/tmp.JP9D1Ja90o [2020-12-11T19:01:52.949Z] #54 1.494 + GOPATH=/tmp/tmp.JP9D1Ja90o [2020-12-11T19:01:52.949Z] #54 1.494 + RM_GOPATH=1 [2020-12-11T19:01:52.949Z] #54 1.494 + case "$(go env GOARCH)" in [2020-12-11T19:01:52.949Z] #54 1.494 ++ go env GOARCH [2020-12-11T19:01:52.949Z] #54 1.619 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:01:52.949Z] #54 1.619 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:01:52.949Z] #54 1.619 ++ dirname /tmp/install/install.sh [2020-12-11T19:01:52.949Z] #54 1.619 + dir=/tmp/install [2020-12-11T19:01:52.949Z] #54 1.636 + bin=containerd [2020-12-11T19:01:52.949Z] #54 1.636 + shift [2020-12-11T19:01:52.949Z] #54 1.636 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-12-11T19:01:52.949Z] #54 1.636 + . /tmp/install/containerd.installer [2020-12-11T19:01:52.949Z] #54 1.636 ++ set -e [2020-12-11T19:01:52.949Z] #54 1.636 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-11T19:01:52.949Z] #54 1.636 + install_containerd [2020-12-11T19:01:52.949Z] #54 1.636 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2020-12-11T19:01:52.949Z] #54 1.636 + git clone https://github.com/containerd/containerd.git /tmp/tmp.JP9D1Ja90o/src/github.com/containerd/containerd [2020-12-11T19:01:52.949Z] #54 1.636 Cloning into '/tmp/tmp.JP9D1Ja90o/src/github.com/containerd/containerd'... [2020-12-11T19:01:52.949Z] #54 1.636 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-11T19:01:52.949Z] #54 ... [2020-12-11T19:01:52.949Z] [2020-12-11T19:01:52.949Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:01:52.949Z] #34 73.95 Selecting previously unselected package libicu63:amd64. [2020-12-11T19:01:52.949Z] #34 73.96 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-12-11T19:01:52.949Z] #34 74.00 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-12-11T19:01:52.956Z] #11 182.1 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-12-11T19:01:52.956Z] #11 182.2 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:01:52.956Z] #11 182.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-12-11T19:01:52.956Z] #11 182.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-12-11T19:01:52.956Z] #11 182.2 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:01:52.956Z] #11 182.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-12-11T19:01:52.956Z] #11 182.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-12-11T19:01:52.956Z] #11 182.3 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-12-11T19:01:53.215Z] #11 182.4 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-12-11T19:01:53.215Z] #11 182.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-12-11T19:01:53.215Z] #11 182.4 Setting up dmsetup (2:1.02.155-3) ... [2020-12-11T19:01:53.215Z] #11 182.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-12-11T19:01:53.215Z] #11 182.5 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-12-11T19:01:53.215Z] #11 182.5 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:01:53.451Z] #43 63.50 LINK criu/arch/ppc64/crtools.built-in.o [2020-12-11T19:01:53.451Z] #43 63.53 DEP criu/pie/util-vdso.d [2020-12-11T19:01:53.451Z] #43 ... [2020-12-11T19:01:53.451Z] [2020-12-11T19:01:53.451Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:01:53.451Z] #20 0.489 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T19:01:53.451Z] #20 0.591 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T19:01:53.451Z] #20 0.593 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T19:01:53.451Z] #20 1.730 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2020-12-11T19:01:53.451Z] #20 3.218 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [243 kB] [2020-12-11T19:01:53.451Z] #20 4.559 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-12-11T19:01:53.451Z] #20 ... [2020-12-11T19:01:53.451Z] [2020-12-11T19:01:53.451Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:01:53.451Z] #43 63.69 DEP criu/pie/util.d [2020-12-11T19:01:53.517Z] #34 ... [2020-12-11T19:01:53.517Z] [2020-12-11T19:01:53.517Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:53.517Z] #32 65.30 reflect [2020-12-11T19:01:53.749Z] #43 63.84 CC criu/pie/util.o [2020-12-11T19:01:53.749Z] #43 64.13 CC criu/pie/util-vdso.o [2020-12-11T19:01:53.806Z] #32 ... [2020-12-11T19:01:53.806Z] [2020-12-11T19:01:53.806Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:01:53.806Z] #40 75.28 Selecting previously unselected package libprotoc17:amd64. [2020-12-11T19:01:53.806Z] #40 75.29 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-12-11T19:01:53.806Z] #40 75.30 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-12-11T19:01:53.937Z] #35 ... [2020-12-11T19:01:53.937Z] [2020-12-11T19:01:53.937Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:01:53.937Z] #40 74.09 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-12-11T19:01:53.937Z] #40 74.60 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-12-11T19:01:53.937Z] #40 75.82 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2020-12-11T19:01:53.937Z] #40 75.94 Setting up libcap-dev:arm64 (1:2.25-2) ... [2020-12-11T19:01:53.937Z] #40 76.10 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2020-12-11T19:01:53.937Z] #40 76.18 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-12-11T19:01:53.937Z] #40 76.21 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-12-11T19:01:53.937Z] #40 76.25 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-12-11T19:01:53.937Z] #40 76.25 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-12-11T19:01:53.937Z] #40 76.28 Setting up python-protobuf (3.6.1.3-2) ... [2020-12-11T19:01:53.937Z] #40 80.03 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2020-12-11T19:01:53.937Z] #40 80.05 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:01:53.937Z] #40 DONE 80.7s [2020-12-11T19:01:53.937Z] [2020-12-11T19:01:53.937Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:01:54.214Z] #11 DONE 183.1s [2020-12-11T19:01:54.214Z] [2020-12-11T19:01:54.214Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:54.795Z] #40 76.82 Selecting previously unselected package protobuf-c-compiler. [2020-12-11T19:01:54.802Z] #43 64.83 AR criu/pie/pie.lib.a [2020-12-11T19:01:54.802Z] #43 64.91 DEP criu/pie/restorer.d [2020-12-11T19:01:55.052Z] #40 76.85 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-12-11T19:01:55.052Z] #40 76.92 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-12-11T19:01:55.099Z] #43 65.33 DEP criu/arch/ppc64/vdso-trampoline.d [2020-12-11T19:01:55.099Z] #43 65.35 DEP criu/arch/ppc64/restorer.d [2020-12-11T19:01:55.334Z] #41 ... [2020-12-11T19:01:55.334Z] [2020-12-11T19:01:55.334Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:55.334Z] #43 72.23 go/doc [2020-12-11T19:01:55.334Z] #43 72.47 compress/flate [2020-12-11T19:01:55.334Z] #43 76.87 compress/gzip [2020-12-11T19:01:55.334Z] #43 77.40 encoding/asn1 [2020-12-11T19:01:55.334Z] #43 78.01 github.com/LK4D4/vndr/build [2020-12-11T19:01:55.334Z] #43 79.29 crypto/rsa [2020-12-11T19:01:55.334Z] #43 82.24 vendor/golang.org/x/text/unicode/bidi [2020-12-11T19:01:55.334Z] #43 ... [2020-12-11T19:01:55.334Z] [2020-12-11T19:01:55.334Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:55.334Z] #35 2.161 + RM_GOPATH=0 [2020-12-11T19:01:55.334Z] #35 2.161 + TMP_GOPATH= [2020-12-11T19:01:55.334Z] #35 2.161 + : /build [2020-12-11T19:01:55.334Z] #35 2.161 + '[' -z '' ']' [2020-12-11T19:01:55.334Z] #35 2.177 ++ mktemp -d [2020-12-11T19:01:55.334Z] #35 2.177 + export GOPATH=/tmp/tmp.vcAgRSp9R9 [2020-12-11T19:01:55.334Z] #35 2.177 + GOPATH=/tmp/tmp.vcAgRSp9R9 [2020-12-11T19:01:55.334Z] #35 2.177 + RM_GOPATH=1 [2020-12-11T19:01:55.334Z] #35 2.177 + case "$(go env GOARCH)" in [2020-12-11T19:01:55.334Z] #35 2.178 ++ go env GOARCH [2020-12-11T19:01:55.334Z] #35 2.214 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:01:55.334Z] #35 2.214 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:01:55.334Z] #35 2.214 ++ dirname /tmp/install/install.sh [2020-12-11T19:01:55.334Z] #35 2.219 + dir=/tmp/install [2020-12-11T19:01:55.334Z] #35 2.219 + bin=tini [2020-12-11T19:01:55.334Z] #35 2.219 + shift [2020-12-11T19:01:55.334Z] #35 2.219 + '[' '!' -f /tmp/install/tini.installer ']' [2020-12-11T19:01:55.334Z] #35 2.219 + . /tmp/install/tini.installer [2020-12-11T19:01:55.334Z] #35 2.219 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-11T19:01:55.334Z] #35 2.219 + install_tini [2020-12-11T19:01:55.334Z] #35 2.219 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-12-11T19:01:55.334Z] #35 2.219 + git clone https://github.com/krallin/tini.git /tmp/tmp.vcAgRSp9R9/tini [2020-12-11T19:01:55.334Z] #35 2.219 Cloning into '/tmp/tmp.vcAgRSp9R9/tini'... [2020-12-11T19:01:55.334Z] #35 2.219 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-11T19:01:55.334Z] #35 3.057 + cd /tmp/tmp.vcAgRSp9R9/tini [2020-12-11T19:01:55.334Z] #35 3.057 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-11T19:01:55.334Z] #35 3.097 + cmake . [2020-12-11T19:01:55.336Z] #40 77.26 Selecting previously unselected package protobuf-compiler. [2020-12-11T19:01:55.336Z] #40 77.30 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-12-11T19:01:55.336Z] #40 77.35 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-12-11T19:01:55.396Z] #43 65.55 DEP criu/arch/ppc64/vdso-pie.d [2020-12-11T19:01:55.396Z] #43 ... [2020-12-11T19:01:55.396Z] [2020-12-11T19:01:55.396Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:55.396Z] #45 123.1 math/big [2020-12-11T19:01:55.396Z] #45 127.6 go/doc [2020-12-11T19:01:55.396Z] #45 ... [2020-12-11T19:01:55.396Z] [2020-12-11T19:01:55.396Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:55.396Z] #58 133.3 + for f in rootlesskit rootlesskit-docker-proxy [2020-12-11T19:01:55.396Z] #58 133.3 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-12-11T19:01:55.575Z] Commit message: "Vendor in libnetwork changes" [2020-12-11T19:01:55.948Z] #40 77.56 Selecting previously unselected package python-pkg-resources. [2020-12-11T19:01:55.948Z] #40 77.57 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-12-11T19:01:55.948Z] #40 77.59 Unpacking python-pkg-resources (40.8.0-1) ... [2020-12-11T19:01:55.948Z] #40 ... [2020-12-11T19:01:55.948Z] [2020-12-11T19:01:55.948Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:55.948Z] #43 67.66 bufio [2020-12-11T19:01:55.948Z] #43 68.20 reflect [2020-12-11T19:01:55.948Z] #43 70.86 syscall [2020-12-11T19:01:55.948Z] #43 ... [2020-12-11T19:01:55.948Z] [2020-12-11T19:01:55.948Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:55.948Z] #11 75.71 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-12-11T19:01:55.948Z] #11 75.71 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-12-11T19:01:55.948Z] #11 75.71 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-12-11T19:01:55.948Z] #11 75.71 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-12-11T19:01:55.948Z] #11 75.71 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] [2020-12-11T19:01:55.948Z] #11 75.71 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u5 [110 kB] [2020-12-11T19:01:55.948Z] #11 75.72 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-12-11T19:01:55.948Z] #11 75.76 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-12-11T19:01:55.948Z] #11 75.82 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-12-11T19:01:55.948Z] #11 75.89 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-12-11T19:01:55.948Z] #11 75.94 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-12-11T19:01:55.948Z] #11 76.01 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-12-11T19:01:55.948Z] #11 76.07 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-12-11T19:01:55.948Z] #11 76.07 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-12-11T19:01:55.948Z] #11 76.07 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u5 [322 kB] [2020-12-11T19:01:55.948Z] #11 77.90 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:01:55.970Z] #35 3.557 -- The C compiler identification is GNU 8.3.0 [2020-12-11T19:01:55.970Z] #35 3.581 -- Check for working C compiler: /usr/bin/cc [2020-12-11T19:01:55.970Z] > git --version # timeout=10 [2020-12-11T19:01:56.011Z] > git --version # 'git version 2.24.1.windows.2' [2020-12-11T19:01:56.051Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2020-12-11T19:01:56.147Z] #40 ... [2020-12-11T19:01:56.147Z] [2020-12-11T19:01:56.147Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:01:56.147Z] #49 71.05 syscall [2020-12-11T19:01:56.147Z] #49 71.07 reflect [2020-12-11T19:01:56.147Z] #49 ... [2020-12-11T19:01:56.147Z] [2020-12-11T19:01:56.147Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:01:56.147Z] #34 73.21 Selecting previously unselected package libicu63:amd64. [2020-12-11T19:01:56.147Z] #34 73.27 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-12-11T19:01:56.147Z] #34 73.30 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-12-11T19:01:56.147Z] #34 ... [2020-12-11T19:01:56.147Z] [2020-12-11T19:01:56.147Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:56.147Z] #11 81.52 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-12-11T19:01:56.147Z] #11 81.53 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-12-11T19:01:56.147Z] #11 81.55 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-12-11T19:01:56.161Z] #51 2.158 + RM_GOPATH=0 [2020-12-11T19:01:56.161Z] #51 2.158 + TMP_GOPATH= [2020-12-11T19:01:56.161Z] #51 2.158 + : /build [2020-12-11T19:01:56.161Z] #51 2.158 + '[' -z '' ']' [2020-12-11T19:01:56.161Z] #51 2.158 ++ mktemp -d [2020-12-11T19:01:56.161Z] #51 2.166 + export GOPATH=/tmp/tmp.UeApvEeoyl [2020-12-11T19:01:56.161Z] #51 2.166 + GOPATH=/tmp/tmp.UeApvEeoyl [2020-12-11T19:01:56.161Z] #51 2.166 + RM_GOPATH=1 [2020-12-11T19:01:56.161Z] #51 2.167 + case "$(go env GOARCH)" in [2020-12-11T19:01:56.161Z] #51 2.167 ++ go env GOARCH [2020-12-11T19:01:56.161Z] #51 2.183 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:01:56.161Z] #51 2.183 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:01:56.161Z] #51 2.184 ++ dirname /tmp/install/install.sh [2020-12-11T19:01:56.161Z] #51 2.187 + dir=/tmp/install [2020-12-11T19:01:56.161Z] #51 2.190 + bin=runc [2020-12-11T19:01:56.161Z] #51 2.190 + shift [2020-12-11T19:01:56.161Z] #51 2.191 + '[' '!' -f /tmp/install/runc.installer ']' [2020-12-11T19:01:56.161Z] #51 2.191 + . /tmp/install/runc.installer [2020-12-11T19:01:56.161Z] #51 2.191 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-12-11T19:01:56.161Z] #51 2.191 + install_runc [2020-12-11T19:01:56.161Z] #51 2.200 + grep -q '^3\.10\.0.*\.el7\.' [2020-12-11T19:01:56.161Z] #51 2.200 + uname -r [2020-12-11T19:01:56.161Z] #51 2.200 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-12-11T19:01:56.161Z] #51 2.201 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-12-11T19:01:56.161Z] #51 2.201 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-12-11T19:01:56.161Z] #51 2.201 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.UeApvEeoyl/src/github.com/opencontainers/runc [2020-12-11T19:01:56.161Z] #51 2.209 Cloning into '/tmp/tmp.UeApvEeoyl/src/github.com/opencontainers/runc'... [2020-12-11T19:01:56.547Z] #35 ... [2020-12-11T19:01:56.547Z] [2020-12-11T19:01:56.547Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:01:56.547Z] #11 73.48 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-12-11T19:01:56.547Z] #11 73.48 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-12-11T19:01:56.547Z] #11 73.49 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-12-11T19:01:56.547Z] #11 81.87 Selecting previously unselected package gcc-mingw-w64-base. [2020-12-11T19:01:56.547Z] #11 81.89 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-12-11T19:01:56.547Z] #11 81.91 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:01:56.547Z] #11 82.16 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-12-11T19:01:56.547Z] #11 82.18 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-12-11T19:01:56.547Z] #11 82.31 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:01:56.549Z] #11 78.23 Fetched 78.2 MB in 12s (6637 kB/s) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-12-11T19:01:56.729Z] #51 ... [2020-12-11T19:01:56.729Z] [2020-12-11T19:01:56.729Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-12-11T19:01:56.729Z] #12 DONE 2.9s [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-12-11T19:01:56.805Z] #11 78.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 ... 15410 files and directories currently installed.) [2020-12-11T19:01:56.805Z] #11 78.70 Preparing to unpack .../libsystemd0_241-7~deb10u5_amd64.deb ... [2020-12-11T19:01:56.813Z] #11 ... [2020-12-11T19:01:56.813Z] [2020-12-11T19:01:56.813Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:01:56.813Z] #56 83.61 + for f in rootlesskit rootlesskit-docker-proxy [2020-12-11T19:01:56.813Z] #56 83.61 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-12-11T19:01:56.988Z] [2020-12-11T19:01:56.988Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-12-11T19:01:57.060Z] #11 78.73 Unpacking libsystemd0:amd64 (241-7~deb10u5) over (241-7~deb10u4) ... [2020-12-11T19:01:57.247Z] #13 ... [2020-12-11T19:01:57.247Z] [2020-12-11T19:01:57.247Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:01:57.247Z] #43 176.6 net/http/httptrace [2020-12-11T19:01:57.247Z] #43 176.9 net/http [2020-12-11T19:01:57.506Z] #43 ... [2020-12-11T19:01:57.506Z] [2020-12-11T19:01:57.506Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:01:57.506Z] #41 74.10 CC compel/src/lib/ptrace.o [2020-12-11T19:01:57.506Z] #41 74.77 AR compel/libcompel.a [2020-12-11T19:01:57.506Z] #41 75.04 HOSTCC compel/src/main-host.o [2020-12-11T19:01:57.506Z] #41 75.56 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-12-11T19:01:57.506Z] #41 75.84 HOSTCC compel/src/lib/handle-elf-host.o [2020-12-11T19:01:57.506Z] #41 76.48 HOSTCC compel/src/lib/log-host.o [2020-12-11T19:01:57.506Z] #41 76.81 HOSTLINK compel/compel-host-bin [2020-12-11T19:01:57.506Z] #41 77.14 DEP soccr/soccr.d [2020-12-11T19:01:57.506Z] #41 77.32 CC soccr/soccr.o [2020-12-11T19:01:57.506Z] #41 78.62 AR soccr/libsoccr.a [2020-12-11T19:01:57.506Z] #41 78.66 make[1]: 'soccr/libsoccr.a' is up to date. [2020-12-11T19:01:57.506Z] #41 79.08 DEP criu/arch/x86/sigframe.d [2020-12-11T19:01:57.506Z] #41 79.16 DEP criu/arch/x86/sigaction_compat.d [2020-12-11T19:01:57.506Z] #41 79.25 DEP criu/arch/x86/kerndat.d [2020-12-11T19:01:57.506Z] #41 79.45 DEP criu/arch/x86/crtools.d [2020-12-11T19:01:57.506Z] #41 79.73 DEP criu/arch/x86/cpu.d [2020-12-11T19:01:57.506Z] #41 80.00 CC criu/arch/x86/cpu.o [2020-12-11T19:01:57.506Z] #41 80.86 CC criu/arch/x86/crtools.o [2020-12-11T19:01:57.506Z] #41 83.08 CC criu/arch/x86/kerndat.o [2020-12-11T19:01:57.621Z] #11 79.53 Setting up libsystemd0:amd64 (241-7~deb10u5) ... [2020-12-11T19:01:58.183Z] #11 79.96 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-12-11T19:01:58.183Z] #11 80.03 Preparing to unpack .../libudev1_241-7~deb10u5_amd64.deb ... [2020-12-11T19:01:58.183Z] #11 80.06 Unpacking libudev1:amd64 (241-7~deb10u5) over (241-7~deb10u4) ... [2020-12-11T19:01:58.443Z] #41 ... [2020-12-11T19:01:58.443Z] [2020-12-11T19:01:58.443Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-12-11T19:01:58.443Z] #13 DONE 1.7s [2020-12-11T19:01:58.443Z] [2020-12-11T19:01:58.443Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:01:58.443Z] #41 83.97 CC criu/arch/x86/sigaction_compat.o [2020-12-11T19:01:58.745Z] #11 80.50 Setting up libudev1:amd64 (241-7~deb10u5) ... [2020-12-11T19:01:59.002Z] #11 80.77 Selecting previously unselected package binutils-mingw-w64-i686. [2020-12-11T19:01:59.002Z] #11 80.77 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-12-11T19:01:59.002Z] #11 80.92 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-12-11T19:01:59.002Z] #11 80.93 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-12-11T19:01:59.010Z] #41 84.47 CC criu/arch/x86/sigframe.o [2020-12-11T19:01:59.459Z] + docker version [2020-12-11T19:01:59.578Z] #41 84.91 LINK criu/arch/x86/crtools.built-in.o [2020-12-11T19:01:59.578Z] #41 84.97 DEP criu/pie/util-vdso-elf32.d [2020-12-11T19:01:59.840Z] #41 85.28 DEP criu/pie/util-vdso.d [2020-12-11T19:02:00.100Z] #41 ... [2020-12-11T19:02:00.100Z] [2020-12-11T19:02:00.101Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-12-11T19:02:00.101Z] #14 1.376 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-12-11T19:02:00.101Z] #14 DONE 1.6s [2020-12-11T19:02:00.101Z] [2020-12-11T19:02:00.101Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:00.101Z] #41 85.58 DEP criu/pie/util.d [2020-12-11T19:02:00.361Z] #41 85.90 CC criu/pie/util.o [2020-12-11T19:02:00.361Z] #11 ... [2020-12-11T19:02:00.361Z] [2020-12-11T19:02:00.361Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:02:00.361Z] #45 DONE 85.5s [2020-12-11T19:02:00.361Z] [2020-12-11T19:02:00.361Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:02:00.361Z] #40 83.70 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-12-11T19:02:00.361Z] #40 83.72 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-12-11T19:02:00.361Z] #40 83.78 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-12-11T19:02:00.361Z] #40 83.81 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-12-11T19:02:00.361Z] #40 83.85 Setting up python-six (1.12.0-1) ... [2020-12-11T19:02:01.005Z] #58 ... [2020-12-11T19:02:01.006Z] [2020-12-11T19:02:01.006Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:01.006Z] #53 10.71 + '[' -z '' ']' [2020-12-11T19:02:01.006Z] #53 10.71 + target=static [2020-12-11T19:02:01.006Z] #53 10.71 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-12-11T19:02:01.006Z] #53 11.12 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-12-11T19:02:01.006Z] #53 ... [2020-12-11T19:02:01.006Z] [2020-12-11T19:02:01.006Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:01.006Z] #43 65.68 DEP criu/pie/parasite-vdso.d [2020-12-11T19:02:01.006Z] #43 65.84 DEP criu/pie/parasite.d [2020-12-11T19:02:01.006Z] #43 66.08 CC criu/pie/parasite.o [2020-12-11T19:02:01.006Z] #43 67.47 LINK criu/pie/parasite.built-in.o [2020-12-11T19:02:01.006Z] #43 67.48 GEN criu/pie/parasite-blob.h [2020-12-11T19:02:01.006Z] #43 67.54 CC criu/pie/parasite-vdso.o [2020-12-11T19:02:01.006Z] #43 68.33 CC criu/arch/ppc64/vdso-pie.o [2020-12-11T19:02:01.006Z] #43 68.72 CC criu/arch/ppc64/restorer.o [2020-12-11T19:02:01.006Z] #43 69.24 CC criu/arch/ppc64/vdso-trampoline.o [2020-12-11T19:02:01.006Z] #43 69.29 CC criu/pie/restorer.o [2020-12-11T19:02:01.300Z] #41 86.48 CC criu/pie/util-vdso.o [2020-12-11T19:02:01.520Z] #11 ... [2020-12-11T19:02:01.520Z] [2020-12-11T19:02:01.520Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:01.520Z] #43 83.21 time [2020-12-11T19:02:01.562Z] #41 ... [2020-12-11T19:02:01.562Z] [2020-12-11T19:02:01.562Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-12-11T19:02:01.562Z] #15 DONE 1.5s [2020-12-11T19:02:01.562Z] [2020-12-11T19:02:01.562Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-12-11T19:02:01.776Z] #43 ... [2020-12-11T19:02:01.776Z] [2020-12-11T19:02:01.776Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:02:01.776Z] #49 73.58 syscall [2020-12-11T19:02:01.776Z] #49 73.64 reflect [2020-12-11T19:02:02.031Z] #49 ... [2020-12-11T19:02:02.031Z] [2020-12-11T19:02:02.031Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:02:02.031Z] #40 78.19 Selecting previously unselected package python-six. [2020-12-11T19:02:02.031Z] #40 78.19 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-12-11T19:02:02.031Z] #40 78.19 Unpacking python-six (1.12.0-1) ... [2020-12-11T19:02:02.031Z] #40 78.44 Selecting previously unselected package python-protobuf. [2020-12-11T19:02:02.032Z] #40 78.44 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-12-11T19:02:02.032Z] #40 78.45 Unpacking python-protobuf (3.6.1.3-2) ... [2020-12-11T19:02:02.032Z] #40 79.57 Setting up python-pkg-resources (40.8.0-1) ... [2020-12-11T19:02:02.133Z] #56 ... [2020-12-11T19:02:02.133Z] [2020-12-11T19:02:02.133Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:02:02.133Z] #54 33.48 Checking out files: 55% (2074/3706) Checking out files: 56% (2076/3706) Checking out files: 57% (2113/3706) Checking out files: 58% (2150/3706) Checking out files: 59% (2187/3706) Checking out files: 60% (2224/3706) Checking out files: 61% (2261/3706) Checking out files: 62% (2298/3706) Checking out files: 63% (2335/3706) Checking out files: 64% (2372/3706) Checking out files: 65% (2409/3706) Checking out files: 66% (2446/3706) Checking out files: 67% (2484/3706) Checking out files: 68% (2521/3706) Checking out files: 69% (2558/3706) Checking out files: 70% (2595/3706) Checking out files: 71% (2632/3706) Checking out files: 72% (2669/3706) Checking out files: 73% (2706/3706) Checking out files: 74% (2743/3706) Checking out files: 75% (2780/3706) Checking out files: 76% (2817/3706) Checking out files: 77% (2854/3706) Checking out files: 78% (2891/3706) Checking out files: 79% (2928/3706) Checking out files: 80% (2965/3706) Checking out files: 81% (3002/3706) Checking out files: 82% (3039/3706) Checking out files: 83% (3076/3706) Checking out files: 84% (3114/3706) Checking out files: 85% (3151/3706) Checking out files: 86% (3188/3706) Checking out files: 87% (3225/3706) Checking out files: 88% (3262/3706) Checking out files: 89% (3299/3706) Checking out files: 90% (3336/3706) Checking out files: 91% (3373/3706) Checking out files: 92% (3410/3706) Checking out files: 93% (3447/3706) Checking out files: 94% (3484/3706) Checking out files: 95% (3521/3706) Checking out files: 96% (3558/3706) Checking out files: 97% (3595/3706) Checking out files: 98% (3632/3706) Checking out files: 99% (3669/3706) Checking out files: 100% (3706/3706) Checking out files: 100% (3706/3706), done. [2020-12-11T19:02:02.133Z] #54 34.37 + cd /tmp/tmp.zl1rlJARmx/src/github.com/containerd/containerd [2020-12-11T19:02:02.133Z] #54 34.37 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-11T19:02:02.506Z] #16 DONE 1.0s [2020-12-11T19:02:02.506Z] [2020-12-11T19:02:02.506Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:02.506Z] #41 87.42 CC criu/pie/util-vdso-elf32.o [2020-12-11T19:02:03.078Z] #41 88.39 AR criu/pie/pie.lib.a [2020-12-11T19:02:03.078Z] #41 88.48 DEP criu/pie/restorer.d [2020-12-11T19:02:03.078Z] #41 88.67 DEP criu/arch/x86/sigaction_compat_pie.d [2020-12-11T19:02:03.085Z] #54 35.85 + export 'BUILDTAGS=netgo osusergo static_build' [2020-12-11T19:02:03.085Z] #54 35.85 + BUILDTAGS='netgo osusergo static_build' [2020-12-11T19:02:03.085Z] #54 35.85 + export EXTRA_FLAGS=-buildmode=pie [2020-12-11T19:02:03.085Z] #54 35.85 + EXTRA_FLAGS=-buildmode=pie [2020-12-11T19:02:03.085Z] #54 35.85 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-12-11T19:02:03.085Z] #54 35.85 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-12-11T19:02:03.085Z] #54 35.85 + '[' '' = dynamic ']' [2020-12-11T19:02:03.085Z] #54 35.85 + make [2020-12-11T19:02:03.098Z] #43 73.15 LINK criu/pie/restorer.built-in.o [2020-12-11T19:02:03.098Z] #43 73.17 GEN criu/pie/restorer-blob.h [2020-12-11T19:02:03.098Z] #43 73.41 DEP criu/vdso.d [2020-12-11T19:02:03.340Z] #41 88.81 DEP criu/arch/x86/restorer_unmap.d [2020-12-11T19:02:03.340Z] #41 88.84 DEP criu/arch/x86/restorer.d [2020-12-11T19:02:03.395Z] #43 73.66 DEP criu/uts_ns.d [2020-12-11T19:02:03.401Z] #40 ... [2020-12-11T19:02:03.401Z] [2020-12-11T19:02:03.401Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:02:03.401Z] #11 85.21 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-12-11T19:02:03.401Z] #11 85.22 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-12-11T19:02:03.401Z] #11 85.32 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-12-11T19:02:03.601Z] #41 ... [2020-12-11T19:02:03.601Z] [2020-12-11T19:02:03.601Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-12-11T19:02:03.601Z] #17 DONE 1.1s [2020-12-11T19:02:03.601Z] [2020-12-11T19:02:03.601Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:03.601Z] #41 89.14 DEP criu/arch/x86/vdso-pie.d [2020-12-11T19:02:03.657Z] #11 ... [2020-12-11T19:02:03.657Z] [2020-12-11T19:02:03.657Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:02:03.657Z] #45 DONE 85.4s [2020-12-11T19:02:03.657Z] [2020-12-11T19:02:03.657Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:02:03.657Z] #32 77.45 time [2020-12-11T19:02:03.671Z] #40 ... [2020-12-11T19:02:03.671Z] [2020-12-11T19:02:03.671Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:02:03.671Z] #11 87.23 Selecting previously unselected package binutils-mingw-w64. [2020-12-11T19:02:03.671Z] #11 87.23 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-12-11T19:02:03.671Z] #11 87.26 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-12-11T19:02:03.671Z] #11 87.61 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-12-11T19:02:03.671Z] #11 87.61 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-12-11T19:02:03.671Z] #11 87.66 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-12-11T19:02:03.671Z] #11 88.15 Selecting previously unselected package dmsetup. [2020-12-11T19:02:03.671Z] #11 88.16 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-12-11T19:02:03.671Z] #11 88.18 Unpacking dmsetup (2:1.02.155-3) ... [2020-12-11T19:02:03.671Z] #11 88.51 Selecting previously unselected package mingw-w64-common. [2020-12-11T19:02:03.671Z] #11 88.52 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-12-11T19:02:03.671Z] #11 88.52 Unpacking mingw-w64-common (6.0.0-3) ... [2020-12-11T19:02:03.692Z] #43 ... [2020-12-11T19:02:03.692Z] [2020-12-11T19:02:03.692Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:02:03.692Z] #58 DONE 141.5s [2020-12-11T19:02:03.692Z] [2020-12-11T19:02:03.692Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-12-11T19:02:03.692Z] #59 DONE 0.1s [2020-12-11T19:02:03.692Z] [2020-12-11T19:02:03.692Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:03.692Z] #43 73.86 DEP criu/util.d [2020-12-11T19:02:03.692Z] #43 ... [2020-12-11T19:02:03.692Z] [2020-12-11T19:02:03.692Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:02:03.692Z] #20 10.78 Fetched 8182 kB in 10s (792 kB/s) [2020-12-11T19:02:03.692Z] #20 10.78 Reading package lists... [2020-12-11T19:02:03.692Z] #20 15.40 Reading package lists... [2020-12-11T19:02:03.692Z] #20 19.19 Building dependency tree... [2020-12-11T19:02:03.692Z] #20 20.53 libcap2-bin is already the newest version (1:2.25-2). [2020-12-11T19:02:03.692Z] #20 20.53 The following additional packages will be installed: [2020-12-11T19:02:03.692Z] #20 20.53 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-12-11T19:02:03.692Z] #20 20.53 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-12-11T19:02:03.692Z] #20 20.53 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-12-11T19:02:03.692Z] #20 20.53 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-12-11T19:02:03.692Z] #20 20.53 python3.7 python3.7-minimal vim-runtime xxd [2020-12-11T19:02:03.692Z] #20 20.54 Suggested packages: [2020-12-11T19:02:03.692Z] #20 20.54 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-12-11T19:02:03.692Z] #20 20.54 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-12-11T19:02:03.692Z] #20 20.54 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-12-11T19:02:03.692Z] #20 20.54 Recommended packages: [2020-12-11T19:02:03.692Z] #20 20.54 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-12-11T19:02:03.692Z] #20 20.54 python3-keyrings.alt python3-xdg unzip [2020-12-11T19:02:03.692Z] #20 ... [2020-12-11T19:02:03.692Z] [2020-12-11T19:02:03.692Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-12-11T19:02:03.692Z] #60 DONE 0.1s [2020-12-11T19:02:03.692Z] [2020-12-11T19:02:03.692Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:03.692Z] #45 133.4 vendor/golang.org/x/text/unicode/norm [2020-12-11T19:02:03.692Z] #45 139.1 github.com/LK4D4/vndr/build [2020-12-11T19:02:04.001Z] #45 ... [2020-12-11T19:02:04.001Z] [2020-12-11T19:02:04.001Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:04.001Z] #43 74.26 DEP criu/uffd.d [2020-12-11T19:02:04.177Z] #41 89.43 DEP criu/pie/parasite-vdso.d [2020-12-11T19:02:04.177Z] #41 89.71 DEP criu/pie/parasite.d [2020-12-11T19:02:04.263Z] #32 ... [2020-12-11T19:02:04.263Z] [2020-12-11T19:02:04.263Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:02:04.263Z] #49 86.21 time [2020-12-11T19:02:04.437Z] #41 89.91 CC criu/pie/parasite.o [2020-12-11T19:02:04.483Z] #54 ... [2020-12-11T19:02:04.483Z] [2020-12-11T19:02:04.483Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:04.483Z] #35 4.501 -- Check for working C compiler: /usr/bin/cc -- works [2020-12-11T19:02:04.483Z] #35 4.504 -- Detecting C compiler ABI info [2020-12-11T19:02:04.483Z] #35 5.086 -- Detecting C compiler ABI info - done [2020-12-11T19:02:04.483Z] #35 5.132 -- Detecting C compile features [2020-12-11T19:02:04.483Z] #35 7.438 -- Detecting C compile features - done [2020-12-11T19:02:04.483Z] #35 7.479 -- Performing Test HAS_BUILTIN_FORTIFY [2020-12-11T19:02:04.483Z] #35 7.764 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-12-11T19:02:04.483Z] #35 7.871 -- Configuring done [2020-12-11T19:02:04.483Z] #35 7.903 -- Generating done [2020-12-11T19:02:04.483Z] #35 7.913 -- Build files have been written to: /tmp/tmp.vcAgRSp9R9/tini [2020-12-11T19:02:04.483Z] #35 7.919 + make tini-static [2020-12-11T19:02:04.483Z] #35 8.428 Scanning dependencies of target tini-static [2020-12-11T19:02:04.483Z] #35 8.534 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-12-11T19:02:04.483Z] #35 10.00 [100%] Linking C executable tini-static [2020-12-11T19:02:04.483Z] #35 10.66 [100%] Built target tini-static [2020-12-11T19:02:04.483Z] #35 10.71 + mkdir -p /build [2020-12-11T19:02:04.483Z] #35 10.73 + cp tini-static /build/docker-init [2020-12-11T19:02:04.483Z] #35 DONE 11.8s [2020-12-11T19:02:04.483Z] [2020-12-11T19:02:04.483Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:02:04.483Z] #56 DONE 91.1s [2020-12-11T19:02:04.483Z] [2020-12-11T19:02:04.483Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-12-11T19:02:04.483Z] #57 DONE 0.1s [2020-12-11T19:02:04.483Z] [2020-12-11T19:02:04.483Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-12-11T19:02:04.483Z] #58 DONE 0.3s [2020-12-11T19:02:04.483Z] [2020-12-11T19:02:04.483Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:04.483Z] #41 3.768 Note: Building without setproctitle() and strlcpy() support. [2020-12-11T19:02:04.483Z] #41 3.768 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-12-11T19:02:04.483Z] #41 3.785 Note: Building without GnuTLS support [2020-12-11T19:02:04.483Z] #41 3.789 Makefile.config:39: Warn: you have no libnftables installed [2020-12-11T19:02:04.483Z] #41 3.789 Makefile.config:40: Warn: Building without nftables support [2020-12-11T19:02:04.483Z] #41 5.917 fatal: not a git repository (or any of the parent directories): .git [2020-12-11T19:02:04.483Z] #41 5.994 GEN .gitid [2020-12-11T19:02:04.483Z] #41 6.044 GEN criu/include/version.h [2020-12-11T19:02:04.483Z] #41 6.166 GEN include/common/asm [2020-12-11T19:02:04.483Z] #41 7.683 PBCC images/timens.pb-c.c [2020-12-11T19:02:04.483Z] #41 7.781 DEP images/timens.pb-c.d [2020-12-11T19:02:04.483Z] #41 7.888 PBCC images/fown.pb-c.c [2020-12-11T19:02:04.483Z] #41 7.902 PBCC images/google/protobuf/descriptor.pb-c.c [2020-12-11T19:02:04.483Z] #41 8.022 PBCC images/opts.pb-c.c [2020-12-11T19:02:04.483Z] #41 8.118 PBCC images/memfd.pb-c.c [2020-12-11T19:02:04.483Z] #41 8.146 DEP images/fown.pb-c.d [2020-12-11T19:02:04.483Z] #41 8.182 DEP images/google/protobuf/descriptor.pb-c.d [2020-12-11T19:02:04.483Z] #41 8.316 DEP images/opts.pb-c.d [2020-12-11T19:02:04.483Z] #41 8.408 DEP images/memfd.pb-c.d [2020-12-11T19:02:04.483Z] #41 8.454 PBCC images/sit.pb-c.c [2020-12-11T19:02:04.483Z] #41 8.530 DEP images/sit.pb-c.d [2020-12-11T19:02:04.483Z] #41 8.607 PBCC images/macvlan.pb-c.c [2020-12-11T19:02:04.483Z] #41 8.680 DEP images/macvlan.pb-c.d [2020-12-11T19:02:04.483Z] #41 8.742 PBCC images/autofs.pb-c.c [2020-12-11T19:02:04.483Z] #41 8.754 DEP images/autofs.pb-c.d [2020-12-11T19:02:04.483Z] #41 8.810 PBCC images/sysctl.pb-c.c [2020-12-11T19:02:04.483Z] #41 8.858 DEP images/sysctl.pb-c.d [2020-12-11T19:02:04.483Z] #41 8.914 PBCC images/time.pb-c.c [2020-12-11T19:02:04.483Z] #41 8.924 DEP images/time.pb-c.d [2020-12-11T19:02:04.483Z] #41 9.003 PBCC images/binfmt-misc.pb-c.c [2020-12-11T19:02:04.483Z] #41 9.021 DEP images/binfmt-misc.pb-c.d [2020-12-11T19:02:04.483Z] #41 9.098 PBCC images/seccomp.pb-c.c [2020-12-11T19:02:04.483Z] #41 9.129 DEP images/seccomp.pb-c.d [2020-12-11T19:02:04.483Z] #41 9.175 PBCC images/userns.pb-c.c [2020-12-11T19:02:04.483Z] #41 9.215 DEP images/userns.pb-c.d [2020-12-11T19:02:04.483Z] #41 9.287 PBCC images/cgroup.pb-c.c [2020-12-11T19:02:04.483Z] #41 9.298 DEP images/cgroup.pb-c.d [2020-12-11T19:02:04.483Z] #41 9.371 PBCC images/ext-file.pb-c.c [2020-12-11T19:02:04.483Z] #41 9.391 DEP images/ext-file.pb-c.d [2020-12-11T19:02:04.483Z] #41 9.435 PBCC images/rpc.pb-c.c [2020-12-11T19:02:04.483Z] #41 9.504 DEP images/rpc.pb-c.d [2020-12-11T19:02:04.483Z] #41 9.555 PBCC images/siginfo.pb-c.c [2020-12-11T19:02:04.483Z] #41 9.590 DEP images/siginfo.pb-c.d [2020-12-11T19:02:04.483Z] #41 9.643 PBCC images/pagemap.pb-c.c [2020-12-11T19:02:04.483Z] #41 9.686 DEP images/pagemap.pb-c.d [2020-12-11T19:02:04.483Z] #41 9.707 PBCC images/rlimit.pb-c.c [2020-12-11T19:02:04.483Z] #41 9.722 DEP images/rlimit.pb-c.d [2020-12-11T19:02:04.483Z] #41 9.770 PBCC images/file-lock.pb-c.c [2020-12-11T19:02:04.483Z] #41 9.781 DEP images/file-lock.pb-c.d [2020-12-11T19:02:04.483Z] #41 9.834 PBCC images/tty.pb-c.c [2020-12-11T19:02:04.483Z] #41 9.894 DEP images/tty.pb-c.d [2020-12-11T19:02:04.483Z] #41 9.942 PBCC images/tun.pb-c.c [2020-12-11T19:02:04.483Z] #41 9.997 PBCC images/netdev.pb-c.c [2020-12-11T19:02:04.483Z] #41 10.03 DEP images/tun.pb-c.d [2020-12-11T19:02:04.483Z] #41 10.10 DEP images/netdev.pb-c.d [2020-12-11T19:02:04.483Z] #41 10.18 PBCC images/vma.pb-c.c [2020-12-11T19:02:04.483Z] #41 10.23 DEP images/vma.pb-c.d [2020-12-11T19:02:04.483Z] #41 10.26 PBCC images/creds.pb-c.c [2020-12-11T19:02:04.483Z] #41 10.28 DEP images/creds.pb-c.d [2020-12-11T19:02:04.483Z] #41 10.31 PBCC images/utsns.pb-c.c [2020-12-11T19:02:04.483Z] #41 10.33 DEP images/utsns.pb-c.d [2020-12-11T19:02:04.483Z] #41 10.38 PBCC images/ipc-desc.pb-c.c [2020-12-11T19:02:04.483Z] #41 10.39 PBCC images/ipc-sem.pb-c.c [2020-12-11T19:02:04.483Z] #41 10.42 DEP images/ipc-desc.pb-c.d [2020-12-11T19:02:04.483Z] #41 10.46 DEP images/ipc-sem.pb-c.d [2020-12-11T19:02:04.483Z] #41 10.55 PBCC images/ipc-msg.pb-c.c [2020-12-11T19:02:04.483Z] #41 10.58 DEP images/ipc-msg.pb-c.d [2020-12-11T19:02:04.483Z] #41 10.72 PBCC images/ipc-shm.pb-c.c [2020-12-11T19:02:04.483Z] #41 10.76 DEP images/ipc-shm.pb-c.d [2020-12-11T19:02:04.483Z] #41 10.81 PBCC images/ipc-var.pb-c.c [2020-12-11T19:02:04.483Z] #41 10.85 DEP images/ipc-var.pb-c.d [2020-12-11T19:02:04.646Z] #43 74.72 DEP criu/tun.d [2020-12-11T19:02:04.747Z] #41 10.88 PBCC images/sk-opts.pb-c.c [2020-12-11T19:02:04.747Z] #41 10.91 PBCC images/packet-sock.pb-c.c [2020-12-11T19:02:04.747Z] #41 10.96 DEP images/sk-opts.pb-c.d [2020-12-11T19:02:04.747Z] #41 11.07 DEP images/packet-sock.pb-c.d [2020-12-11T19:02:04.944Z] #43 75.06 DEP criu/tty.d [2020-12-11T19:02:04.972Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-12-11T19:02:04.972Z] ok github.com/docker/docker/api/server/httputils 0.002s coverage: 14.7% of statements [2020-12-11T19:02:05.011Z] #41 11.22 PBCC images/sk-netlink.pb-c.c [2020-12-11T19:02:05.011Z] #41 11.30 DEP images/sk-netlink.pb-c.d [2020-12-11T19:02:05.243Z] #43 75.40 DEP criu/timerfd.d [2020-12-11T19:02:05.276Z] #41 11.45 PBCC images/sk-inet.pb-c.c [2020-12-11T19:02:05.276Z] #41 11.56 DEP images/sk-inet.pb-c.d [2020-12-11T19:02:05.276Z] #41 11.65 PBCC images/sk-unix.pb-c.c [2020-12-11T19:02:05.540Z] #41 11.70 DEP images/sk-unix.pb-c.d [2020-12-11T19:02:05.540Z] #41 11.87 PBCC images/mm.pb-c.c [2020-12-11T19:02:05.544Z] #43 75.60 DEP criu/timens.d [2020-12-11T19:02:05.544Z] #43 75.78 DEP criu/sysfs_parse.d [2020-12-11T19:02:05.805Z] #41 11.99 DEP images/mm.pb-c.d [2020-12-11T19:02:05.805Z] #41 12.08 PBCC images/timerfd.pb-c.c [2020-12-11T19:02:05.805Z] #41 12.18 DEP images/timerfd.pb-c.d [2020-12-11T19:02:05.805Z] #41 12.20 PBCC images/timer.pb-c.c [2020-12-11T19:02:05.817Z] #41 91.27 LINK criu/pie/parasite.built-in.o [2020-12-11T19:02:05.817Z] #41 91.28 GEN criu/pie/parasite-blob.h [2020-12-11T19:02:05.817Z] #41 91.29 CC criu/pie/parasite-vdso.o [2020-12-11T19:02:05.842Z] #43 75.99 DEP criu/sysctl.d [2020-12-11T19:02:06.008Z] ok github.com/docker/docker/api/server/middleware 0.013s coverage: 37.7% of statements [2020-12-11T19:02:06.008Z] ? github.com/docker/docker/api/server/router [no test files] [2020-12-11T19:02:06.008Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-12-11T19:02:06.008Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-12-11T19:02:06.069Z] #41 12.25 DEP images/timer.pb-c.d [2020-12-11T19:02:06.069Z] #41 12.28 PBCC images/sa.pb-c.c [2020-12-11T19:02:06.069Z] #41 12.33 DEP images/sa.pb-c.d [2020-12-11T19:02:06.069Z] #41 12.37 PBCC images/pipe-data.pb-c.c [2020-12-11T19:02:06.069Z] #41 12.39 DEP images/pipe-data.pb-c.d [2020-12-11T19:02:06.069Z] #41 12.46 PBCC images/mnt.pb-c.c [2020-12-11T19:02:06.138Z] #43 76.22 DEP criu/string.d [2020-12-11T19:02:06.138Z] #43 76.27 DEP criu/stats.d [2020-12-11T19:02:06.138Z] #43 76.38 DEP criu/sockets.d [2020-12-11T19:02:06.300Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-12-11T19:02:06.300Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-12-11T19:02:06.300Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-12-11T19:02:06.334Z] #41 12.51 DEP images/mnt.pb-c.d [2020-12-11T19:02:06.334Z] #41 12.56 PBCC images/sk-packet.pb-c.c [2020-12-11T19:02:06.334Z] #41 12.59 DEP images/sk-packet.pb-c.d [2020-12-11T19:02:06.334Z] #41 12.61 PBCC images/tcp-stream.pb-c.c [2020-12-11T19:02:06.334Z] #41 12.69 DEP images/tcp-stream.pb-c.d [2020-12-11T19:02:06.386Z] #41 91.88 CC criu/arch/x86/vdso-pie.o [2020-12-11T19:02:06.434Z] #43 76.62 DEP criu/sk-unix.d [2020-12-11T19:02:06.576Z] Client: Docker Engine - Enterprise [2020-12-11T19:02:06.576Z] Version: 19.03.12 [2020-12-11T19:02:06.576Z] API version: 1.40 [2020-12-11T19:02:06.576Z] Go version: go1.13.13 [2020-12-11T19:02:06.576Z] Git commit: 4306744 [2020-12-11T19:02:06.576Z] Built: 08/05/2020 19:27:53 [2020-12-11T19:02:06.576Z] OS/Arch: windows/amd64 [2020-12-11T19:02:06.576Z] Experimental: false [2020-12-11T19:02:06.576Z] [2020-12-11T19:02:06.576Z] Server: Docker Engine - Enterprise [2020-12-11T19:02:06.576Z] Engine: [2020-12-11T19:02:06.576Z] Version: 19.03.12 [2020-12-11T19:02:06.576Z] API version: 1.40 (minimum version 1.24) [2020-12-11T19:02:06.576Z] Go version: go1.13.13 [2020-12-11T19:02:06.576Z] Git commit: f295753ffd [2020-12-11T19:02:06.576Z] Built: 08/05/2020 19:26:41 [2020-12-11T19:02:06.576Z] OS/Arch: windows/amd64 [2020-12-11T19:02:06.576Z] Experimental: true [2020-12-11T19:02:06.591Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-12-11T19:02:06.591Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-12-11T19:02:06.591Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-12-11T19:02:06.598Z] #41 12.72 PBCC images/pipe.pb-c.c [2020-12-11T19:02:06.598Z] #41 12.83 DEP images/pipe.pb-c.d [2020-12-11T19:02:06.598Z] #41 12.91 PBCC images/pstree.pb-c.c [2020-12-11T19:02:06.598Z] #41 12.94 DEP images/pstree.pb-c.d [2020-12-11T19:02:06.598Z] #41 ... [2020-12-11T19:02:06.598Z] [2020-12-11T19:02:06.598Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:06.598Z] #43 83.64 vendor/golang.org/x/crypto/cryptobyte [2020-12-11T19:02:06.598Z] #43 83.83 vendor/golang.org/x/text/unicode/norm [2020-12-11T19:02:06.598Z] #43 86.33 mime [2020-12-11T19:02:06.598Z] #43 86.97 net/http/internal [2020-12-11T19:02:06.598Z] #43 89.87 vendor/golang.org/x/net/idna [2020-12-11T19:02:06.598Z] #43 92.11 net/textproto [2020-12-11T19:02:06.598Z] #43 92.11 vendor/golang.org/x/net/http/httpproxy [2020-12-11T19:02:06.598Z] #43 92.15 crypto/x509 [2020-12-11T19:02:06.646Z] #41 92.28 CC criu/arch/x86/restorer.o [2020-12-11T19:02:06.729Z] #43 76.86 DEP criu/sk-tcp.d [2020-12-11T19:02:06.864Z] #43 ... [2020-12-11T19:02:06.864Z] [2020-12-11T19:02:06.864Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:06.864Z] #41 13.04 PBCC images/fs.pb-c.c [2020-12-11T19:02:06.864Z] #41 13.13 DEP images/fs.pb-c.d [2020-12-11T19:02:06.864Z] #41 13.18 PBCC images/signalfd.pb-c.c [2020-12-11T19:02:07.031Z] #43 77.03 DEP criu/sk-queue.d [2020-12-11T19:02:07.031Z] #43 77.18 DEP criu/sk-packet.d [2020-12-11T19:02:07.031Z] #43 77.39 DEP criu/sk-netlink.d [2020-12-11T19:02:07.128Z] #41 13.24 DEP images/signalfd.pb-c.d [2020-12-11T19:02:07.128Z] #41 13.31 PBCC images/fh.pb-c.c [2020-12-11T19:02:07.128Z] #41 13.34 PBCC images/fsnotify.pb-c.c [2020-12-11T19:02:07.128Z] #41 13.41 DEP images/fh.pb-c.d [2020-12-11T19:02:07.215Z] #41 92.82 CC criu/arch/x86/restorer_unmap.o [2020-12-11T19:02:07.215Z] #41 92.84 CC criu/arch/x86/sigaction_compat_pie.o [2020-12-11T19:02:07.224Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-12-11T19:02:07.224Z] ? github.com/docker/docker/api/server/router/session [no test files] [Pipeline] sh [2020-12-11T19:02:07.326Z] #43 77.59 DEP criu/sk-inet.d [2020-12-11T19:02:07.399Z] #41 13.50 DEP images/fsnotify.pb-c.d [2020-12-11T19:02:07.399Z] #41 13.61 PBCC images/eventpoll.pb-c.c [2020-12-11T19:02:07.399Z] #41 13.62 DEP images/eventpoll.pb-c.d [2020-12-11T19:02:07.399Z] #41 13.66 PBCC images/eventfd.pb-c.c [2020-12-11T19:02:07.399Z] #41 13.67 DEP images/eventfd.pb-c.d [2020-12-11T19:02:07.475Z] #41 93.04 CC criu/pie/restorer.o [2020-12-11T19:02:07.515Z] ok github.com/docker/docker/api/server/router/swarm 0.018s coverage: 5.7% of statements [2020-12-11T19:02:07.515Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-12-11T19:02:07.515Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-12-11T19:02:07.515Z] ? github.com/docker/docker/api/types [no test files] [2020-12-11T19:02:07.515Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-12-11T19:02:07.515Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-12-11T19:02:07.515Z] ? github.com/docker/docker/api/types/container [no test files] [2020-12-11T19:02:07.515Z] ? github.com/docker/docker/api/types/events [no test files] [2020-12-11T19:02:07.624Z] #43 77.77 DEP criu/signalfd.d [2020-12-11T19:02:07.624Z] #43 77.93 DEP criu/sigframe.d [2020-12-11T19:02:07.663Z] #41 13.73 PBCC images/remap-file-path.pb-c.c [2020-12-11T19:02:07.663Z] #41 13.74 DEP images/remap-file-path.pb-c.d [2020-12-11T19:02:07.663Z] #41 13.84 PBCC images/fifo.pb-c.c [2020-12-11T19:02:07.663Z] #41 13.88 DEP images/fifo.pb-c.d [2020-12-11T19:02:07.806Z] ok github.com/docker/docker/api/types/strslice 0.009s coverage: 90.0% of statements [2020-12-11T19:02:07.886Z] #11 ... [2020-12-11T19:02:07.886Z] [2020-12-11T19:02:07.886Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:02:07.886Z] #49 82.90 time [2020-12-11T19:02:07.886Z] #49 91.24 context [2020-12-11T19:02:07.886Z] #49 91.78 encoding/binary [2020-12-11T19:02:07.886Z] #49 92.94 os [2020-12-11T19:02:07.886Z] #49 ... [2020-12-11T19:02:07.886Z] [2020-12-11T19:02:07.886Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:02:07.886Z] #40 89.56 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-12-11T19:02:07.886Z] #40 89.58 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-12-11T19:02:07.887Z] #40 89.70 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-12-11T19:02:07.887Z] #40 89.74 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-12-11T19:02:07.887Z] #40 89.76 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-12-11T19:02:07.887Z] #40 89.81 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-12-11T19:02:07.887Z] #40 89.84 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-12-11T19:02:07.887Z] #40 89.86 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-12-11T19:02:07.887Z] #40 89.91 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-12-11T19:02:07.887Z] #40 89.97 Setting up python-protobuf (3.6.1.3-2) ... [2020-12-11T19:02:07.887Z] #40 ... [2020-12-11T19:02:07.887Z] [2020-12-11T19:02:07.887Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:07.887Z] #43 83.36 time [2020-12-11T19:02:07.887Z] #43 89.20 internal/fmtsort [2020-12-11T19:02:07.887Z] #43 89.99 strings [2020-12-11T19:02:07.887Z] #43 92.13 os [2020-12-11T19:02:07.887Z] #43 ... [2020-12-11T19:02:07.887Z] [2020-12-11T19:02:07.887Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:02:07.887Z] #34 86.20 Selecting previously unselected package libxml2:amd64. [2020-12-11T19:02:07.887Z] #34 86.20 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2020-12-11T19:02:07.887Z] #34 86.22 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2020-12-11T19:02:07.887Z] #34 87.29 Selecting previously unselected package libarchive13:amd64. [2020-12-11T19:02:07.887Z] #34 87.29 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-12-11T19:02:07.887Z] #34 87.29 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-12-11T19:02:07.887Z] #34 87.90 Selecting previously unselected package libjsoncpp1:amd64. [2020-12-11T19:02:07.887Z] #34 87.90 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-12-11T19:02:07.887Z] #34 87.91 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-12-11T19:02:07.887Z] #34 88.24 Selecting previously unselected package librhash0:amd64. [2020-12-11T19:02:07.887Z] #34 88.24 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-12-11T19:02:07.887Z] #34 88.28 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-12-11T19:02:07.887Z] #34 88.67 Selecting previously unselected package libuv1:amd64. [2020-12-11T19:02:07.887Z] #34 88.67 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-12-11T19:02:07.887Z] #34 88.67 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-12-11T19:02:07.887Z] #34 88.94 Selecting previously unselected package cmake. [2020-12-11T19:02:07.887Z] #34 88.95 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-12-11T19:02:07.887Z] #34 89.01 Unpacking cmake (3.13.4-1) ... [2020-12-11T19:02:07.923Z] #43 78.03 DEP criu/shmem.d [2020-12-11T19:02:07.927Z] #41 13.98 PBCC images/ghost-file.pb-c.c [2020-12-11T19:02:07.927Z] #41 14.02 DEP images/ghost-file.pb-c.d [2020-12-11T19:02:07.927Z] #41 14.06 PBCC images/regfile.pb-c.c [2020-12-11T19:02:07.927Z] #41 14.11 DEP images/regfile.pb-c.d [2020-12-11T19:02:07.927Z] #41 14.15 PBCC images/ns.pb-c.c [2020-12-11T19:02:07.927Z] #41 14.18 DEP images/ns.pb-c.d [2020-12-11T19:02:07.927Z] #41 14.24 PBCC images/fdinfo.pb-c.c [2020-12-11T19:02:08.097Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2020-12-11T19:02:08.097Z] ? github.com/docker/docker/api/types/image [no test files] [2020-12-11T19:02:08.097Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-12-11T19:02:08.097Z] ? github.com/docker/docker/api/types/network [no test files] [2020-12-11T19:02:08.097Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-12-11T19:02:08.097Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-12-11T19:02:08.097Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-12-11T19:02:08.097Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-12-11T19:02:08.129Z] + docker info [2020-12-11T19:02:08.191Z] #41 14.33 DEP images/fdinfo.pb-c.d [2020-12-11T19:02:08.191Z] #41 14.42 PBCC images/core-aarch64.pb-c.c [2020-12-11T19:02:08.191Z] #41 14.50 PBCC images/core-arm.pb-c.c [2020-12-11T19:02:08.221Z] #43 78.33 DEP criu/servicefd.d [2020-12-11T19:02:08.221Z] #43 78.50 DEP criu/seize.d [2020-12-11T19:02:08.390Z] ok github.com/docker/docker/api/types/time 0.013s coverage: 100.0% of statements [2020-12-11T19:02:08.390Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2020-12-11T19:02:08.390Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-12-11T19:02:08.390Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-12-11T19:02:08.390Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-12-11T19:02:08.390Z] ? github.com/docker/docker/builder [no test files] [2020-12-11T19:02:08.390Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-12-11T19:02:08.390Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-12-11T19:02:08.390Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-12-11T19:02:08.390Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-12-11T19:02:08.390Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-12-11T19:02:08.390Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-12-11T19:02:08.390Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-12-11T19:02:08.455Z] #41 14.58 PBCC images/core-ppc64.pb-c.c [2020-12-11T19:02:08.455Z] #41 14.59 PBCC images/core-s390.pb-c.c [2020-12-11T19:02:08.455Z] #41 14.64 PBCC images/core-x86.pb-c.c [2020-12-11T19:02:08.455Z] #41 14.70 PBCC images/core.pb-c.c [2020-12-11T19:02:08.518Z] #43 78.71 DEP criu/seccomp.d [2020-12-11T19:02:08.719Z] #41 14.83 PBCC images/inventory.pb-c.c [2020-12-11T19:02:08.719Z] #41 14.92 DEP images/core-aarch64.pb-c.d [2020-12-11T19:02:08.719Z] #41 14.96 DEP images/core-arm.pb-c.d [2020-12-11T19:02:08.719Z] #41 14.98 DEP images/core-ppc64.pb-c.d [2020-12-11T19:02:08.719Z] #41 15.04 DEP images/core-s390.pb-c.d [2020-12-11T19:02:08.834Z] #34 94.23 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-12-11T19:02:08.834Z] #34 94.26 Setting up xxd (2:8.1.0875-5) ... [2020-12-11T19:02:08.834Z] #34 94.29 Setting up libuv1:amd64 (1.24.1-1) ... [2020-12-11T19:02:08.834Z] #34 94.37 Setting up vim-common (2:8.1.0875-5) ... [2020-12-11T19:02:08.834Z] #34 94.44 Setting up librhash0:amd64 (1.3.8-1) ... [2020-12-11T19:02:08.834Z] #34 94.45 Setting up cmake-data (3.13.4-1) ... [2020-12-11T19:02:08.834Z] #34 94.46 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2020-12-11T19:02:08.837Z] #43 78.87 DEP criu/rst-malloc.d [2020-12-11T19:02:08.837Z] #43 78.97 DEP criu/rbtree.d [2020-12-11T19:02:08.837Z] #43 78.99 DEP criu/pstree.d [2020-12-11T19:02:08.983Z] #41 15.09 DEP images/core-x86.pb-c.d [2020-12-11T19:02:08.983Z] #41 15.12 DEP images/core.pb-c.d [2020-12-11T19:02:08.983Z] #41 15.17 DEP images/inventory.pb-c.d [2020-12-11T19:02:08.983Z] #41 15.21 PBCC images/cpuinfo.pb-c.c [2020-12-11T19:02:08.983Z] #41 15.24 DEP images/cpuinfo.pb-c.d [2020-12-11T19:02:08.983Z] #41 15.28 PBCC images/stats.pb-c.c [2020-12-11T19:02:09.096Z] #34 94.49 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-12-11T19:02:09.096Z] #34 94.51 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-12-11T19:02:09.096Z] #34 94.52 Setting up cmake (3.13.4-1) ... [2020-12-11T19:02:09.096Z] #34 94.53 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:02:09.096Z] #34 94.61 Processing triggers for mime-support (3.62) ... [2020-12-11T19:02:09.096Z] #34 ... [2020-12-11T19:02:09.096Z] [2020-12-11T19:02:09.096Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:02:09.096Z] #32 84.63 internal/poll [2020-12-11T19:02:09.096Z] #32 88.17 internal/syscall/execenv [2020-12-11T19:02:09.096Z] #32 88.47 internal/syscall/unix [2020-12-11T19:02:09.096Z] #32 88.80 os [2020-12-11T19:02:09.096Z] #32 89.06 internal/fmtsort [2020-12-11T19:02:09.096Z] #32 90.12 strings [2020-12-11T19:02:09.096Z] #32 94.75 path [2020-12-11T19:02:09.141Z] #43 79.17 DEP criu/protobuf.d [2020-12-11T19:02:09.141Z] #43 79.40 GEN criu/protobuf-desc-gen.h [2020-12-11T19:02:09.247Z] #41 15.30 DEP images/stats.pb-c.d [2020-12-11T19:02:09.360Z] #32 ... [2020-12-11T19:02:09.360Z] [2020-12-11T19:02:09.360Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:02:09.360Z] #49 94.84 encoding/base64 [2020-12-11T19:02:09.508Z] #49 ... [2020-12-11T19:02:09.508Z] [2020-12-11T19:02:09.508Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:02:09.508Z] #11 89.98 Selecting previously unselected package binutils-mingw-w64. [2020-12-11T19:02:09.508Z] #11 89.98 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-12-11T19:02:09.508Z] #11 89.99 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-12-11T19:02:09.508Z] #11 90.26 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-12-11T19:02:09.508Z] #11 90.26 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-12-11T19:02:09.508Z] #11 90.29 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-12-11T19:02:09.508Z] #11 90.60 Selecting previously unselected package dmsetup. [2020-12-11T19:02:09.508Z] #11 90.60 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-12-11T19:02:09.508Z] #11 90.62 Unpacking dmsetup (2:1.02.155-3) ... [2020-12-11T19:02:09.508Z] #11 91.01 Selecting previously unselected package mingw-w64-common. [2020-12-11T19:02:09.508Z] #11 91.03 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-12-11T19:02:09.508Z] #11 91.04 Unpacking mingw-w64-common (6.0.0-3) ... [2020-12-11T19:02:10.191Z] #43 ... [2020-12-11T19:02:10.191Z] [2020-12-11T19:02:10.191Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:02:10.191Z] #20 22.12 The following NEW packages will be installed: [2020-12-11T19:02:10.191Z] #20 22.12 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-12-11T19:02:10.191Z] #20 22.13 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-12-11T19:02:10.191Z] #20 22.13 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-12-11T19:02:10.191Z] #20 22.13 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-12-11T19:02:10.191Z] #20 22.13 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-12-11T19:02:10.191Z] #20 22.13 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-12-11T19:02:10.191Z] #20 22.13 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-12-11T19:02:10.191Z] #20 22.13 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-12-11T19:02:10.191Z] #20 22.13 xz-utils zip [2020-12-11T19:02:10.191Z] #20 22.24 0 upgraded, 48 newly installed, 0 to remove and 14 not upgraded. [2020-12-11T19:02:10.191Z] #20 22.24 Need to get 29.2 MB of archives. [2020-12-11T19:02:10.191Z] #20 22.24 After this operation, 134 MB of additional disk space will be used. [2020-12-11T19:02:10.191Z] #20 22.24 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2020-12-11T19:02:10.191Z] #20 22.26 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB] [2020-12-11T19:02:10.191Z] #20 22.34 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB] [2020-12-11T19:02:10.191Z] #20 22.55 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2020-12-11T19:02:10.191Z] #20 22.55 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2020-12-11T19:02:10.191Z] #20 22.55 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB] [2020-12-11T19:02:10.191Z] #20 22.68 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB] [2020-12-11T19:02:10.191Z] #20 22.71 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2020-12-11T19:02:10.191Z] #20 22.71 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2020-12-11T19:02:10.191Z] #20 22.72 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2020-12-11T19:02:10.191Z] #20 22.73 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2020-12-11T19:02:10.191Z] #20 22.74 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2020-12-11T19:02:10.191Z] #20 22.74 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2020-12-11T19:02:10.191Z] #20 22.75 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2020-12-11T19:02:10.191Z] #20 22.75 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2020-12-11T19:02:10.191Z] #20 22.75 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2020-12-11T19:02:10.191Z] #20 22.78 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-12-11T19:02:10.191Z] #20 22.81 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-12-11T19:02:10.191Z] #20 22.82 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2020-12-11T19:02:10.191Z] #20 22.85 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2020-12-11T19:02:10.191Z] #20 22.85 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2020-12-11T19:02:10.191Z] #20 22.88 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2020-12-11T19:02:10.191Z] #20 22.91 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2020-12-11T19:02:10.191Z] #20 22.92 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-12-11T19:02:10.191Z] #20 22.95 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-12-11T19:02:10.191Z] #20 22.95 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-12-11T19:02:10.191Z] #20 22.96 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2020-12-11T19:02:10.191Z] #20 22.96 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2020-12-11T19:02:10.191Z] #20 22.96 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-12-11T19:02:10.191Z] #20 23.49 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-12-11T19:02:10.191Z] #20 23.50 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-12-11T19:02:10.191Z] #20 23.51 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-12-11T19:02:10.191Z] #20 23.51 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2020-12-11T19:02:10.191Z] #20 23.52 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2020-12-11T19:02:10.191Z] #20 23.54 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2020-12-11T19:02:10.191Z] #20 23.64 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-12-11T19:02:10.191Z] #20 23.66 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2020-12-11T19:02:10.191Z] #20 23.66 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2020-12-11T19:02:10.191Z] #20 23.68 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2020-12-11T19:02:10.191Z] #20 23.69 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2020-12-11T19:02:10.191Z] #20 23.73 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2020-12-11T19:02:10.191Z] #20 23.78 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB] [2020-12-11T19:02:10.191Z] #20 23.86 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2020-12-11T19:02:10.191Z] #20 23.89 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2020-12-11T19:02:10.191Z] #20 23.91 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-12-11T19:02:10.191Z] #20 24.33 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2020-12-11T19:02:10.191Z] #20 24.42 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2020-12-11T19:02:10.191Z] #20 24.46 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2020-12-11T19:02:10.191Z] #20 25.23 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:02:10.191Z] #20 25.37 Fetched 29.2 MB in 2s (12.9 MB/s) [2020-12-11T19:02:10.191Z] #20 25.44 Selecting previously unselected package pigz. [2020-12-11T19:02:10.191Z] #20 25.44 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23361 files and directories currently installed.) [2020-12-11T19:02:10.191Z] #20 25.49 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2020-12-11T19:02:10.191Z] #20 25.50 Unpacking pigz (2.4-1) ... [2020-12-11T19:02:10.191Z] #20 25.61 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2020-12-11T19:02:10.191Z] #20 25.63 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-12-11T19:02:10.191Z] #20 25.64 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-12-11T19:02:10.191Z] #20 26.15 Selecting previously unselected package python3.7-minimal. [2020-12-11T19:02:10.191Z] #20 26.15 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-12-11T19:02:10.191Z] #20 26.16 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-12-11T19:02:10.191Z] #20 27.15 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-12-11T19:02:10.191Z] #20 27.16 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-12-11T19:02:10.645Z] #41 16.65 make[1]: Nothing to be done for 'all'. [2020-12-11T19:02:10.752Z] #49 96.10 golang.org/x/sys/unix [2020-12-11T19:02:10.752Z] #49 ... [2020-12-11T19:02:10.752Z] [2020-12-11T19:02:10.752Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:02:10.752Z] #34 DONE 96.2s [2020-12-11T19:02:10.752Z] [2020-12-11T19:02:10.752Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:10.768Z] #41 96.08 LINK criu/pie/restorer.built-in.o [2020-12-11T19:02:10.768Z] #41 96.12 GEN criu/pie/restorer-blob.h [2020-12-11T19:02:10.768Z] #41 96.21 DEP criu/vdso.d [2020-12-11T19:02:11.027Z] #41 96.40 DEP criu/vdso-compat.d [2020-12-11T19:02:11.027Z] #41 96.53 DEP criu/uts_ns.d [2020-12-11T19:02:11.027Z] #41 96.66 DEP criu/util.d [2020-12-11T19:02:11.123Z] ok github.com/docker/docker/builder/remotecontext 0.356s coverage: 13.7% of statements [2020-12-11T19:02:11.417Z] ok github.com/docker/docker/builder/dockerfile 1.006s coverage: 48.3% of statements [2020-12-11T19:02:11.417Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-12-11T19:02:11.597Z] #41 96.85 DEP criu/uffd.d [2020-12-11T19:02:11.597Z] #41 97.08 DEP criu/tun.d [2020-12-11T19:02:11.856Z] #41 97.25 DEP criu/tty.d [2020-12-11T19:02:12.050Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2020-12-11T19:02:12.056Z] #41 18.15 CC images/stats.o [2020-12-11T19:02:12.116Z] #41 97.42 DEP criu/timerfd.d [2020-12-11T19:02:12.116Z] #41 97.62 DEP criu/timens.d [2020-12-11T19:02:12.141Z] #35 1.545 + RM_GOPATH=0 [2020-12-11T19:02:12.141Z] #35 1.545 + TMP_GOPATH= [2020-12-11T19:02:12.141Z] #35 1.545 + : /build [2020-12-11T19:02:12.141Z] #35 1.545 + '[' -z '' ']' [2020-12-11T19:02:12.141Z] #35 1.548 ++ mktemp -d [2020-12-11T19:02:12.141Z] #35 1.553 + export GOPATH=/tmp/tmp.V1S2bsnNnz [2020-12-11T19:02:12.141Z] #35 1.553 + GOPATH=/tmp/tmp.V1S2bsnNnz [2020-12-11T19:02:12.141Z] #35 1.553 + RM_GOPATH=1 [2020-12-11T19:02:12.141Z] #35 1.553 + case "$(go env GOARCH)" in [2020-12-11T19:02:12.141Z] #35 1.553 ++ go env GOARCH [2020-12-11T19:02:12.141Z] #35 1.585 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:02:12.141Z] #35 1.585 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:02:12.141Z] #35 1.586 ++ dirname /tmp/install/install.sh [2020-12-11T19:02:12.141Z] #35 1.629 + dir=/tmp/install [2020-12-11T19:02:12.141Z] #35 1.629 + bin=tini [2020-12-11T19:02:12.141Z] #35 1.629 + shift [2020-12-11T19:02:12.141Z] #35 1.629 + '[' '!' -f /tmp/install/tini.installer ']' [2020-12-11T19:02:12.141Z] #35 1.629 + . /tmp/install/tini.installer [2020-12-11T19:02:12.141Z] #35 1.629 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-11T19:02:12.141Z] #35 1.629 + install_tini [2020-12-11T19:02:12.141Z] #35 1.629 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-12-11T19:02:12.141Z] #35 1.629 + git clone https://github.com/krallin/tini.git /tmp/tmp.V1S2bsnNnz/tini [2020-12-11T19:02:12.141Z] #35 1.633 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-11T19:02:12.141Z] #35 1.673 Cloning into '/tmp/tmp.V1S2bsnNnz/tini'... [2020-12-11T19:02:12.320Z] #41 18.49 CC images/core.o [2020-12-11T19:02:12.341Z] ok github.com/docker/docker/builder/remotecontext/git 0.955s coverage: 86.3% of statements [2020-12-11T19:02:12.341Z] ? github.com/docker/docker/cli [no test files] [2020-12-11T19:02:12.341Z] ? github.com/docker/docker/cli/config [no test files] [2020-12-11T19:02:12.376Z] #41 97.76 DEP criu/sysfs_parse.d [2020-12-11T19:02:12.376Z] #41 97.96 DEP criu/sysctl.d [2020-12-11T19:02:12.635Z] #41 98.09 DEP criu/string.d [2020-12-11T19:02:12.635Z] #41 98.15 DEP criu/stats.d [2020-12-11T19:02:12.895Z] #41 98.24 DEP criu/sockets.d [2020-12-11T19:02:12.895Z] #41 98.41 DEP criu/sk-unix.d [2020-12-11T19:02:12.967Z] #20 29.99 Selecting previously unselected package python3-minimal. [2020-12-11T19:02:12.968Z] #20 29.99 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23610 files and directories currently installed.) [2020-12-11T19:02:12.968Z] #20 30.07 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2020-12-11T19:02:12.968Z] #20 30.07 Unpacking python3-minimal (3.7.3-1) ... [2020-12-11T19:02:13.154Z] #41 98.63 DEP criu/sk-tcp.d [2020-12-11T19:02:13.264Z] #20 30.17 Selecting previously unselected package libmpdec2:ppc64el. [2020-12-11T19:02:13.264Z] #20 30.18 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2020-12-11T19:02:13.264Z] #20 30.18 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2020-12-11T19:02:13.264Z] #20 30.27 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2020-12-11T19:02:13.264Z] #20 30.28 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ... [2020-12-11T19:02:13.264Z] #20 30.28 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-12-11T19:02:13.272Z] #41 19.26 CC images/core-x86.o [2020-12-11T19:02:13.417Z] #41 98.86 DEP criu/sk-queue.d [2020-12-11T19:02:13.531Z] #35 2.963 + cd /tmp/tmp.V1S2bsnNnz/tini [2020-12-11T19:02:13.531Z] #35 2.997 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-11T19:02:13.535Z] #41 19.66 CC images/core-arm.o [2020-12-11T19:02:13.676Z] #41 99.09 DEP criu/sk-packet.d [2020-12-11T19:02:13.676Z] #41 ... [2020-12-11T19:02:13.676Z] [2020-12-11T19:02:13.676Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:02:13.676Z] #18 1.601 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T19:02:13.676Z] #18 1.641 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T19:02:13.676Z] #18 1.642 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T19:02:13.676Z] #18 2.348 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-11T19:02:13.676Z] #18 3.480 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB] [2020-12-11T19:02:13.676Z] #18 4.879 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-11T19:02:13.793Z] #35 3.022 + cmake . [2020-12-11T19:02:13.936Z] #18 ... [2020-12-11T19:02:13.936Z] [2020-12-11T19:02:13.936Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:13.936Z] #41 99.26 DEP criu/sk-netlink.d [2020-12-11T19:02:13.936Z] #41 99.45 DEP criu/sk-inet.d [2020-12-11T19:02:14.112Z] #41 20.09 CC images/core-aarch64.o [2020-12-11T19:02:14.196Z] #41 99.67 DEP criu/signalfd.d [2020-12-11T19:02:14.315Z] #20 31.36 Selecting previously unselected package python3.7. [2020-12-11T19:02:14.315Z] #20 31.38 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ... [2020-12-11T19:02:14.315Z] #20 31.38 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-12-11T19:02:14.376Z] #41 ... [2020-12-11T19:02:14.376Z] [2020-12-11T19:02:14.376Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:02:14.376Z] #54 36.83 + bin/ctr [2020-12-11T19:02:14.376Z] #54 ... [2020-12-11T19:02:14.376Z] [2020-12-11T19:02:14.376Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:14.376Z] #41 20.60 CC images/core-ppc64.o [2020-12-11T19:02:14.455Z] #41 99.84 DEP criu/sigframe.d [2020-12-11T19:02:14.455Z] #41 99.93 DEP criu/shmem.d [2020-12-11T19:02:14.455Z] #41 100.1 DEP criu/servicefd.d [2020-12-11T19:02:14.613Z] #20 31.53 Selecting previously unselected package libpython3-stdlib:ppc64el. [2020-12-11T19:02:14.613Z] #20 31.53 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2020-12-11T19:02:14.613Z] #20 31.54 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-12-11T19:02:14.613Z] #20 31.62 Setting up python3-minimal (3.7.3-1) ... [2020-12-11T19:02:14.715Z] #41 100.3 DEP criu/seize.d [2020-12-11T19:02:14.739Z] #35 ... [2020-12-11T19:02:14.739Z] [2020-12-11T19:02:14.739Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:02:14.739Z] #40 99.71 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-12-11T19:02:14.739Z] #40 99.76 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:02:14.739Z] #40 DONE 100.1s [2020-12-11T19:02:14.739Z] [2020-12-11T19:02:14.739Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:14.760Z] #11 ... [2020-12-11T19:02:14.760Z] [2020-12-11T19:02:14.760Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:02:14.760Z] #40 86.36 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-12-11T19:02:14.760Z] #40 86.38 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-12-11T19:02:14.760Z] #40 86.39 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-12-11T19:02:14.760Z] #40 86.46 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-12-11T19:02:14.760Z] #40 86.51 Setting up python-six (1.12.0-1) ... [2020-12-11T19:02:14.760Z] #40 92.32 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-12-11T19:02:14.760Z] #40 92.33 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-12-11T19:02:14.760Z] #40 92.37 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-12-11T19:02:14.760Z] #40 92.49 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-12-11T19:02:14.760Z] #40 92.58 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-12-11T19:02:14.760Z] #40 92.62 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-12-11T19:02:14.760Z] #40 92.65 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-12-11T19:02:14.760Z] #40 92.71 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-12-11T19:02:14.760Z] #40 92.75 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-12-11T19:02:14.760Z] #40 92.81 Setting up python-protobuf (3.6.1.3-2) ... [2020-12-11T19:02:14.760Z] #40 ... [2020-12-11T19:02:14.760Z] [2020-12-11T19:02:14.760Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:02:14.760Z] #32 86.47 internal/fmtsort [2020-12-11T19:02:14.760Z] #32 87.21 internal/poll [2020-12-11T19:02:14.760Z] #32 87.52 internal/syscall/execenv [2020-12-11T19:02:14.760Z] #32 87.76 internal/syscall/unix [2020-12-11T19:02:14.760Z] #32 88.41 strings [2020-12-11T19:02:14.760Z] #32 90.94 os [2020-12-11T19:02:14.760Z] #32 92.86 path [2020-12-11T19:02:14.760Z] #32 93.66 text/tabwriter [2020-12-11T19:02:14.760Z] #32 96.13 path/filepath [2020-12-11T19:02:14.760Z] #32 96.13 fmt [2020-12-11T19:02:14.760Z] #32 ... [2020-12-11T19:02:14.760Z] [2020-12-11T19:02:14.760Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-11T19:02:14.760Z] #34 87.43 Selecting previously unselected package libxml2:amd64. [2020-12-11T19:02:14.760Z] #34 87.44 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2020-12-11T19:02:14.760Z] #34 87.45 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2020-12-11T19:02:14.760Z] #34 88.47 Selecting previously unselected package libarchive13:amd64. [2020-12-11T19:02:14.760Z] #34 88.47 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-12-11T19:02:14.760Z] #34 88.48 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-12-11T19:02:14.760Z] #34 89.21 Selecting previously unselected package libjsoncpp1:amd64. [2020-12-11T19:02:14.760Z] #34 89.22 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-12-11T19:02:14.760Z] #34 89.31 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-12-11T19:02:14.760Z] #34 89.60 Selecting previously unselected package librhash0:amd64. [2020-12-11T19:02:14.760Z] #34 89.63 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-12-11T19:02:14.760Z] #34 89.65 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-12-11T19:02:14.760Z] #34 90.02 Selecting previously unselected package libuv1:amd64. [2020-12-11T19:02:14.760Z] #34 90.03 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-12-11T19:02:14.760Z] #34 90.04 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-12-11T19:02:14.760Z] #34 90.47 Selecting previously unselected package cmake. [2020-12-11T19:02:14.760Z] #34 90.48 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-12-11T19:02:14.760Z] #34 90.48 Unpacking cmake (3.13.4-1) ... [2020-12-11T19:02:14.760Z] #34 95.75 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-12-11T19:02:14.760Z] #34 95.77 Setting up xxd (2:8.1.0875-5) ... [2020-12-11T19:02:14.760Z] #34 95.78 Setting up libuv1:amd64 (1.24.1-1) ... [2020-12-11T19:02:14.760Z] #34 95.78 Setting up vim-common (2:8.1.0875-5) ... [2020-12-11T19:02:14.760Z] #34 95.89 Setting up librhash0:amd64 (1.3.8-1) ... [2020-12-11T19:02:14.760Z] #34 95.92 Setting up cmake-data (3.13.4-1) ... [2020-12-11T19:02:14.760Z] #34 95.98 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2020-12-11T19:02:14.760Z] #34 96.03 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-12-11T19:02:14.760Z] #34 96.05 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-12-11T19:02:14.760Z] #34 96.09 Setting up cmake (3.13.4-1) ... [2020-12-11T19:02:14.760Z] #34 96.14 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:02:14.760Z] #34 96.31 Processing triggers for mime-support (3.62) ... [2020-12-11T19:02:14.974Z] #41 100.5 DEP criu/seccomp.d [2020-12-11T19:02:15.070Z] ok github.com/docker/docker/client 0.159s coverage: 75.4% of statements [2020-12-11T19:02:15.234Z] #41 100.8 DEP criu/rst-malloc.d [2020-12-11T19:02:15.234Z] #41 ... [2020-12-11T19:02:15.234Z] [2020-12-11T19:02:15.234Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:15.234Z] #43 194.5 github.com/LK4D4/vndr/godl [2020-12-11T19:02:15.234Z] #43 195.4 github.com/LK4D4/vndr [2020-12-11T19:02:15.327Z] #41 21.52 CC images/core-s390.o [2020-12-11T19:02:15.333Z] #34 DONE 97.3s [2020-12-11T19:02:15.333Z] [2020-12-11T19:02:15.333Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:02:15.333Z] #49 94.97 context [2020-12-11T19:02:15.333Z] #49 95.52 encoding/binary [2020-12-11T19:02:15.333Z] #49 96.39 fmt [2020-12-11T19:02:15.494Z] #43 ... [2020-12-11T19:02:15.494Z] [2020-12-11T19:02:15.494Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:15.494Z] #41 100.8 DEP criu/rbtree.d [2020-12-11T19:02:15.494Z] #41 100.9 DEP criu/pstree.d [2020-12-11T19:02:15.494Z] #41 ... [2020-12-11T19:02:15.494Z] [2020-12-11T19:02:15.494Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:15.494Z] #43 DONE 204.9s [2020-12-11T19:02:15.494Z] [2020-12-11T19:02:15.494Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:15.494Z] #41 101.0 DEP criu/protobuf.d [2020-12-11T19:02:15.753Z] #41 101.1 GEN criu/protobuf-desc-gen.h [2020-12-11T19:02:16.174Z] #20 32.88 Selecting previously unselected package python3. [2020-12-11T19:02:16.174Z] #20 32.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 ... 24022 files and directories currently installed.) [2020-12-11T19:02:16.174Z] #20 32.94 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2020-12-11T19:02:16.174Z] #20 32.95 Unpacking python3 (3.7.3-1) ... [2020-12-11T19:02:16.174Z] #20 33.19 Selecting previously unselected package libip4tc0:ppc64el. [2020-12-11T19:02:16.174Z] #20 33.19 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2020-12-11T19:02:16.174Z] #20 33.21 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2020-12-11T19:02:16.174Z] #20 33.30 Selecting previously unselected package libip6tc0:ppc64el. [2020-12-11T19:02:16.174Z] #20 33.32 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2020-12-11T19:02:16.174Z] #20 33.32 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2020-12-11T19:02:16.471Z] #20 33.43 Selecting previously unselected package libiptc0:ppc64el. [2020-12-11T19:02:16.471Z] #20 33.43 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2020-12-11T19:02:16.471Z] #20 33.43 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2020-12-11T19:02:16.471Z] #20 33.56 Selecting previously unselected package libnfnetlink0:ppc64el. [2020-12-11T19:02:16.471Z] #20 33.57 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2020-12-11T19:02:16.471Z] #20 33.57 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-12-11T19:02:16.471Z] #20 33.66 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2020-12-11T19:02:16.471Z] #20 33.66 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2020-12-11T19:02:16.471Z] #20 33.67 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-12-11T19:02:16.694Z] #41 ... [2020-12-11T19:02:16.694Z] [2020-12-11T19:02:16.694Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:16.694Z] #51 12.75 + cd /tmp/tmp.UeApvEeoyl/src/github.com/opencontainers/runc [2020-12-11T19:02:16.694Z] #51 12.75 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-12-11T19:02:16.694Z] #51 13.30 + '[' -z '' ']' [2020-12-11T19:02:16.694Z] #51 13.30 + target=static [2020-12-11T19:02:16.694Z] #51 13.30 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-12-11T19:02:16.694Z] #51 13.64 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-12-11T19:02:16.697Z] #49 98.51 encoding/base64 [2020-12-11T19:02:16.768Z] #20 33.75 Selecting previously unselected package libnftnl11:ppc64el. [2020-12-11T19:02:16.768Z] #20 33.76 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2020-12-11T19:02:16.768Z] #20 33.76 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2020-12-11T19:02:16.768Z] #20 33.86 Selecting previously unselected package iptables. [2020-12-11T19:02:16.768Z] #20 33.87 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2020-12-11T19:02:16.768Z] #20 33.87 Unpacking iptables (1.8.2-4) ... [2020-12-11T19:02:16.827Z] #41 22.80 CC images/cpuinfo.o [2020-12-11T19:02:16.827Z] #41 ... [2020-12-11T19:02:16.827Z] [2020-12-11T19:02:16.827Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:16.827Z] #43 93.79 mime/multipart [2020-12-11T19:02:16.827Z] #43 93.79 vendor/golang.org/x/net/http/httpguts [2020-12-11T19:02:16.827Z] #43 96.06 crypto/tls [2020-12-11T19:02:16.827Z] #43 101.6 net/http/httptrace [2020-12-11T19:02:16.827Z] #43 101.8 net/http [2020-12-11T19:02:17.092Z] #43 ... [2020-12-11T19:02:17.092Z] [2020-12-11T19:02:17.092Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:02:17.092Z] #11 101.6 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-12-11T19:02:17.092Z] #11 101.6 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-12-11T19:02:17.092Z] #11 101.6 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:02:17.413Z] #20 34.47 Selecting previously unselected package xxd. [2020-12-11T19:02:17.413Z] #20 34.48 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-12-11T19:02:17.413Z] #20 34.49 Unpacking xxd (2:8.1.0875-5) ... [2020-12-11T19:02:17.413Z] #20 34.63 Selecting previously unselected package vim-common. [2020-12-11T19:02:17.413Z] #20 34.63 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-12-11T19:02:17.413Z] #20 34.67 Unpacking vim-common (2:8.1.0875-5) ... [2020-12-11T19:02:17.708Z] #20 34.82 Selecting previously unselected package bash-completion. [2020-12-11T19:02:17.708Z] #20 34.82 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-12-11T19:02:18.075Z] #51 ... [2020-12-11T19:02:18.075Z] [2020-12-11T19:02:18.075Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:18.075Z] #41 103.6 DEP criu/protobuf-desc.d [2020-12-11T19:02:18.107Z] #49 ... [2020-12-11T19:02:18.107Z] [2020-12-11T19:02:18.107Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:18.107Z] #43 89.82 strings [2020-12-11T19:02:18.107Z] #43 92.16 os [2020-12-11T19:02:18.107Z] #43 93.81 regexp/syntax [2020-12-11T19:02:18.107Z] #43 97.59 fmt [2020-12-11T19:02:18.107Z] #43 ... [2020-12-11T19:02:18.107Z] [2020-12-11T19:02:18.107Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:18.107Z] #35 1.364 + RM_GOPATH=0 [2020-12-11T19:02:18.107Z] #35 1.364 + TMP_GOPATH= [2020-12-11T19:02:18.107Z] #35 1.364 + : /build [2020-12-11T19:02:18.107Z] #35 1.364 + '[' -z '' ']' [2020-12-11T19:02:18.107Z] #35 1.364 ++ mktemp -d [2020-12-11T19:02:18.107Z] #35 1.375 + export GOPATH=/tmp/tmp.qGVUDwpWDQ [2020-12-11T19:02:18.107Z] #35 1.375 + GOPATH=/tmp/tmp.qGVUDwpWDQ [2020-12-11T19:02:18.107Z] #35 1.375 + RM_GOPATH=1 [2020-12-11T19:02:18.107Z] #35 1.375 + case "$(go env GOARCH)" in [2020-12-11T19:02:18.107Z] #35 1.376 ++ go env GOARCH [2020-12-11T19:02:18.107Z] #35 1.393 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:02:18.107Z] #35 1.393 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:02:18.107Z] #35 1.398 ++ dirname /tmp/install/install.sh [2020-12-11T19:02:18.107Z] #35 1.400 + dir=/tmp/install [2020-12-11T19:02:18.107Z] #35 1.400 + bin=tini [2020-12-11T19:02:18.107Z] #35 1.400 + shift [2020-12-11T19:02:18.107Z] #35 1.400 + '[' '!' -f /tmp/install/tini.installer ']' [2020-12-11T19:02:18.107Z] #35 1.400 + . /tmp/install/tini.installer [2020-12-11T19:02:18.107Z] #35 1.400 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-11T19:02:18.107Z] #35 1.400 + install_tini [2020-12-11T19:02:18.107Z] #35 1.400 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-12-11T19:02:18.107Z] #35 1.400 + git clone https://github.com/krallin/tini.git /tmp/tmp.qGVUDwpWDQ/tini [2020-12-11T19:02:18.107Z] #35 1.400 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-11T19:02:18.107Z] #35 1.432 Cloning into '/tmp/tmp.qGVUDwpWDQ/tini'... [2020-12-11T19:02:18.107Z] #35 2.658 + cd /tmp/tmp.qGVUDwpWDQ/tini [2020-12-11T19:02:18.107Z] #35 2.658 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-11T19:02:18.107Z] #35 2.674 + cmake . [2020-12-11T19:02:18.335Z] #41 103.7 DEP criu/proc_parse.d [2020-12-11T19:02:18.594Z] #41 104.0 DEP criu/plugin.d [2020-12-11T19:02:18.594Z] #41 104.1 DEP criu/pipes.d [2020-12-11T19:02:18.854Z] #41 104.2 DEP criu/pie-util.d [2020-12-11T19:02:18.854Z] #41 104.3 DEP criu/pie-util-vdso.d [2020-12-11T19:02:18.854Z] #41 104.4 DEP criu/pie-util-vdso-elf32.d [2020-12-11T19:02:18.953Z] #41 4.054 Note: Building without setproctitle() and strlcpy() support. [2020-12-11T19:02:18.954Z] #41 4.055 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-12-11T19:02:18.954Z] #41 4.066 Note: Building without GnuTLS support [2020-12-11T19:02:18.954Z] #41 4.083 Makefile.config:39: Warn: you have no libnftables installed [2020-12-11T19:02:18.954Z] #41 4.083 Makefile.config:40: Warn: Building without nftables support [2020-12-11T19:02:18.954Z] #41 ... [2020-12-11T19:02:18.954Z] [2020-12-11T19:02:18.954Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:18.954Z] #43 94.63 regexp/syntax [2020-12-11T19:02:18.954Z] #43 98.06 fmt [2020-12-11T19:02:18.954Z] #43 103.3 regexp [2020-12-11T19:02:19.113Z] #41 104.6 DEP criu/path.d [2020-12-11T19:02:19.216Z] #43 ... [2020-12-11T19:02:19.216Z] [2020-12-11T19:02:19.216Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:19.216Z] #35 4.353 -- The C compiler identification is GNU 8.3.0 [2020-12-11T19:02:19.216Z] #35 4.449 -- Check for working C compiler: /usr/bin/cc [2020-12-11T19:02:19.216Z] #35 5.504 -- Check for working C compiler: /usr/bin/cc -- works [2020-12-11T19:02:19.216Z] #35 5.518 -- Detecting C compiler ABI info [2020-12-11T19:02:19.216Z] #35 6.660 -- Detecting C compiler ABI info - done [2020-12-11T19:02:19.216Z] #35 6.732 -- Detecting C compile features [2020-12-11T19:02:19.238Z] #20 ... [2020-12-11T19:02:19.238Z] [2020-12-11T19:02:19.238Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:19.238Z] #45 147.1 vendor/golang.org/x/net/idna [2020-12-11T19:02:19.238Z] #45 148.6 mime [2020-12-11T19:02:19.238Z] #45 153.7 vendor/golang.org/x/net/http/httpproxy [2020-12-11T19:02:19.238Z] #45 153.7 net/textproto [2020-12-11T19:02:19.238Z] #45 153.8 crypto/x509 [2020-12-11T19:02:19.238Z] #45 155.6 mime/multipart [2020-12-11T19:02:19.238Z] #45 155.6 vendor/golang.org/x/net/http/httpguts [2020-12-11T19:02:19.373Z] #41 104.7 DEP criu/parasite-syscall.d [2020-12-11T19:02:19.373Z] #41 104.8 DEP criu/pagemap.d [2020-12-11T19:02:19.473Z] #35 3.775 -- The C compiler identification is GNU 8.3.0 [2020-12-11T19:02:19.473Z] #35 3.830 -- Check for working C compiler: /usr/bin/cc [2020-12-11T19:02:19.478Z] #35 ... [2020-12-11T19:02:19.478Z] [2020-12-11T19:02:19.478Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:02:19.478Z] #32 95.01 fmt [2020-12-11T19:02:19.478Z] #32 95.87 path/filepath [2020-12-11T19:02:19.478Z] #32 98.71 io/ioutil [2020-12-11T19:02:19.478Z] #32 99.95 text/tabwriter [2020-12-11T19:02:19.478Z] #32 101.9 flag [2020-12-11T19:02:19.478Z] #32 101.9 github.com/BurntSushi/toml [2020-12-11T19:02:19.478Z] #32 105.0 log [2020-12-11T19:02:19.536Z] #45 ... [2020-12-11T19:02:19.536Z] [2020-12-11T19:02:19.536Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:19.536Z] #43 81.51 DEP criu/protobuf-desc.d [2020-12-11T19:02:19.536Z] #43 81.66 DEP criu/proc_parse.d [2020-12-11T19:02:19.536Z] #43 81.90 DEP criu/plugin.d [2020-12-11T19:02:19.536Z] #43 82.01 DEP criu/pipes.d [2020-12-11T19:02:19.536Z] #43 82.19 DEP criu/pie-util.d [2020-12-11T19:02:19.536Z] #43 82.30 DEP criu/pie-util-vdso.d [2020-12-11T19:02:19.536Z] #43 82.46 DEP criu/path.d [2020-12-11T19:02:19.536Z] #43 82.63 DEP criu/parasite-syscall.d [2020-12-11T19:02:19.536Z] #43 82.86 DEP criu/pagemap.d [2020-12-11T19:02:19.536Z] #43 83.15 DEP criu/pagemap-cache.d [2020-12-11T19:02:19.536Z] #43 83.43 DEP criu/page-xfer.d [2020-12-11T19:02:19.536Z] #43 83.59 DEP criu/page-pipe.d [2020-12-11T19:02:19.536Z] #43 83.70 DEP criu/netfilter.d [2020-12-11T19:02:19.536Z] #43 83.86 DEP criu/net.d [2020-12-11T19:02:19.536Z] #43 84.12 DEP criu/namespaces.d [2020-12-11T19:02:19.536Z] #43 84.39 DEP criu/mount.d [2020-12-11T19:02:19.536Z] #43 84.70 DEP criu/memfd.d [2020-12-11T19:02:19.536Z] #43 84.87 DEP criu/mem.d [2020-12-11T19:02:19.536Z] #43 85.09 DEP criu/lsm.d [2020-12-11T19:02:19.536Z] #43 85.27 DEP criu/log.d [2020-12-11T19:02:19.536Z] #43 85.45 DEP criu/libnetlink.d [2020-12-11T19:02:19.536Z] #43 85.69 DEP criu/kerndat.d [2020-12-11T19:02:19.536Z] #43 85.89 DEP criu/kcmp-ids.d [2020-12-11T19:02:19.536Z] #43 86.00 DEP criu/irmap.d [2020-12-11T19:02:19.536Z] #43 86.25 DEP criu/ipc_ns.d [2020-12-11T19:02:19.536Z] #43 86.47 DEP criu/image.d [2020-12-11T19:02:19.536Z] #43 86.72 DEP criu/image-desc.d [2020-12-11T19:02:19.536Z] #43 86.83 DEP criu/fsnotify.d [2020-12-11T19:02:19.536Z] #43 86.98 DEP criu/filesystems.d [2020-12-11T19:02:19.536Z] #43 87.13 DEP criu/files.d [2020-12-11T19:02:19.536Z] #43 87.29 DEP criu/files-reg.d [2020-12-11T19:02:19.536Z] #43 87.43 DEP criu/files-ext.d [2020-12-11T19:02:19.536Z] #43 87.56 DEP criu/file-lock.d [2020-12-11T19:02:19.536Z] #43 87.72 DEP criu/file-ids.d [2020-12-11T19:02:19.536Z] #43 87.93 DEP criu/fifo.d [2020-12-11T19:02:19.536Z] #43 88.16 DEP criu/fdstore.d [2020-12-11T19:02:19.536Z] #43 88.28 DEP criu/fault-injection.d [2020-12-11T19:02:19.536Z] #43 88.35 DEP criu/external.d [2020-12-11T19:02:19.536Z] #43 88.47 DEP criu/eventpoll.d [2020-12-11T19:02:19.536Z] #43 88.72 DEP criu/eventfd.d [2020-12-11T19:02:19.536Z] #43 88.95 DEP criu/crtools.d [2020-12-11T19:02:19.536Z] #43 89.16 DEP criu/cr-service.d [2020-12-11T19:02:19.536Z] #43 89.38 DEP criu/cr-restore.d [2020-12-11T19:02:19.536Z] #43 89.67 DEP criu/cr-errno.d [2020-12-11T19:02:19.536Z] #43 89.70 DEP criu/cr-dump.d [2020-12-11T19:02:19.633Z] #41 105.0 DEP criu/pagemap-cache.d [2020-12-11T19:02:19.633Z] #41 105.1 DEP criu/page-xfer.d [2020-12-11T19:02:19.633Z] #41 105.2 DEP criu/page-pipe.d [2020-12-11T19:02:19.833Z] #43 89.98 DEP criu/cr-dedup.d [2020-12-11T19:02:19.892Z] #41 105.3 DEP criu/netfilter.d [2020-12-11T19:02:19.892Z] #41 105.5 DEP criu/net.d [2020-12-11T19:02:20.130Z] #43 90.18 DEP criu/cr-check.d [2020-12-11T19:02:20.130Z] #43 90.40 DEP criu/config.d [2020-12-11T19:02:20.152Z] #41 105.7 DEP criu/namespaces.d [2020-12-11T19:02:20.401Z] #35 4.828 -- Check for working C compiler: /usr/bin/cc -- works [2020-12-11T19:02:20.401Z] #35 4.829 -- Detecting C compiler ABI info [2020-12-11T19:02:20.411Z] #41 105.8 DEP criu/mount.d [2020-12-11T19:02:20.424Z] #32 ... [2020-12-11T19:02:20.424Z] [2020-12-11T19:02:20.424Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:20.424Z] #43 105.9 go/token [2020-12-11T19:02:20.448Z] #43 90.55 DEP criu/clone-noasan.d [2020-12-11T19:02:20.448Z] #43 90.64 DEP criu/cgroup.d [2020-12-11T19:02:20.448Z] #43 90.84 DEP criu/cgroup-props.d [2020-12-11T19:02:20.671Z] #41 106.0 DEP criu/memfd.d [2020-12-11T19:02:20.671Z] #41 106.2 DEP criu/mem.d [2020-12-11T19:02:20.743Z] #43 91.12 DEP criu/bitmap.d [2020-12-11T19:02:20.931Z] #41 106.4 DEP criu/lsm.d [2020-12-11T19:02:20.931Z] #41 106.5 DEP criu/log.d [2020-12-11T19:02:21.041Z] #43 91.14 DEP criu/bfd.d [2020-12-11T19:02:21.041Z] #43 91.32 DEP criu/autofs.d [2020-12-11T19:02:21.041Z] #43 ... [2020-12-11T19:02:21.041Z] [2020-12-11T19:02:21.041Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:21.041Z] #45 159.1 crypto/tls [2020-12-11T19:02:21.190Z] #41 106.6 DEP criu/libnetlink.d [2020-12-11T19:02:21.191Z] #41 106.7 DEP criu/kerndat.d [2020-12-11T19:02:21.321Z] #11 ... [2020-12-11T19:02:21.321Z] [2020-12-11T19:02:21.321Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:21.321Z] #41 23.35 CC images/inventory.o [2020-12-11T19:02:21.321Z] #41 23.66 CC images/fdinfo.o [2020-12-11T19:02:21.321Z] #41 24.17 CC images/fown.o [2020-12-11T19:02:21.321Z] #41 24.34 CC images/ns.o [2020-12-11T19:02:21.321Z] #41 24.72 CC images/regfile.o [2020-12-11T19:02:21.321Z] #41 24.99 CC images/ghost-file.o [2020-12-11T19:02:21.321Z] #41 25.44 CC images/fifo.o [2020-12-11T19:02:21.321Z] #41 25.62 CC images/remap-file-path.o [2020-12-11T19:02:21.321Z] #41 25.78 CC images/eventfd.o [2020-12-11T19:02:21.321Z] #41 25.90 CC images/eventpoll.o [2020-12-11T19:02:21.321Z] #41 26.16 CC images/fh.o [2020-12-11T19:02:21.321Z] #41 26.52 CC images/fsnotify.o [2020-12-11T19:02:21.321Z] #41 27.32 CC images/signalfd.o [2020-12-11T19:02:21.321Z] #41 27.56 CC images/fs.o [2020-12-11T19:02:21.329Z] #35 5.971 -- Detecting C compiler ABI info - done [2020-12-11T19:02:21.450Z] #41 106.9 DEP criu/kcmp-ids.d [2020-12-11T19:02:21.585Z] #41 27.71 CC images/pstree.o [2020-12-11T19:02:21.586Z] #35 ... [2020-12-11T19:02:21.586Z] [2020-12-11T19:02:21.586Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-11T19:02:21.586Z] #40 102.0 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-12-11T19:02:21.586Z] #40 102.0 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:02:21.586Z] #40 DONE 103.4s [2020-12-11T19:02:21.586Z] [2020-12-11T19:02:21.586Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:21.586Z] #35 6.107 -- Detecting C compile features [2020-12-11T19:02:21.586Z] #35 ... [2020-12-11T19:02:21.586Z] [2020-12-11T19:02:21.586Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:21.710Z] #41 107.0 DEP criu/irmap.d [2020-12-11T19:02:21.710Z] #41 107.1 DEP criu/ipc_ns.d [2020-12-11T19:02:21.710Z] #41 107.3 DEP criu/image.d [2020-12-11T19:02:21.818Z] #43 107.2 go/scanner [2020-12-11T19:02:21.849Z] #41 28.00 CC images/pipe.o [2020-12-11T19:02:21.969Z] #41 107.4 DEP criu/image-desc.d [2020-12-11T19:02:21.969Z] #41 107.5 DEP criu/fsnotify.d [2020-12-11T19:02:22.083Z] #43 ... [2020-12-11T19:02:22.083Z] [2020-12-11T19:02:22.083Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:02:22.083Z] #11 97.63 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-12-11T19:02:22.083Z] #11 97.64 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-12-11T19:02:22.083Z] #11 97.64 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-12-11T19:02:22.083Z] #11 ... [2020-12-11T19:02:22.083Z] [2020-12-11T19:02:22.083Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:22.083Z] #35 10.53 -- Detecting C compile features - done [2020-12-11T19:02:22.083Z] #35 10.69 -- Performing Test HAS_BUILTIN_FORTIFY [2020-12-11T19:02:22.083Z] #35 10.95 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-12-11T19:02:22.083Z] #35 11.12 -- Configuring done [2020-12-11T19:02:22.083Z] #35 11.15 -- Generating done [2020-12-11T19:02:22.083Z] #35 11.16 -- Build files have been written to: /tmp/tmp.V1S2bsnNnz/tini [2020-12-11T19:02:22.083Z] #35 11.17 + make tini-static [2020-12-11T19:02:22.114Z] #41 28.43 CC images/tcp-stream.o [2020-12-11T19:02:22.229Z] #41 107.7 DEP criu/filesystems.d [2020-12-11T19:02:22.229Z] #41 107.8 DEP criu/files.d [2020-12-11T19:02:22.488Z] #41 108.0 DEP criu/files-reg.d [2020-12-11T19:02:22.657Z] #35 11.92 Scanning dependencies of target tini-static [2020-12-11T19:02:22.692Z] #41 28.70 CC images/sk-packet.o [2020-12-11T19:02:22.748Z] #41 108.2 DEP criu/files-ext.d [2020-12-11T19:02:22.919Z] #35 12.16 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-12-11T19:02:22.956Z] #41 29.17 CC images/mnt.o [2020-12-11T19:02:23.008Z] #41 108.3 DEP criu/file-lock.d [2020-12-11T19:02:23.008Z] #41 108.4 DEP criu/file-ids.d [2020-12-11T19:02:23.008Z] #41 108.6 DEP criu/fifo.d [2020-12-11T19:02:23.017Z] Client: [2020-12-11T19:02:23.017Z] Debug Mode: false [2020-12-11T19:02:23.017Z] Plugins: [2020-12-11T19:02:23.017Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2020-12-11T19:02:23.017Z] [2020-12-11T19:02:23.017Z] Server: [2020-12-11T19:02:23.017Z] Containers: 0 [2020-12-11T19:02:23.017Z] Running: 0 [2020-12-11T19:02:23.017Z] Paused: 0 [2020-12-11T19:02:23.017Z] Stopped: 0 [2020-12-11T19:02:23.017Z] Images: 0 [2020-12-11T19:02:23.017Z] Server Version: 19.03.12 [2020-12-11T19:02:23.017Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-12-11T19:02:23.017Z] Windows: [2020-12-11T19:02:23.017Z] LCOW: [2020-12-11T19:02:23.017Z] Logging Driver: json-file [2020-12-11T19:02:23.017Z] Plugins: [2020-12-11T19:02:23.017Z] Volume: local [2020-12-11T19:02:23.017Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-12-11T19:02:23.017Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-12-11T19:02:23.017Z] Swarm: inactive [2020-12-11T19:02:23.017Z] Default Isolation: process [2020-12-11T19:02:23.017Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-12-11T19:02:23.017Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1577) [2020-12-11T19:02:23.017Z] OSType: windows [2020-12-11T19:02:23.017Z] Architecture: x86_64 [2020-12-11T19:02:23.017Z] CPUs: 4 [2020-12-11T19:02:23.017Z] Total Memory: 32GiB [2020-12-11T19:02:23.017Z] Name: azwin-2-61e6b0 [2020-12-11T19:02:23.017Z] ID: DKSW:D2DR:7NAQ:X324:HLZ2:AIIZ:VM7L:XWZ3:VQ7M:S4Y3:PBO2:SNOV [2020-12-11T19:02:23.017Z] Docker Root Dir: D:\docker [2020-12-11T19:02:23.017Z] Debug Mode: false [2020-12-11T19:02:23.017Z] Registry: https://index.docker.io/v1/ [2020-12-11T19:02:23.017Z] Labels: [2020-12-11T19:02:23.017Z] Experimental: true [2020-12-11T19:02:23.017Z] Insecure Registries: [2020-12-11T19:02:23.017Z] 10.0.0.4:5000 [2020-12-11T19:02:23.017Z] 127.0.0.0/8 [2020-12-11T19:02:23.017Z] Registry Mirrors: [2020-12-11T19:02:23.017Z] http://10.0.0.4:5000/ [2020-12-11T19:02:23.017Z] Live Restore Enabled: false [2020-12-11T19:02:23.017Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-12-11T19:02:23.220Z] #41 29.46 CC images/pipe-data.o [2020-12-11T19:02:23.267Z] #41 108.7 DEP criu/fdstore.d [2020-12-11T19:02:23.484Z] #41 29.87 CC images/sa.o [2020-12-11T19:02:23.527Z] #41 108.9 DEP criu/fault-injection.d [2020-12-11T19:02:23.527Z] #41 108.9 DEP criu/external.d [2020-12-11T19:02:23.527Z] #41 109.1 DEP criu/eventpoll.d [2020-12-11T19:02:23.788Z] #41 109.2 DEP criu/eventfd.d [2020-12-11T19:02:23.788Z] #41 109.4 DEP criu/crtools.d [2020-12-11T19:02:23.865Z] #35 ... [2020-12-11T19:02:23.865Z] [2020-12-11T19:02:23.865Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:02:23.865Z] #49 99.51 fmt [2020-12-11T19:02:23.865Z] #49 106.2 encoding/json [2020-12-11T19:02:24.048Z] #41 109.6 DEP criu/cr-service.d [2020-12-11T19:02:24.062Z] #41 30.12 CC images/timer.o [2020-12-11T19:02:24.063Z] #41 30.32 CC images/timerfd.o [2020-12-11T19:02:24.127Z] #49 ... [2020-12-11T19:02:24.127Z] [2020-12-11T19:02:24.127Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:02:24.127Z] #11 108.0 Selecting previously unselected package gcc-mingw-w64-base. [2020-12-11T19:02:24.127Z] #11 108.0 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-12-11T19:02:24.127Z] #11 108.0 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:02:24.127Z] #11 108.5 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-12-11T19:02:24.127Z] #11 108.5 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-12-11T19:02:24.127Z] #11 108.5 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:02:24.308Z] #41 109.7 DEP criu/cr-restore.d [2020-12-11T19:02:24.308Z] #41 109.9 DEP criu/cr-errno.d [2020-12-11T19:02:24.308Z] #41 ... [2020-12-11T19:02:24.308Z] [2020-12-11T19:02:24.308Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:02:24.308Z] #18 10.58 Fetched 8408 kB in 9s (893 kB/s) [2020-12-11T19:02:24.308Z] #18 10.58 Reading package lists... [2020-12-11T19:02:24.308Z] #18 15.10 Reading package lists... [2020-12-11T19:02:24.308Z] #18 18.53 Building dependency tree... [2020-12-11T19:02:24.308Z] #18 19.90 libcap2-bin is already the newest version (1:2.25-2). [2020-12-11T19:02:24.308Z] #18 19.90 The following additional packages will be installed: [2020-12-11T19:02:24.308Z] #18 19.90 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-12-11T19:02:24.308Z] #18 19.90 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-12-11T19:02:24.308Z] #18 19.91 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-12-11T19:02:24.308Z] #18 19.91 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-12-11T19:02:24.308Z] #18 19.91 python3.7 python3.7-minimal vim-runtime xxd [2020-12-11T19:02:24.308Z] #18 19.91 Suggested packages: [2020-12-11T19:02:24.308Z] #18 19.92 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-12-11T19:02:24.308Z] #18 19.92 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-12-11T19:02:24.308Z] #18 19.92 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-12-11T19:02:24.308Z] #18 19.92 Recommended packages: [2020-12-11T19:02:24.308Z] #18 19.92 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-12-11T19:02:24.308Z] #18 19.92 python3-keyrings.alt python3-xdg unzip [2020-12-11T19:02:24.326Z] #41 30.51 CC images/mm.o [2020-12-11T19:02:24.568Z] #18 ... [2020-12-11T19:02:24.568Z] [2020-12-11T19:02:24.568Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:24.568Z] #41 109.9 DEP criu/cr-dump.d [2020-12-11T19:02:24.568Z] #41 110.1 DEP criu/cr-dedup.d [2020-12-11T19:02:24.593Z] #41 30.89 CC images/sk-opts.o [2020-12-11T19:02:24.828Z] #41 110.2 DEP criu/cr-check.d [2020-12-11T19:02:24.828Z] #41 ... [2020-12-11T19:02:24.828Z] [2020-12-11T19:02:24.828Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-11T19:02:24.828Z] #30 DONE 213.9s [2020-12-11T19:02:24.862Z] #41 31.13 CC images/sk-unix.o [2020-12-11T19:02:25.088Z] [2020-12-11T19:02:25.088Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:25.088Z] #41 110.5 DEP criu/config.d [2020-12-11T19:02:25.348Z] #41 110.8 DEP criu/clone-noasan.d [2020-12-11T19:02:25.441Z] #41 31.61 CC images/sk-inet.o [2020-12-11T19:02:25.609Z] #41 110.9 DEP criu/cgroup.d [2020-12-11T19:02:25.609Z] #41 111.2 DEP criu/cgroup-props.d [2020-12-11T19:02:25.705Z] #41 31.90 CC images/tun.o [2020-12-11T19:02:25.758Z] #41 3.395 Note: Building without setproctitle() and strlcpy() support. [2020-12-11T19:02:25.758Z] #41 3.395 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-12-11T19:02:25.758Z] #41 3.439 Note: Building without GnuTLS support [2020-12-11T19:02:25.758Z] #41 3.455 Makefile.config:39: Warn: you have no libnftables installed [2020-12-11T19:02:25.758Z] #41 3.455 Makefile.config:40: Warn: Building without nftables support [2020-12-11T19:02:25.868Z] #41 111.3 DEP criu/bitmap.d [2020-12-11T19:02:25.868Z] #41 111.4 DEP criu/bfd.d [2020-12-11T19:02:25.868Z] #41 111.4 DEP criu/autofs.d [2020-12-11T19:02:25.970Z] #41 ... [2020-12-11T19:02:25.970Z] [2020-12-11T19:02:25.970Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:25.970Z] #43 112.9 github.com/LK4D4/vndr/godl [2020-12-11T19:02:26.128Z] #41 111.5 DEP criu/aio.d [2020-12-11T19:02:26.128Z] #41 111.6 DEP criu/action-scripts.d [2020-12-11T19:02:26.387Z] #41 112.0 CC criu/action-scripts.o [2020-12-11T19:02:26.680Z] #45 ... [2020-12-11T19:02:26.680Z] [2020-12-11T19:02:26.680Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:02:26.680Z] #24 159.6 Checking out files: 20% (2331/11126) Checking out files: 21% (2337/11126) Checking out files: 22% (2448/11126) Checking out files: 23% (2559/11126) Checking out files: 24% (2671/11126) Checking out files: 25% (2782/11126) Checking out files: 26% (2893/11126) Checking out files: 27% (3005/11126) Checking out files: 28% (3116/11126) Checking out files: 29% (3227/11126) Checking out files: 30% (3338/11126) Checking out files: 31% (3450/11126) Checking out files: 32% (3561/11126) Checking out files: 33% (3672/11126) Checking out files: 34% (3783/11126) Checking out files: 35% (3895/11126) Checking out files: 36% (4006/11126) Checking out files: 37% (4117/11126) Checking out files: 37% (4149/11126) Checking out files: 38% (4228/11126) Checking out files: 39% (4340/11126) Checking out files: 40% (4451/11126) Checking out files: 41% (4562/11126) Checking out files: 42% (4673/11126) Checking out files: 43% (4785/11126) Checking out files: 44% (4896/11126) Checking out files: 45% (5007/11126) Checking out files: 46% (5118/11126) Checking out files: 47% (5230/11126) Checking out files: 48% (5341/11126) Checking out files: 49% (5452/11126) Checking out files: 50% (5563/11126) Checking out files: 51% (5675/11126) Checking out files: 52% (5786/11126) Checking out files: 52% (5817/11126) Checking out files: 53% (5897/11126) Checking out files: 54% (6009/11126) Checking out files: 55% (6120/11126) Checking out files: 56% (6231/11126) Checking out files: 57% (6342/11126) Checking out files: 58% (6454/11126) Checking out files: 59% (6565/11126) Checking out files: 60% (6676/11126) Checking out files: 61% (6787/11126) Checking out files: 62% (6899/11126) Checking out files: 63% (7010/11126) Checking out files: 64% (7121/11126) Checking out files: 65% (7232/11126) Checking out files: 66% (7344/11126) Checking out files: 67% (7455/11126) Checking out files: 68% (7566/11126) Checking out files: 69% (7677/11126) Checking out files: 70% (7789/11126) Checking out files: 71% (7900/11126) Checking out files: 72% (8011/11126) Checking out files: 73% (8122/11126) Checking out files: 74% (8234/11126) Checking out files: 74% (8327/11126) Checking out files: 75% (8345/11126) Checking out files: 76% (8456/11126) Checking out files: 77% (8568/11126) Checking out files: 78% (8679/11126) Checking out files: 79% (8790/11126) Checking out files: 80% (8901/11126) Checking out files: 81% (9013/11126) Checking out files: 82% (9124/11126) Checking out files: 83% (9235/11126) Checking out files: 84% (9346/11126) Checking out files: 85% (9458/11126) Checking out files: 86% (9569/11126) Checking out files: 87% (9680/11126) Checking out files: 88% (9791/11126) Checking out files: 89% (9903/11126) Checking out files: 90% (10014/11126) Checking out files: 91% (10125/11126) Checking out files: 92% (10236/11126) Checking out files: 93% (10348/11126) Checking out files: 94% (10459/11126) Checking out files: 95% (10570/11126) Checking out files: 96% (10681/11126) Checking out files: 97% (10793/11126) Checking out files: 97% (10826/11126) Checking out files: 98% (10904/11126) Checking out files: 99% (11015/11126) Checking out files: 100% (11126/11126) Checking out files: 100% (11126/11126), done. [2020-12-11T19:02:26.681Z] #24 163.9 + cd /tmp/tmp.1e6iOifRBI/tmp/docker-ce [2020-12-11T19:02:26.681Z] #24 163.9 + git checkout -q v17.06.2-ce [2020-12-11T19:02:26.687Z] #41 ... [2020-12-11T19:02:26.687Z] [2020-12-11T19:02:26.687Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:02:26.687Z] #32 98.40 io/ioutil [2020-12-11T19:02:26.687Z] #32 101.6 flag [2020-12-11T19:02:26.687Z] #32 101.6 github.com/BurntSushi/toml [2020-12-11T19:02:26.687Z] #32 104.7 log [2020-12-11T19:02:26.687Z] #32 108.3 github.com/BurntSushi/toml/cmd/tomlv [2020-12-11T19:02:26.687Z] #32 ... [2020-12-11T19:02:26.687Z] [2020-12-11T19:02:26.687Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:26.687Z] #35 9.419 -- Detecting C compile features - done [2020-12-11T19:02:26.687Z] #35 9.490 -- Performing Test HAS_BUILTIN_FORTIFY [2020-12-11T19:02:26.687Z] #35 9.869 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-12-11T19:02:26.687Z] #35 10.07 -- Configuring done [2020-12-11T19:02:26.687Z] #35 10.08 -- Generating done [2020-12-11T19:02:26.687Z] #35 10.11 -- Build files have been written to: /tmp/tmp.qGVUDwpWDQ/tini [2020-12-11T19:02:26.687Z] #35 10.14 + make tini-static [2020-12-11T19:02:26.687Z] #35 10.79 Scanning dependencies of target tini-static [2020-12-11T19:02:26.687Z] #35 11.01 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-12-11T19:02:26.924Z] #43 113.7 github.com/LK4D4/vndr [2020-12-11T19:02:26.956Z] #41 112.4 CC criu/aio.o [2020-12-11T19:02:27.437Z] #11 ... [2020-12-11T19:02:27.437Z] [2020-12-11T19:02:27.437Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:27.437Z] #35 14.41 [100%] Linking C executable tini-static [2020-12-11T19:02:27.437Z] #35 15.70 [100%] Built target tini-static [2020-12-11T19:02:27.437Z] #35 15.92 + mkdir -p /build [2020-12-11T19:02:27.437Z] #35 15.92 + cp tini-static /build/docker-init [2020-12-11T19:02:27.437Z] #35 DONE 16.3s [2020-12-11T19:02:27.437Z] [2020-12-11T19:02:27.437Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:27.437Z] #41 6.810 fatal: not a git repository (or any of the parent directories): .git [2020-12-11T19:02:27.437Z] #41 6.869 GEN .gitid [2020-12-11T19:02:27.437Z] #41 6.956 GEN criu/include/version.h [2020-12-11T19:02:27.437Z] #41 7.002 GEN include/common/asm [2020-12-11T19:02:27.437Z] #41 11.23 PBCC images/timens.pb-c.c [2020-12-11T19:02:27.437Z] #41 11.37 DEP images/timens.pb-c.d [2020-12-11T19:02:27.437Z] #41 11.41 PBCC images/fown.pb-c.c [2020-12-11T19:02:27.437Z] #41 11.53 PBCC images/google/protobuf/descriptor.pb-c.c [2020-12-11T19:02:27.437Z] #41 11.72 PBCC images/opts.pb-c.c [2020-12-11T19:02:27.437Z] #41 11.86 PBCC images/memfd.pb-c.c [2020-12-11T19:02:27.437Z] #41 12.01 DEP images/fown.pb-c.d [2020-12-11T19:02:27.437Z] #41 12.03 DEP images/google/protobuf/descriptor.pb-c.d [2020-12-11T19:02:27.437Z] #41 12.15 DEP images/opts.pb-c.d [2020-12-11T19:02:27.437Z] #41 12.23 DEP images/memfd.pb-c.d [2020-12-11T19:02:27.437Z] #41 12.32 PBCC images/sit.pb-c.c [2020-12-11T19:02:27.437Z] #41 12.41 DEP images/sit.pb-c.d [2020-12-11T19:02:27.437Z] #41 12.52 PBCC images/macvlan.pb-c.c [2020-12-11T19:02:27.437Z] #41 12.56 DEP images/macvlan.pb-c.d [2020-12-11T19:02:27.437Z] #41 12.59 PBCC images/autofs.pb-c.c [2020-12-11T19:02:27.437Z] #41 12.63 DEP images/autofs.pb-c.d [2020-12-11T19:02:27.437Z] #41 12.69 PBCC images/sysctl.pb-c.c [2020-12-11T19:02:27.437Z] #41 12.71 DEP images/sysctl.pb-c.d [2020-12-11T19:02:27.437Z] #41 12.77 PBCC images/time.pb-c.c [2020-12-11T19:02:27.437Z] #41 12.78 DEP images/time.pb-c.d [2020-12-11T19:02:27.437Z] #41 12.89 PBCC images/binfmt-misc.pb-c.c [2020-12-11T19:02:27.437Z] #41 12.95 DEP images/binfmt-misc.pb-c.d [2020-12-11T19:02:27.525Z] #41 112.9 CC criu/autofs.o [2020-12-11T19:02:27.699Z] #41 13.13 PBCC images/seccomp.pb-c.c [2020-12-11T19:02:27.699Z] #41 13.18 DEP images/seccomp.pb-c.d [2020-12-11T19:02:27.961Z] #41 13.30 PBCC images/userns.pb-c.c [2020-12-11T19:02:27.961Z] #41 13.39 DEP images/userns.pb-c.d [2020-12-11T19:02:27.961Z] #41 13.53 PBCC images/cgroup.pb-c.c [2020-12-11T19:02:28.223Z] #41 13.55 DEP images/cgroup.pb-c.d [2020-12-11T19:02:28.223Z] #41 13.66 PBCC images/ext-file.pb-c.c [2020-12-11T19:02:28.223Z] #41 13.71 DEP images/ext-file.pb-c.d [2020-12-11T19:02:28.223Z] #41 13.81 PBCC images/rpc.pb-c.c [2020-12-11T19:02:28.487Z] #41 13.91 DEP images/rpc.pb-c.d [2020-12-11T19:02:28.487Z] #41 14.00 PBCC images/siginfo.pb-c.c [2020-12-11T19:02:28.578Z] #35 12.76 [100%] Linking C executable tini-static [2020-12-11T19:02:28.578Z] #35 ... [2020-12-11T19:02:28.578Z] [2020-12-11T19:02:28.578Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:02:28.578Z] #49 100.3 golang.org/x/sys/unix [2020-12-11T19:02:28.578Z] #49 104.7 encoding/json [2020-12-11T19:02:28.578Z] #49 ... [2020-12-11T19:02:28.578Z] [2020-12-11T19:02:28.578Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:28.578Z] #41 6.829 fatal: not a git repository (or any of the parent directories): .git [2020-12-11T19:02:28.578Z] #41 7.007 GEN .gitid [2020-12-11T19:02:28.752Z] #41 14.13 DEP images/siginfo.pb-c.d [2020-12-11T19:02:28.752Z] #41 14.23 PBCC images/pagemap.pb-c.c [2020-12-11T19:02:28.752Z] #41 14.30 DEP images/pagemap.pb-c.d [2020-12-11T19:02:28.752Z] #41 14.34 PBCC images/rlimit.pb-c.c [2020-12-11T19:02:28.834Z] #41 7.149 GEN criu/include/version.h [2020-12-11T19:02:28.834Z] #41 7.284 GEN include/common/asm [2020-12-11T19:02:28.905Z] #41 114.3 CC criu/bfd.o [2020-12-11T19:02:29.013Z] #41 14.42 DEP images/rlimit.pb-c.d [2020-12-11T19:02:29.013Z] #41 14.50 PBCC images/file-lock.pb-c.c [2020-12-11T19:02:29.013Z] #41 14.52 DEP images/file-lock.pb-c.d [2020-12-11T19:02:29.013Z] #41 14.60 PBCC images/tty.pb-c.c [2020-12-11T19:02:29.165Z] #41 114.7 CC criu/bitmap.o [2020-12-11T19:02:29.275Z] #41 14.70 DEP images/tty.pb-c.d [2020-12-11T19:02:29.275Z] #41 14.81 PBCC images/tun.pb-c.c [2020-12-11T19:02:29.425Z] #41 114.9 CC criu/cgroup-props.o [2020-12-11T19:02:29.465Z] #24 ... [2020-12-11T19:02:29.465Z] [2020-12-11T19:02:29.465Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:29.465Z] #45 166.8 net/http/httptrace [2020-12-11T19:02:29.465Z] #45 167.2 net/http [2020-12-11T19:02:29.537Z] #41 14.87 PBCC images/netdev.pb-c.c [2020-12-11T19:02:29.537Z] #41 14.98 DEP images/tun.pb-c.d [2020-12-11T19:02:29.537Z] #41 15.02 DEP images/netdev.pb-c.d [2020-12-11T19:02:29.763Z] #41 ... [2020-12-11T19:02:29.763Z] [2020-12-11T19:02:29.763Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:02:29.763Z] #11 101.6 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-12-11T19:02:29.763Z] #11 101.6 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-12-11T19:02:29.763Z] #11 101.6 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-12-11T19:02:29.763Z] [2020-12-11T19:02:29.763Z] #11 ... [2020-12-11T19:02:29.763Z] [2020-12-11T19:02:29.763Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:29.763Z] #35 13.71 [100%] Built target tini-static [2020-12-11T19:02:29.763Z] #35 13.93 + mkdir -p /build [2020-12-11T19:02:29.763Z] #35 13.95 + cp tini-static /build/docker-init [2020-12-11T19:02:29.763Z] #35 DONE 14.5s [2020-12-11T19:02:29.763Z] [2020-12-11T19:02:29.763Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:02:29.763Z] #11 111.8 Selecting previously unselected package gcc-mingw-w64-base. [2020-12-11T19:02:29.763Z] #11 111.8 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-12-11T19:02:29.763Z] #11 ... [2020-12-11T19:02:29.763Z] [2020-12-11T19:02:29.763Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:29.763Z] #43 102.1 regexp [2020-12-11T19:02:29.763Z] #43 105.0 go/token [2020-12-11T19:02:29.763Z] #43 106.5 go/scanner [2020-12-11T19:02:29.763Z] #43 108.6 go/ast [2020-12-11T19:02:29.763Z] #43 109.7 internal/lazyregexp [2020-12-11T19:02:29.764Z] #43 110.3 net/url [2020-12-11T19:02:29.799Z] #41 15.16 PBCC images/vma.pb-c.c [2020-12-11T19:02:29.799Z] #41 15.26 DEP images/vma.pb-c.d [2020-12-11T19:02:29.799Z] #41 15.34 PBCC images/creds.pb-c.c [2020-12-11T19:02:29.799Z] #41 15.35 DEP images/creds.pb-c.d [2020-12-11T19:02:29.799Z] #41 15.36 PBCC images/utsns.pb-c.c [2020-12-11T19:02:29.799Z] #41 15.37 DEP images/utsns.pb-c.d [2020-12-11T19:02:29.994Z] #41 115.5 CC criu/cgroup.o [2020-12-11T19:02:30.020Z] #43 ... [2020-12-11T19:02:30.020Z] [2020-12-11T19:02:30.020Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:02:30.020Z] #11 111.8 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-12-11T19:02:30.020Z] #11 111.8 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:02:30.060Z] #41 15.46 PBCC images/ipc-desc.pb-c.c [2020-12-11T19:02:30.060Z] #41 15.49 PBCC images/ipc-sem.pb-c.c [2020-12-11T19:02:30.060Z] #41 ... [2020-12-11T19:02:30.060Z] [2020-12-11T19:02:30.060Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:02:30.060Z] #32 108.2 github.com/BurntSushi/toml/cmd/tomlv [2020-12-11T19:02:30.060Z] #32 DONE 115.7s [2020-12-11T19:02:30.060Z] [2020-12-11T19:02:30.060Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:30.060Z] #41 15.57 DEP images/ipc-desc.pb-c.d [2020-12-11T19:02:30.060Z] #41 ... [2020-12-11T19:02:30.060Z] [2020-12-11T19:02:30.060Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:30.060Z] #43 108.9 internal/lazyregexp [2020-12-11T19:02:30.060Z] #43 109.1 go/ast [2020-12-11T19:02:30.060Z] #43 109.3 net/url [2020-12-11T19:02:30.060Z] #43 112.1 text/template/parse [2020-12-11T19:02:30.276Z] #11 112.2 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-12-11T19:02:30.322Z] #43 ... [2020-12-11T19:02:30.322Z] [2020-12-11T19:02:30.322Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:30.322Z] #41 15.73 DEP images/ipc-sem.pb-c.d [2020-12-11T19:02:30.322Z] #41 15.83 PBCC images/ipc-msg.pb-c.c [2020-12-11T19:02:30.322Z] #41 15.85 DEP images/ipc-msg.pb-c.d [2020-12-11T19:02:30.533Z] #11 112.2 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-12-11T19:02:30.533Z] #11 112.2 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:02:30.584Z] #41 15.94 PBCC images/ipc-shm.pb-c.c [2020-12-11T19:02:30.584Z] #41 15.99 DEP images/ipc-shm.pb-c.d [2020-12-11T19:02:30.584Z] #41 16.07 PBCC images/ipc-var.pb-c.c [2020-12-11T19:02:30.584Z] #41 16.11 DEP images/ipc-var.pb-c.d [2020-12-11T19:02:30.846Z] #41 16.15 PBCC images/sk-opts.pb-c.c [2020-12-11T19:02:30.846Z] #41 16.24 PBCC images/packet-sock.pb-c.c [2020-12-11T19:02:30.846Z] #41 16.35 DEP images/sk-opts.pb-c.d [2020-12-11T19:02:30.846Z] #41 16.45 DEP images/packet-sock.pb-c.d [2020-12-11T19:02:30.932Z] #41 ... [2020-12-11T19:02:30.932Z] [2020-12-11T19:02:30.932Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:02:30.932Z] #18 22.00 The following NEW packages will be installed: [2020-12-11T19:02:30.932Z] #18 22.01 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-12-11T19:02:30.932Z] #18 22.02 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-12-11T19:02:30.932Z] #18 22.02 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-12-11T19:02:30.932Z] #18 22.02 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-12-11T19:02:30.932Z] #18 22.02 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-12-11T19:02:30.932Z] #18 22.02 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-12-11T19:02:30.932Z] #18 22.02 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-12-11T19:02:30.932Z] #18 22.02 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-12-11T19:02:30.932Z] #18 22.02 xz-utils zip [2020-12-11T19:02:30.932Z] #18 22.37 0 upgraded, 48 newly installed, 0 to remove and 14 not upgraded. [2020-12-11T19:02:30.933Z] #18 22.37 Need to get 28.5 MB of archives. [2020-12-11T19:02:30.933Z] #18 22.37 After this operation, 116 MB of additional disk space will be used. [2020-12-11T19:02:30.933Z] #18 22.37 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-12-11T19:02:30.933Z] #18 22.37 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-12-11T19:02:30.933Z] #18 22.39 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-12-11T19:02:30.933Z] #18 22.49 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-12-11T19:02:30.933Z] #18 22.50 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-12-11T19:02:30.933Z] #18 22.50 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-12-11T19:02:30.933Z] #18 22.60 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-12-11T19:02:30.933Z] #18 22.62 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-12-11T19:02:30.933Z] #18 22.62 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-12-11T19:02:30.933Z] #18 22.62 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-12-11T19:02:30.933Z] #18 22.63 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-12-11T19:02:30.933Z] #18 22.63 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-12-11T19:02:30.933Z] #18 22.64 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-12-11T19:02:30.933Z] #18 22.64 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-12-11T19:02:30.933Z] #18 22.65 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-12-11T19:02:30.933Z] #18 22.65 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-12-11T19:02:30.933Z] #18 22.67 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-12-11T19:02:30.933Z] #18 22.68 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-12-11T19:02:30.933Z] #18 22.68 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-12-11T19:02:30.933Z] #18 22.70 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-12-11T19:02:30.933Z] #18 22.71 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-12-11T19:02:30.933Z] #18 22.72 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-12-11T19:02:30.933Z] #18 22.75 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-12-11T19:02:30.933Z] #18 22.76 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-12-11T19:02:30.933Z] #18 22.77 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-12-11T19:02:30.933Z] #18 22.78 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-12-11T19:02:30.933Z] #18 22.79 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-12-11T19:02:30.933Z] #18 22.79 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-12-11T19:02:30.933Z] #18 22.79 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-12-11T19:02:30.933Z] #18 23.21 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-12-11T19:02:30.933Z] #18 23.21 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-12-11T19:02:30.933Z] #18 23.21 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-12-11T19:02:30.933Z] #18 23.21 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-12-11T19:02:30.933Z] #18 23.22 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-12-11T19:02:30.933Z] #18 23.23 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-12-11T19:02:30.933Z] #18 23.32 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-12-11T19:02:30.933Z] #18 23.32 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-12-11T19:02:30.933Z] #18 23.33 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-12-11T19:02:30.933Z] #18 23.34 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-12-11T19:02:30.933Z] #18 23.35 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-12-11T19:02:30.933Z] #18 23.37 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-12-11T19:02:30.933Z] #18 23.37 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-12-11T19:02:30.933Z] #18 23.43 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-12-11T19:02:30.933Z] #18 23.45 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-12-11T19:02:30.933Z] #18 23.46 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-12-11T19:02:30.933Z] #18 23.76 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-12-11T19:02:30.933Z] #18 23.83 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-12-11T19:02:30.933Z] #18 23.88 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-12-11T19:02:30.933Z] #18 24.46 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:02:30.933Z] #18 24.55 Fetched 28.5 MB in 2s (16.0 MB/s) [2020-12-11T19:02:30.933Z] #18 24.61 Selecting previously unselected package pigz. [2020-12-11T19:02:30.933Z] #18 24.61 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2020-12-11T19:02:30.933Z] #18 24.65 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-12-11T19:02:30.933Z] #18 24.66 Unpacking pigz (2.4-1) ... [2020-12-11T19:02:30.933Z] #18 24.74 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-12-11T19:02:30.933Z] #18 24.74 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-12-11T19:02:30.933Z] #18 24.74 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-12-11T19:02:30.933Z] #18 25.13 Selecting previously unselected package python3.7-minimal. [2020-12-11T19:02:30.933Z] #18 25.13 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-12-11T19:02:30.933Z] #18 25.14 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-12-11T19:02:30.933Z] #18 26.02 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-12-11T19:02:30.933Z] #18 26.04 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-12-11T19:02:31.109Z] #41 16.59 PBCC images/sk-netlink.pb-c.c [2020-12-11T19:02:31.161Z] #43 ... [2020-12-11T19:02:31.162Z] [2020-12-11T19:02:31.162Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:02:31.162Z] #11 116.5 Selecting previously unselected package libapparmor1:arm64. [2020-12-11T19:02:31.162Z] #11 116.5 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2020-12-11T19:02:31.162Z] #11 116.5 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2020-12-11T19:02:31.162Z] #11 116.7 Selecting previously unselected package libapparmor-dev:arm64. [2020-12-11T19:02:31.162Z] #11 116.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2020-12-11T19:02:31.162Z] #11 116.7 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2020-12-11T19:02:31.162Z] #11 116.8 Selecting previously unselected package libbtrfs0. [2020-12-11T19:02:31.162Z] #11 116.8 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2020-12-11T19:02:31.162Z] #11 116.9 Unpacking libbtrfs0 (4.20.1-2) ... [2020-12-11T19:02:31.162Z] #11 117.0 Selecting previously unselected package libbtrfs-dev. [2020-12-11T19:02:31.162Z] #11 117.1 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-12-11T19:02:31.162Z] #11 117.1 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-12-11T19:02:31.162Z] #11 117.3 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2020-12-11T19:02:31.162Z] #11 117.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-12-11T19:02:31.162Z] #11 117.3 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-12-11T19:02:31.162Z] #11 117.6 Selecting previously unselected package libudev-dev:arm64. [2020-12-11T19:02:31.162Z] #11 117.6 Preparing to unpack .../15-libudev-dev_241-7~deb10u5_arm64.deb ... [2020-12-11T19:02:31.162Z] #11 117.6 Unpacking libudev-dev:arm64 (241-7~deb10u5) ... [2020-12-11T19:02:31.162Z] #11 118.1 Selecting previously unselected package libsepol1-dev:arm64. [2020-12-11T19:02:31.162Z] #11 118.1 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2020-12-11T19:02:31.162Z] #11 118.1 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2020-12-11T19:02:31.371Z] #41 16.75 DEP images/sk-netlink.pb-c.d [2020-12-11T19:02:31.371Z] #41 16.84 PBCC images/sk-inet.pb-c.c [2020-12-11T19:02:31.502Z] #18 27.84 Selecting previously unselected package python3-minimal. [2020-12-11T19:02:31.560Z] #45 ... [2020-12-11T19:02:31.560Z] [2020-12-11T19:02:31.560Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:31.560Z] #43 91.53 DEP criu/aio.d [2020-12-11T19:02:31.560Z] #43 91.73 DEP criu/action-scripts.d [2020-12-11T19:02:31.560Z] #43 92.17 CC criu/action-scripts.o [2020-12-11T19:02:31.560Z] #43 92.82 CC criu/aio.o [2020-12-11T19:02:31.560Z] #43 93.51 CC criu/autofs.o [2020-12-11T19:02:31.560Z] #43 96.21 CC criu/bfd.o [2020-12-11T19:02:31.560Z] #43 96.97 CC criu/bitmap.o [2020-12-11T19:02:31.560Z] #43 97.22 CC criu/cgroup-props.o [2020-12-11T19:02:31.560Z] #43 98.56 CC criu/cgroup.o [2020-12-11T19:02:31.560Z] #43 ... [2020-12-11T19:02:31.560Z] [2020-12-11T19:02:31.560Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:02:31.560Z] #20 38.53 Unpacking bash-completion (1:2.8-6) ... [2020-12-11T19:02:31.560Z] #20 39.01 Selecting previously unselected package bzip2. [2020-12-11T19:02:31.560Z] #20 39.01 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2020-12-11T19:02:31.560Z] #20 39.02 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-12-11T19:02:31.560Z] #20 39.10 Selecting previously unselected package xz-utils. [2020-12-11T19:02:31.560Z] #20 39.11 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2020-12-11T19:02:31.560Z] #20 39.11 Unpacking xz-utils (5.2.4-1) ... [2020-12-11T19:02:31.560Z] #20 39.32 Selecting previously unselected package apparmor. [2020-12-11T19:02:31.560Z] #20 39.34 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2020-12-11T19:02:31.560Z] #20 39.49 Unpacking apparmor (2.13.2-10) ... [2020-12-11T19:02:31.560Z] #20 39.96 Selecting previously unselected package aufs-tools. [2020-12-11T19:02:31.560Z] #20 39.97 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2020-12-11T19:02:31.560Z] #20 39.97 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-12-11T19:02:31.560Z] #20 40.19 Selecting previously unselected package libonig5:ppc64el. [2020-12-11T19:02:31.560Z] #20 40.19 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2020-12-11T19:02:31.560Z] #20 40.20 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-12-11T19:02:31.560Z] #20 40.36 Selecting previously unselected package libjq1:ppc64el. [2020-12-11T19:02:31.560Z] #20 40.37 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-12-11T19:02:31.560Z] #20 40.38 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-12-11T19:02:31.560Z] #20 40.51 Selecting previously unselected package jq. [2020-12-11T19:02:31.560Z] #20 40.53 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-12-11T19:02:31.560Z] #20 40.53 Unpacking jq (1.5+dfsg-2+b1) ... [2020-12-11T19:02:31.560Z] #20 40.62 Selecting previously unselected package libaio1:ppc64el. [2020-12-11T19:02:31.560Z] #20 40.63 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2020-12-11T19:02:31.560Z] #20 40.63 Unpacking libaio1:ppc64el (0.3.112-3) ... [2020-12-11T19:02:31.560Z] #20 40.74 Selecting previously unselected package libgpm2:ppc64el. [2020-12-11T19:02:31.560Z] #20 40.74 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2020-12-11T19:02:31.560Z] #20 40.75 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2020-12-11T19:02:31.560Z] #20 40.83 Selecting previously unselected package libicu63:ppc64el. [2020-12-11T19:02:31.560Z] #20 40.83 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-12-11T19:02:31.560Z] #20 40.85 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-12-11T19:02:31.560Z] #20 45.58 Selecting previously unselected package libnet1:ppc64el. [2020-12-11T19:02:31.560Z] #20 45.58 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-12-11T19:02:31.560Z] #20 45.59 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-12-11T19:02:31.560Z] #20 45.68 Selecting previously unselected package libnl-3-200:ppc64el. [2020-12-11T19:02:31.560Z] #20 45.69 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-12-11T19:02:31.560Z] #20 45.69 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-12-11T19:02:31.560Z] #20 45.80 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-12-11T19:02:31.560Z] #20 45.81 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-12-11T19:02:31.560Z] #20 45.82 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-12-11T19:02:31.560Z] #20 45.92 Selecting previously unselected package libreadline5:ppc64el. [2020-12-11T19:02:31.560Z] #20 45.94 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2020-12-11T19:02:31.560Z] #20 45.94 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-12-11T19:02:31.560Z] #20 46.12 Selecting previously unselected package net-tools. [2020-12-11T19:02:31.560Z] #20 46.13 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2020-12-11T19:02:31.560Z] #20 46.15 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-12-11T19:02:31.560Z] #20 46.48 Selecting previously unselected package python-pip-whl. [2020-12-11T19:02:31.560Z] #20 46.49 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-12-11T19:02:31.560Z] #20 46.50 Unpacking python-pip-whl (18.1-5) ... [2020-12-11T19:02:31.560Z] #20 47.13 Selecting previously unselected package python3-lib2to3. [2020-12-11T19:02:31.560Z] #20 47.14 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-12-11T19:02:31.560Z] #20 47.14 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-12-11T19:02:31.560Z] #20 47.30 Selecting previously unselected package python3-distutils. [2020-12-11T19:02:31.560Z] #20 47.30 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-12-11T19:02:31.560Z] #20 47.32 Unpacking python3-distutils (3.7.3-1) ... [2020-12-11T19:02:31.560Z] #20 47.48 Selecting previously unselected package python3-pip. [2020-12-11T19:02:31.560Z] #20 47.50 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-12-11T19:02:31.560Z] #20 47.51 Unpacking python3-pip (18.1-5) ... [2020-12-11T19:02:31.560Z] #20 47.71 Selecting previously unselected package python3-pkg-resources. [2020-12-11T19:02:31.560Z] #20 47.71 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-12-11T19:02:31.560Z] #20 47.71 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-12-11T19:02:31.560Z] #20 47.87 Selecting previously unselected package python3-setuptools. [2020-12-11T19:02:31.560Z] #20 47.87 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-12-11T19:02:31.560Z] #20 47.88 Unpacking python3-setuptools (40.8.0-1) ... [2020-12-11T19:02:31.560Z] #20 48.13 Selecting previously unselected package python3-wheel. [2020-12-11T19:02:31.560Z] #20 48.15 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-12-11T19:02:31.560Z] #20 48.19 Unpacking python3-wheel (0.32.3-2) ... [2020-12-11T19:02:31.560Z] #20 48.28 Selecting previously unselected package sudo. [2020-12-11T19:02:31.560Z] #20 48.32 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ... [2020-12-11T19:02:31.560Z] #20 48.34 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-12-11T19:02:31.633Z] #41 16.94 DEP images/sk-inet.pb-c.d [2020-12-11T19:02:31.633Z] #41 17.03 PBCC images/sk-unix.pb-c.c [2020-12-11T19:02:31.633Z] #41 17.06 DEP images/sk-unix.pb-c.d [2020-12-11T19:02:31.633Z] #41 17.14 PBCC images/mm.pb-c.c [2020-12-11T19:02:31.633Z] #41 17.25 DEP images/mm.pb-c.d [2020-12-11T19:02:31.741Z] #11 118.5 Selecting previously unselected package libpcre16-3:arm64. [2020-12-11T19:02:31.741Z] #11 118.5 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2020-12-11T19:02:31.741Z] #11 118.5 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2020-12-11T19:02:31.741Z] #11 118.7 Selecting previously unselected package libpcre32-3:arm64. [2020-12-11T19:02:31.762Z] #18 27.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 ... 23681 files and directories currently installed.) [2020-12-11T19:02:31.762Z] #18 27.90 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-12-11T19:02:31.762Z] #18 27.91 Unpacking python3-minimal (3.7.3-1) ... [2020-12-11T19:02:31.762Z] #18 28.00 Selecting previously unselected package libmpdec2:amd64. [2020-12-11T19:02:31.762Z] #18 28.01 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-12-11T19:02:31.762Z] #18 28.04 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-12-11T19:02:31.762Z] #18 28.14 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-12-11T19:02:31.857Z] #20 48.99 Selecting previously unselected package thin-provisioning-tools. [2020-12-11T19:02:32.006Z] #11 118.7 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2020-12-11T19:02:32.006Z] #11 118.8 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2020-12-11T19:02:32.006Z] #11 119.0 Selecting previously unselected package libpcrecpp0v5:arm64. [2020-12-11T19:02:32.006Z] #11 119.0 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2020-12-11T19:02:32.006Z] #11 119.0 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-12-11T19:02:32.021Z] #18 28.14 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-12-11T19:02:32.021Z] #18 28.15 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-12-11T19:02:32.155Z] #20 49.00 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2020-12-11T19:02:32.155Z] #20 49.01 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-12-11T19:02:32.155Z] #20 49.27 Selecting previously unselected package uidmap. [2020-12-11T19:02:32.155Z] #20 49.28 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2020-12-11T19:02:32.155Z] #20 49.29 Unpacking uidmap (1:4.5-1.1) ... [2020-12-11T19:02:32.155Z] #20 49.42 Selecting previously unselected package vim-runtime. [2020-12-11T19:02:32.206Z] #41 17.44 PBCC images/timerfd.pb-c.c [2020-12-11T19:02:32.206Z] #41 17.57 DEP images/timerfd.pb-c.d [2020-12-11T19:02:32.206Z] #41 17.61 PBCC images/timer.pb-c.c [2020-12-11T19:02:32.206Z] #41 17.61 DEP images/timer.pb-c.d [2020-12-11T19:02:32.206Z] #41 17.66 PBCC images/sa.pb-c.c [2020-12-11T19:02:32.206Z] #41 17.71 DEP images/sa.pb-c.d [2020-12-11T19:02:32.206Z] #41 17.77 PBCC images/pipe-data.pb-c.c [2020-12-11T19:02:32.452Z] #20 49.42 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-12-11T19:02:32.452Z] #20 49.49 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-12-11T19:02:32.452Z] #20 49.54 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-12-11T19:02:32.452Z] #20 49.55 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-12-11T19:02:32.467Z] #41 17.85 DEP images/pipe-data.pb-c.d [2020-12-11T19:02:32.467Z] #41 17.97 PBCC images/mnt.pb-c.c [2020-12-11T19:02:32.467Z] #41 18.02 DEP images/mnt.pb-c.d [2020-12-11T19:02:32.509Z] #11 ... [2020-12-11T19:02:32.509Z] [2020-12-11T19:02:32.509Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:02:32.509Z] #32 DONE 114.2s [2020-12-11T19:02:32.509Z] [2020-12-11T19:02:32.509Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:32.509Z] #41 10.67 PBCC images/timens.pb-c.c [2020-12-11T19:02:32.509Z] #41 10.70 DEP images/timens.pb-c.d [2020-12-11T19:02:32.509Z] #41 10.76 PBCC images/fown.pb-c.c [2020-12-11T19:02:32.509Z] #41 10.82 PBCC images/google/protobuf/descriptor.pb-c.c [2020-12-11T19:02:32.509Z] #41 10.99 PBCC images/opts.pb-c.c [2020-12-11T19:02:32.509Z] #41 11.05 PBCC images/memfd.pb-c.c [2020-12-11T19:02:32.583Z] #11 119.3 Selecting previously unselected package libpcre3-dev:arm64. [2020-12-11T19:02:32.584Z] #11 119.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2020-12-11T19:02:32.590Z] #18 29.02 Selecting previously unselected package python3.7. [2020-12-11T19:02:32.729Z] #41 18.15 PBCC images/sk-packet.pb-c.c [2020-12-11T19:02:32.729Z] #41 18.19 DEP images/sk-packet.pb-c.d [2020-12-11T19:02:32.729Z] #41 18.29 PBCC images/tcp-stream.pb-c.c [2020-12-11T19:02:32.769Z] #41 11.17 DEP images/fown.pb-c.d [2020-12-11T19:02:32.769Z] #41 11.31 DEP images/google/protobuf/descriptor.pb-c.d [2020-12-11T19:02:32.848Z] #11 119.6 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2020-12-11T19:02:32.850Z] #18 29.02 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-12-11T19:02:32.850Z] #18 29.03 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-12-11T19:02:32.850Z] #18 ... [2020-12-11T19:02:32.850Z] [2020-12-11T19:02:32.850Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:32.850Z] #41 118.3 CC criu/clone-noasan.o [2020-12-11T19:02:32.993Z] #41 18.45 DEP images/tcp-stream.pb-c.d [2020-12-11T19:02:32.993Z] #41 18.60 PBCC images/pipe.pb-c.c [2020-12-11T19:02:33.026Z] #41 11.46 DEP images/opts.pb-c.d [2020-12-11T19:02:33.026Z] #41 11.55 DEP images/memfd.pb-c.d [2020-12-11T19:02:33.109Z] #41 118.5 CC criu/config.o [2020-12-11T19:02:33.111Z] #11 120.0 Selecting previously unselected package libselinux1-dev:arm64. [2020-12-11T19:02:33.112Z] #11 120.0 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2020-12-11T19:02:33.112Z] #11 120.0 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2020-12-11T19:02:33.282Z] #41 11.66 PBCC images/sit.pb-c.c [2020-12-11T19:02:33.282Z] #41 11.74 DEP images/sit.pb-c.d [2020-12-11T19:02:33.376Z] #11 120.3 Selecting previously unselected package libdevmapper-dev:arm64. [2020-12-11T19:02:33.376Z] #11 120.3 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2020-12-11T19:02:33.376Z] #11 120.4 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-12-11T19:02:33.504Z] #20 ... [2020-12-11T19:02:33.504Z] [2020-12-11T19:02:33.504Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:33.504Z] #43 103.7 CC criu/clone-noasan.o [2020-12-11T19:02:33.538Z] #41 11.90 PBCC images/macvlan.pb-c.c [2020-12-11T19:02:33.538Z] #41 11.96 DEP images/macvlan.pb-c.d [2020-12-11T19:02:33.538Z] #41 12.10 PBCC images/autofs.pb-c.c [2020-12-11T19:02:33.566Z] #41 18.79 DEP images/pipe.pb-c.d [2020-12-11T19:02:33.566Z] #41 18.89 PBCC images/pstree.pb-c.c [2020-12-11T19:02:33.566Z] #41 18.91 DEP images/pstree.pb-c.d [2020-12-11T19:02:33.566Z] #41 18.94 PBCC images/fs.pb-c.c [2020-12-11T19:02:33.566Z] #41 18.97 DEP images/fs.pb-c.d [2020-12-11T19:02:33.566Z] #41 19.02 PBCC images/signalfd.pb-c.c [2020-12-11T19:02:33.566Z] #41 19.09 DEP images/signalfd.pb-c.d [2020-12-11T19:02:33.639Z] #11 120.6 Selecting previously unselected package libseccomp-dev:arm64. [2020-12-11T19:02:33.639Z] #11 120.6 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ... [2020-12-11T19:02:33.639Z] #11 120.6 Unpacking libseccomp-dev:arm64 (2.3.3-4) ... [2020-12-11T19:02:33.795Z] #41 12.15 DEP images/autofs.pb-c.d [2020-12-11T19:02:33.795Z] #41 12.21 PBCC images/sysctl.pb-c.c [2020-12-11T19:02:33.795Z] #41 12.27 DEP images/sysctl.pb-c.d [2020-12-11T19:02:33.795Z] #41 12.36 PBCC images/time.pb-c.c [2020-12-11T19:02:33.802Z] #43 103.9 CC criu/config.o [2020-12-11T19:02:33.828Z] #41 19.21 PBCC images/fh.pb-c.c [2020-12-11T19:02:33.828Z] #41 19.23 PBCC images/fsnotify.pb-c.c [2020-12-11T19:02:33.828Z] #41 19.25 DEP images/fh.pb-c.d [2020-12-11T19:02:33.828Z] #41 19.32 DEP images/fsnotify.pb-c.d [2020-12-11T19:02:33.828Z] #41 19.34 PBCC images/eventpoll.pb-c.c [2020-12-11T19:02:33.828Z] #41 19.36 DEP images/eventpoll.pb-c.d [2020-12-11T19:02:33.828Z] #41 19.38 PBCC images/eventfd.pb-c.c [2020-12-11T19:02:33.828Z] #41 19.39 DEP images/eventfd.pb-c.d [2020-12-11T19:02:33.828Z] #41 19.45 PBCC images/remap-file-path.pb-c.c [2020-12-11T19:02:33.903Z] #11 120.8 Selecting previously unselected package libsystemd-dev:arm64. [2020-12-11T19:02:33.903Z] #11 120.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u5_arm64.deb ... [2020-12-11T19:02:33.903Z] #11 120.8 Unpacking libsystemd-dev:arm64 (241-7~deb10u5) ... [2020-12-11T19:02:34.051Z] #41 12.46 DEP images/time.pb-c.d [2020-12-11T19:02:34.051Z] #41 12.50 PBCC images/binfmt-misc.pb-c.c [2020-12-11T19:02:34.051Z] #41 12.54 DEP images/binfmt-misc.pb-c.d [2020-12-11T19:02:34.104Z] #41 19.51 DEP images/remap-file-path.pb-c.d [2020-12-11T19:02:34.104Z] #41 19.59 PBCC images/fifo.pb-c.c [2020-12-11T19:02:34.104Z] #41 19.61 DEP images/fifo.pb-c.d [2020-12-11T19:02:34.104Z] #41 19.68 PBCC images/ghost-file.pb-c.c [2020-12-11T19:02:34.104Z] #41 19.73 DEP images/ghost-file.pb-c.d [2020-12-11T19:02:34.307Z] #41 12.65 PBCC images/seccomp.pb-c.c [2020-12-11T19:02:34.308Z] #41 12.72 DEP images/seccomp.pb-c.d [2020-12-11T19:02:34.308Z] #41 12.84 PBCC images/userns.pb-c.c [2020-12-11T19:02:34.366Z] #41 19.80 PBCC images/regfile.pb-c.c [2020-12-11T19:02:34.366Z] #41 19.85 DEP images/regfile.pb-c.d [2020-12-11T19:02:34.366Z] #41 19.98 PBCC images/ns.pb-c.c [2020-12-11T19:02:34.366Z] #41 ... [2020-12-11T19:02:34.366Z] [2020-12-11T19:02:34.366Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:02:34.366Z] #49 110.1 github.com/pkg/diff [2020-12-11T19:02:34.366Z] #49 113.1 go/ast [2020-12-11T19:02:34.366Z] #49 116.4 golang.org/x/crypto/ssh/terminal [2020-12-11T19:02:34.366Z] #49 118.9 mvdan.cc/editorconfig [2020-12-11T19:02:34.490Z] #41 120.0 CC criu/cr-check.o [2020-12-11T19:02:34.564Z] #41 12.88 DEP images/userns.pb-c.d [2020-12-11T19:02:34.564Z] #41 13.00 PBCC images/cgroup.pb-c.c [2020-12-11T19:02:34.564Z] #41 13.07 DEP images/cgroup.pb-c.d [2020-12-11T19:02:34.628Z] #49 ... [2020-12-11T19:02:34.628Z] [2020-12-11T19:02:34.628Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:34.628Z] #41 20.02 DEP images/ns.pb-c.d [2020-12-11T19:02:34.628Z] #41 20.14 PBCC images/fdinfo.pb-c.c [2020-12-11T19:02:34.628Z] #41 20.24 DEP images/fdinfo.pb-c.d [2020-12-11T19:02:34.821Z] #41 13.20 PBCC images/ext-file.pb-c.c [2020-12-11T19:02:34.821Z] #41 13.28 DEP images/ext-file.pb-c.d [2020-12-11T19:02:34.821Z] #41 13.40 PBCC images/rpc.pb-c.c [2020-12-11T19:02:34.890Z] #41 20.38 PBCC images/core-aarch64.pb-c.c [2020-12-11T19:02:34.890Z] #41 20.48 PBCC images/core-arm.pb-c.c [2020-12-11T19:02:35.077Z] #41 13.56 DEP images/rpc.pb-c.d [2020-12-11T19:02:35.077Z] #41 13.67 PBCC images/siginfo.pb-c.c [2020-12-11T19:02:35.152Z] #41 20.63 PBCC images/core-ppc64.pb-c.c [2020-12-11T19:02:35.152Z] #41 20.76 PBCC images/core-s390.pb-c.c [2020-12-11T19:02:35.333Z] #41 13.73 DEP images/siginfo.pb-c.d [2020-12-11T19:02:35.333Z] #41 13.83 PBCC images/pagemap.pb-c.c [2020-12-11T19:02:35.333Z] #41 13.94 DEP images/pagemap.pb-c.d [2020-12-11T19:02:35.589Z] #41 14.08 PBCC images/rlimit.pb-c.c [2020-12-11T19:02:35.726Z] #41 21.00 PBCC images/core-x86.pb-c.c [2020-12-11T19:02:35.726Z] #41 21.15 PBCC images/core.pb-c.c [2020-12-11T19:02:35.726Z] #41 21.34 PBCC images/inventory.pb-c.c [2020-12-11T19:02:35.832Z] #11 ... [2020-12-11T19:02:35.832Z] [2020-12-11T19:02:35.832Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-11T19:02:35.832Z] #30 DONE 122.3s [2020-12-11T19:02:35.832Z] [2020-12-11T19:02:35.832Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:35.832Z] #41 32.20 CC images/sk-netlink.o [2020-12-11T19:02:35.832Z] #41 32.64 CC images/packet-sock.o [2020-12-11T19:02:35.832Z] #41 33.20 CC images/ipc-var.o [2020-12-11T19:02:35.832Z] #41 33.47 CC images/ipc-desc.o [2020-12-11T19:02:35.832Z] #41 33.72 CC images/ipc-shm.o [2020-12-11T19:02:35.832Z] #41 33.92 CC images/ipc-msg.o [2020-12-11T19:02:35.832Z] #41 34.33 CC images/ipc-sem.o [2020-12-11T19:02:35.832Z] #41 34.47 CC images/utsns.o [2020-12-11T19:02:35.832Z] #41 34.65 CC images/creds.o [2020-12-11T19:02:35.832Z] #41 34.87 CC images/vma.o [2020-12-11T19:02:35.832Z] #41 35.18 CC images/netdev.o [2020-12-11T19:02:35.832Z] #41 35.53 CC images/tty.o [2020-12-11T19:02:35.832Z] #41 36.25 CC images/file-lock.o [2020-12-11T19:02:35.832Z] #41 36.42 CC images/rlimit.o [2020-12-11T19:02:35.832Z] #41 36.73 CC images/pagemap.o [2020-12-11T19:02:35.832Z] #41 37.02 CC images/siginfo.o [2020-12-11T19:02:35.832Z] #41 37.36 CC images/rpc.o [2020-12-11T19:02:35.832Z] #41 38.92 CC images/ext-file.o [2020-12-11T19:02:35.832Z] #41 39.13 CC images/cgroup.o [2020-12-11T19:02:35.832Z] #41 39.86 CC images/userns.o [2020-12-11T19:02:35.832Z] #41 40.11 CC images/google/protobuf/descriptor.o [2020-12-11T19:02:35.832Z] #41 41.96 CC images/opts.o [2020-12-11T19:02:35.832Z] #41 ... [2020-12-11T19:02:35.832Z] [2020-12-11T19:02:35.832Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:35.832Z] #43 DONE 122.8s [2020-12-11T19:02:35.845Z] #41 14.11 DEP images/rlimit.pb-c.d [2020-12-11T19:02:35.845Z] #41 14.30 PBCC images/file-lock.pb-c.c [2020-12-11T19:02:36.096Z] [2020-12-11T19:02:36.096Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:36.096Z] #41 42.28 CC images/seccomp.o [2020-12-11T19:02:36.101Z] #41 14.42 DEP images/file-lock.pb-c.d [2020-12-11T19:02:36.101Z] #41 14.53 PBCC images/tty.pb-c.c [2020-12-11T19:02:36.101Z] #41 14.59 DEP images/tty.pb-c.d [2020-12-11T19:02:36.101Z] #41 14.64 PBCC images/tun.pb-c.c [2020-12-11T19:02:36.300Z] #41 21.52 DEP images/core-aarch64.pb-c.d [2020-12-11T19:02:36.300Z] #41 21.62 DEP images/core-arm.pb-c.d [2020-12-11T19:02:36.300Z] #41 21.68 DEP images/core-ppc64.pb-c.d [2020-12-11T19:02:36.300Z] #41 21.72 DEP images/core-s390.pb-c.d [2020-12-11T19:02:36.300Z] #41 21.77 DEP images/core-x86.pb-c.d [2020-12-11T19:02:36.300Z] #41 21.83 DEP images/core.pb-c.d [2020-12-11T19:02:36.357Z] #41 14.65 PBCC images/netdev.pb-c.c [2020-12-11T19:02:36.357Z] #41 14.66 DEP images/tun.pb-c.d [2020-12-11T19:02:36.357Z] #41 14.67 DEP images/netdev.pb-c.d [2020-12-11T19:02:36.357Z] #41 14.68 PBCC images/vma.pb-c.c [2020-12-11T19:02:36.357Z] #41 14.69 DEP images/vma.pb-c.d [2020-12-11T19:02:36.357Z] #41 14.70 PBCC images/creds.pb-c.c [2020-12-11T19:02:36.357Z] #41 14.75 DEP images/creds.pb-c.d [2020-12-11T19:02:36.357Z] #41 14.82 PBCC images/utsns.pb-c.c [2020-12-11T19:02:36.357Z] #41 14.88 DEP images/utsns.pb-c.d [2020-12-11T19:02:36.398Z] #41 121.7 CC criu/cr-dedup.o [2020-12-11T19:02:36.398Z] #41 122.0 CC criu/cr-dump.o [2020-12-11T19:02:36.562Z] #41 21.93 DEP images/inventory.pb-c.d [2020-12-11T19:02:36.562Z] #41 21.99 PBCC images/cpuinfo.pb-c.c [2020-12-11T19:02:36.562Z] #41 22.06 DEP images/cpuinfo.pb-c.d [2020-12-11T19:02:36.575Z] #43 106.8 CC criu/cr-check.o [2020-12-11T19:02:36.655Z] #41 15.03 PBCC images/ipc-desc.pb-c.c [2020-12-11T19:02:36.655Z] #41 15.05 PBCC images/ipc-sem.pb-c.c [2020-12-11T19:02:36.655Z] #41 15.08 DEP images/ipc-desc.pb-c.d [2020-12-11T19:02:36.655Z] #41 15.12 DEP images/ipc-sem.pb-c.d [2020-12-11T19:02:36.674Z] #41 42.75 CC images/binfmt-misc.o [2020-12-11T19:02:36.828Z] #41 22.16 PBCC images/stats.pb-c.c [2020-12-11T19:02:36.828Z] #41 22.21 DEP images/stats.pb-c.d [2020-12-11T19:02:36.911Z] #41 15.25 PBCC images/ipc-msg.pb-c.c [2020-12-11T19:02:36.911Z] #41 15.30 DEP images/ipc-msg.pb-c.d [2020-12-11T19:02:36.911Z] #41 15.39 PBCC images/ipc-shm.pb-c.c [2020-12-11T19:02:36.911Z] #41 15.41 DEP images/ipc-shm.pb-c.d [2020-12-11T19:02:36.911Z] #41 15.53 PBCC images/ipc-var.pb-c.c [2020-12-11T19:02:36.939Z] #41 43.05 CC images/time.o [2020-12-11T19:02:37.167Z] #41 15.54 DEP images/ipc-var.pb-c.d [2020-12-11T19:02:37.167Z] #41 15.58 PBCC images/sk-opts.pb-c.c [2020-12-11T19:02:37.167Z] #41 15.62 PBCC images/packet-sock.pb-c.c [2020-12-11T19:02:37.167Z] #41 15.66 DEP images/sk-opts.pb-c.d [2020-12-11T19:02:37.167Z] #41 15.75 DEP images/packet-sock.pb-c.d [2020-12-11T19:02:37.167Z] #41 15.80 PBCC images/sk-netlink.pb-c.c [2020-12-11T19:02:37.204Z] #41 43.38 CC images/sysctl.o [2020-12-11T19:02:37.425Z] #41 15.87 DEP images/sk-netlink.pb-c.d [2020-12-11T19:02:37.425Z] #41 15.93 PBCC images/sk-inet.pb-c.c [2020-12-11T19:02:37.475Z] #41 43.67 CC images/autofs.o [2020-12-11T19:02:37.681Z] #41 16.01 DEP images/sk-inet.pb-c.d [2020-12-11T19:02:37.681Z] #41 16.13 PBCC images/sk-unix.pb-c.c [2020-12-11T19:02:37.744Z] #41 43.99 CC images/macvlan.o [2020-12-11T19:02:37.938Z] #41 16.24 DEP images/sk-unix.pb-c.d [2020-12-11T19:02:37.938Z] #41 16.35 PBCC images/mm.pb-c.c [2020-12-11T19:02:37.938Z] #41 16.44 DEP images/mm.pb-c.d [2020-12-11T19:02:38.008Z] #41 44.24 CC images/sit.o [2020-12-11T19:02:38.194Z] #41 16.51 PBCC images/timerfd.pb-c.c [2020-12-11T19:02:38.194Z] #41 16.59 DEP images/timerfd.pb-c.d [2020-12-11T19:02:38.194Z] #41 16.70 PBCC images/timer.pb-c.c [2020-12-11T19:02:38.194Z] #41 16.75 DEP images/timer.pb-c.d [2020-12-11T19:02:38.272Z] #41 44.61 CC images/memfd.o [2020-12-11T19:02:38.306Z] #41 ... [2020-12-11T19:02:38.306Z] [2020-12-11T19:02:38.306Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:02:38.306Z] #18 29.17 Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-11T19:02:38.306Z] #18 29.17 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-12-11T19:02:38.306Z] #18 29.19 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-12-11T19:02:38.306Z] #18 29.29 Setting up python3-minimal (3.7.3-1) ... [2020-12-11T19:02:38.306Z] #18 30.17 Selecting previously unselected package python3. [2020-12-11T19:02:38.306Z] #18 30.17 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2020-12-11T19:02:38.306Z] #18 30.21 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-12-11T19:02:38.306Z] #18 30.23 Unpacking python3 (3.7.3-1) ... [2020-12-11T19:02:38.306Z] #18 30.32 Selecting previously unselected package libip4tc0:amd64. [2020-12-11T19:02:38.306Z] #18 30.32 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-12-11T19:02:38.306Z] #18 30.33 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-12-11T19:02:38.306Z] #18 30.39 Selecting previously unselected package libip6tc0:amd64. [2020-12-11T19:02:38.306Z] #18 30.40 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-12-11T19:02:38.306Z] #18 30.40 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-12-11T19:02:38.306Z] #18 30.49 Selecting previously unselected package libiptc0:amd64. [2020-12-11T19:02:38.306Z] #18 30.49 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-12-11T19:02:38.306Z] #18 30.50 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-12-11T19:02:38.306Z] #18 30.61 Selecting previously unselected package libnfnetlink0:amd64. [2020-12-11T19:02:38.306Z] #18 30.61 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-12-11T19:02:38.306Z] #18 30.61 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-12-11T19:02:38.306Z] #18 30.67 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-12-11T19:02:38.306Z] #18 30.68 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-12-11T19:02:38.306Z] #18 30.69 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-12-11T19:02:38.306Z] #18 30.78 Selecting previously unselected package libnftnl11:amd64. [2020-12-11T19:02:38.306Z] #18 30.78 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-12-11T19:02:38.306Z] #18 30.79 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-12-11T19:02:38.306Z] #18 30.91 Selecting previously unselected package iptables. [2020-12-11T19:02:38.306Z] #18 30.91 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-12-11T19:02:38.306Z] #18 30.94 Unpacking iptables (1.8.2-4) ... [2020-12-11T19:02:38.306Z] #18 31.23 Selecting previously unselected package xxd. [2020-12-11T19:02:38.306Z] #18 31.24 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-12-11T19:02:38.306Z] #18 31.25 Unpacking xxd (2:8.1.0875-5) ... [2020-12-11T19:02:38.306Z] #18 31.35 Selecting previously unselected package vim-common. [2020-12-11T19:02:38.306Z] #18 31.37 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-12-11T19:02:38.306Z] #18 31.40 Unpacking vim-common (2:8.1.0875-5) ... [2020-12-11T19:02:38.306Z] #18 31.65 Selecting previously unselected package bash-completion. [2020-12-11T19:02:38.306Z] #18 31.66 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-12-11T19:02:38.306Z] #18 34.17 Unpacking bash-completion (1:2.8-6) ... [2020-12-11T19:02:38.306Z] #18 34.56 Selecting previously unselected package bzip2. [2020-12-11T19:02:38.306Z] #18 34.58 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-12-11T19:02:38.306Z] #18 34.58 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-12-11T19:02:38.306Z] #18 34.68 Selecting previously unselected package xz-utils. [2020-12-11T19:02:38.492Z] #41 16.92 PBCC images/sa.pb-c.c [2020-12-11T19:02:38.492Z] #41 16.97 DEP images/sa.pb-c.d [2020-12-11T19:02:38.492Z] #41 17.04 PBCC images/pipe-data.pb-c.c [2020-12-11T19:02:38.568Z] #18 34.68 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-12-11T19:02:38.568Z] #18 34.69 Unpacking xz-utils (5.2.4-1) ... [2020-12-11T19:02:38.568Z] #18 34.87 Selecting previously unselected package apparmor. [2020-12-11T19:02:38.568Z] #18 34.87 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-12-11T19:02:38.568Z] #18 34.95 Unpacking apparmor (2.13.2-10) ... [2020-12-11T19:02:38.748Z] #41 17.07 DEP images/pipe-data.pb-c.d [2020-12-11T19:02:38.748Z] #41 17.25 PBCC images/mnt.pb-c.c [2020-12-11T19:02:38.827Z] #18 35.30 Selecting previously unselected package aufs-tools. [2020-12-11T19:02:38.828Z] #18 35.30 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-12-11T19:02:38.893Z] #41 44.96 CC images/timens.o [2020-12-11T19:02:39.005Z] #41 17.36 DEP images/mnt.pb-c.d [2020-12-11T19:02:39.088Z] #18 35.31 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-12-11T19:02:39.088Z] #18 35.41 Selecting previously unselected package libonig5:amd64. [2020-12-11T19:02:39.088Z] #18 35.42 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-12-11T19:02:39.088Z] #18 35.43 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-12-11T19:02:39.234Z] #41 45.18 LINK images/built-in.o [2020-12-11T19:02:39.234Z] #41 45.38 GEN compel/include/asm [2020-12-11T19:02:39.234Z] #41 45.41 GEN compel/include/version.h [2020-12-11T19:02:39.234Z] #41 45.43 touch .config [2020-12-11T19:02:39.261Z] #41 17.49 PBCC images/sk-packet.pb-c.c [2020-12-11T19:02:39.261Z] #41 17.53 DEP images/sk-packet.pb-c.d [2020-12-11T19:02:39.261Z] #41 17.67 PBCC images/tcp-stream.pb-c.c [2020-12-11T19:02:39.261Z] #41 17.75 DEP images/tcp-stream.pb-c.d [2020-12-11T19:02:39.261Z] #41 17.85 PBCC images/pipe.pb-c.c [2020-12-11T19:02:39.328Z] #43 ... [2020-12-11T19:02:39.328Z] [2020-12-11T19:02:39.328Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:02:39.328Z] #20 53.36 Selecting previously unselected package vim. [2020-12-11T19:02:39.328Z] #20 53.37 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2020-12-11T19:02:39.328Z] #20 53.42 Unpacking vim (2:8.1.0875-5) ... [2020-12-11T19:02:39.328Z] #20 54.12 Selecting previously unselected package xfsprogs. [2020-12-11T19:02:39.328Z] #20 54.13 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2020-12-11T19:02:39.328Z] #20 54.14 Unpacking xfsprogs (4.20.0-1) ... [2020-12-11T19:02:39.328Z] #20 54.74 Selecting previously unselected package zip. [2020-12-11T19:02:39.328Z] #20 54.76 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2020-12-11T19:02:39.328Z] #20 54.77 Unpacking zip (3.0-11+b1) ... [2020-12-11T19:02:39.328Z] #20 55.07 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-12-11T19:02:39.328Z] #20 55.08 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-12-11T19:02:39.328Z] #20 55.10 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2020-12-11T19:02:39.328Z] #20 55.10 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-12-11T19:02:39.328Z] #20 55.11 Setting up libgpm2:ppc64el (1.20.7-5) ... [2020-12-11T19:02:39.328Z] #20 55.12 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2020-12-11T19:02:39.328Z] #20 55.13 Setting up uidmap (1:4.5-1.1) ... [2020-12-11T19:02:39.328Z] #20 55.13 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2020-12-11T19:02:39.328Z] #20 55.14 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-12-11T19:02:39.328Z] #20 55.15 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-12-11T19:02:39.328Z] #20 55.16 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-12-11T19:02:39.328Z] #20 55.16 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-12-11T19:02:39.328Z] #20 55.17 Setting up xxd (2:8.1.0875-5) ... [2020-12-11T19:02:39.328Z] #20 55.17 Setting up zip (3.0-11+b1) ... [2020-12-11T19:02:39.328Z] #20 55.18 Setting up vim-common (2:8.1.0875-5) ... [2020-12-11T19:02:39.328Z] #20 55.22 Setting up bash-completion (1:2.8-6) ... [2020-12-11T19:02:39.346Z] #18 35.60 Selecting previously unselected package libjq1:amd64. [2020-12-11T19:02:39.346Z] #18 35.60 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-12-11T19:02:39.346Z] #18 35.62 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-12-11T19:02:39.346Z] #18 35.72 Selecting previously unselected package jq. [2020-12-11T19:02:39.346Z] #18 35.74 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-12-11T19:02:39.346Z] #18 35.75 Unpacking jq (1.5+dfsg-2+b1) ... [2020-12-11T19:02:39.346Z] #18 35.81 Selecting previously unselected package libaio1:amd64. [2020-12-11T19:02:39.346Z] #18 35.81 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-12-11T19:02:39.381Z] #41 24.62 make[1]: Nothing to be done for 'all'. [2020-12-11T19:02:39.499Z] #41 45.51 GEN include/common/config.h [2020-12-11T19:02:39.499Z] #41 45.71 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-12-11T19:02:39.499Z] #41 45.72 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2020-12-11T19:02:39.499Z] #41 45.80 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2020-12-11T19:02:39.499Z] #41 45.85 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2020-12-11T19:02:39.517Z] #41 17.96 DEP images/pipe.pb-c.d [2020-12-11T19:02:39.517Z] #41 18.02 PBCC images/pstree.pb-c.c [2020-12-11T19:02:39.606Z] #18 35.82 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-12-11T19:02:39.606Z] #18 35.87 Selecting previously unselected package libgpm2:amd64. [2020-12-11T19:02:39.606Z] #18 35.88 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-12-11T19:02:39.606Z] #18 35.88 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-12-11T19:02:39.606Z] #18 35.95 Selecting previously unselected package libicu63:amd64. [2020-12-11T19:02:39.763Z] #41 45.87 DEP compel/plugins/std/infect.d [2020-12-11T19:02:39.763Z] #41 45.95 DEP compel/plugins/std/string.d [2020-12-11T19:02:39.763Z] #41 45.99 DEP compel/plugins/std/log.d [2020-12-11T19:02:39.763Z] #41 46.03 DEP compel/plugins/std/fds.d [2020-12-11T19:02:39.763Z] #41 46.13 DEP compel/plugins/std/std.d [2020-12-11T19:02:39.773Z] #41 18.17 DEP images/pstree.pb-c.d [2020-12-11T19:02:39.773Z] #41 18.20 PBCC images/fs.pb-c.c [2020-12-11T19:02:39.865Z] #18 35.96 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-12-11T19:02:39.865Z] #18 35.96 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-12-11T19:02:40.027Z] #41 46.19 DEP compel/plugins/shmem/shmem.d [2020-12-11T19:02:40.027Z] #41 46.24 DEP compel/plugins/fds/fds.d [2020-12-11T19:02:40.027Z] #41 46.37 CC compel/plugins/std/std.o [2020-12-11T19:02:40.029Z] #41 18.29 DEP images/fs.pb-c.d [2020-12-11T19:02:40.029Z] #41 18.34 PBCC images/signalfd.pb-c.c [2020-12-11T19:02:40.029Z] #41 18.46 DEP images/signalfd.pb-c.d [2020-12-11T19:02:40.285Z] #41 18.60 PBCC images/fh.pb-c.c [2020-12-11T19:02:40.285Z] #41 18.72 PBCC images/fsnotify.pb-c.c [2020-12-11T19:02:40.285Z] #41 18.80 DEP images/fh.pb-c.d [2020-12-11T19:02:40.291Z] #41 46.54 CC compel/plugins/std/fds.o [2020-12-11T19:02:40.328Z] #41 ... [2020-12-11T19:02:40.328Z] [2020-12-11T19:02:40.328Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:02:40.427Z] #20 ... [2020-12-11T19:02:40.427Z] [2020-12-11T19:02:40.427Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:02:40.427Z] #24 167.9 + mkdir -p /tmp/tmp.1e6iOifRBI/src/github.com/docker [2020-12-11T19:02:40.427Z] #24 167.9 + mv components/cli /tmp/tmp.1e6iOifRBI/src/github.com/docker/cli [2020-12-11T19:02:40.427Z] #24 167.9 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-12-11T19:02:40.427Z] #24 ... [2020-12-11T19:02:40.427Z] [2020-12-11T19:02:40.427Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:40.427Z] #43 109.4 CC criu/cr-dedup.o [2020-12-11T19:02:40.427Z] #43 110.0 CC criu/cr-dump.o [2020-12-11T19:02:40.541Z] #41 18.90 DEP images/fsnotify.pb-c.d [2020-12-11T19:02:40.541Z] #41 19.00 PBCC images/eventpoll.pb-c.c [2020-12-11T19:02:40.541Z] #41 19.01 DEP images/eventpoll.pb-c.d [2020-12-11T19:02:40.541Z] #41 19.12 PBCC images/eventfd.pb-c.c [2020-12-11T19:02:40.798Z] #41 19.20 DEP images/eventfd.pb-c.d [2020-12-11T19:02:40.798Z] #41 19.30 PBCC images/remap-file-path.pb-c.c [2020-12-11T19:02:40.798Z] #41 19.36 DEP images/remap-file-path.pb-c.d [2020-12-11T19:02:40.879Z] #41 46.93 CC compel/plugins/std/log.o [2020-12-11T19:02:41.054Z] #41 19.46 PBCC images/fifo.pb-c.c [2020-12-11T19:02:41.054Z] #41 19.61 DEP images/fifo.pb-c.d [2020-12-11T19:02:41.054Z] #41 19.63 PBCC images/ghost-file.pb-c.c [2020-12-11T19:02:41.054Z] #41 19.65 DEP images/ghost-file.pb-c.d [2020-12-11T19:02:41.054Z] #41 19.68 PBCC images/regfile.pb-c.c [2020-12-11T19:02:41.311Z] #41 19.70 DEP images/regfile.pb-c.d [2020-12-11T19:02:41.311Z] #41 19.81 PBCC images/ns.pb-c.c [2020-12-11T19:02:41.457Z] #41 47.69 CC compel/plugins/std/string.o [2020-12-11T19:02:41.567Z] #41 19.81 DEP images/ns.pb-c.d [2020-12-11T19:02:41.567Z] #41 19.90 PBCC images/fdinfo.pb-c.c [2020-12-11T19:02:41.567Z] #41 20.07 DEP images/fdinfo.pb-c.d [2020-12-11T19:02:41.648Z] #54 58.93 Checking out files: 15% (584/3706) Checking out files: 16% (593/3706) Checking out files: 17% (631/3706) Checking out files: 18% (668/3706) Checking out files: 19% (705/3706) Checking out files: 20% (742/3706) Checking out files: 21% (779/3706) Checking out files: 22% (816/3706) Checking out files: 23% (853/3706) Checking out files: 24% (890/3706) Checking out files: 25% (927/3706) Checking out files: 26% (964/3706) Checking out files: 27% (1001/3706) Checking out files: 28% (1038/3706) Checking out files: 29% (1075/3706) Checking out files: 30% (1112/3706) Checking out files: 31% (1149/3706) Checking out files: 32% (1186/3706) Checking out files: 33% (1223/3706) Checking out files: 34% (1261/3706) Checking out files: 35% (1298/3706) Checking out files: 36% (1335/3706) Checking out files: 37% (1372/3706) Checking out files: 38% (1409/3706) Checking out files: 39% (1446/3706) Checking out files: 40% (1483/3706) Checking out files: 41% (1520/3706) Checking out files: 42% (1557/3706) Checking out files: 43% (1594/3706) Checking out files: 44% (1631/3706) Checking out files: 45% (1668/3706) Checking out files: 46% (1705/3706) Checking out files: 47% (1742/3706) Checking out files: 48% (1779/3706) Checking out files: 48% (1795/3706) Checking out files: 49% (1816/3706) Checking out files: 50% (1853/3706) Checking out files: 51% (1891/3706) Checking out files: 52% (1928/3706) Checking out files: 53% (1965/3706) Checking out files: 54% (2002/3706) Checking out files: 55% (2039/3706) Checking out files: 56% (2076/3706) Checking out files: 57% (2113/3706) Checking out files: 58% (2150/3706) Checking out files: 59% (2187/3706) Checking out files: 60% (2224/3706) Checking out files: 61% (2261/3706) Checking out files: 62% (2298/3706) Checking out files: 63% (2335/3706) Checking out files: 64% (2372/3706) Checking out files: 65% (2409/3706) Checking out files: 66% (2446/3706) Checking out files: 67% (2484/3706) Checking out files: 68% (2521/3706) Checking out files: 69% (2558/3706) Checking out files: 70% (2595/3706) Checking out files: 71% (2632/3706) Checking out files: 72% (2669/3706) Checking out files: 73% (2706/3706) Checking out files: 74% (2743/3706) Checking out files: 75% (2780/3706) Checking out files: 76% (2817/3706) Checking out files: 77% (2854/3706) Checking out files: 78% (2891/3706) Checking out files: 79% (2928/3706) Checking out files: 80% (2965/3706) Checking out files: 81% (3002/3706) Checking out files: 82% (3039/3706) Checking out files: 83% (3076/3706) Checking out files: 84% (3114/3706) Checking out files: 85% (3151/3706) Checking out files: 86% (3188/3706) Checking out files: 87% (3225/3706) Checking out files: 88% (3262/3706) Checking out files: 89% (3299/3706) Checking out files: 90% (3336/3706) Checking out files: 91% (3373/3706) Checking out files: 92% (3410/3706) Checking out files: 93% (3447/3706) Checking out files: 94% (3484/3706) Checking out files: 94% (3511/3706) Checking out files: 95% (3521/3706) Checking out files: 96% (3558/3706) Checking out files: 97% (3595/3706) Checking out files: 98% (3632/3706) Checking out files: 99% (3669/3706) Checking out files: 100% (3706/3706) Checking out files: 100% (3706/3706), done. [2020-12-11T19:02:41.649Z] #54 62.24 + cd /tmp/tmp.ZIyddlGtpq/src/github.com/containerd/containerd [2020-12-11T19:02:41.649Z] #54 62.24 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-11T19:02:41.721Z] #41 ... [2020-12-11T19:02:41.721Z] [2020-12-11T19:02:41.721Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:02:41.824Z] #41 20.22 PBCC images/core-aarch64.pb-c.c [2020-12-11T19:02:41.824Z] #41 20.24 PBCC images/core-arm.pb-c.c [2020-12-11T19:02:41.824Z] #41 20.31 PBCC images/core-ppc64.pb-c.c [2020-12-11T19:02:42.082Z] #41 20.38 PBCC images/core-s390.pb-c.c [2020-12-11T19:02:42.082Z] #41 20.42 PBCC images/core-x86.pb-c.c [2020-12-11T19:02:42.082Z] #41 20.51 PBCC images/core.pb-c.c [2020-12-11T19:02:42.082Z] #41 20.64 PBCC images/inventory.pb-c.c [2020-12-11T19:02:42.170Z] ok github.com/docker/docker/cmd/dockerd 0.074s coverage: 29.2% of statements [2020-12-11T19:02:42.170Z] ok github.com/docker/docker/container 0.125s coverage: 34.7% of statements [2020-12-11T19:02:42.170Z] ? github.com/docker/docker/container/stream [no test files] [2020-12-11T19:02:42.170Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-12-11T19:02:42.170Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-12-11T19:02:42.170Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-12-11T19:02:42.223Z] #54 ... [2020-12-11T19:02:42.223Z] [2020-12-11T19:02:42.223Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:42.223Z] #43 117.8 go/parser [2020-12-11T19:02:42.223Z] #43 119.4 text/template [2020-12-11T19:02:42.223Z] #43 123.5 encoding/xml [2020-12-11T19:02:42.223Z] #43 125.9 go/doc [2020-12-11T19:02:42.249Z] #22 126.2 Checking out files: 20% (2253/11126) Checking out files: 21% (2337/11126) Checking out files: 22% (2448/11126) Checking out files: 23% (2559/11126) Checking out files: 24% (2671/11126) Checking out files: 25% (2782/11126) Checking out files: 26% (2893/11126) Checking out files: 27% (3005/11126) Checking out files: 28% (3116/11126) Checking out files: 29% (3227/11126) Checking out files: 30% (3338/11126) Checking out files: 31% (3450/11126) Checking out files: 32% (3561/11126) Checking out files: 33% (3672/11126) Checking out files: 34% (3783/11126) Checking out files: 35% (3895/11126) Checking out files: 36% (4006/11126) Checking out files: 37% (4117/11126) Checking out files: 38% (4228/11126) Checking out files: 39% (4340/11126) Checking out files: 40% (4451/11126) Checking out files: 41% (4562/11126) Checking out files: 41% (4568/11126) Checking out files: 42% (4673/11126) Checking out files: 43% (4785/11126) Checking out files: 44% (4896/11126) Checking out files: 45% (5007/11126) Checking out files: 46% (5118/11126) Checking out files: 47% (5230/11126) Checking out files: 48% (5341/11126) Checking out files: 49% (5452/11126) Checking out files: 50% (5563/11126) Checking out files: 51% (5675/11126) Checking out files: 52% (5786/11126) Checking out files: 53% (5897/11126) Checking out files: 54% (6009/11126) Checking out files: 55% (6120/11126) Checking out files: 56% (6231/11126) Checking out files: 57% (6342/11126) Checking out files: 58% (6454/11126) Checking out files: 59% (6565/11126) Checking out files: 60% (6676/11126) Checking out files: 61% (6787/11126) Checking out files: 62% (6899/11126) Checking out files: 63% (7010/11126) Checking out files: 64% (7121/11126) Checking out files: 65% (7232/11126) Checking out files: 66% (7344/11126) Checking out files: 67% (7455/11126) Checking out files: 68% (7566/11126) Checking out files: 69% (7677/11126) Checking out files: 70% (7789/11126) Checking out files: 70% (7870/11126) Checking out files: 71% (7900/11126) Checking out files: 72% (8011/11126) Checking out files: 73% (8122/11126) Checking out files: 74% (8234/11126) Checking out files: 75% (8345/11126) Checking out files: 76% (8456/11126) Checking out files: 77% (8568/11126) Checking out files: 78% (8679/11126) Checking out files: 79% (8790/11126) Checking out files: 80% (8901/11126) Checking out files: 81% (9013/11126) Checking out files: 82% (9124/11126) Checking out files: 83% (9235/11126) Checking out files: 84% (9346/11126) Checking out files: 85% (9458/11126) Checking out files: 86% (9569/11126) Checking out files: 87% (9680/11126) Checking out files: 88% (9791/11126) Checking out files: 89% (9903/11126) Checking out files: 90% (10014/11126) Checking out files: 91% (10125/11126) Checking out files: 92% (10236/11126) Checking out files: 93% (10348/11126) Checking out files: 94% (10459/11126) Checking out files: 95% (10570/11126) Checking out files: 96% (10681/11126) Checking out files: 97% (10793/11126) [2020-12-11T19:02:42.249Z] #22 ... [2020-12-11T19:02:42.249Z] [2020-12-11T19:02:42.249Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:02:42.249Z] #11 122.9 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-12-11T19:02:42.249Z] #11 123.2 Setting up libseccomp-dev:arm64 (2.3.3-4) ... [2020-12-11T19:02:42.249Z] #11 123.5 Setting up libapparmor1:arm64 (2.13.2-10) ... [2020-12-11T19:02:42.249Z] #11 123.6 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-12-11T19:02:42.249Z] #11 123.7 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2020-12-11T19:02:42.249Z] #11 123.8 Setting up libsepol1-dev:arm64 (2.8-1) ... [2020-12-11T19:02:42.249Z] #11 124.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:02:42.249Z] #11 124.2 Setting up libbtrfs0 (4.20.1-2) ... [2020-12-11T19:02:42.249Z] #11 124.2 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2020-12-11T19:02:42.249Z] #11 124.4 Setting up libudev-dev:arm64 (241-7~deb10u5) ... [2020-12-11T19:02:42.249Z] #11 124.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-12-11T19:02:42.249Z] #11 125.1 Setting up libbtrfs-dev (4.20.1-2) ... [2020-12-11T19:02:42.249Z] #11 125.4 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2020-12-11T19:02:42.249Z] #11 125.7 Setting up mingw-w64-common (6.0.0-3) ... [2020-12-11T19:02:42.249Z] #11 125.9 Setting up libsystemd-dev:arm64 (241-7~deb10u5) ... [2020-12-11T19:02:42.249Z] #11 125.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-12-11T19:02:42.249Z] #11 126.1 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2020-12-11T19:02:42.249Z] #11 126.6 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:02:42.249Z] #11 126.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-12-11T19:02:42.249Z] #11 126.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-12-11T19:02:42.249Z] #11 126.8 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:02:42.249Z] #11 126.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-12-11T19:02:42.249Z] #11 126.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-12-11T19:02:42.249Z] #11 126.9 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-12-11T19:02:42.249Z] #11 126.9 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2020-12-11T19:02:42.249Z] #11 127.1 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-12-11T19:02:42.249Z] #11 127.1 Setting up dmsetup (2:1.02.155-3) ... [2020-12-11T19:02:42.249Z] #11 127.2 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-12-11T19:02:42.249Z] #11 127.2 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-12-11T19:02:42.249Z] #11 127.2 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:02:42.249Z] #11 DONE 129.0s [2020-12-11T19:02:42.249Z] [2020-12-11T19:02:42.249Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:02:42.249Z] #22 126.2 Checking out files: 20% (2253/11126) Checking out files: 21% (2337/11126) Checking out files: 22% (2448/11126) Checking out files: 23% (2559/11126) Checking out files: 24% (2671/11126) Checking out files: 25% (2782/11126) Checking out files: 26% (2893/11126) Checking out files: 27% (3005/11126) Checking out files: 28% (3116/11126) Checking out files: 29% (3227/11126) Checking out files: 30% (3338/11126) Checking out files: 31% (3450/11126) Checking out files: 32% (3561/11126) Checking out files: 33% (3672/11126) Checking out files: 34% (3783/11126) Checking out files: 35% (3895/11126) Checking out files: 36% (4006/11126) Checking out files: 37% (4117/11126) Checking out files: 38% (4228/11126) Checking out files: 39% (4340/11126) Checking out files: 40% (4451/11126) Checking out files: 41% (4562/11126) Checking out files: 41% (4568/11126) Checking out files: 42% (4673/11126) Checking out files: 43% (4785/11126) Checking out files: 44% (4896/11126) Checking out files: 45% (5007/11126) Checking out files: 46% (5118/11126) Checking out files: 47% (5230/11126) Checking out files: 48% (5341/11126) Checking out files: 49% (5452/11126) Checking out files: 50% (5563/11126) Checking out files: 51% (5675/11126) Checking out files: 52% (5786/11126) Checking out files: 53% (5897/11126) Checking out files: 54% (6009/11126) Checking out files: 55% (6120/11126) Checking out files: 56% (6231/11126) Checking out files: 57% (6342/11126) Checking out files: 58% (6454/11126) Checking out files: 59% (6565/11126) Checking out files: 60% (6676/11126) Checking out files: 61% (6787/11126) Checking out files: 62% (6899/11126) Checking out files: 63% (7010/11126) Checking out files: 64% (7121/11126) Checking out files: 65% (7232/11126) Checking out files: 66% (7344/11126) Checking out files: 67% (7455/11126) Checking out files: 68% (7566/11126) Checking out files: 69% (7677/11126) Checking out files: 70% (7789/11126) Checking out files: 70% (7870/11126) Checking out files: 71% (7900/11126) Checking out files: 72% (8011/11126) Checking out files: 73% (8122/11126) Checking out files: 74% (8234/11126) Checking out files: 75% (8345/11126) Checking out files: 76% (8456/11126) Checking out files: 77% (8568/11126) Checking out files: 78% (8679/11126) Checking out files: 79% (8790/11126) Checking out files: 80% (8901/11126) Checking out files: 81% (9013/11126) Checking out files: 82% (9124/11126) Checking out files: 83% (9235/11126) Checking out files: 84% (9346/11126) Checking out files: 85% (9458/11126) Checking out files: 86% (9569/11126) Checking out files: 87% (9680/11126) Checking out files: 88% (9791/11126) Checking out files: 89% (9903/11126) Checking out files: 90% (10014/11126) Checking out files: 91% (10125/11126) Checking out files: 92% (10236/11126) Checking out files: 93% (10348/11126) Checking out files: 94% (10459/11126) Checking out files: 95% (10570/11126) Checking out files: 96% (10681/11126) Checking out files: 97% (10793/11126) Checking out files: 98% (10904/11126) Checking out files: 99% (11015/11126) Checking out files: 99% (11065/11126) Checking out files: 100% (11126/11126) Checking out files: 100% (11126/11126), done. [2020-12-11T19:02:42.339Z] #41 20.72 DEP images/core-aarch64.pb-c.d [2020-12-11T19:02:42.339Z] #41 20.84 DEP images/core-arm.pb-c.d [2020-12-11T19:02:42.339Z] #41 ... [2020-12-11T19:02:42.339Z] [2020-12-11T19:02:42.339Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:42.339Z] #43 114.2 text/template/parse [2020-12-11T19:02:42.339Z] #43 117.1 go/parser [2020-12-11T19:02:42.339Z] #43 121.0 text/template [2020-12-11T19:02:42.339Z] #43 122.0 encoding/xml [2020-12-11T19:02:42.485Z] #43 ... [2020-12-11T19:02:42.485Z] [2020-12-11T19:02:42.485Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:42.485Z] #41 27.78 CC images/stats.o [2020-12-11T19:02:42.513Z] #22 129.4 + cd /tmp/tmp.MJ81XDmPWK/tmp/docker-ce [2020-12-11T19:02:42.513Z] #22 129.4 + git checkout -q v17.06.2-ce [2020-12-11T19:02:42.605Z] #43 ... [2020-12-11T19:02:42.605Z] [2020-12-11T19:02:42.605Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:42.605Z] #41 20.97 DEP images/core-ppc64.pb-c.d [2020-12-11T19:02:42.605Z] #41 21.04 DEP images/core-s390.pb-c.d [2020-12-11T19:02:42.605Z] #41 21.10 DEP images/core-x86.pb-c.d [2020-12-11T19:02:42.862Z] #41 21.25 DEP images/core.pb-c.d [2020-12-11T19:02:42.862Z] #41 21.37 DEP images/inventory.pb-c.d [2020-12-11T19:02:42.862Z] #41 21.40 PBCC images/cpuinfo.pb-c.c [2020-12-11T19:02:42.862Z] #41 21.44 DEP images/cpuinfo.pb-c.d [2020-12-11T19:02:43.059Z] #41 28.55 CC images/core.o [2020-12-11T19:02:43.119Z] #41 21.49 PBCC images/stats.pb-c.c [2020-12-11T19:02:43.119Z] #41 21.55 DEP images/stats.pb-c.d [2020-12-11T19:02:43.151Z] #18 39.48 Selecting previously unselected package libnet1:amd64. [2020-12-11T19:02:43.151Z] #18 39.50 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-12-11T19:02:43.151Z] #18 39.51 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-12-11T19:02:43.151Z] #18 39.60 Selecting previously unselected package libnl-3-200:amd64. [2020-12-11T19:02:43.438Z] #18 39.61 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-12-11T19:02:43.438Z] #18 39.62 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-12-11T19:02:43.438Z] #18 39.76 Selecting previously unselected package libprotobuf-c1:amd64. [2020-12-11T19:02:43.438Z] #18 39.76 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-12-11T19:02:43.438Z] #18 39.76 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-12-11T19:02:43.683Z] #41 ... [2020-12-11T19:02:43.683Z] [2020-12-11T19:02:43.683Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:02:43.683Z] #49 115.4 github.com/pkg/diff [2020-12-11T19:02:43.683Z] #49 115.9 go/ast [2020-12-11T19:02:43.683Z] #49 117.6 golang.org/x/crypto/ssh/terminal [2020-12-11T19:02:43.683Z] #49 119.7 mvdan.cc/editorconfig [2020-12-11T19:02:43.683Z] #49 121.4 mvdan.cc/sh/v3/fileutil [2020-12-11T19:02:43.683Z] #49 121.9 mvdan.cc/sh/v3/syntax [2020-12-11T19:02:43.699Z] #18 39.83 Selecting previously unselected package libreadline5:amd64. [2020-12-11T19:02:43.699Z] #18 39.84 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-12-11T19:02:43.699Z] #18 39.85 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-12-11T19:02:43.699Z] #18 40.00 Selecting previously unselected package net-tools. [2020-12-11T19:02:43.699Z] #18 40.02 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-12-11T19:02:43.699Z] #18 40.02 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-12-11T19:02:43.940Z] #49 ... [2020-12-11T19:02:43.940Z] [2020-12-11T19:02:43.940Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:02:43.967Z] #18 40.24 Selecting previously unselected package python-pip-whl. [2020-12-11T19:02:43.967Z] #18 40.24 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-12-11T19:02:43.967Z] #18 40.25 Unpacking python-pip-whl (18.1-5) ... [2020-12-11T19:02:43.989Z] #43 113.6 CC criu/cr-errno.o [2020-12-11T19:02:43.989Z] #43 113.7 CC criu/cr-restore.o [2020-12-11T19:02:44.005Z] #41 29.52 CC images/core-x86.o [2020-12-11T19:02:44.288Z] #43 ... [2020-12-11T19:02:44.288Z] [2020-12-11T19:02:44.288Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:02:44.288Z] #20 59.93 Setting up libiptc0:ppc64el (1.8.2-4) ... [2020-12-11T19:02:44.288Z] #20 59.94 Setting up xz-utils (5.2.4-1) ... [2020-12-11T19:02:44.288Z] #20 59.98 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-12-11T19:02:44.288Z] #20 60.02 Setting up sudo (1.8.27-1+deb10u2) ... [2020-12-11T19:02:44.288Z] #20 60.14 invoke-rc.d: could not determine current runlevel [2020-12-11T19:02:44.288Z] #20 60.15 invoke-rc.d: policy-rc.d denied execution of start. [2020-12-11T19:02:44.288Z] #20 60.17 Setting up pigz (2.4-1) ... [2020-12-11T19:02:44.288Z] #20 60.19 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-12-11T19:02:44.288Z] #20 60.20 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-12-11T19:02:44.288Z] #20 60.21 Setting up python-pip-whl (18.1-5) ... [2020-12-11T19:02:44.288Z] #20 60.22 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2020-12-11T19:02:44.288Z] #20 60.22 Setting up vim-runtime (2:8.1.0875-5) ... [2020-12-11T19:02:44.288Z] #20 60.82 Setting up libaio1:ppc64el (0.3.112-3) ... [2020-12-11T19:02:44.288Z] #20 60.83 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-12-11T19:02:44.288Z] #20 60.83 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-12-11T19:02:44.288Z] #20 60.84 Setting up vim (2:8.1.0875-5) ... [2020-12-11T19:02:44.288Z] #20 60.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-12-11T19:02:44.288Z] #20 60.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-12-11T19:02:44.288Z] #20 60.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-12-11T19:02:44.288Z] #20 60.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-12-11T19:02:44.288Z] #20 60.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-12-11T19:02:44.288Z] #20 60.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-12-11T19:02:44.288Z] #20 60.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-12-11T19:02:44.288Z] #20 60.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-12-11T19:02:44.288Z] #20 60.98 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-12-11T19:02:44.288Z] #20 60.98 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-12-11T19:02:44.288Z] #20 60.99 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-12-11T19:02:44.288Z] #20 61.01 Setting up jq (1.5+dfsg-2+b1) ... [2020-12-11T19:02:44.288Z] #20 61.02 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-12-11T19:02:44.288Z] #20 61.03 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-12-11T19:02:44.444Z] #22 ... [2020-12-11T19:02:44.444Z] [2020-12-11T19:02:44.444Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-12-11T19:02:44.444Z] #12 DONE 2.4s [2020-12-11T19:02:44.548Z] #18 40.85 Selecting previously unselected package python3-lib2to3. [2020-12-11T19:02:44.548Z] #18 40.85 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-12-11T19:02:44.548Z] #18 40.86 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-12-11T19:02:44.548Z] #18 40.98 Selecting previously unselected package python3-distutils. [2020-12-11T19:02:44.708Z] [2020-12-11T19:02:44.708Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:44.708Z] #51 2.181 + RM_GOPATH=0 [2020-12-11T19:02:44.708Z] #51 2.182 + TMP_GOPATH= [2020-12-11T19:02:44.708Z] #51 2.183 + : /build [2020-12-11T19:02:44.708Z] #51 2.184 + '[' -z '' ']' [2020-12-11T19:02:44.708Z] #51 2.187 ++ mktemp -d [2020-12-11T19:02:44.708Z] #51 2.199 + export GOPATH=/tmp/tmp.BrYb7NiaAW [2020-12-11T19:02:44.708Z] #51 2.200 + GOPATH=/tmp/tmp.BrYb7NiaAW [2020-12-11T19:02:44.708Z] #51 2.200 + RM_GOPATH=1 [2020-12-11T19:02:44.708Z] #51 2.201 + case "$(go env GOARCH)" in [2020-12-11T19:02:44.708Z] #51 2.203 ++ go env GOARCH [2020-12-11T19:02:44.708Z] #51 2.227 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:02:44.708Z] #51 2.227 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:02:44.708Z] #51 2.229 ++ dirname /tmp/install/install.sh [2020-12-11T19:02:44.708Z] #51 2.232 + dir=/tmp/install [2020-12-11T19:02:44.708Z] #51 2.234 + bin=runc [2020-12-11T19:02:44.708Z] #51 2.237 + shift [2020-12-11T19:02:44.708Z] #51 2.238 + '[' '!' -f /tmp/install/runc.installer ']' [2020-12-11T19:02:44.708Z] #51 2.242 + . /tmp/install/runc.installer [2020-12-11T19:02:44.708Z] #51 2.243 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-12-11T19:02:44.708Z] #51 2.244 + install_runc [2020-12-11T19:02:44.708Z] #51 2.244 + uname -r [2020-12-11T19:02:44.708Z] #51 2.245 + grep -q '^3\.10\.0.*\.el7\.' [2020-12-11T19:02:44.708Z] #51 2.250 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-12-11T19:02:44.708Z] #51 2.252 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-12-11T19:02:44.708Z] #51 2.252 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-12-11T19:02:44.708Z] #51 2.252 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.BrYb7NiaAW/src/github.com/opencontainers/runc [2020-12-11T19:02:44.708Z] #51 2.261 Cloning into '/tmp/tmp.BrYb7NiaAW/src/github.com/opencontainers/runc'... [2020-12-11T19:02:44.807Z] #18 40.99 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-12-11T19:02:44.807Z] #18 40.99 Unpacking python3-distutils (3.7.3-1) ... [2020-12-11T19:02:44.807Z] #18 41.14 Selecting previously unselected package python3-pip. [2020-12-11T19:02:44.807Z] #18 41.15 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-12-11T19:02:44.807Z] #18 41.16 Unpacking python3-pip (18.1-5) ... [2020-12-11T19:02:44.952Z] #41 30.27 CC images/core-arm.o [2020-12-11T19:02:45.065Z] #18 41.35 Selecting previously unselected package python3-pkg-resources. [2020-12-11T19:02:45.065Z] #18 41.35 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-12-11T19:02:45.065Z] #18 41.37 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-12-11T19:02:45.214Z] #41 ... [2020-12-11T19:02:45.215Z] [2020-12-11T19:02:45.215Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:02:45.215Z] #49 120.6 mvdan.cc/sh/v3/fileutil [2020-12-11T19:02:45.215Z] #49 120.8 mvdan.cc/sh/v3/syntax [2020-12-11T19:02:45.215Z] #49 130.2 mvdan.cc/sh/v3/cmd/shfmt [2020-12-11T19:02:45.215Z] #49 ... [2020-12-11T19:02:45.215Z] [2020-12-11T19:02:45.215Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:45.215Z] #43 130.4 github.com/LK4D4/vndr/build [2020-12-11T19:02:45.324Z] #18 41.48 Selecting previously unselected package python3-setuptools. [2020-12-11T19:02:45.324Z] #18 41.48 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-12-11T19:02:45.324Z] #18 41.48 Unpacking python3-setuptools (40.8.0-1) ... [2020-12-11T19:02:45.324Z] #18 41.71 Selecting previously unselected package python3-wheel. [2020-12-11T19:02:45.324Z] #18 41.72 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-12-11T19:02:45.324Z] #18 41.73 Unpacking python3-wheel (0.32.3-2) ... [2020-12-11T19:02:45.324Z] #18 41.81 Selecting previously unselected package sudo. [2020-12-11T19:02:45.582Z] #18 41.82 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-12-11T19:02:45.583Z] #18 41.82 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-12-11T19:02:45.677Z] ok github.com/docker/docker/daemon/cluster 0.054s coverage: 0.5% of statements [2020-12-11T19:02:46.149Z] #18 42.32 Selecting previously unselected package thin-provisioning-tools. [2020-12-11T19:02:46.150Z] #18 42.34 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-12-11T19:02:46.150Z] #18 42.36 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-12-11T19:02:46.161Z] #43 131.7 github.com/LK4D4/vndr/versioned [2020-12-11T19:02:46.161Z] #43 131.8 compress/flate [2020-12-11T19:02:46.408Z] #18 42.55 Selecting previously unselected package uidmap. [2020-12-11T19:02:46.408Z] #18 42.55 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-12-11T19:02:46.408Z] #18 42.56 Unpacking uidmap (1:4.5-1.1) ... [2020-12-11T19:02:46.408Z] #18 42.68 Selecting previously unselected package vim-runtime. [2020-12-11T19:02:46.408Z] #18 42.69 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-12-11T19:02:46.408Z] #18 42.71 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-12-11T19:02:46.408Z] #18 42.74 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-12-11T19:02:46.408Z] #18 42.75 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-12-11T19:02:46.640Z] #51 ... [2020-12-11T19:02:46.640Z] [2020-12-11T19:02:46.640Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-12-11T19:02:46.640Z] #13 DONE 2.3s [2020-12-11T19:02:46.707Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.005s coverage: 65.3% of statements [2020-12-11T19:02:46.757Z] #54 61.10 Checking out files: 29% (1080/3706) Checking out files: 30% (1112/3706) Checking out files: 31% (1149/3706) Checking out files: 32% (1186/3706) Checking out files: 33% (1223/3706) Checking out files: 34% (1261/3706) Checking out files: 35% (1298/3706) Checking out files: 36% (1335/3706) Checking out files: 37% (1372/3706) Checking out files: 38% (1409/3706) Checking out files: 39% (1446/3706) Checking out files: 40% (1483/3706) Checking out files: 41% (1520/3706) Checking out files: 42% (1557/3706) Checking out files: 43% (1594/3706) Checking out files: 44% (1631/3706) Checking out files: 45% (1668/3706) Checking out files: 46% (1705/3706) Checking out files: 47% (1742/3706) Checking out files: 48% (1779/3706) Checking out files: 49% (1816/3706) Checking out files: 50% (1853/3706) Checking out files: 51% (1891/3706) Checking out files: 52% (1928/3706) Checking out files: 53% (1965/3706) Checking out files: 54% (2002/3706) Checking out files: 55% (2039/3706) Checking out files: 56% (2076/3706) Checking out files: 57% (2113/3706) Checking out files: 58% (2150/3706) Checking out files: 59% (2187/3706) Checking out files: 59% (2189/3706) Checking out files: 60% (2224/3706) Checking out files: 61% (2261/3706) Checking out files: 62% (2298/3706) Checking out files: 63% (2335/3706) Checking out files: 64% (2372/3706) Checking out files: 65% (2409/3706) Checking out files: 66% (2446/3706) Checking out files: 67% (2484/3706) Checking out files: 68% (2521/3706) Checking out files: 69% (2558/3706) Checking out files: 70% (2595/3706) Checking out files: 71% (2632/3706) Checking out files: 72% (2669/3706) Checking out files: 73% (2706/3706) Checking out files: 74% (2743/3706) Checking out files: 75% (2780/3706) Checking out files: 76% (2817/3706) Checking out files: 77% (2854/3706) Checking out files: 78% (2891/3706) Checking out files: 79% (2928/3706) Checking out files: 80% (2965/3706) Checking out files: 81% (3002/3706) Checking out files: 82% (3039/3706) Checking out files: 83% (3076/3706) Checking out files: 84% (3114/3706) Checking out files: 85% (3151/3706) Checking out files: 85% (3156/3706) Checking out files: 86% (3188/3706) Checking out files: 87% (3225/3706) Checking out files: 88% (3262/3706) Checking out files: 89% (3299/3706) Checking out files: 90% (3336/3706) Checking out files: 91% (3373/3706) Checking out files: 92% (3410/3706) Checking out files: 93% (3447/3706) Checking out files: 94% (3484/3706) Checking out files: 95% (3521/3706) Checking out files: 96% (3558/3706) Checking out files: 97% (3595/3706) Checking out files: 98% (3632/3706) Checking out files: 99% (3669/3706) Checking out files: 100% (3706/3706) Checking out files: 100% (3706/3706), done. [2020-12-11T19:02:46.758Z] #54 63.98 + cd /tmp/tmp.JP9D1Ja90o/src/github.com/containerd/containerd [2020-12-11T19:02:46.758Z] #54 64.00 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-11T19:02:46.904Z] [2020-12-11T19:02:46.904Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-12-11T19:02:47.738Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2020-12-11T19:02:48.124Z] #54 65.24 + export 'BUILDTAGS=netgo osusergo static_build' [2020-12-11T19:02:48.124Z] #54 65.24 + BUILDTAGS='netgo osusergo static_build' [2020-12-11T19:02:48.124Z] #54 65.24 + export EXTRA_FLAGS=-buildmode=pie [2020-12-11T19:02:48.124Z] #54 65.24 + EXTRA_FLAGS=-buildmode=pie [2020-12-11T19:02:48.124Z] #54 65.24 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-12-11T19:02:48.124Z] #54 65.24 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-12-11T19:02:48.124Z] #54 65.25 + '[' '' = dynamic ']' [2020-12-11T19:02:48.124Z] #54 65.25 + make [2020-12-11T19:02:48.782Z] #20 65.78 Setting up iptables (1.8.2-4) ... [2020-12-11T19:02:48.782Z] #20 65.80 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-12-11T19:02:48.782Z] #20 65.80 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-12-11T19:02:48.782Z] #20 65.82 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-12-11T19:02:48.782Z] #20 65.83 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-12-11T19:02:48.782Z] #20 65.85 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-12-11T19:02:48.782Z] #20 65.86 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-12-11T19:02:48.782Z] #20 65.87 Setting up python3 (3.7.3-1) ... [2020-12-11T19:02:48.834Z] #14 1.838 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-12-11T19:02:48.940Z] #18 ... [2020-12-11T19:02:48.940Z] [2020-12-11T19:02:48.940Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:48.940Z] #41 124.3 CC criu/cr-errno.o [2020-12-11T19:02:48.940Z] #41 124.4 CC criu/cr-restore.o [2020-12-11T19:02:48.940Z] #41 128.9 CC criu/cr-service.o [2020-12-11T19:02:48.940Z] #41 130.6 CC criu/crtools.o [2020-12-11T19:02:48.940Z] #41 131.2 CC criu/eventfd.o [2020-12-11T19:02:48.940Z] #41 131.6 CC criu/eventpoll.o [2020-12-11T19:02:48.940Z] #41 132.4 CC criu/external.o [2020-12-11T19:02:48.940Z] #41 132.7 CC criu/fault-injection.o [2020-12-11T19:02:48.940Z] #41 132.9 CC criu/fdstore.o [2020-12-11T19:02:48.940Z] #41 133.3 CC criu/fifo.o [2020-12-11T19:02:48.940Z] #41 133.7 CC criu/file-ids.o [2020-12-11T19:02:48.940Z] #41 134.1 CC criu/file-lock.o [2020-12-11T19:02:49.199Z] #41 ... [2020-12-11T19:02:49.199Z] [2020-12-11T19:02:49.199Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:02:49.199Z] #18 45.61 Selecting previously unselected package vim. [2020-12-11T19:02:49.424Z] #20 66.45 Setting up python3-wheel (0.32.3-2) ... [2020-12-11T19:02:49.458Z] #18 45.62 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-12-11T19:02:49.458Z] #18 45.63 Unpacking vim (2:8.1.0875-5) ... [2020-12-11T19:02:49.493Z] #54 66.73 + bin/ctr [2020-12-11T19:02:49.738Z] #20 ... [2020-12-11T19:02:49.738Z] [2020-12-11T19:02:49.738Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:49.738Z] #43 119.9 CC criu/cr-service.o [2020-12-11T19:02:49.786Z] #14 DONE 3.1s [2020-12-11T19:02:49.786Z] [2020-12-11T19:02:49.786Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-12-11T19:02:49.976Z] #18 46.18 Selecting previously unselected package xfsprogs. [2020-12-11T19:02:49.976Z] #18 46.19 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-12-11T19:02:49.976Z] #18 46.20 Unpacking xfsprogs (4.20.0-1) ... [2020-12-11T19:02:50.453Z] #43 135.7 hash/crc32 [2020-12-11T19:02:50.453Z] #43 136.0 net [2020-12-11T19:02:50.549Z] #18 46.64 Selecting previously unselected package zip. [2020-12-11T19:02:50.549Z] #18 46.66 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-12-11T19:02:50.549Z] #18 46.68 Unpacking zip (3.0-11+b1) ... [2020-12-11T19:02:50.549Z] #18 46.87 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-12-11T19:02:50.549Z] #18 46.90 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-12-11T19:02:50.549Z] #18 46.91 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-12-11T19:02:50.549Z] #18 46.93 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-12-11T19:02:50.549Z] #18 46.94 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-12-11T19:02:50.549Z] #18 46.96 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-12-11T19:02:50.549Z] #18 46.97 Setting up uidmap (1:4.5-1.1) ... [2020-12-11T19:02:50.549Z] #18 46.98 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-12-11T19:02:50.549Z] #18 47.00 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-12-11T19:02:50.549Z] #18 47.01 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-12-11T19:02:50.810Z] #18 47.03 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-12-11T19:02:50.810Z] #18 47.04 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-12-11T19:02:50.810Z] #18 47.05 Setting up xxd (2:8.1.0875-5) ... [2020-12-11T19:02:50.810Z] #18 47.06 Setting up zip (3.0-11+b1) ... [2020-12-11T19:02:50.810Z] #18 47.08 Setting up vim-common (2:8.1.0875-5) ... [2020-12-11T19:02:50.810Z] #18 47.11 Setting up bash-completion (1:2.8-6) ... [2020-12-11T19:02:51.407Z] #43 137.1 compress/gzip [2020-12-11T19:02:51.724Z] #15 DONE 1.7s [2020-12-11T19:02:51.724Z] [2020-12-11T19:02:51.724Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-12-11T19:02:51.988Z] #16 ... [2020-12-11T19:02:51.988Z] [2020-12-11T19:02:51.988Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:51.988Z] #41 48.21 CC compel/plugins/std/infect.o [2020-12-11T19:02:51.988Z] #41 48.63 CC compel/arch/aarch64/plugins/std/parasite-head.o [2020-12-11T19:02:51.988Z] #41 48.65 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2020-12-11T19:02:51.988Z] #41 48.74 AR compel/plugins/std.lib.a [2020-12-11T19:02:51.988Z] #41 48.81 CC compel/plugins/fds/fds.o [2020-12-11T19:02:51.988Z] #41 49.12 AR compel/plugins/fds.lib.a [2020-12-11T19:02:51.988Z] #41 49.17 HOSTDEP compel/src/lib/log-host.d [2020-12-11T19:02:51.988Z] #41 49.34 HOSTDEP compel/src/lib/handle-elf-host.d [2020-12-11T19:02:51.988Z] #41 49.56 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2020-12-11T19:02:51.988Z] #41 49.60 HOSTDEP compel/src/main-host.d [2020-12-11T19:02:51.988Z] #41 49.68 DEP compel/src/lib/ptrace.d [2020-12-11T19:02:51.988Z] #41 49.83 DEP compel/src/lib/infect.d [2020-12-11T19:02:51.988Z] #41 49.97 DEP compel/src/lib/infect-util.d [2020-12-11T19:02:51.988Z] #41 50.05 DEP compel/src/lib/infect-rpc.d [2020-12-11T19:02:51.988Z] #41 50.21 DEP compel/arch/aarch64/src/lib/infect.d [2020-12-11T19:02:51.988Z] #41 50.36 DEP compel/arch/aarch64/src/lib/cpu.d [2020-12-11T19:02:51.989Z] #41 50.41 DEP compel/src/lib/log.d [2020-12-11T19:02:51.989Z] #41 50.52 DEP compel/src/main.d [2020-12-11T19:02:51.989Z] #41 50.64 DEP compel/src/lib/handle-elf.d [2020-12-11T19:02:51.989Z] #41 50.81 DEP compel/arch/aarch64/src/lib/handle-elf.d [2020-12-11T19:02:51.989Z] #41 50.88 CC compel/src/lib/log.o [2020-12-11T19:02:51.989Z] #41 51.16 CC compel/arch/aarch64/src/lib/cpu.o [2020-12-11T19:02:51.989Z] #41 51.48 CC compel/arch/aarch64/src/lib/infect.o [2020-12-11T19:02:51.989Z] #41 51.78 CC compel/src/lib/infect-rpc.o [2020-12-11T19:02:51.989Z] #41 52.10 CC compel/src/lib/infect-util.o [2020-12-11T19:02:51.989Z] #41 52.38 CC compel/src/lib/infect.o [2020-12-11T19:02:51.989Z] #41 54.07 CC compel/src/lib/ptrace.o [2020-12-11T19:02:51.989Z] #41 54.62 AR compel/libcompel.a [2020-12-11T19:02:51.989Z] #41 54.72 HOSTCC compel/src/main-host.o [2020-12-11T19:02:51.989Z] #41 55.09 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2020-12-11T19:02:51.989Z] #41 55.21 HOSTCC compel/src/lib/handle-elf-host.o [2020-12-11T19:02:51.989Z] #41 55.48 HOSTCC compel/src/lib/log-host.o [2020-12-11T19:02:51.989Z] #41 55.67 HOSTLINK compel/compel-host-bin [2020-12-11T19:02:51.989Z] #41 55.95 DEP soccr/soccr.d [2020-12-11T19:02:51.989Z] #41 56.19 CC soccr/soccr.o [2020-12-11T19:02:51.989Z] #41 57.55 AR soccr/libsoccr.a [2020-12-11T19:02:51.989Z] #41 57.61 make[1]: 'soccr/libsoccr.a' is up to date. [2020-12-11T19:02:51.989Z] #41 58.24 DEP criu/arch/aarch64/sigframe.d [2020-12-11T19:02:52.009Z] #43 ... [2020-12-11T19:02:52.009Z] [2020-12-11T19:02:52.009Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:52.009Z] #41 30.83 CC images/core-aarch64.o [2020-12-11T19:02:52.009Z] #41 31.48 CC images/core-ppc64.o [2020-12-11T19:02:52.009Z] #41 32.34 CC images/core-s390.o [2020-12-11T19:02:52.009Z] #41 33.27 CC images/cpuinfo.o [2020-12-11T19:02:52.009Z] #41 33.92 CC images/inventory.o [2020-12-11T19:02:52.009Z] #41 34.34 CC images/fdinfo.o [2020-12-11T19:02:52.009Z] #41 35.00 CC images/fown.o [2020-12-11T19:02:52.009Z] #41 35.31 CC images/ns.o [2020-12-11T19:02:52.009Z] #41 35.72 CC images/regfile.o [2020-12-11T19:02:52.009Z] #41 36.12 CC images/ghost-file.o [2020-12-11T19:02:52.009Z] #41 36.62 CC images/fifo.o [2020-12-11T19:02:52.009Z] #41 36.92 CC images/remap-file-path.o [2020-12-11T19:02:52.009Z] #41 37.48 CC images/eventfd.o [2020-12-11T19:02:52.253Z] #41 58.44 DEP criu/arch/aarch64/crtools.d [2020-12-11T19:02:52.253Z] #41 58.63 DEP criu/arch/aarch64/cpu.d [2020-12-11T19:02:52.517Z] #41 58.67 DEP criu/arch/aarch64/bitops.d [2020-12-11T19:02:52.517Z] #41 58.72 CC criu/arch/aarch64/bitops.o [2020-12-11T19:02:52.517Z] #41 58.77 CC criu/arch/aarch64/cpu.o [2020-12-11T19:02:52.517Z] #41 58.91 CC criu/arch/aarch64/crtools.o [2020-12-11T19:02:52.530Z] #43 122.7 CC criu/crtools.o [2020-12-11T19:02:52.581Z] #41 ... [2020-12-11T19:02:52.581Z] [2020-12-11T19:02:52.581Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:52.581Z] #43 138.1 vendor/golang.org/x/text/transform [2020-12-11T19:02:53.095Z] #41 59.51 CC criu/arch/aarch64/sigframe.o [2020-12-11T19:02:53.154Z] #43 ... [2020-12-11T19:02:53.154Z] [2020-12-11T19:02:53.154Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:02:53.154Z] #54 63.62 + export 'BUILDTAGS=netgo osusergo static_build' [2020-12-11T19:02:53.154Z] #54 63.62 + BUILDTAGS='netgo osusergo static_build' [2020-12-11T19:02:53.154Z] #54 63.62 + export EXTRA_FLAGS=-buildmode=pie [2020-12-11T19:02:53.154Z] #54 63.62 + EXTRA_FLAGS=-buildmode=pie [2020-12-11T19:02:53.154Z] #54 63.62 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-12-11T19:02:53.154Z] #54 63.62 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-12-11T19:02:53.154Z] #54 63.62 + '[' '' = dynamic ']' [2020-12-11T19:02:53.154Z] #54 63.62 + make [2020-12-11T19:02:53.154Z] #54 64.98 + bin/ctr [2020-12-11T19:02:53.154Z] #54 ... [2020-12-11T19:02:53.154Z] [2020-12-11T19:02:53.154Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:53.154Z] #41 38.05 CC images/eventpoll.o [2020-12-11T19:02:53.154Z] #41 38.40 CC images/fh.o [2020-12-11T19:02:53.343Z] #18 49.56 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-12-11T19:02:53.343Z] #18 49.58 Setting up xz-utils (5.2.4-1) ... [2020-12-11T19:02:53.343Z] #18 49.59 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-12-11T19:02:53.343Z] #18 49.60 Setting up sudo (1.8.27-1+deb10u2) ... [2020-12-11T19:02:53.343Z] #18 49.67 invoke-rc.d: could not determine current runlevel [2020-12-11T19:02:53.343Z] #18 49.68 invoke-rc.d: policy-rc.d denied execution of start. [2020-12-11T19:02:53.343Z] #18 49.70 Setting up pigz (2.4-1) ... [2020-12-11T19:02:53.343Z] #18 49.71 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-12-11T19:02:53.343Z] #18 49.72 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-12-11T19:02:53.343Z] #18 49.74 Setting up python-pip-whl (18.1-5) ... [2020-12-11T19:02:53.343Z] #18 49.76 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-12-11T19:02:53.343Z] #18 49.77 Setting up vim-runtime (2:8.1.0875-5) ... [2020-12-11T19:02:53.416Z] #41 38.78 CC images/fsnotify.o [2020-12-11T19:02:53.583Z] #43 ... [2020-12-11T19:02:53.583Z] [2020-12-11T19:02:53.583Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:53.583Z] #45 181.3 github.com/LK4D4/vndr/godl [2020-12-11T19:02:53.583Z] #45 182.4 github.com/LK4D4/vndr [2020-12-11T19:02:53.583Z] #45 ... [2020-12-11T19:02:53.583Z] [2020-12-11T19:02:53.583Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:02:53.583Z] #20 67.42 Setting up apparmor (2.13.2-10) ... [2020-12-11T19:02:53.583Z] #20 69.47 Setting up xfsprogs (4.20.0-1) ... [2020-12-11T19:02:53.583Z] #20 69.48 Setting up python3-lib2to3 (3.7.3-1) ... [2020-12-11T19:02:53.583Z] #20 70.09 Setting up python3-pkg-resources (40.8.0-1) ... [2020-12-11T19:02:53.672Z] #41 59.87 LINK criu/arch/aarch64/crtools.built-in.o [2020-12-11T19:02:53.672Z] #41 59.92 DEP criu/pie/util-vdso.d [2020-12-11T19:02:53.672Z] #41 60.03 DEP criu/pie/util.d [2020-12-11T19:02:53.678Z] #41 ... [2020-12-11T19:02:53.678Z] [2020-12-11T19:02:53.678Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:02:53.678Z] #49 DONE 139.2s [2020-12-11T19:02:53.678Z] [2020-12-11T19:02:53.678Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:53.678Z] #43 139.1 vendor/golang.org/x/text/unicode/bidi [2020-12-11T19:02:53.783Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-12-11T19:02:53.783Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-bbd3a384\powershellScript.ps1'; exit $LASTEXITCODE; [2020-12-11T19:02:53.783Z] ---------------------------------------------------------------------------- [2020-12-11T19:02:53.783Z] [2020-12-11T19:02:53.783Z] INFO: executeCI.ps1 starting at Fri Dec 11 19:02:52 CUT 2020 [2020-12-11T19:02:53.783Z] [2020-12-11T19:02:53.783Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-12-11T19:02:53.783Z] INFO: Running git version 2.24.1.windows.2 [2020-12-11T19:02:53.783Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-12-11T19:02:53.783Z] INFO: Environment variables: [2020-12-11T19:02:53.783Z] [2020-12-11T19:02:53.783Z] Name Value [2020-12-11T19:02:53.783Z] ---- ----- [2020-12-11T19:02:53.783Z] ALLUSERSPROFILE C:\ProgramData [2020-12-11T19:02:53.783Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-12-11T19:02:53.783Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-12-11T19:02:53.783Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2020-12-11T19:02:53.783Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2020-12-11T19:02:53.783Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-12-11T19:02:53.783Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2020-12-11T19:02:53.783Z] BRANCH_NAME PR-41783 [2020-12-11T19:02:53.783Z] BUILD_DISPLAY_NAME #1 [2020-12-11T19:02:53.783Z] BUILD_ID 1 [2020-12-11T19:02:53.783Z] BUILD_NUMBER 1 [2020-12-11T19:02:53.783Z] BUILD_TAG jenkins-moby-PR-41783-1 [2020-12-11T19:02:53.783Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41783/1/ [2020-12-11T19:02:53.783Z] CHANGE_AUTHOR arkodg [2020-12-11T19:02:53.783Z] CHANGE_AUTHOR_DISPLAY_NAME Arko Dasgupta [2020-12-11T19:02:53.783Z] CHANGE_BRANCH bump-libnetwork-ipv6tables [2020-12-11T19:02:53.783Z] CHANGE_FORK arkodg [2020-12-11T19:02:53.783Z] CHANGE_ID 41783 [2020-12-11T19:02:53.783Z] CHANGE_TARGET master [2020-12-11T19:02:53.783Z] CHANGE_TITLE Vendor in libnetwork changes [2020-12-11T19:02:53.783Z] CHANGE_URL https://github.com/moby/moby/pull/41783 [2020-12-11T19:02:53.783Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-11T19:02:53.783Z] CommonProgramFiles C:\Program Files\Common Files [2020-12-11T19:02:53.783Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-12-11T19:02:53.783Z] CommonProgramW6432 C:\Program Files\Common Files [2020-12-11T19:02:53.783Z] COMPUTERNAME azwin-2-61e6b0 [2020-12-11T19:02:53.783Z] ComSpec C:\windows\system32\cmd.exe [2020-12-11T19:02:53.784Z] ConfigSequenceNumber 0 [2020-12-11T19:02:53.784Z] DOCKER_BUILDKIT 0 [2020-12-11T19:02:53.784Z] DOCKER_DUT_DEBUG 1 [2020-12-11T19:02:53.784Z] DOCKER_EXPERIMENTAL 1 [2020-12-11T19:02:53.784Z] DOCKER_GRAPHDRIVER overlay2 [2020-12-11T19:02:53.784Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-12-11T19:02:53.784Z] EXECUTOR_NUMBER 0 [2020-12-11T19:02:53.784Z] FQDN azwin-2-61e6b0.westus.cloudapp.azure.com [2020-12-11T19:02:53.784Z] GIT_BRANCH PR-41783 [2020-12-11T19:02:53.784Z] GIT_COMMIT 5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T19:02:53.784Z] GIT_URL https://github.com/moby/moby.git [2020-12-11T19:02:53.784Z] HUDSON_COOKIE 241bc546-66f0-4676-b680-dc8b91e4dd9a [2020-12-11T19:02:53.784Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-12-11T19:02:53.784Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-12-11T19:02:53.784Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-12-11T19:02:53.784Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.265-1.b01.ojdkbuild.windows.x86_64 [2020-12-11T19:02:53.784Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-12-11T19:02:53.784Z] JENKINS_NODE_COOKIE 3d465bc6-7216-4340-a628-28791d0d2a0c [2020-12-11T19:02:53.784Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-12-11T19:02:53.784Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-12-11T19:02:53.784Z] JOB_BASE_NAME PR-41783 [2020-12-11T19:02:53.784Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41783/display/redirect [2020-12-11T19:02:53.784Z] JOB_NAME moby/PR-41783 [2020-12-11T19:02:53.784Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41783/ [2020-12-11T19:02:53.784Z] library.jps.version master [2020-12-11T19:02:53.784Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-12-11T19:02:53.784Z] NODE_LABELS amd64 azure azwin-2-61e6b0 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-12-11T19:02:53.784Z] NODE_NAME azwin-2-61e6b0 [2020-12-11T19:02:53.784Z] NUMBER_OF_PROCESSORS 4 [2020-12-11T19:02:53.784Z] OS Windows_NT [2020-12-11T19:02:53.784Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-12-11T19:02:53.784Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-12-11T19:02:53.784Z] PROCESSOR_ARCHITECTURE AMD64 [2020-12-11T19:02:53.784Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2020-12-11T19:02:53.784Z] PROCESSOR_LEVEL 6 [2020-12-11T19:02:53.784Z] PROCESSOR_REVISION 5504 [2020-12-11T19:02:53.784Z] ProgramData C:\ProgramData [2020-12-11T19:02:53.784Z] ProgramFiles C:\Program Files [2020-12-11T19:02:53.784Z] ProgramFiles(x86) C:\Program Files (x86) [2020-12-11T19:02:53.784Z] ProgramW6432 C:\Program Files [2020-12-11T19:02:53.784Z] PROMPT $P$G [2020-12-11T19:02:53.784Z] PSExecutionPolicyPreference Bypass [2020-12-11T19:02:53.784Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-12-11T19:02:53.784Z] PUBLIC C:\Users\Public [2020-12-11T19:02:53.784Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41783/1/display/redirect?page=artif... [2020-12-11T19:02:53.784Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41783/1/display/redirect?page=changes [2020-12-11T19:02:53.784Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41783/1/display/redirect [2020-12-11T19:02:53.784Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41783/1/display/redirect?page=tests [2020-12-11T19:02:53.784Z] SKIP_VALIDATION_TESTS 1 [2020-12-11T19:02:53.784Z] SOURCES_DRIVE d [2020-12-11T19:02:53.784Z] SOURCES_SUBDIR gopath [2020-12-11T19:02:53.784Z] STAGE_NAME Run tests [2020-12-11T19:02:53.784Z] SystemDrive C: [2020-12-11T19:02:53.784Z] SystemRoot C:\windows [2020-12-11T19:02:53.784Z] TEMP C:\windows\TEMP [2020-12-11T19:02:53.784Z] TESTDEBUG 0 [2020-12-11T19:02:53.784Z] TESTRUN_DRIVE d [2020-12-11T19:02:53.784Z] TESTRUN_SUBDIR CI [2020-12-11T19:02:53.784Z] TIMEOUT 120m [2020-12-11T19:02:53.784Z] TMP C:\windows\TEMP [2020-12-11T19:02:53.784Z] USERDOMAIN WORKGROUP [2020-12-11T19:02:53.784Z] USERNAME azwin-2-61e6b0$ [2020-12-11T19:02:53.784Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-12-11T19:02:53.784Z] windir C:\windows [2020-12-11T19:02:53.784Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-12-11T19:02:53.784Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-12-11T19:02:53.784Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-12-11T19:02:53.784Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2020-12-11T19:02:53.784Z] [2020-12-11T19:02:53.784Z] [2020-12-11T19:02:53.784Z] [2020-12-11T19:02:53.910Z] #18 50.18 Setting up libaio1:amd64 (0.3.112-3) ... [2020-12-11T19:02:53.910Z] #18 50.20 Setting up libonig5:amd64 (6.9.1-1) ... [2020-12-11T19:02:53.910Z] #18 50.21 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-12-11T19:02:53.910Z] #18 50.22 Setting up vim (2:8.1.0875-5) ... [2020-12-11T19:02:53.910Z] #18 50.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-12-11T19:02:53.910Z] #18 50.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-12-11T19:02:53.910Z] #18 50.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-12-11T19:02:53.910Z] #18 50.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-12-11T19:02:53.910Z] #18 50.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-12-11T19:02:53.910Z] #18 50.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-12-11T19:02:53.910Z] #18 50.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-12-11T19:02:53.910Z] #18 50.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-12-11T19:02:53.936Z] #41 60.13 CC criu/pie/util.o [2020-12-11T19:02:54.171Z] #18 50.29 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-12-11T19:02:54.171Z] #18 50.30 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-12-11T19:02:54.171Z] #18 50.32 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-12-11T19:02:54.171Z] #18 50.33 Setting up jq (1.5+dfsg-2+b1) ... [2020-12-11T19:02:54.171Z] #18 50.34 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-12-11T19:02:54.171Z] #18 50.36 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-12-11T19:02:54.200Z] #41 60.38 CC criu/pie/util-vdso.o [2020-12-11T19:02:54.226Z] #20 71.28 Setting up python3-distutils (3.7.3-1) ... [2020-12-11T19:02:54.248Z] INFO: Sources under d:\gopath\... [2020-12-11T19:02:54.248Z] INFO: Test run under d:\CI\... [2020-12-11T19:02:54.248Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-12-11T19:02:54.248Z] INFO: docker/docker repository was found [2020-12-11T19:02:54.659Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.448s coverage: 14.1% of statements [2020-12-11T19:02:54.712Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2020-12-11T19:02:54.777Z] #41 ... [2020-12-11T19:02:54.777Z] [2020-12-11T19:02:54.777Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-12-11T19:02:54.777Z] #16 DONE 3.1s [2020-12-11T19:02:54.777Z] [2020-12-11T19:02:54.777Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:54.777Z] #41 60.83 AR criu/pie/pie.lib.a [2020-12-11T19:02:54.777Z] #41 ... [2020-12-11T19:02:54.777Z] [2020-12-11T19:02:54.777Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-12-11T19:02:54.870Z] #20 71.97 Setting up python3-setuptools (40.8.0-1) ... [2020-12-11T19:02:55.175Z] ltsc2019: Pulling from windows/servercore [2020-12-11T19:02:55.175Z] 4612f6d0b889: Pulling fs layer [2020-12-11T19:02:55.175Z] aa4f58cd6da1: Pulling fs layer [2020-12-11T19:02:55.355Z] #17 ... [2020-12-11T19:02:55.355Z] [2020-12-11T19:02:55.355Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:02:55.355Z] #22 132.4 + mkdir -p /tmp/tmp.MJ81XDmPWK/src/github.com/docker [2020-12-11T19:02:55.355Z] #22 132.4 + mv components/cli /tmp/tmp.MJ81XDmPWK/src/github.com/docker/cli [2020-12-11T19:02:55.355Z] #22 132.4 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-12-11T19:02:55.619Z] #22 ... [2020-12-11T19:02:55.619Z] [2020-12-11T19:02:55.619Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:55.619Z] #41 60.94 DEP criu/pie/restorer.d [2020-12-11T19:02:55.619Z] #41 61.29 DEP criu/arch/aarch64/intraprocedure.d [2020-12-11T19:02:55.619Z] #41 61.33 DEP criu/arch/aarch64/restorer.d [2020-12-11T19:02:55.619Z] #41 61.46 DEP criu/arch/aarch64/vdso-pie.d [2020-12-11T19:02:55.619Z] #41 61.66 DEP criu/pie/parasite-vdso.d [2020-12-11T19:02:55.701Z] ok github.com/docker/docker/daemon/config 0.019s coverage: 81.8% of statements [2020-12-11T19:02:55.883Z] #41 61.96 DEP criu/pie/parasite.d [2020-12-11T19:02:55.920Z] #20 ... [2020-12-11T19:02:55.920Z] [2020-12-11T19:02:55.920Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:55.920Z] #45 DONE 193.6s [2020-12-11T19:02:55.920Z] [2020-12-11T19:02:55.920Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:55.920Z] #43 123.9 CC criu/eventfd.o [2020-12-11T19:02:55.920Z] #43 124.4 CC criu/eventpoll.o [2020-12-11T19:02:55.920Z] #43 125.6 CC criu/external.o [2020-12-11T19:02:55.991Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2020-12-11T19:02:56.192Z] #54 ... [2020-12-11T19:02:56.192Z] [2020-12-11T19:02:56.192Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:56.192Z] #43 128.2 go/doc [2020-12-11T19:02:56.192Z] #43 130.3 github.com/LK4D4/vndr/versioned [2020-12-11T19:02:56.192Z] #43 130.5 compress/flate [2020-12-11T19:02:56.192Z] #43 133.2 github.com/LK4D4/vndr/build [2020-12-11T19:02:56.192Z] #43 135.6 hash/crc32 [2020-12-11T19:02:56.192Z] #43 136.5 compress/gzip [2020-12-11T19:02:56.192Z] #43 137.2 vendor/golang.org/x/crypto/cryptobyte [2020-12-11T19:02:56.217Z] #43 126.4 CC criu/fault-injection.o [2020-12-11T19:02:56.217Z] #43 126.5 CC criu/fdstore.o [2020-12-11T19:02:56.460Z] #41 62.50 CC criu/pie/parasite.o [2020-12-11T19:02:56.492Z] #43 ... [2020-12-11T19:02:56.492Z] [2020-12-11T19:02:56.492Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:56.492Z] #41 24.91 make[1]: Nothing to be done for 'all'. [2020-12-11T19:02:56.492Z] #41 27.03 CC images/stats.o [2020-12-11T19:02:56.492Z] #41 27.69 CC images/core.o [2020-12-11T19:02:56.492Z] #41 28.70 CC images/core-x86.o [2020-12-11T19:02:56.492Z] #41 29.63 CC images/core-arm.o [2020-12-11T19:02:56.492Z] #41 30.41 CC images/core-aarch64.o [2020-12-11T19:02:56.492Z] #41 31.22 CC images/core-ppc64.o [2020-12-11T19:02:56.492Z] #41 32.16 CC images/core-s390.o [2020-12-11T19:02:56.492Z] #41 33.24 CC images/cpuinfo.o [2020-12-11T19:02:56.492Z] #41 33.76 CC images/inventory.o [2020-12-11T19:02:56.492Z] #41 34.11 CC images/fdinfo.o [2020-12-11T19:02:56.492Z] #41 34.71 CC images/fown.o [2020-12-11T19:02:56.492Z] #41 35.07 CC images/ns.o [2020-12-11T19:02:56.621Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2020-12-11T19:02:56.709Z] #18 ... [2020-12-11T19:02:56.709Z] [2020-12-11T19:02:56.709Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T19:02:56.709Z] #38 245.8 + dpkg --print-architecture [2020-12-11T19:02:56.709Z] #38 245.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-12-11T19:02:56.967Z] #38 246.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-12-11T19:02:56.967Z] #38 246.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-12-11T19:02:56.986Z] #43 142.2 vendor/golang.org/x/text/secure/bidirule [2020-12-11T19:02:56.986Z] #43 142.5 vendor/golang.org/x/text/unicode/norm [2020-12-11T19:02:57.053Z] #41 35.56 CC images/regfile.o [2020-12-11T19:02:57.053Z] #41 ... [2020-12-11T19:02:57.053Z] [2020-12-11T19:02:57.053Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:02:57.053Z] #43 139.0 net [2020-12-11T19:02:57.250Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2020-12-11T19:02:57.287Z] #43 127.2 CC criu/fifo.o [2020-12-11T19:02:57.411Z] #41 63.51 LINK criu/pie/parasite.built-in.o [2020-12-11T19:02:57.411Z] #41 63.52 GEN criu/pie/parasite-blob.h [2020-12-11T19:02:57.411Z] #41 63.53 CC criu/pie/parasite-vdso.o [2020-12-11T19:02:57.931Z] #43 128.0 CC criu/file-ids.o [2020-12-11T19:02:57.988Z] #41 63.99 CC criu/arch/aarch64/vdso-pie.o [2020-12-11T19:02:58.228Z] #43 128.5 CC criu/file-lock.o [2020-12-11T19:02:58.252Z] #41 64.30 CC criu/arch/aarch64/restorer.o [2020-12-11T19:02:58.281Z] ok github.com/docker/docker/daemon 12.260s coverage: 17.2% of statements [2020-12-11T19:02:58.281Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-12-11T19:02:58.281Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-12-11T19:02:58.281Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-12-11T19:02:58.281Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-12-11T19:02:58.458Z] #43 140.4 vendor/golang.org/x/crypto/internal/chacha20 [2020-12-11T19:02:58.516Z] #41 ... [2020-12-11T19:02:58.516Z] [2020-12-11T19:02:58.516Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-12-11T19:02:58.516Z] #17 DONE 3.7s [2020-12-11T19:02:58.516Z] [2020-12-11T19:02:58.516Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T19:02:58.516Z] #38 143.0 + dpkg --print-architecture [2020-12-11T19:02:58.516Z] #38 DONE 144.9s [2020-12-11T19:02:58.516Z] [2020-12-11T19:02:58.516Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:58.516Z] #41 64.61 CC criu/arch/aarch64/intraprocedure.o [2020-12-11T19:02:58.516Z] #41 64.68 CC criu/pie/restorer.o [2020-12-11T19:02:58.527Z] #43 ... [2020-12-11T19:02:58.527Z] [2020-12-11T19:02:58.527Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:02:58.527Z] #20 74.28 Setting up python3-pip (18.1-5) ... [2020-12-11T19:02:58.527Z] #20 75.36 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:02:58.527Z] #20 75.39 Processing triggers for mime-support (3.62) ... [2020-12-11T19:02:58.527Z] #20 DONE 75.7s [2020-12-11T19:02:58.527Z] [2020-12-11T19:02:58.527Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-12-11T19:02:58.824Z] #21 0.377 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-12-11T19:02:59.121Z] #21 0.380 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-12-11T19:02:59.121Z] #21 0.384 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-12-11T19:02:59.121Z] #21 DONE 0.5s [2020-12-11T19:02:59.121Z] [2020-12-11T19:02:59.121Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:02:59.121Z] #24 ... [2020-12-11T19:02:59.121Z] [2020-12-11T19:02:59.121Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-11T19:02:59.385Z] #43 ... [2020-12-11T19:02:59.385Z] [2020-12-11T19:02:59.385Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-11T19:02:59.385Z] #49 131.2 mvdan.cc/sh/v3/cmd/shfmt [2020-12-11T19:02:59.385Z] #49 DONE 141.0s [2020-12-11T19:02:59.385Z] [2020-12-11T19:02:59.385Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:59.385Z] #41 36.13 CC images/ghost-file.o [2020-12-11T19:02:59.385Z] #41 36.84 CC images/fifo.o [2020-12-11T19:02:59.385Z] #41 37.17 CC images/remap-file-path.o [2020-12-11T19:02:59.385Z] #41 37.49 CC images/eventfd.o [2020-12-11T19:02:59.385Z] #41 37.85 CC images/eventpoll.o [2020-12-11T19:02:59.411Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.004s coverage: 2.9% of statements [2020-12-11T19:02:59.500Z] #38 ... [2020-12-11T19:02:59.500Z] [2020-12-11T19:02:59.500Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:59.500Z] #41 135.0 CC criu/files-ext.o [2020-12-11T19:02:59.500Z] #41 135.4 CC criu/files-reg.o [2020-12-11T19:02:59.500Z] #41 137.6 CC criu/files.o [2020-12-11T19:02:59.500Z] #41 139.7 CC criu/filesystems.o [2020-12-11T19:02:59.500Z] #41 140.4 CC criu/fsnotify.o [2020-12-11T19:02:59.500Z] #41 141.6 CC criu/image-desc.o [2020-12-11T19:02:59.500Z] #41 141.8 CC criu/image.o [2020-12-11T19:02:59.500Z] #41 142.7 CC criu/ipc_ns.o [2020-12-11T19:02:59.500Z] #41 143.8 CC criu/irmap.o [2020-12-11T19:02:59.500Z] #41 144.5 CC criu/kcmp-ids.o [2020-12-11T19:02:59.500Z] #41 144.8 CC criu/kerndat.o [2020-12-11T19:02:59.538Z] #43 ... [2020-12-11T19:02:59.538Z] [2020-12-11T19:02:59.538Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:02:59.538Z] #41 39.52 CC images/signalfd.o [2020-12-11T19:02:59.538Z] #41 39.81 CC images/fs.o [2020-12-11T19:02:59.538Z] #41 40.19 CC images/pstree.o [2020-12-11T19:02:59.538Z] #41 40.55 CC images/pipe.o [2020-12-11T19:02:59.538Z] #41 41.05 CC images/tcp-stream.o [2020-12-11T19:02:59.538Z] #41 41.34 CC images/sk-packet.o [2020-12-11T19:02:59.538Z] #41 41.80 CC images/mnt.o [2020-12-11T19:02:59.538Z] #41 42.25 CC images/pipe-data.o [2020-12-11T19:02:59.539Z] #41 42.43 CC images/sa.o [2020-12-11T19:02:59.539Z] #41 42.61 CC images/timer.o [2020-12-11T19:02:59.539Z] #41 43.24 CC images/timerfd.o [2020-12-11T19:02:59.539Z] #41 43.73 CC images/mm.o [2020-12-11T19:02:59.539Z] #41 44.17 CC images/sk-opts.o [2020-12-11T19:02:59.539Z] #41 44.40 CC images/sk-unix.o [2020-12-11T19:02:59.539Z] #41 44.77 CC images/sk-inet.o [2020-12-11T19:02:59.641Z] #41 38.27 CC images/fh.o [2020-12-11T19:02:59.758Z] #41 ... [2020-12-11T19:02:59.758Z] [2020-12-11T19:02:59.758Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:02:59.758Z] #18 53.20 Setting up iptables (1.8.2-4) ... [2020-12-11T19:02:59.758Z] #18 53.22 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-12-11T19:02:59.758Z] #18 53.23 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-12-11T19:02:59.758Z] #18 53.24 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-12-11T19:02:59.758Z] #18 53.24 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-12-11T19:02:59.758Z] #18 53.26 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-12-11T19:02:59.758Z] #18 53.26 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-12-11T19:02:59.758Z] #18 53.27 Setting up python3 (3.7.3-1) ... [2020-12-11T19:02:59.758Z] #18 53.70 Setting up python3-wheel (0.32.3-2) ... [2020-12-11T19:02:59.758Z] #18 54.46 Setting up apparmor (2.13.2-10) ... [2020-12-11T19:02:59.758Z] #18 56.01 Setting up xfsprogs (4.20.0-1) ... [2020-12-11T19:02:59.758Z] #18 56.03 Setting up python3-lib2to3 (3.7.3-1) ... [2020-12-11T19:02:59.801Z] #41 45.24 CC images/tun.o [2020-12-11T19:02:59.912Z] #41 ... [2020-12-11T19:02:59.912Z] [2020-12-11T19:02:59.912Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:03:00.041Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.181s coverage: 56.2% of statements [2020-12-11T19:03:00.063Z] #41 45.59 CC images/sk-netlink.o [2020-12-11T19:03:00.325Z] #18 56.40 Setting up python3-pkg-resources (40.8.0-1) ... [2020-12-11T19:03:00.488Z] #18 ... [2020-12-11T19:03:00.488Z] [2020-12-11T19:03:00.488Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:03:00.488Z] #51 8.356 + cd /tmp/tmp.BrYb7NiaAW/src/github.com/opencontainers/runc [2020-12-11T19:03:00.488Z] #51 8.356 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-12-11T19:03:00.488Z] #51 9.009 + '[' -z '' ']' [2020-12-11T19:03:00.488Z] #51 9.010 + target=static [2020-12-11T19:03:00.488Z] #51 9.010 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-12-11T19:03:00.488Z] #51 9.319 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-12-11T19:03:00.566Z] #41 38.74 CC images/fsnotify.o [2020-12-11T19:03:00.637Z] #41 45.92 CC images/packet-sock.o [2020-12-11T19:03:00.751Z] #51 ... [2020-12-11T19:03:00.751Z] [2020-12-11T19:03:00.751Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:00.751Z] #41 66.99 LINK criu/pie/restorer.built-in.o [2020-12-11T19:03:00.751Z] #41 67.01 GEN criu/pie/restorer-blob.h [2020-12-11T19:03:00.901Z] #41 46.36 CC images/ipc-var.o [2020-12-11T19:03:00.901Z] #41 ... [2020-12-11T19:03:00.901Z] [2020-12-11T19:03:00.901Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:03:01.028Z] #41 67.14 DEP criu/vdso.d [2020-12-11T19:03:01.126Z] #41 39.72 CC images/signalfd.o [2020-12-11T19:03:01.166Z] #11 146.6 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-12-11T19:03:01.166Z] #11 146.6 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-12-11T19:03:01.166Z] #11 146.6 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:03:01.260Z] #18 57.32 Setting up python3-distutils (3.7.3-1) ... [2020-12-11T19:03:01.291Z] #41 67.39 DEP criu/uts_ns.d [2020-12-11T19:03:01.291Z] #41 67.52 DEP criu/util.d [2020-12-11T19:03:01.383Z] #41 40.01 CC images/fs.o [2020-12-11T19:03:01.519Z] #18 57.85 Setting up python3-setuptools (40.8.0-1) ... [2020-12-11T19:03:01.556Z] #41 67.69 DEP criu/uffd.d [2020-12-11T19:03:01.556Z] #41 67.83 DEP criu/tun.d [2020-12-11T19:03:01.556Z] #41 67.94 DEP criu/tty.d [2020-12-11T19:03:01.820Z] #41 68.05 DEP criu/timerfd.d [2020-12-11T19:03:01.820Z] #41 68.19 DEP criu/timens.d [2020-12-11T19:03:01.883Z] #22 ... [2020-12-11T19:03:01.884Z] [2020-12-11T19:03:01.884Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-11T19:03:01.884Z] #32 DONE 199.4s [2020-12-11T19:03:01.884Z] [2020-12-11T19:03:01.884Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:01.884Z] #43 129.6 CC criu/files-ext.o [2020-12-11T19:03:01.884Z] #43 130.0 CC criu/files-reg.o [2020-12-11T19:03:01.988Z] #41 40.32 CC images/pstree.o [2020-12-11T19:03:02.084Z] #41 68.29 DEP criu/sysfs_parse.d [2020-12-11T19:03:02.084Z] #41 68.39 DEP criu/sysctl.d [2020-12-11T19:03:02.243Z] #41 40.65 CC images/pipe.o [2020-12-11T19:03:02.348Z] #41 68.59 DEP criu/string.d [2020-12-11T19:03:02.476Z] aa4f58cd6da1: Verifying Checksum [2020-12-11T19:03:02.476Z] aa4f58cd6da1: Download complete [2020-12-11T19:03:02.612Z] #41 68.65 DEP criu/stats.d [2020-12-11T19:03:02.612Z] #41 68.78 DEP criu/sockets.d [2020-12-11T19:03:02.848Z] #41 41.09 CC images/tcp-stream.o [2020-12-11T19:03:02.876Z] #41 68.93 DEP criu/sk-unix.d [2020-12-11T19:03:02.876Z] #41 69.17 DEP criu/sk-tcp.d [2020-12-11T19:03:02.895Z] #18 59.16 Setting up python3-pip (18.1-5) ... [2020-12-11T19:03:03.104Z] #41 41.58 CC images/sk-packet.o [2020-12-11T19:03:03.139Z] #41 69.42 DEP criu/sk-queue.d [2020-12-11T19:03:03.402Z] #41 69.61 DEP criu/sk-packet.d [2020-12-11T19:03:03.428Z] #43 133.7 CC criu/files.o [2020-12-11T19:03:03.666Z] #41 42.12 CC images/mnt.o [2020-12-11T19:03:03.666Z] #41 69.85 DEP criu/sk-netlink.d [2020-12-11T19:03:03.922Z] #41 42.52 CC images/pipe-data.o [2020-12-11T19:03:03.930Z] #41 70.11 DEP criu/sk-inet.d [2020-12-11T19:03:04.089Z] #18 60.18 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:03:04.089Z] #18 60.21 Processing triggers for mime-support (3.62) ... [2020-12-11T19:03:04.193Z] #41 70.26 DEP criu/signalfd.d [2020-12-11T19:03:04.193Z] #41 70.37 DEP criu/sigframe.d [2020-12-11T19:03:04.193Z] #41 70.50 DEP criu/shmem.d [2020-12-11T19:03:04.456Z] #41 70.67 DEP criu/servicefd.d [2020-12-11T19:03:04.456Z] #41 70.78 DEP criu/seize.d [2020-12-11T19:03:04.482Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.131s coverage: 46.2% of statements [2020-12-11T19:03:04.485Z] #41 42.90 CC images/sa.o [2020-12-11T19:03:04.485Z] #41 43.08 CC images/timer.o [2020-12-11T19:03:04.656Z] #18 DONE 61.0s [2020-12-11T19:03:04.656Z] [2020-12-11T19:03:04.656Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:04.656Z] #41 146.1 CC criu/libnetlink.o [2020-12-11T19:03:04.656Z] #41 146.5 CC criu/log.o [2020-12-11T19:03:04.656Z] #41 147.0 CC criu/lsm.o [2020-12-11T19:03:04.656Z] #41 147.5 CC criu/mem.o [2020-12-11T19:03:04.656Z] #41 149.3 CC criu/memfd.o [2020-12-11T19:03:04.656Z] #41 149.9 CC criu/mount.o [2020-12-11T19:03:04.720Z] #41 71.03 DEP criu/seccomp.d [2020-12-11T19:03:04.959Z] #43 ... [2020-12-11T19:03:04.959Z] [2020-12-11T19:03:04.959Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-11T19:03:04.959Z] #22 5.582 Collecting yamllint==1.16.0 [2020-12-11T19:03:04.959Z] #22 5.893 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-12-11T19:03:04.983Z] #41 71.16 DEP criu/rst-malloc.d [2020-12-11T19:03:04.983Z] #41 71.20 DEP criu/rbtree.d [2020-12-11T19:03:04.983Z] #41 71.22 DEP criu/pstree.d [2020-12-11T19:03:05.047Z] #41 43.60 CC images/timerfd.o [2020-12-11T19:03:05.112Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.003s coverage: 1.8% of statements [2020-12-11T19:03:05.247Z] #41 71.37 DEP criu/protobuf.d [2020-12-11T19:03:05.247Z] #41 71.43 GEN criu/protobuf-desc-gen.h [2020-12-11T19:03:05.258Z] #22 6.008 Collecting pyyaml (from yamllint==1.16.0) [2020-12-11T19:03:05.555Z] #22 6.328 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-12-11T19:03:05.595Z] #41 ... [2020-12-11T19:03:05.595Z] [2020-12-11T19:03:05.595Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-12-11T19:03:05.595Z] #19 0.960 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-12-11T19:03:05.596Z] #19 0.964 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-12-11T19:03:05.596Z] #19 0.968 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-12-11T19:03:05.596Z] #19 DONE 1.0s [2020-12-11T19:03:05.608Z] #41 43.91 CC images/mm.o [2020-12-11T19:03:05.856Z] [2020-12-11T19:03:05.856Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-11T19:03:05.864Z] #41 44.34 CC images/sk-opts.o [2020-12-11T19:03:06.429Z] #41 44.76 CC images/sk-unix.o [2020-12-11T19:03:06.689Z] #41 45.28 CC images/sk-inet.o [2020-12-11T19:03:07.174Z] #41 73.12 DEP criu/protobuf-desc.d [2020-12-11T19:03:07.175Z] #41 73.25 DEP criu/proc_parse.d [2020-12-11T19:03:07.175Z] #41 73.38 DEP criu/plugin.d [2020-12-11T19:03:07.175Z] #41 73.45 DEP criu/pipes.d [2020-12-11T19:03:07.438Z] #41 73.63 DEP criu/pie-util.d [2020-12-11T19:03:07.438Z] #41 73.72 DEP criu/pie-util-vdso.d [2020-12-11T19:03:07.620Z] #41 45.98 CC images/tun.o [2020-12-11T19:03:07.651Z] #22 8.166 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-12-11T19:03:07.651Z] #22 8.236 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-12-11T19:03:07.651Z] #22 8.292 Building wheels for collected packages: pyyaml [2020-12-11T19:03:07.651Z] #22 8.297 Running setup.py bdist_wheel for pyyaml: started [2020-12-11T19:03:07.702Z] #41 73.88 DEP criu/path.d [2020-12-11T19:03:07.774Z] #11 ... [2020-12-11T19:03:07.775Z] [2020-12-11T19:03:07.775Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:07.775Z] #41 46.65 CC images/ipc-desc.o [2020-12-11T19:03:07.775Z] #41 46.92 CC images/ipc-shm.o [2020-12-11T19:03:07.775Z] #41 47.21 CC images/ipc-msg.o [2020-12-11T19:03:07.775Z] #41 47.63 CC images/ipc-sem.o [2020-12-11T19:03:07.775Z] #41 47.93 CC images/utsns.o [2020-12-11T19:03:07.775Z] #41 48.13 CC images/creds.o [2020-12-11T19:03:07.775Z] #41 48.54 CC images/vma.o [2020-12-11T19:03:07.775Z] #41 48.90 CC images/netdev.o [2020-12-11T19:03:07.775Z] #41 49.55 CC images/tty.o [2020-12-11T19:03:07.775Z] #41 50.55 CC images/file-lock.o [2020-12-11T19:03:07.775Z] #41 50.97 CC images/rlimit.o [2020-12-11T19:03:07.775Z] #41 51.25 CC images/pagemap.o [2020-12-11T19:03:07.775Z] #41 51.57 CC images/siginfo.o [2020-12-11T19:03:07.775Z] #41 51.97 CC images/rpc.o [2020-12-11T19:03:07.965Z] #41 74.03 DEP criu/parasite-syscall.d [2020-12-11T19:03:07.965Z] #41 74.28 DEP criu/pagemap.d [2020-12-11T19:03:08.040Z] #41 53.31 CC images/ext-file.o [2020-12-11T19:03:08.188Z] #41 46.59 CC images/sk-netlink.o [2020-12-11T19:03:08.229Z] #41 74.38 DEP criu/pagemap-cache.d [2020-12-11T19:03:08.229Z] #41 74.54 DEP criu/page-xfer.d [2020-12-11T19:03:08.304Z] #41 53.67 CC images/cgroup.o [2020-12-11T19:03:08.443Z] #41 46.98 CC images/packet-sock.o [2020-12-11T19:03:08.493Z] #41 74.80 DEP criu/page-pipe.d [2020-12-11T19:03:08.619Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.256s coverage: 49.5% of statements [2020-12-11T19:03:08.737Z] #22 9.694 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-12-11T19:03:08.737Z] #22 9.697 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-12-11T19:03:08.756Z] #41 74.93 DEP criu/netfilter.d [2020-12-11T19:03:09.004Z] #41 47.64 CC images/ipc-var.o [2020-12-11T19:03:09.037Z] #22 9.830 Successfully built pyyaml [2020-12-11T19:03:09.038Z] #22 9.863 Installing collected packages: pyyaml, pathspec, yamllint [2020-12-11T19:03:09.040Z] #41 75.12 DEP criu/net.d [2020-12-11T19:03:09.250Z] #41 54.72 CC images/userns.o [2020-12-11T19:03:09.304Z] #41 75.47 DEP criu/namespaces.d [2020-12-11T19:03:09.335Z] #22 10.28 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-12-11T19:03:09.565Z] #41 47.92 CC images/ipc-desc.o [2020-12-11T19:03:09.565Z] #41 ... [2020-12-11T19:03:09.565Z] [2020-12-11T19:03:09.565Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:03:09.565Z] #43 141.3 vendor/golang.org/x/crypto/poly1305 [2020-12-11T19:03:09.565Z] #43 141.8 vendor/golang.org/x/sys/cpu [2020-12-11T19:03:09.565Z] #43 142.4 vendor/golang.org/x/crypto/chacha20poly1305 [2020-12-11T19:03:09.565Z] #43 144.2 vendor/golang.org/x/crypto/hkdf [2020-12-11T19:03:09.565Z] #43 144.5 vendor/golang.org/x/text/transform [2020-12-11T19:03:09.565Z] #43 145.6 vendor/golang.org/x/text/unicode/bidi [2020-12-11T19:03:09.565Z] #43 148.2 vendor/golang.org/x/text/secure/bidirule [2020-12-11T19:03:09.565Z] #43 148.7 vendor/golang.org/x/text/unicode/norm [2020-12-11T19:03:09.568Z] #41 75.68 DEP criu/mount.d [2020-12-11T19:03:09.568Z] #41 75.88 DEP criu/memfd.d [2020-12-11T19:03:09.591Z] 4612f6d0b889: Verifying Checksum [2020-12-11T19:03:09.591Z] 4612f6d0b889: Download complete [2020-12-11T19:03:09.633Z] #22 DONE 10.5s [2020-12-11T19:03:09.633Z] [2020-12-11T19:03:09.633Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:09.633Z] #43 136.4 CC criu/filesystems.o [2020-12-11T19:03:09.633Z] #43 137.5 CC criu/fsnotify.o [2020-12-11T19:03:09.633Z] #43 138.8 CC criu/image-desc.o [2020-12-11T19:03:09.633Z] #43 139.1 CC criu/image.o [2020-12-11T19:03:09.821Z] #43 ... [2020-12-11T19:03:09.821Z] [2020-12-11T19:03:09.821Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:09.821Z] #41 48.26 CC images/ipc-shm.o [2020-12-11T19:03:09.824Z] #41 55.14 CC images/google/protobuf/descriptor.o [2020-12-11T19:03:09.853Z] #41 76.00 DEP criu/mem.d [2020-12-11T19:03:09.933Z] #43 140.2 CC criu/ipc_ns.o [2020-12-11T19:03:10.117Z] #41 76.19 DEP criu/lsm.d [2020-12-11T19:03:10.117Z] #41 76.33 DEP criu/log.d [2020-12-11T19:03:10.380Z] #41 76.46 DEP criu/libnetlink.d [2020-12-11T19:03:10.381Z] #41 76.57 DEP criu/kerndat.d [2020-12-11T19:03:10.381Z] #41 76.70 DEP criu/kcmp-ids.d [2020-12-11T19:03:10.384Z] #41 48.73 CC images/ipc-msg.o [2020-12-11T19:03:10.644Z] #41 76.76 DEP criu/irmap.d [2020-12-11T19:03:10.644Z] #41 76.83 DEP criu/ipc_ns.d [2020-12-11T19:03:10.644Z] #41 76.93 DEP criu/image.d [2020-12-11T19:03:10.909Z] #41 77.03 DEP criu/image-desc.d [2020-12-11T19:03:10.909Z] #41 77.09 DEP criu/fsnotify.d [2020-12-11T19:03:10.909Z] #41 77.17 DEP criu/filesystems.d [2020-12-11T19:03:10.909Z] #41 ... [2020-12-11T19:03:10.909Z] [2020-12-11T19:03:10.909Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:03:10.909Z] #18 2.627 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T19:03:10.909Z] #18 2.669 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T19:03:10.909Z] #18 2.669 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T19:03:10.909Z] #18 3.296 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-12-11T19:03:10.909Z] #18 4.168 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [248 kB] [2020-12-11T19:03:10.909Z] #18 5.200 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-12-11T19:03:10.909Z] #18 7.463 Fetched 8232 kB in 5s (1619 kB/s) [2020-12-11T19:03:10.909Z] #18 7.463 Reading package lists... [2020-12-11T19:03:10.909Z] #18 10.28 Reading package lists... [2020-12-11T19:03:10.945Z] #41 49.33 CC images/ipc-sem.o [2020-12-11T19:03:11.130Z] #20 4.974 Collecting yamllint==1.16.0 [2020-12-11T19:03:11.173Z] #18 12.47 Building dependency tree... [2020-12-11T19:03:11.173Z] #18 ... [2020-12-11T19:03:11.173Z] [2020-12-11T19:03:11.173Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:11.173Z] #41 77.25 DEP criu/files.d [2020-12-11T19:03:11.173Z] #41 77.38 DEP criu/files-reg.d [2020-12-11T19:03:11.173Z] #41 77.48 DEP criu/files-ext.d [2020-12-11T19:03:11.173Z] #41 77.58 DEP criu/file-lock.d [2020-12-11T19:03:11.201Z] #41 49.62 CC images/utsns.o [2020-12-11T19:03:11.437Z] #41 77.69 DEP criu/file-ids.d [2020-12-11T19:03:11.456Z] #41 49.87 CC images/creds.o [2020-12-11T19:03:11.464Z] #43 141.6 CC criu/irmap.o [2020-12-11T19:03:11.701Z] #41 77.94 DEP criu/fifo.d [2020-12-11T19:03:11.713Z] #41 50.13 CC images/vma.o [2020-12-11T19:03:11.965Z] #41 78.18 DEP criu/fdstore.d [2020-12-11T19:03:11.965Z] #41 78.27 DEP criu/fault-injection.d [2020-12-11T19:03:11.972Z] #41 50.46 CC images/netdev.o [2020-12-11T19:03:12.108Z] #43 142.3 CC criu/kcmp-ids.o [2020-12-11T19:03:12.229Z] #41 78.31 DEP criu/external.d [2020-12-11T19:03:12.229Z] #41 78.48 DEP criu/eventpoll.d [2020-12-11T19:03:12.377Z] #41 57.44 CC images/opts.o [2020-12-11T19:03:12.377Z] #41 ... [2020-12-11T19:03:12.377Z] [2020-12-11T19:03:12.377Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:03:12.377Z] #56 157.7 + for f in rootlesskit rootlesskit-docker-proxy [2020-12-11T19:03:12.377Z] #56 157.7 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-12-11T19:03:12.406Z] #43 142.7 CC criu/kerndat.o [2020-12-11T19:03:12.492Z] #41 78.70 DEP criu/eventfd.d [2020-12-11T19:03:12.756Z] #41 78.91 DEP criu/crtools.d [2020-12-11T19:03:12.900Z] #41 51.03 CC images/tty.o [2020-12-11T19:03:12.954Z] #56 ... [2020-12-11T19:03:12.954Z] [2020-12-11T19:03:12.954Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:03:12.954Z] #43 148.4 vendor/golang.org/x/net/idna [2020-12-11T19:03:12.954Z] #43 152.2 vendor/golang.org/x/net/http2/hpack [2020-12-11T19:03:12.954Z] #43 153.2 mime [2020-12-11T19:03:12.954Z] #43 156.1 mime/quotedprintable [2020-12-11T19:03:12.954Z] #43 156.8 net/http/internal [2020-12-11T19:03:12.954Z] #43 ... [2020-12-11T19:03:12.954Z] [2020-12-11T19:03:12.954Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:12.954Z] #41 57.66 CC images/seccomp.o [2020-12-11T19:03:12.954Z] #41 58.14 CC images/binfmt-misc.o [2020-12-11T19:03:12.954Z] #41 58.48 CC images/time.o [2020-12-11T19:03:13.019Z] #41 79.16 DEP criu/cr-service.d [2020-12-11T19:03:13.216Z] #41 58.78 CC images/sysctl.o [2020-12-11T19:03:13.283Z] #41 79.48 DEP criu/cr-restore.d [2020-12-11T19:03:13.463Z] #41 51.82 CC images/file-lock.o [2020-12-11T19:03:13.463Z] #41 52.06 CC images/rlimit.o [2020-12-11T19:03:13.547Z] #41 79.77 DEP criu/cr-errno.d [2020-12-11T19:03:13.547Z] #41 79.79 DEP criu/cr-dump.d [2020-12-11T19:03:13.664Z] #20 ... [2020-12-11T19:03:13.664Z] [2020-12-11T19:03:13.664Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:13.664Z] #41 154.3 CC criu/namespaces.o [2020-12-11T19:03:13.664Z] #41 156.4 CC criu/net.o [2020-12-11T19:03:13.664Z] #41 159.1 CC criu/netfilter.o [2020-12-11T19:03:13.718Z] #41 52.35 CC images/pagemap.o [2020-12-11T19:03:13.790Z] #41 59.09 CC images/autofs.o [2020-12-11T19:03:13.790Z] #41 59.35 CC images/macvlan.o [2020-12-11T19:03:13.812Z] #41 80.10 DEP criu/cr-dedup.d [2020-12-11T19:03:13.924Z] #41 159.4 CC criu/page-pipe.o [2020-12-11T19:03:13.942Z] #43 143.9 CC criu/libnetlink.o [2020-12-11T19:03:14.052Z] #41 59.63 CC images/sit.o [2020-12-11T19:03:14.076Z] #41 80.24 DEP criu/cr-check.d [2020-12-11T19:03:14.076Z] #41 80.38 DEP criu/config.d [2020-12-11T19:03:14.076Z] #41 80.49 DEP criu/clone-noasan.d [2020-12-11T19:03:14.239Z] #43 144.3 CC criu/log.o [2020-12-11T19:03:14.279Z] #41 52.80 CC images/siginfo.o [2020-12-11T19:03:14.315Z] #41 59.87 CC images/memfd.o [2020-12-11T19:03:14.340Z] #41 80.54 DEP criu/cgroup.d [2020-12-11T19:03:14.340Z] #41 80.65 DEP criu/cgroup-props.d [2020-12-11T19:03:14.340Z] #41 80.75 DEP criu/bitmap.d [2020-12-11T19:03:14.493Z] #41 160.0 CC criu/page-xfer.o [2020-12-11T19:03:14.534Z] #41 53.09 CC images/rpc.o [2020-12-11T19:03:14.537Z] #43 144.9 CC criu/lsm.o [2020-12-11T19:03:14.604Z] #41 80.77 DEP criu/bfd.d [2020-12-11T19:03:14.604Z] #41 80.92 DEP criu/autofs.d [2020-12-11T19:03:14.868Z] #41 81.09 DEP criu/aio.d [2020-12-11T19:03:14.888Z] #41 60.12 CC images/timens.o [2020-12-11T19:03:15.132Z] #41 81.40 DEP criu/action-scripts.d [2020-12-11T19:03:15.150Z] #41 60.59 LINK images/built-in.o [2020-12-11T19:03:15.181Z] #43 145.3 CC criu/mem.o [2020-12-11T19:03:15.414Z] #41 60.79 GEN compel/include/asm [2020-12-11T19:03:15.414Z] #41 60.82 GEN compel/include/version.h [2020-12-11T19:03:15.414Z] #41 60.84 touch .config [2020-12-11T19:03:15.414Z] #41 60.89 GEN include/common/config.h [2020-12-11T19:03:15.496Z] ok github.com/docker/docker/daemon/graphdriver/aufs 16.444s coverage: 73.1% of statements [2020-12-11T19:03:15.496Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-12-11T19:03:15.496Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.004s coverage: 58.0% of statements [2020-12-11T19:03:15.496Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.211s coverage: 57.7% of statements [2020-12-11T19:03:15.496Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-12-11T19:03:15.496Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-12-11T19:03:15.676Z] #41 61.05 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-12-11T19:03:15.676Z] #41 61.12 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-12-11T19:03:15.676Z] #41 61.15 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-12-11T19:03:15.676Z] #41 61.17 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-12-11T19:03:15.676Z] #41 61.19 DEP compel/arch/x86/plugins/std/memcpy.d [2020-12-11T19:03:15.676Z] #41 61.21 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-12-11T19:03:15.676Z] #41 61.24 GEN compel/plugins/include/uapi/std/syscall.h [2020-12-11T19:03:15.676Z] #41 61.26 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-12-11T19:03:15.712Z] #41 81.82 CC criu/action-scripts.o [2020-12-11T19:03:15.873Z] #41 161.3 CC criu/pagemap-cache.o [2020-12-11T19:03:15.938Z] #41 61.29 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-12-11T19:03:15.938Z] #41 61.36 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-12-11T19:03:15.938Z] #41 61.36 DEP compel/plugins/std/infect.d [2020-12-11T19:03:16.127Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.009s coverage: 3.0% of statements [2020-12-11T19:03:16.132Z] #41 ... [2020-12-11T19:03:16.132Z] [2020-12-11T19:03:16.132Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-11T19:03:16.132Z] #20 10.35 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-12-11T19:03:16.132Z] #20 10.42 Collecting pyyaml (from yamllint==1.16.0) [2020-12-11T19:03:16.200Z] #41 61.50 DEP compel/plugins/std/string.d [2020-12-11T19:03:16.200Z] #41 61.73 DEP compel/plugins/std/log.d [2020-12-11T19:03:16.290Z] #41 82.48 CC criu/aio.o [2020-12-11T19:03:16.392Z] #20 10.58 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-12-11T19:03:16.420Z] #41 54.94 CC images/ext-file.o [2020-12-11T19:03:16.462Z] #41 61.87 DEP compel/plugins/std/fds.d [2020-12-11T19:03:16.462Z] #41 61.98 DEP compel/plugins/std/std.d [2020-12-11T19:03:16.462Z] #41 62.08 DEP compel/plugins/shmem/shmem.d [2020-12-11T19:03:16.676Z] #41 55.16 CC images/cgroup.o [2020-12-11T19:03:16.724Z] #41 62.19 DEP compel/plugins/fds/fds.d [2020-12-11T19:03:16.757Z] ok github.com/docker/docker/daemon/links 0.012s coverage: 93.0% of statements [2020-12-11T19:03:16.986Z] #41 62.41 CC compel/plugins/std/std.o [2020-12-11T19:03:17.273Z] #43 147.5 CC criu/memfd.o [2020-12-11T19:03:17.295Z] #41 83.21 CC criu/autofs.o [2020-12-11T19:03:17.387Z] ok github.com/docker/docker/daemon/images 0.010s coverage: 6.5% of statements [2020-12-11T19:03:17.387Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-12-11T19:03:17.387Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-12-11T19:03:17.560Z] #41 62.87 CC compel/plugins/std/fds.o [2020-12-11T19:03:17.564Z] #41 ... [2020-12-11T19:03:17.564Z] [2020-12-11T19:03:17.564Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:03:17.564Z] #18 12.47 Building dependency tree... [2020-12-11T19:03:17.564Z] #18 14.23 libcap2-bin is already the newest version (1:2.25-2). [2020-12-11T19:03:17.564Z] #18 14.23 The following additional packages will be installed: [2020-12-11T19:03:17.564Z] #18 14.23 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-12-11T19:03:17.564Z] #18 14.23 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-12-11T19:03:17.564Z] #18 14.23 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-12-11T19:03:17.564Z] #18 14.23 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-12-11T19:03:17.564Z] #18 14.24 python3.7 python3.7-minimal vim-runtime xxd [2020-12-11T19:03:17.564Z] #18 14.24 Suggested packages: [2020-12-11T19:03:17.564Z] #18 14.24 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-12-11T19:03:17.564Z] #18 14.24 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-12-11T19:03:17.564Z] #18 14.24 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-12-11T19:03:17.564Z] #18 14.24 Recommended packages: [2020-12-11T19:03:17.564Z] #18 14.24 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-12-11T19:03:17.564Z] #18 14.24 python3-keyrings.alt python3-xdg unzip [2020-12-11T19:03:17.564Z] #18 15.60 The following NEW packages will be installed: [2020-12-11T19:03:17.564Z] #18 15.60 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-12-11T19:03:17.564Z] #18 15.60 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-12-11T19:03:17.564Z] #18 15.60 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-12-11T19:03:17.564Z] #18 15.60 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-12-11T19:03:17.564Z] #18 15.60 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-12-11T19:03:17.564Z] #18 15.60 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-12-11T19:03:17.564Z] #18 15.60 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-12-11T19:03:17.564Z] #18 15.61 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-12-11T19:03:17.564Z] #18 15.61 xz-utils zip [2020-12-11T19:03:17.564Z] #18 15.94 0 upgraded, 48 newly installed, 0 to remove and 14 not upgraded. [2020-12-11T19:03:17.564Z] #18 15.94 Need to get 27.6 MB of archives. [2020-12-11T19:03:17.564Z] #18 15.94 After this operation, 114 MB of additional disk space will be used. [2020-12-11T19:03:17.564Z] #18 15.94 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2020-12-11T19:03:17.564Z] #18 16.01 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u2 [588 kB] [2020-12-11T19:03:17.564Z] #18 16.09 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u2 [1404 kB] [2020-12-11T19:03:17.564Z] #18 16.15 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2020-12-11T19:03:17.564Z] #18 16.15 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2020-12-11T19:03:17.564Z] #18 16.16 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u2 [1641 kB] [2020-12-11T19:03:17.564Z] #18 16.25 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB] [2020-12-11T19:03:17.564Z] #18 16.26 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2020-12-11T19:03:17.564Z] #18 16.26 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2020-12-11T19:03:17.564Z] #18 16.27 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2020-12-11T19:03:17.564Z] #18 16.27 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2020-12-11T19:03:17.564Z] #18 16.28 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2020-12-11T19:03:17.564Z] #18 16.28 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2020-12-11T19:03:17.564Z] #18 16.40 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2020-12-11T19:03:17.564Z] #18 16.41 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2020-12-11T19:03:17.564Z] #18 16.41 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2020-12-11T19:03:17.564Z] #18 16.42 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-12-11T19:03:17.564Z] #18 16.42 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-12-11T19:03:17.564Z] #18 16.43 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2020-12-11T19:03:17.564Z] #18 16.44 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2020-12-11T19:03:17.564Z] #18 16.45 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2020-12-11T19:03:17.564Z] #18 16.46 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2020-12-11T19:03:17.564Z] #18 16.48 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2020-12-11T19:03:17.564Z] #18 16.49 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-12-11T19:03:17.564Z] #18 16.49 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-12-11T19:03:17.564Z] #18 16.49 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-12-11T19:03:17.564Z] #18 16.50 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2020-12-11T19:03:17.564Z] #18 16.51 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2020-12-11T19:03:17.564Z] #18 16.51 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-12-11T19:03:17.564Z] #18 16.75 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-12-11T19:03:17.564Z] #18 16.75 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-12-11T19:03:17.564Z] #18 16.75 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-12-11T19:03:17.564Z] #18 16.76 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2020-12-11T19:03:17.564Z] #18 16.76 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2020-12-11T19:03:17.564Z] #18 16.78 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2020-12-11T19:03:17.564Z] #18 16.84 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-12-11T19:03:17.564Z] #18 16.84 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2020-12-11T19:03:17.564Z] #18 16.86 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2020-12-11T19:03:17.564Z] #18 16.86 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-12-11T19:03:17.564Z] #18 16.87 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2020-12-11T19:03:17.564Z] #18 16.90 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-12-11T19:03:17.564Z] #18 16.90 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u2 [1208 kB] [2020-12-11T19:03:17.564Z] #18 16.93 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2020-12-11T19:03:17.564Z] #18 16.94 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2020-12-11T19:03:17.564Z] #18 16.95 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-12-11T19:03:17.564Z] #18 17.26 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2020-12-11T19:03:17.564Z] #18 17.30 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2020-12-11T19:03:17.564Z] #18 17.33 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2020-12-11T19:03:17.564Z] #18 18.09 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:03:17.564Z] #18 18.17 Fetched 27.6 MB in 2s (16.6 MB/s) [2020-12-11T19:03:17.564Z] #18 18.21 Selecting previously unselected package pigz. [2020-12-11T19:03:17.564Z] #18 18.21 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23405 files and directories currently installed.) [2020-12-11T19:03:17.564Z] #18 18.26 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2020-12-11T19:03:17.564Z] #18 18.26 Unpacking pigz (2.4-1) ... [2020-12-11T19:03:17.566Z] #18 18.37 Selecting previously unselected package libpython3.7-minimal:arm64. [2020-12-11T19:03:17.566Z] #18 18.38 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-12-11T19:03:17.566Z] #18 18.39 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-12-11T19:03:17.566Z] #18 19.18 Selecting previously unselected package python3.7-minimal. [2020-12-11T19:03:17.566Z] #18 19.18 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-12-11T19:03:17.566Z] #18 19.21 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-12-11T19:03:17.647Z] #41 56.21 CC images/userns.o [2020-12-11T19:03:17.771Z] #20 11.99 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-12-11T19:03:17.771Z] #20 12.02 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-12-11T19:03:17.771Z] #20 12.05 Building wheels for collected packages: pyyaml [2020-12-11T19:03:17.771Z] #20 12.05 Running setup.py bdist_wheel for pyyaml: started [2020-12-11T19:03:17.822Z] #41 63.22 CC compel/plugins/std/log.o [2020-12-11T19:03:18.253Z] #41 56.64 CC images/google/protobuf/descriptor.o [2020-12-11T19:03:18.325Z] #43 148.2 CC criu/mount.o [2020-12-11T19:03:18.461Z] ok github.com/docker/docker/daemon/logger 0.209s coverage: 41.0% of statements [2020-12-11T19:03:18.560Z] #18 20.07 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-12-11T19:03:18.560Z] #18 20.10 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-12-11T19:03:18.757Z] ok github.com/docker/docker/daemon/logger/awslogs 0.066s coverage: 77.8% of statements [2020-12-11T19:03:18.757Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-12-11T19:03:18.757Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-12-11T19:03:19.151Z] #20 13.13 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-12-11T19:03:19.151Z] #20 13.14 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-12-11T19:03:19.151Z] #20 13.21 Successfully built pyyaml [2020-12-11T19:03:19.151Z] #20 13.24 Installing collected packages: pyyaml, pathspec, yamllint [2020-12-11T19:03:19.215Z] #41 64.58 CC compel/plugins/std/string.o [2020-12-11T19:03:19.387Z] ok github.com/docker/docker/daemon/logger/gelf 0.027s coverage: 67.0% of statements [2020-12-11T19:03:19.411Z] #20 13.55 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-12-11T19:03:19.671Z] #20 DONE 13.9s [2020-12-11T19:03:19.671Z] [2020-12-11T19:03:19.671Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-12-11T19:03:19.677Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2020-12-11T19:03:19.930Z] #23 DONE 0.3s [2020-12-11T19:03:19.930Z] [2020-12-11T19:03:19.930Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-12-11T19:03:20.160Z] #41 65.72 CC compel/plugins/std/infect.o [2020-12-11T19:03:20.306Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.006s coverage: 87.2% of statements [2020-12-11T19:03:20.306Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.009s coverage: 61.6% of statements [2020-12-11T19:03:20.734Z] #41 66.07 CC compel/arch/x86/plugins/std/parasite-head.o [2020-12-11T19:03:20.734Z] #41 66.17 CC compel/arch/x86/plugins/std/memcpy.o [2020-12-11T19:03:20.734Z] #41 66.26 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-12-11T19:03:20.767Z] #41 59.20 CC images/opts.o [2020-12-11T19:03:20.767Z] #41 ... [2020-12-11T19:03:20.767Z] [2020-12-11T19:03:20.767Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:03:20.767Z] #11 152.7 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-12-11T19:03:20.767Z] #11 152.7 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-12-11T19:03:20.767Z] #11 152.7 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:03:20.936Z] ok github.com/docker/docker/daemon/logger/local 0.009s coverage: 75.2% of statements [2020-12-11T19:03:20.936Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-12-11T19:03:20.996Z] #41 66.35 AR compel/plugins/std.lib.a [2020-12-11T19:03:20.996Z] #41 66.46 CC compel/plugins/fds/fds.o [2020-12-11T19:03:21.022Z] #11 ... [2020-12-11T19:03:21.022Z] [2020-12-11T19:03:21.022Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:03:21.022Z] #43 155.0 vendor/golang.org/x/net/idna [2020-12-11T19:03:21.022Z] #43 158.4 vendor/golang.org/x/net/http2/hpack [2020-12-11T19:03:21.022Z] #43 160.1 mime [2020-12-11T19:03:21.022Z] #43 ... [2020-12-11T19:03:21.022Z] [2020-12-11T19:03:21.022Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:21.022Z] #41 59.57 CC images/seccomp.o [2020-12-11T19:03:21.147Z] #18 22.65 Selecting previously unselected package python3-minimal. [2020-12-11T19:03:21.147Z] #18 22.65 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23654 files and directories currently installed.) [2020-12-11T19:03:21.147Z] #18 22.74 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2020-12-11T19:03:21.147Z] #18 22.75 Unpacking python3-minimal (3.7.3-1) ... [2020-12-11T19:03:21.411Z] #18 22.85 Selecting previously unselected package libmpdec2:arm64. [2020-12-11T19:03:21.411Z] #18 22.86 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2020-12-11T19:03:21.411Z] #18 22.87 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2020-12-11T19:03:21.411Z] #18 23.01 Selecting previously unselected package libpython3.7-stdlib:arm64. [2020-12-11T19:03:21.411Z] #18 23.01 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ... [2020-12-11T19:03:21.411Z] #18 23.03 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-12-11T19:03:21.566Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.081s coverage: 56.8% of statements [2020-12-11T19:03:21.570Z] #41 66.84 AR compel/plugins/fds.lib.a [2020-12-11T19:03:21.570Z] #41 66.95 HOSTDEP compel/src/lib/log-host.d [2020-12-11T19:03:21.570Z] #41 67.13 HOSTDEP compel/src/lib/handle-elf-host.d [2020-12-11T19:03:21.570Z] #41 67.19 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-12-11T19:03:21.832Z] #41 67.27 HOSTDEP compel/src/main-host.d [2020-12-11T19:03:21.857Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.004s coverage: 33.3% of statements [2020-12-11T19:03:21.947Z] #41 60.11 CC images/binfmt-misc.o [2020-12-11T19:03:22.095Z] #41 67.43 DEP compel/src/lib/ptrace.d [2020-12-11T19:03:22.095Z] #41 67.59 DEP compel/src/lib/infect.d [2020-12-11T19:03:22.203Z] #41 60.54 CC images/time.o [2020-12-11T19:03:22.357Z] #41 67.69 DEP compel/src/lib/infect-util.d [2020-12-11T19:03:22.357Z] #41 67.81 DEP compel/src/lib/infect-rpc.d [2020-12-11T19:03:22.365Z] #18 24.03 Selecting previously unselected package python3.7. [2020-12-11T19:03:22.365Z] #18 24.03 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ... [2020-12-11T19:03:22.365Z] #18 24.04 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-12-11T19:03:22.458Z] #41 60.87 CC images/sysctl.o [2020-12-11T19:03:22.619Z] #41 67.97 DEP compel/arch/x86/src/lib/infect.d [2020-12-11T19:03:22.619Z] #41 68.10 DEP compel/arch/x86/src/lib/cpu.d [2020-12-11T19:03:22.619Z] #41 68.16 DEP compel/src/lib/log.d [2020-12-11T19:03:22.629Z] #18 24.18 Selecting previously unselected package libpython3-stdlib:arm64. [2020-12-11T19:03:22.629Z] #18 24.19 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2020-12-11T19:03:22.629Z] #18 24.20 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2020-12-11T19:03:22.881Z] #41 68.31 DEP compel/src/main.d [2020-12-11T19:03:22.881Z] #41 68.45 DEP compel/src/lib/handle-elf.d [2020-12-11T19:03:22.887Z] ok github.com/docker/docker/daemon/logger/syslog 0.005s coverage: 46.8% of statements [2020-12-11T19:03:22.893Z] #18 24.39 Setting up python3-minimal (3.7.3-1) ... [2020-12-11T19:03:23.018Z] #41 61.29 CC images/autofs.o [2020-12-11T19:03:23.143Z] #41 68.59 DEP compel/arch/x86/src/lib/handle-elf.d [2020-12-11T19:03:23.143Z] #41 68.72 CC compel/src/lib/log.o [2020-12-11T19:03:23.177Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2020-12-11T19:03:23.274Z] #41 61.76 CC images/macvlan.o [2020-12-11T19:03:23.406Z] #41 68.90 CC compel/arch/x86/src/lib/cpu.o [2020-12-11T19:03:23.469Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-12-11T19:03:23.530Z] #41 61.90 CC images/sit.o [2020-12-11T19:03:23.827Z] #41 62.26 CC images/memfd.o [2020-12-11T19:03:23.965Z] #43 153.1 CC criu/namespaces.o [2020-12-11T19:03:24.100Z] ok github.com/docker/docker/daemon/logger/splunk 1.463s coverage: 82.5% of statements [2020-12-11T19:03:24.100Z] ? github.com/docker/docker/daemon/names [no test files] [2020-12-11T19:03:24.100Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-12-11T19:03:24.289Z] #18 25.78 Selecting previously unselected package python3. [2020-12-11T19:03:24.289Z] #18 25.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 ... 24066 files and directories currently installed.) [2020-12-11T19:03:24.289Z] #18 25.89 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2020-12-11T19:03:24.289Z] #18 25.91 Unpacking python3 (3.7.3-1) ... [2020-12-11T19:03:24.289Z] #18 26.01 Selecting previously unselected package libip4tc0:arm64. [2020-12-11T19:03:24.352Z] #41 69.51 CC compel/arch/x86/src/lib/infect.o [2020-12-11T19:03:24.352Z] #41 ... [2020-12-11T19:03:24.352Z] [2020-12-11T19:03:24.352Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:03:24.352Z] #56 DONE 170.0s [2020-12-11T19:03:24.352Z] [2020-12-11T19:03:24.353Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-12-11T19:03:24.391Z] #41 62.67 CC images/timens.o [2020-12-11T19:03:24.391Z] #41 62.88 LINK images/built-in.o [2020-12-11T19:03:24.553Z] #18 26.02 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2020-12-11T19:03:24.554Z] #18 26.03 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2020-12-11T19:03:24.554Z] #18 26.23 Selecting previously unselected package libip6tc0:arm64. [2020-12-11T19:03:24.554Z] #18 26.23 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2020-12-11T19:03:24.554Z] #18 26.25 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2020-12-11T19:03:24.614Z] #57 DONE 0.1s [2020-12-11T19:03:24.614Z] [2020-12-11T19:03:24.614Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-12-11T19:03:24.614Z] #58 DONE 0.0s [2020-12-11T19:03:24.614Z] [2020-12-11T19:03:24.614Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:03:24.614Z] #43 161.6 net/textproto [2020-12-11T19:03:24.614Z] #43 161.6 crypto/x509 [2020-12-11T19:03:24.614Z] #43 163.2 vendor/golang.org/x/net/http/httpguts [2020-12-11T19:03:24.614Z] #43 163.7 vendor/golang.org/x/net/http/httpproxy [2020-12-11T19:03:24.614Z] #43 164.7 mime/multipart [2020-12-11T19:03:24.614Z] #43 167.9 crypto/tls [2020-12-11T19:03:24.647Z] #41 63.12 GEN compel/include/asm [2020-12-11T19:03:24.647Z] #41 63.14 GEN compel/include/version.h [2020-12-11T19:03:24.818Z] #18 26.34 Selecting previously unselected package libiptc0:arm64. [2020-12-11T19:03:24.818Z] #18 26.35 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2020-12-11T19:03:24.818Z] #18 26.36 Unpacking libiptc0:arm64 (1.8.2-4) ... [2020-12-11T19:03:24.818Z] #18 26.46 Selecting previously unselected package libnfnetlink0:arm64. [2020-12-11T19:03:24.818Z] #18 26.47 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2020-12-11T19:03:24.818Z] #18 26.47 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-12-11T19:03:24.818Z] #18 26.58 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2020-12-11T19:03:24.818Z] #18 26.58 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2020-12-11T19:03:24.904Z] #41 63.17 touch .config [2020-12-11T19:03:24.904Z] #41 63.20 GEN include/common/config.h [2020-12-11T19:03:24.904Z] #41 ... [2020-12-11T19:03:24.904Z] [2020-12-11T19:03:24.904Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:03:24.904Z] #56 156.7 + for f in rootlesskit rootlesskit-docker-proxy [2020-12-11T19:03:24.904Z] #56 156.7 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-12-11T19:03:24.904Z] #56 ... [2020-12-11T19:03:24.904Z] [2020-12-11T19:03:24.904Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:24.904Z] #41 63.42 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-12-11T19:03:25.014Z] #43 155.3 CC criu/net.o [2020-12-11T19:03:25.082Z] #18 26.58 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-12-11T19:03:25.082Z] #18 26.71 Selecting previously unselected package libnftnl11:arm64. [2020-12-11T19:03:25.082Z] #18 26.72 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2020-12-11T19:03:25.082Z] #18 26.72 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2020-12-11T19:03:25.082Z] #18 26.83 Selecting previously unselected package iptables. [2020-12-11T19:03:25.130Z] ok github.com/docker/docker/distribution/metadata 0.019s coverage: 48.2% of statements [2020-12-11T19:03:25.159Z] #41 63.44 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-12-11T19:03:25.159Z] #41 63.46 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-12-11T19:03:25.159Z] #41 63.48 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-12-11T19:03:25.159Z] #41 63.52 DEP compel/arch/x86/plugins/std/memcpy.d [2020-12-11T19:03:25.159Z] #41 63.55 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-12-11T19:03:25.159Z] #41 63.58 GEN compel/plugins/include/uapi/std/syscall.h [2020-12-11T19:03:25.159Z] #41 63.62 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-12-11T19:03:25.159Z] #41 63.64 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-12-11T19:03:25.159Z] #41 63.68 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-12-11T19:03:25.188Z] #43 ... [2020-12-11T19:03:25.188Z] [2020-12-11T19:03:25.188Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:25.188Z] #41 70.49 CC compel/src/lib/infect-rpc.o [2020-12-11T19:03:25.217Z] #28 DONE 4.8s [2020-12-11T19:03:25.217Z] [2020-12-11T19:03:25.217Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-12-11T19:03:25.217Z] #31 DONE 0.3s [2020-12-11T19:03:25.217Z] [2020-12-11T19:03:25.217Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-12-11T19:03:25.217Z] #33 DONE 0.1s [2020-12-11T19:03:25.217Z] [2020-12-11T19:03:25.217Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-12-11T19:03:25.217Z] #36 DONE 0.1s [2020-12-11T19:03:25.217Z] [2020-12-11T19:03:25.217Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:25.217Z] #41 161.7 CC criu/pagemap.o [2020-12-11T19:03:25.217Z] #41 162.8 CC criu/parasite-syscall.o [2020-12-11T19:03:25.217Z] #41 163.6 CC criu/path.o [2020-12-11T19:03:25.217Z] #41 164.0 CC criu/pie-util-vdso-elf32.o [2020-12-11T19:03:25.217Z] #41 164.4 CC criu/pie-util-vdso.o [2020-12-11T19:03:25.217Z] #41 164.9 CC criu/pie-util.o [2020-12-11T19:03:25.217Z] #41 165.3 CC criu/pipes.o [2020-12-11T19:03:25.217Z] #41 166.2 CC criu/plugin.o [2020-12-11T19:03:25.217Z] #41 166.5 CC criu/proc_parse.o [2020-12-11T19:03:25.217Z] #41 168.3 CC criu/protobuf-desc.o [2020-12-11T19:03:25.217Z] #41 169.1 CC criu/protobuf.o [2020-12-11T19:03:25.217Z] #41 169.4 CC criu/pstree.o [2020-12-11T19:03:25.217Z] #41 170.5 CC criu/rbtree.o [2020-12-11T19:03:25.346Z] #18 26.83 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2020-12-11T19:03:25.347Z] #18 26.83 Unpacking iptables (1.8.2-4) ... [2020-12-11T19:03:25.417Z] #41 63.69 DEP compel/plugins/std/infect.d [2020-12-11T19:03:25.417Z] #41 63.76 DEP compel/plugins/std/string.d [2020-12-11T19:03:25.417Z] #41 63.82 DEP compel/plugins/std/log.d [2020-12-11T19:03:25.417Z] #41 ... [2020-12-11T19:03:25.417Z] [2020-12-11T19:03:25.417Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:03:25.417Z] #56 DONE 167.3s [2020-12-11T19:03:25.417Z] [2020-12-11T19:03:25.417Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-12-11T19:03:25.417Z] #57 DONE 0.0s [2020-12-11T19:03:25.417Z] [2020-12-11T19:03:25.417Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:25.417Z] #41 63.92 DEP compel/plugins/std/fds.d [2020-12-11T19:03:25.421Z] ok github.com/docker/docker/distribution 0.310s coverage: 25.1% of statements [2020-12-11T19:03:25.421Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-12-11T19:03:25.450Z] #41 70.96 CC compel/src/lib/infect-util.o [2020-12-11T19:03:25.478Z] #41 171.0 CC criu/rst-malloc.o [2020-12-11T19:03:25.615Z] #18 27.23 Selecting previously unselected package xxd. [2020-12-11T19:03:25.615Z] #18 27.23 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-12-11T19:03:25.615Z] #18 27.23 Unpacking xxd (2:8.1.0875-5) ... [2020-12-11T19:03:25.672Z] #41 ... [2020-12-11T19:03:25.672Z] [2020-12-11T19:03:25.672Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-12-11T19:03:25.672Z] #58 DONE 0.1s [2020-12-11T19:03:25.672Z] [2020-12-11T19:03:25.672Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:25.672Z] #41 64.07 DEP compel/plugins/std/std.d [2020-12-11T19:03:25.738Z] #41 ... [2020-12-11T19:03:25.738Z] [2020-12-11T19:03:25.738Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:03:25.738Z] #51 89.78 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-12-11T19:03:25.738Z] #51 91.50 + mkdir -p /build [2020-12-11T19:03:25.738Z] #51 91.51 + cp runc /build/runc [2020-12-11T19:03:25.738Z] #51 DONE 91.8s [2020-12-11T19:03:25.880Z] #18 27.37 Selecting previously unselected package vim-common. [2020-12-11T19:03:25.880Z] #18 27.38 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-12-11T19:03:25.880Z] #18 27.41 Unpacking vim-common (2:8.1.0875-5) ... [2020-12-11T19:03:25.880Z] #18 27.58 Selecting previously unselected package bash-completion. [2020-12-11T19:03:25.880Z] #18 27.59 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-12-11T19:03:25.927Z] #41 64.27 DEP compel/plugins/shmem/shmem.d [2020-12-11T19:03:25.927Z] #41 64.41 DEP compel/plugins/fds/fds.d [2020-12-11T19:03:25.998Z] [2020-12-11T19:03:25.998Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:25.998Z] #41 171.4 CC criu/seccomp.o [2020-12-11T19:03:26.025Z] #41 71.34 CC compel/src/lib/infect.o [2020-12-11T19:03:26.051Z] ok github.com/docker/docker/errdefs 0.003s coverage: 53.1% of statements [2020-12-11T19:03:26.183Z] #41 64.67 CC compel/plugins/std/std.o [2020-12-11T19:03:26.258Z] #41 ... [2020-12-11T19:03:26.258Z] [2020-12-11T19:03:26.258Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T19:03:26.258Z] #38 DONE 275.4s [2020-12-11T19:03:26.518Z] [2020-12-11T19:03:26.518Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:03:26.746Z] #41 65.23 CC compel/plugins/std/fds.o [2020-12-11T19:03:26.780Z] #47 ... [2020-12-11T19:03:26.780Z] [2020-12-11T19:03:26.780Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:26.780Z] #41 172.2 CC criu/seize.o [2020-12-11T19:03:27.082Z] ok github.com/docker/docker/image 0.011s coverage: 86.4% of statements [2020-12-11T19:03:27.308Z] #41 65.81 CC compel/plugins/std/log.o [2020-12-11T19:03:27.371Z] ok github.com/docker/docker/image/cache 0.005s coverage: 19.2% of statements [2020-12-11T19:03:27.720Z] #41 173.0 CC criu/servicefd.o [2020-12-11T19:03:27.980Z] #41 173.5 CC criu/shmem.o [2020-12-11T19:03:28.002Z] ok github.com/docker/docker/distribution/xfer 1.864s coverage: 85.1% of statements [2020-12-11T19:03:28.002Z] ? github.com/docker/docker/dockerversion [no test files] [2020-12-11T19:03:28.002Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-12-11T19:03:28.002Z] ok github.com/docker/docker/image/v1 0.012s coverage: 25.0% of statements [2020-12-11T19:03:28.002Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-12-11T19:03:28.292Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2020-12-11T19:03:28.677Z] #41 66.97 CC compel/plugins/std/string.o [2020-12-11T19:03:28.919Z] #41 174.3 CC criu/sigframe.o [2020-12-11T19:03:28.919Z] #41 174.5 CC criu/signalfd.o [2020-12-11T19:03:29.178Z] #41 174.7 CC criu/sk-inet.o [2020-12-11T19:03:29.208Z] #18 30.43 Unpacking bash-completion (1:2.8-6) ... [2020-12-11T19:03:29.208Z] #18 ... [2020-12-11T19:03:29.208Z] [2020-12-11T19:03:29.208Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:29.208Z] #41 85.11 CC criu/bfd.o [2020-12-11T19:03:29.208Z] #41 85.91 CC criu/bitmap.o [2020-12-11T19:03:29.208Z] #41 86.11 CC criu/cgroup-props.o [2020-12-11T19:03:29.208Z] #41 86.92 CC criu/cgroup.o [2020-12-11T19:03:29.208Z] #41 89.55 CC criu/clone-noasan.o [2020-12-11T19:03:29.208Z] #41 89.95 CC criu/config.o [2020-12-11T19:03:29.208Z] #41 91.69 CC criu/cr-check.o [2020-12-11T19:03:29.208Z] #41 93.37 CC criu/cr-dedup.o [2020-12-11T19:03:29.208Z] #41 93.73 CC criu/cr-dump.o [2020-12-11T19:03:29.322Z] ok github.com/docker/docker/oci 0.021s coverage: 8.2% of statements [2020-12-11T19:03:29.330Z] #41 74.70 CC compel/src/lib/ptrace.o [2020-12-11T19:03:29.474Z] #41 ... [2020-12-11T19:03:29.474Z] [2020-12-11T19:03:29.474Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:03:29.474Z] #18 31.01 Selecting previously unselected package bzip2. [2020-12-11T19:03:29.474Z] #18 31.03 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2020-12-11T19:03:29.474Z] #18 31.03 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-12-11T19:03:29.474Z] #18 31.13 Selecting previously unselected package xz-utils. [2020-12-11T19:03:29.474Z] #18 31.13 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2020-12-11T19:03:29.474Z] #18 31.14 Unpacking xz-utils (5.2.4-1) ... [2020-12-11T19:03:29.532Z] #43 159.2 CC criu/netfilter.o [2020-12-11T19:03:29.532Z] #43 159.6 CC criu/page-pipe.o [2020-12-11T19:03:29.692Z] #41 67.90 CC compel/plugins/std/infect.o [2020-12-11T19:03:29.739Z] #18 31.46 Selecting previously unselected package apparmor. [2020-12-11T19:03:29.739Z] #18 31.47 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2020-12-11T19:03:29.748Z] #41 ... [2020-12-11T19:03:29.748Z] [2020-12-11T19:03:29.748Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-12-11T19:03:29.748Z] #39 DONE 0.8s [2020-12-11T19:03:29.748Z] [2020-12-11T19:03:29.748Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:29.748Z] #41 175.3 CC criu/sk-netlink.o [2020-12-11T19:03:29.902Z] #41 75.40 AR compel/libcompel.a [2020-12-11T19:03:29.952Z] ok github.com/docker/docker/opts 0.013s coverage: 67.1% of statements [2020-12-11T19:03:29.952Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2020-12-11T19:03:30.004Z] #18 31.58 Unpacking apparmor (2.13.2-10) ... [2020-12-11T19:03:30.008Z] #41 175.6 CC criu/sk-packet.o [2020-12-11T19:03:30.164Z] #41 75.64 HOSTCC compel/src/main-host.o [2020-12-11T19:03:30.175Z] #43 160.4 CC criu/page-xfer.o [2020-12-11T19:03:30.254Z] #41 68.65 CC compel/arch/x86/plugins/std/parasite-head.o [2020-12-11T19:03:30.254Z] #41 68.68 CC compel/arch/x86/plugins/std/memcpy.o [2020-12-11T19:03:30.267Z] #41 175.9 CC criu/sk-queue.o [2020-12-11T19:03:30.271Z] #18 31.97 Selecting previously unselected package aufs-tools. [2020-12-11T19:03:30.425Z] #41 ... [2020-12-11T19:03:30.426Z] [2020-12-11T19:03:30.426Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:03:30.426Z] #11 172.1 Selecting previously unselected package libapparmor1:amd64. [2020-12-11T19:03:30.426Z] #11 172.1 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-12-11T19:03:30.426Z] #11 172.2 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-12-11T19:03:30.426Z] #11 172.3 Selecting previously unselected package libapparmor-dev:amd64. [2020-12-11T19:03:30.426Z] #11 172.3 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-12-11T19:03:30.426Z] #11 172.3 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-12-11T19:03:30.426Z] #11 172.5 Selecting previously unselected package libbtrfs0. [2020-12-11T19:03:30.426Z] #11 172.5 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-12-11T19:03:30.426Z] #11 172.5 Unpacking libbtrfs0 (4.20.1-2) ... [2020-12-11T19:03:30.426Z] #11 172.6 Selecting previously unselected package libbtrfs-dev. [2020-12-11T19:03:30.426Z] #11 172.6 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-12-11T19:03:30.426Z] #11 172.6 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-12-11T19:03:30.426Z] #11 172.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-12-11T19:03:30.426Z] #11 172.8 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-12-11T19:03:30.426Z] #11 172.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-12-11T19:03:30.426Z] #11 173.2 Selecting previously unselected package libudev-dev:amd64. [2020-12-11T19:03:30.426Z] #11 173.2 Preparing to unpack .../15-libudev-dev_241-7~deb10u5_amd64.deb ... [2020-12-11T19:03:30.426Z] #11 173.2 Unpacking libudev-dev:amd64 (241-7~deb10u5) ... [2020-12-11T19:03:30.426Z] #11 173.4 Selecting previously unselected package libsepol1-dev:amd64. [2020-12-11T19:03:30.426Z] #11 173.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-12-11T19:03:30.426Z] #11 173.4 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-12-11T19:03:30.426Z] #11 173.8 Selecting previously unselected package libpcre16-3:amd64. [2020-12-11T19:03:30.426Z] #11 173.8 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-12-11T19:03:30.426Z] #11 173.8 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-12-11T19:03:30.426Z] #11 174.1 Selecting previously unselected package libpcre32-3:amd64. [2020-12-11T19:03:30.426Z] #11 174.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-12-11T19:03:30.426Z] #11 174.2 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-12-11T19:03:30.426Z] #11 174.6 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-12-11T19:03:30.426Z] #11 174.6 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-12-11T19:03:30.426Z] #11 174.6 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-12-11T19:03:30.426Z] #11 174.8 Selecting previously unselected package libpcre3-dev:amd64. [2020-12-11T19:03:30.426Z] #11 174.9 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-12-11T19:03:30.426Z] #11 174.9 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-12-11T19:03:30.426Z] #11 175.7 Selecting previously unselected package libselinux1-dev:amd64. [2020-12-11T19:03:30.426Z] #11 175.7 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-12-11T19:03:30.426Z] #11 175.7 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-12-11T19:03:30.510Z] #41 68.80 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-12-11T19:03:30.510Z] #41 68.93 AR compel/plugins/std.lib.a [2020-12-11T19:03:30.534Z] #18 31.98 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2020-12-11T19:03:30.534Z] #18 32.00 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-12-11T19:03:30.534Z] #18 32.12 Selecting previously unselected package libonig5:arm64. [2020-12-11T19:03:30.534Z] #18 32.14 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2020-12-11T19:03:30.534Z] #18 32.15 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-12-11T19:03:30.687Z] #11 176.1 Selecting previously unselected package libdevmapper-dev:amd64. [2020-12-11T19:03:30.687Z] #11 176.1 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-12-11T19:03:30.687Z] #11 176.1 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-12-11T19:03:30.766Z] #41 69.10 CC compel/plugins/fds/fds.o [2020-12-11T19:03:30.800Z] #18 32.31 Selecting previously unselected package libjq1:arm64. [2020-12-11T19:03:30.800Z] #18 32.31 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-12-11T19:03:30.800Z] #18 32.33 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-12-11T19:03:30.800Z] #18 32.44 Selecting previously unselected package jq. [2020-12-11T19:03:30.800Z] #18 32.45 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2020-12-11T19:03:30.800Z] #18 32.45 Unpacking jq (1.5+dfsg-2+b1) ... [2020-12-11T19:03:30.836Z] #41 176.3 CC criu/sk-tcp.o [2020-12-11T19:03:30.949Z] #11 176.4 Selecting previously unselected package libseccomp-dev:amd64. [2020-12-11T19:03:30.949Z] #11 176.4 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-12-11T19:03:30.949Z] #11 176.4 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-12-11T19:03:31.065Z] #18 32.60 Selecting previously unselected package libaio1:arm64. [2020-12-11T19:03:31.065Z] #18 32.62 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2020-12-11T19:03:31.065Z] #18 32.62 Unpacking libaio1:arm64 (0.3.112-3) ... [2020-12-11T19:03:31.065Z] #18 32.73 Selecting previously unselected package libgpm2:arm64. [2020-12-11T19:03:31.065Z] #18 32.74 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2020-12-11T19:03:31.065Z] #18 32.74 Unpacking libgpm2:arm64 (1.20.7-5) ... [2020-12-11T19:03:31.065Z] #18 32.80 Selecting previously unselected package libicu63:arm64. [2020-12-11T19:03:31.065Z] #18 32.80 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-12-11T19:03:31.065Z] #18 32.81 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-12-11T19:03:31.095Z] #41 176.6 CC criu/sk-unix.o [2020-12-11T19:03:31.215Z] #11 176.7 Selecting previously unselected package libsystemd-dev:amd64. [2020-12-11T19:03:31.215Z] #11 176.7 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u5_amd64.deb ... [2020-12-11T19:03:31.215Z] #11 176.7 Unpacking libsystemd-dev:amd64 (241-7~deb10u5) ... [2020-12-11T19:03:31.328Z] #41 69.57 AR compel/plugins/fds.lib.a [2020-12-11T19:03:31.328Z] #41 69.73 HOSTDEP compel/src/lib/log-host.d [2020-12-11T19:03:31.328Z] #41 ... [2020-12-11T19:03:31.328Z] [2020-12-11T19:03:31.328Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:03:31.328Z] #43 163.2 mime/quotedprintable [2020-12-11T19:03:31.328Z] #43 164.1 net/http/internal [2020-12-11T19:03:31.328Z] #43 168.5 crypto/tls [2020-12-11T19:03:31.453Z] ok github.com/docker/docker/pkg/archive 0.518s coverage: 76.8% of statements [2020-12-11T19:03:31.584Z] #43 ... [2020-12-11T19:03:31.584Z] [2020-12-11T19:03:31.584Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:31.584Z] #41 69.84 HOSTDEP compel/src/lib/handle-elf-host.d [2020-12-11T19:03:31.584Z] #41 70.02 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-12-11T19:03:31.584Z] #41 70.05 HOSTDEP compel/src/main-host.d [2020-12-11T19:03:31.840Z] #41 70.20 DEP compel/src/lib/ptrace.d [2020-12-11T19:03:31.840Z] #41 70.33 DEP compel/src/lib/infect.d [2020-12-11T19:03:32.032Z] #41 ... [2020-12-11T19:03:32.033Z] [2020-12-11T19:03:32.033Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:03:32.033Z] #47 280.6 + /build/golangci-lint --version [2020-12-11T19:03:32.033Z] #47 280.9 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-12-11T19:03:32.033Z] #47 DONE 281.2s [2020-12-11T19:03:32.050Z] #11 177.5 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-12-11T19:03:32.050Z] #11 177.6 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-12-11T19:03:32.050Z] #11 177.6 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-12-11T19:03:32.050Z] #11 177.6 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-12-11T19:03:32.050Z] #11 177.6 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-12-11T19:03:32.050Z] #11 177.6 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-12-11T19:03:32.050Z] #11 177.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:03:32.050Z] #11 177.7 Setting up libbtrfs0 (4.20.1-2) ... [2020-12-11T19:03:32.050Z] #11 177.7 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-12-11T19:03:32.050Z] #11 177.7 Setting up libudev-dev:amd64 (241-7~deb10u5) ... [2020-12-11T19:03:32.050Z] #11 177.7 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-12-11T19:03:32.096Z] #41 70.57 DEP compel/src/lib/infect-util.d [2020-12-11T19:03:32.096Z] #41 70.67 DEP compel/src/lib/infect-rpc.d [2020-12-11T19:03:32.292Z] [2020-12-11T19:03:32.293Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:03:32.310Z] #43 162.3 CC criu/pagemap-cache.o [2020-12-11T19:03:32.312Z] #11 177.8 Setting up libbtrfs-dev (4.20.1-2) ... [2020-12-11T19:03:32.312Z] #11 177.8 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-12-11T19:03:32.312Z] #11 177.8 Setting up mingw-w64-common (6.0.0-3) ... [2020-12-11T19:03:32.312Z] #11 177.9 Setting up libsystemd-dev:amd64 (241-7~deb10u5) ... [2020-12-11T19:03:32.312Z] #11 177.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-12-11T19:03:32.312Z] #11 178.0 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-12-11T19:03:32.312Z] #11 178.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:03:32.352Z] #41 70.79 DEP compel/arch/x86/src/lib/infect.d [2020-12-11T19:03:32.483Z] ok github.com/docker/docker/pkg/authorization 0.228s coverage: 68.3% of statements [2020-12-11T19:03:32.483Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-12-11T19:03:32.552Z] #54 ... [2020-12-11T19:03:32.552Z] [2020-12-11T19:03:32.552Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:32.552Z] #41 177.9 CC criu/sockets.o [2020-12-11T19:03:32.573Z] #11 178.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-12-11T19:03:32.573Z] #11 178.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-12-11T19:03:32.573Z] #11 178.2 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:03:32.605Z] #43 162.8 CC criu/pagemap.o [2020-12-11T19:03:32.608Z] #41 71.04 DEP compel/arch/x86/src/lib/cpu.d [2020-12-11T19:03:32.608Z] #41 71.15 DEP compel/src/lib/log.d [2020-12-11T19:03:32.773Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-12-11T19:03:32.812Z] #41 178.3 CC criu/stats.o [2020-12-11T19:03:32.812Z] #41 178.5 CC criu/string.o [2020-12-11T19:03:32.835Z] #11 178.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-12-11T19:03:32.835Z] #11 178.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-12-11T19:03:32.835Z] #11 178.3 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-12-11T19:03:32.835Z] #11 178.3 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-12-11T19:03:32.835Z] #11 178.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-12-11T19:03:32.835Z] #11 178.4 Setting up dmsetup (2:1.02.155-3) ... [2020-12-11T19:03:32.835Z] #11 178.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-12-11T19:03:32.864Z] #41 71.19 DEP compel/src/main.d [2020-12-11T19:03:32.864Z] #41 71.27 DEP compel/src/lib/handle-elf.d [2020-12-11T19:03:32.864Z] #41 71.37 DEP compel/arch/x86/src/lib/handle-elf.d [2020-12-11T19:03:33.071Z] #41 178.5 CC criu/sysctl.o [2020-12-11T19:03:33.097Z] #11 178.6 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-12-11T19:03:33.097Z] #11 178.6 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:03:33.120Z] #41 71.48 CC compel/src/lib/log.o [2020-12-11T19:03:33.379Z] #41 71.75 CC compel/arch/x86/src/lib/cpu.o [2020-12-11T19:03:33.640Z] #41 179.0 CC criu/sysfs_parse.o [2020-12-11T19:03:33.640Z] #41 179.2 CC criu/timens.o [2020-12-11T19:03:33.658Z] #43 163.8 CC criu/parasite-syscall.o [2020-12-11T19:03:33.900Z] #41 179.4 CC criu/timerfd.o [2020-12-11T19:03:33.944Z] #41 72.58 CC compel/arch/x86/src/lib/infect.o [2020-12-11T19:03:34.159Z] #41 179.6 CC criu/tty.o [2020-12-11T19:03:34.390Z] #18 35.70 Selecting previously unselected package libnet1:arm64. [2020-12-11T19:03:34.390Z] #18 35.71 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-12-11T19:03:34.390Z] #18 35.72 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-12-11T19:03:34.390Z] #18 35.84 Selecting previously unselected package libnl-3-200:arm64. [2020-12-11T19:03:34.390Z] #18 35.85 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2020-12-11T19:03:34.390Z] #18 35.85 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-12-11T19:03:34.390Z] #18 35.97 Selecting previously unselected package libprotobuf-c1:arm64. [2020-12-11T19:03:34.390Z] #18 35.98 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-12-11T19:03:34.390Z] #18 36.00 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-12-11T19:03:34.488Z] #11 DONE 180.1s [2020-12-11T19:03:34.488Z] [2020-12-11T19:03:34.488Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:03:34.654Z] #18 36.13 Selecting previously unselected package libreadline5:arm64. [2020-12-11T19:03:34.654Z] #18 36.14 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2020-12-11T19:03:34.654Z] #18 36.16 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-12-11T19:03:34.654Z] #18 36.33 Selecting previously unselected package net-tools. [2020-12-11T19:03:34.654Z] #18 36.35 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2020-12-11T19:03:34.654Z] #18 36.35 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-12-11T19:03:34.707Z] #43 164.9 CC criu/path.o [2020-12-11T19:03:34.918Z] #18 36.65 Selecting previously unselected package python-pip-whl. [2020-12-11T19:03:34.918Z] #18 36.66 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-12-11T19:03:34.918Z] #18 36.67 Unpacking python-pip-whl (18.1-5) ... [2020-12-11T19:03:35.310Z] #41 73.90 CC compel/src/lib/infect-rpc.o [2020-12-11T19:03:35.352Z] #43 165.4 CC criu/pie-util-vdso.o [2020-12-11T19:03:35.498Z] #18 37.11 Selecting previously unselected package python3-lib2to3. [2020-12-11T19:03:35.499Z] #18 37.12 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-12-11T19:03:35.499Z] #18 37.13 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-12-11T19:03:35.538Z] #41 180.7 CC criu/tun.o [2020-12-11T19:03:35.538Z] #41 181.0 CC criu/uffd.o [2020-12-11T19:03:35.654Z] #43 165.9 CC criu/pie-util.o [2020-12-11T19:03:35.763Z] #18 37.31 Selecting previously unselected package python3-distutils. [2020-12-11T19:03:35.763Z] #18 37.31 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-12-11T19:03:35.763Z] #18 37.33 Unpacking python3-distutils (3.7.3-1) ... [2020-12-11T19:03:35.872Z] #41 74.26 CC compel/src/lib/infect-util.o [2020-12-11T19:03:36.027Z] #18 37.59 Selecting previously unselected package python3-pip. [2020-12-11T19:03:36.027Z] #18 37.59 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-12-11T19:03:36.027Z] #18 37.60 Unpacking python3-pip (18.1-5) ... [2020-12-11T19:03:36.027Z] #18 37.82 Selecting previously unselected package python3-pkg-resources. [2020-12-11T19:03:36.027Z] #18 37.83 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-12-11T19:03:36.108Z] #41 181.5 CC criu/util.o [2020-12-11T19:03:36.128Z] #41 74.56 CC compel/src/lib/infect.o [2020-12-11T19:03:36.292Z] #18 37.84 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-12-11T19:03:36.292Z] #18 38.04 Selecting previously unselected package python3-setuptools. [2020-12-11T19:03:36.292Z] #18 38.06 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-12-11T19:03:36.292Z] #18 38.08 Unpacking python3-setuptools (40.8.0-1) ... [2020-12-11T19:03:36.297Z] #43 166.3 CC criu/pipes.o [2020-12-11T19:03:36.677Z] #41 182.1 CC criu/uts_ns.o [2020-12-11T19:03:36.677Z] #41 182.2 CC criu/vdso-compat.o [2020-12-11T19:03:36.822Z] #18 38.40 Selecting previously unselected package python3-wheel. [2020-12-11T19:03:36.822Z] #18 38.42 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-12-11T19:03:36.822Z] #18 38.43 Unpacking python3-wheel (0.32.3-2) ... [2020-12-11T19:03:36.936Z] #41 182.3 CC criu/vdso.o [2020-12-11T19:03:36.940Z] #43 167.1 CC criu/plugin.o [2020-12-11T19:03:37.040Z] #51 2.103 + RM_GOPATH=0 [2020-12-11T19:03:37.040Z] #51 2.103 + TMP_GOPATH= [2020-12-11T19:03:37.040Z] #51 2.103 + : /build [2020-12-11T19:03:37.040Z] #51 2.103 + '[' -z '' ']' [2020-12-11T19:03:37.040Z] #51 ... [2020-12-11T19:03:37.040Z] [2020-12-11T19:03:37.040Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-12-11T19:03:37.040Z] #12 DONE 2.1s [2020-12-11T19:03:37.040Z] [2020-12-11T19:03:37.040Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:03:37.040Z] #51 2.104 ++ mktemp -d [2020-12-11T19:03:37.040Z] #51 2.111 + export GOPATH=/tmp/tmp.lMTzwY0bMP [2020-12-11T19:03:37.040Z] #51 2.111 + GOPATH=/tmp/tmp.lMTzwY0bMP [2020-12-11T19:03:37.040Z] #51 2.111 + RM_GOPATH=1 [2020-12-11T19:03:37.040Z] #51 2.111 + case "$(go env GOARCH)" in [2020-12-11T19:03:37.040Z] #51 2.111 ++ go env GOARCH [2020-12-11T19:03:37.040Z] #51 2.134 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:03:37.040Z] #51 2.140 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:03:37.040Z] #51 2.141 ++ dirname /tmp/install/install.sh [2020-12-11T19:03:37.040Z] #51 2.147 + dir=/tmp/install [2020-12-11T19:03:37.040Z] #51 2.147 + bin=runc [2020-12-11T19:03:37.040Z] #51 2.147 + shift [2020-12-11T19:03:37.040Z] #51 2.147 + '[' '!' -f /tmp/install/runc.installer ']' [2020-12-11T19:03:37.040Z] #51 2.147 + . /tmp/install/runc.installer [2020-12-11T19:03:37.040Z] #51 2.147 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-12-11T19:03:37.040Z] #51 2.147 + install_runc [2020-12-11T19:03:37.040Z] #51 2.149 + grep -q '^3\.10\.0.*\.el7\.' [2020-12-11T19:03:37.040Z] #51 2.149 + uname -r [2020-12-11T19:03:37.040Z] #51 2.159 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-12-11T19:03:37.040Z] #51 2.174 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-12-11T19:03:37.040Z] #51 2.175 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-12-11T19:03:37.040Z] #51 2.177 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.lMTzwY0bMP/src/github.com/opencontainers/runc [2020-12-11T19:03:37.040Z] #51 2.179 Cloning into '/tmp/tmp.lMTzwY0bMP/src/github.com/opencontainers/runc'... [2020-12-11T19:03:37.086Z] #18 38.61 Selecting previously unselected package sudo. [2020-12-11T19:03:37.086Z] #18 38.62 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_arm64.deb ... [2020-12-11T19:03:37.086Z] #18 38.64 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-12-11T19:03:37.195Z] #41 182.7 LINK criu/built-in.o [2020-12-11T19:03:37.195Z] #41 182.8 LINK criu/criu [2020-12-11T19:03:37.236Z] ok github.com/docker/docker/pkg/chrootarchive 3.468s coverage: 43.2% of statements [2020-12-11T19:03:37.236Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-12-11T19:03:37.236Z] ok github.com/docker/docker/pkg/discovery 0.002s coverage: 58.3% of statements [2020-12-11T19:03:37.236Z] ok github.com/docker/docker/layer 7.654s coverage: 68.8% of statements [2020-12-11T19:03:37.236Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-12-11T19:03:37.236Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-12-11T19:03:37.236Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-12-11T19:03:37.236Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-12-11T19:03:37.236Z] ? github.com/docker/docker/oci/caps [no test files] [2020-12-11T19:03:37.236Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-12-11T19:03:37.236Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-12-11T19:03:37.237Z] #43 167.5 CC criu/proc_parse.o [2020-12-11T19:03:37.353Z] #18 39.16 Selecting previously unselected package thin-provisioning-tools. [2020-12-11T19:03:37.493Z] #41 ... [2020-12-11T19:03:37.493Z] [2020-12-11T19:03:37.493Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-11T19:03:37.493Z] #11 178.1 Selecting previously unselected package libapparmor1:amd64. [2020-12-11T19:03:37.493Z] #11 178.1 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-12-11T19:03:37.493Z] #11 178.1 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-12-11T19:03:37.493Z] #11 178.4 Selecting previously unselected package libapparmor-dev:amd64. [2020-12-11T19:03:37.493Z] #11 178.4 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-12-11T19:03:37.493Z] #11 178.5 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-12-11T19:03:37.493Z] #11 178.8 Selecting previously unselected package libbtrfs0. [2020-12-11T19:03:37.493Z] #11 178.8 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-12-11T19:03:37.493Z] #11 178.8 Unpacking libbtrfs0 (4.20.1-2) ... [2020-12-11T19:03:37.493Z] #11 179.0 Selecting previously unselected package libbtrfs-dev. [2020-12-11T19:03:37.493Z] #11 179.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-12-11T19:03:37.493Z] #11 179.1 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-12-11T19:03:37.493Z] #11 179.2 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-12-11T19:03:37.493Z] #11 179.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-12-11T19:03:37.493Z] #11 179.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-12-11T19:03:37.493Z] #11 179.4 Selecting previously unselected package libudev-dev:amd64. [2020-12-11T19:03:37.493Z] #11 179.4 Preparing to unpack .../15-libudev-dev_241-7~deb10u5_amd64.deb ... [2020-12-11T19:03:37.526Z] ok github.com/docker/docker/pkg/discovery/file 0.004s coverage: 92.9% of statements [2020-12-11T19:03:37.619Z] #18 39.16 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2020-12-11T19:03:37.619Z] #18 39.17 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-12-11T19:03:37.749Z] #11 179.5 Unpacking libudev-dev:amd64 (241-7~deb10u5) ... [2020-12-11T19:03:37.764Z] #41 183.0 DEP lib/c/criu.d [2020-12-11T19:03:37.764Z] #41 183.0 CC images/rpc.pb-c.o [2020-12-11T19:03:37.883Z] #18 39.44 Selecting previously unselected package uidmap. [2020-12-11T19:03:37.883Z] #18 39.44 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ... [2020-12-11T19:03:37.884Z] #18 39.46 Unpacking uidmap (1:4.5-1.1) ... [2020-12-11T19:03:37.884Z] #18 39.62 Selecting previously unselected package vim-runtime. [2020-12-11T19:03:37.884Z] #18 39.62 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-12-11T19:03:37.884Z] #18 39.67 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-12-11T19:03:38.005Z] #11 179.7 Selecting previously unselected package libsepol1-dev:amd64. [2020-12-11T19:03:38.005Z] #11 179.7 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-12-11T19:03:38.005Z] #11 179.7 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-12-11T19:03:38.023Z] #41 183.4 CC lib/c/criu.o [2020-12-11T19:03:38.147Z] #18 39.70 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-12-11T19:03:38.147Z] #18 39.71 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-12-11T19:03:38.157Z] ok github.com/docker/docker/pkg/discovery/memory 0.013s coverage: 92.3% of statements [2020-12-11T19:03:38.447Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2020-12-11T19:03:38.517Z] #11 180.2 Selecting previously unselected package libpcre16-3:amd64. [2020-12-11T19:03:38.517Z] #11 180.2 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-12-11T19:03:38.517Z] #11 180.3 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-12-11T19:03:38.651Z] #41 183.9 LINK lib/c/built-in.o [2020-12-11T19:03:38.651Z] #41 183.9 LINK lib/c/libcriu.so [2020-12-11T19:03:38.651Z] #41 184.0 LINK lib/c/libcriu.a [2020-12-11T19:03:38.651Z] #41 184.1 GEN magic.py [2020-12-11T19:03:38.651Z] #41 184.2 Note: Building without setproctitle() and strlcpy() support. [2020-12-11T19:03:38.651Z] #41 184.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-12-11T19:03:38.737Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2020-12-11T19:03:38.773Z] #11 180.6 Selecting previously unselected package libpcre32-3:amd64. [2020-12-11T19:03:38.773Z] #11 180.6 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-12-11T19:03:38.773Z] #11 180.7 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-12-11T19:03:38.910Z] #41 184.2 Note: Building without GnuTLS support [2020-12-11T19:03:38.910Z] #41 184.2 Makefile.config:39: Warn: you have no libnftables installed [2020-12-11T19:03:38.910Z] #41 184.2 Makefile.config:40: Warn: Building without nftables support [2020-12-11T19:03:38.959Z] #51 ... [2020-12-11T19:03:38.960Z] [2020-12-11T19:03:38.960Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-12-11T19:03:38.960Z] #13 DONE 1.8s [2020-12-11T19:03:38.960Z] [2020-12-11T19:03:38.960Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-12-11T19:03:39.176Z] #41 184.7 fatal: not a git repository (or any of the parent directories): .git [2020-12-11T19:03:39.335Z] #11 181.0 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-12-11T19:03:39.335Z] #11 181.0 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-12-11T19:03:39.335Z] #11 181.0 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-12-11T19:03:39.335Z] #11 181.2 Selecting previously unselected package libpcre3-dev:amd64. [2020-12-11T19:03:39.335Z] #11 181.2 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-12-11T19:03:39.695Z] #11 181.2 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-12-11T19:03:39.748Z] #41 185.2 make[1]: Nothing to be done for 'all'. [2020-12-11T19:03:39.766Z] ok github.com/docker/docker/pkg/filenotify 0.606s coverage: 67.0% of statements [2020-12-11T19:03:39.906Z] #14 1.276 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-12-11T19:03:39.906Z] #14 DONE 1.5s [2020-12-11T19:03:39.906Z] [2020-12-11T19:03:39.906Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-12-11T19:03:39.955Z] #11 181.9 Selecting previously unselected package libselinux1-dev:amd64. [2020-12-11T19:03:39.955Z] #11 182.0 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-12-11T19:03:39.955Z] #11 182.0 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-12-11T19:03:40.007Z] #41 185.6 make[1]: 'images/built-in.o' is up to date. [2020-12-11T19:03:40.080Z] #18 ... [2020-12-11T19:03:40.080Z] [2020-12-11T19:03:40.080Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:40.080Z] #41 95.95 CC criu/cr-errno.o [2020-12-11T19:03:40.080Z] #41 96.04 CC criu/cr-restore.o [2020-12-11T19:03:40.080Z] #41 101.2 CC criu/cr-service.o [2020-12-11T19:03:40.080Z] #41 103.2 CC criu/crtools.o [2020-12-11T19:03:40.080Z] #41 104.0 CC criu/eventfd.o [2020-12-11T19:03:40.080Z] #41 104.4 CC criu/eventpoll.o [2020-12-11T19:03:40.080Z] #41 105.4 CC criu/external.o [2020-12-11T19:03:40.080Z] #41 105.8 CC criu/fault-injection.o [2020-12-11T19:03:40.080Z] #41 106.0 CC criu/fdstore.o [2020-12-11T19:03:40.080Z] #41 106.5 CC criu/fifo.o [2020-12-11T19:03:40.168Z] #15 ... [2020-12-11T19:03:40.168Z] [2020-12-11T19:03:40.168Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:03:40.168Z] #43 175.5 net/http/httptrace [2020-12-11T19:03:40.168Z] #43 175.8 net/http [2020-12-11T19:03:40.265Z] #41 185.7 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-12-11T19:03:40.265Z] #41 185.7 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-12-11T19:03:40.265Z] #41 185.7 make[1]: 'compel/libcompel.a' is up to date. [2020-12-11T19:03:40.265Z] #41 185.7 make[1]: 'compel/compel-host-bin' is up to date. [2020-12-11T19:03:40.265Z] #41 185.7 make[1]: Nothing to be done for 'all'. [2020-12-11T19:03:40.265Z] #41 185.8 make[1]: 'soccr/libsoccr.a' is up to date. [2020-12-11T19:03:40.265Z] #41 185.9 make[2]: Nothing to be done for 'all'. [2020-12-11T19:03:40.344Z] #41 ... [2020-12-11T19:03:40.344Z] [2020-12-11T19:03:40.344Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:03:40.344Z] #47 187.3 + /build/golangci-lint --version [2020-12-11T19:03:40.396Z] ok github.com/docker/docker/pkg/fileutils 0.019s coverage: 89.5% of statements [2020-12-11T19:03:40.430Z] #43 ... [2020-12-11T19:03:40.430Z] [2020-12-11T19:03:40.430Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:40.430Z] #41 76.11 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-12-11T19:03:40.430Z] #41 76.40 HOSTCC compel/src/lib/handle-elf-host.o [2020-12-11T19:03:40.430Z] #41 76.99 HOSTCC compel/src/lib/log-host.o [2020-12-11T19:03:40.430Z] #41 77.30 HOSTLINK compel/compel-host-bin [2020-12-11T19:03:40.430Z] #41 77.54 DEP soccr/soccr.d [2020-12-11T19:03:40.430Z] #41 77.71 CC soccr/soccr.o [2020-12-11T19:03:40.430Z] #41 79.38 AR soccr/libsoccr.a [2020-12-11T19:03:40.430Z] #41 79.42 make[1]: 'soccr/libsoccr.a' is up to date. [2020-12-11T19:03:40.430Z] #41 79.92 DEP criu/arch/x86/sigframe.d [2020-12-11T19:03:40.430Z] #41 80.09 DEP criu/arch/x86/sigaction_compat.d [2020-12-11T19:03:40.430Z] #41 80.29 DEP criu/arch/x86/kerndat.d [2020-12-11T19:03:40.430Z] #41 80.43 DEP criu/arch/x86/crtools.d [2020-12-11T19:03:40.430Z] #41 80.56 DEP criu/arch/x86/cpu.d [2020-12-11T19:03:40.430Z] #41 80.79 CC criu/arch/x86/cpu.o [2020-12-11T19:03:40.430Z] #41 81.71 CC criu/arch/x86/crtools.o [2020-12-11T19:03:40.430Z] #41 83.55 CC criu/arch/x86/kerndat.o [2020-12-11T19:03:40.430Z] #41 84.60 CC criu/arch/x86/sigaction_compat.o [2020-12-11T19:03:40.430Z] #41 84.93 CC criu/arch/x86/sigframe.o [2020-12-11T19:03:40.430Z] #41 85.41 LINK criu/arch/x86/crtools.built-in.o [2020-12-11T19:03:40.430Z] #41 85.53 DEP criu/pie/util-vdso-elf32.d [2020-12-11T19:03:40.430Z] #41 85.81 DEP criu/pie/util-vdso.d [2020-12-11T19:03:40.521Z] #11 182.3 Selecting previously unselected package libdevmapper-dev:amd64. [2020-12-11T19:03:40.521Z] #11 182.3 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-12-11T19:03:40.521Z] #11 182.3 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-12-11T19:03:40.524Z] #41 185.9 make[2]: Nothing to be done for 'all'. [2020-12-11T19:03:40.524Z] #41 185.9 make[2]: Nothing to be done for 'all'. [2020-12-11T19:03:40.524Z] #41 186.0 make[2]: Nothing to be done for 'all'. [2020-12-11T19:03:40.524Z] #41 186.0 make[2]: Nothing to be done for 'all'. [2020-12-11T19:03:40.524Z] #41 186.0 make[2]: Nothing to be done for 'all'. [2020-12-11T19:03:40.524Z] #41 186.0 make[2]: Nothing to be done for 'all'. [2020-12-11T19:03:40.524Z] #41 186.1 make[2]: Nothing to be done for 'all'. [2020-12-11T19:03:40.524Z] #41 186.1 INSTALL criu/criu [2020-12-11T19:03:40.611Z] #47 187.7 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-12-11T19:03:40.692Z] #41 86.12 DEP criu/pie/util.d [2020-12-11T19:03:40.783Z] #41 DONE 186.4s [2020-12-11T19:03:40.783Z] [2020-12-11T19:03:40.783Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:03:40.793Z] #11 182.7 Selecting previously unselected package libseccomp-dev:amd64. [2020-12-11T19:03:40.793Z] #11 182.7 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-12-11T19:03:40.793Z] #11 182.7 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-12-11T19:03:40.955Z] #41 86.34 CC criu/pie/util.o [2020-12-11T19:03:41.053Z] #11 182.8 Selecting previously unselected package libsystemd-dev:amd64. [2020-12-11T19:03:41.053Z] #11 182.9 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u5_amd64.deb ... [2020-12-11T19:03:41.053Z] #11 182.9 Unpacking libsystemd-dev:amd64 (241-7~deb10u5) ... [2020-12-11T19:03:41.426Z] ok github.com/docker/docker/pkg/discovery/kv 3.079s coverage: 84.1% of statements [2020-12-11T19:03:41.426Z] ok github.com/docker/docker/pkg/fsutils 0.403s coverage: 85.1% of statements [2020-12-11T19:03:41.426Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 11.4% of statements [2020-12-11T19:03:41.528Z] #41 86.94 CC criu/pie/util-vdso.o [2020-12-11T19:03:41.528Z] #41 ... [2020-12-11T19:03:41.528Z] [2020-12-11T19:03:41.528Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-12-11T19:03:41.528Z] #15 DONE 1.7s [2020-12-11T19:03:41.615Z] #11 183.6 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-12-11T19:03:41.785Z] #43 171.7 CC criu/protobuf-desc.o [2020-12-11T19:03:41.790Z] [2020-12-11T19:03:41.790Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-12-11T19:03:41.870Z] #11 183.7 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-12-11T19:03:41.870Z] #11 183.7 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-12-11T19:03:41.870Z] #11 183.7 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-12-11T19:03:42.056Z] ok github.com/docker/docker/pkg/idtools 0.299s coverage: 70.1% of statements [2020-12-11T19:03:42.126Z] #11 183.9 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-12-11T19:03:42.126Z] #11 183.9 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-12-11T19:03:42.126Z] #11 184.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:03:42.126Z] #11 184.0 Setting up libbtrfs0 (4.20.1-2) ... [2020-12-11T19:03:42.126Z] #11 184.0 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-12-11T19:03:42.126Z] #11 184.1 Setting up libudev-dev:amd64 (241-7~deb10u5) ... [2020-12-11T19:03:42.126Z] #11 184.1 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-12-11T19:03:42.159Z] #54 ... [2020-12-11T19:03:42.159Z] [2020-12-11T19:03:42.159Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-12-11T19:03:42.159Z] #42 DONE 0.1s [2020-12-11T19:03:42.159Z] [2020-12-11T19:03:42.159Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-12-11T19:03:42.346Z] ok github.com/docker/docker/pkg/ioutils 0.270s coverage: 70.6% of statements [2020-12-11T19:03:42.346Z] ok github.com/docker/docker/pkg/jsonmessage 0.029s coverage: 91.7% of statements [2020-12-11T19:03:42.346Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-12-11T19:03:42.382Z] #11 184.1 Setting up libbtrfs-dev (4.20.1-2) ... [2020-12-11T19:03:42.382Z] #11 184.1 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-12-11T19:03:42.382Z] #11 184.2 Setting up mingw-w64-common (6.0.0-3) ... [2020-12-11T19:03:42.382Z] #11 184.2 Setting up libsystemd-dev:amd64 (241-7~deb10u5) ... [2020-12-11T19:03:42.382Z] #11 184.2 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-12-11T19:03:42.382Z] #11 184.2 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-12-11T19:03:42.382Z] #11 184.2 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:03:42.382Z] #11 184.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-12-11T19:03:42.382Z] #11 184.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-12-11T19:03:42.382Z] #11 184.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-11T19:03:42.382Z] #11 184.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-12-11T19:03:42.382Z] #11 184.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-12-11T19:03:42.382Z] #11 184.3 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-12-11T19:03:42.382Z] #11 184.3 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-12-11T19:03:42.382Z] #11 184.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-12-11T19:03:42.382Z] #11 184.4 Setting up dmsetup (2:1.02.155-3) ... [2020-12-11T19:03:42.382Z] #11 184.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-12-11T19:03:42.417Z] #44 DONE 0.3s [2020-12-11T19:03:42.417Z] [2020-12-11T19:03:42.417Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-12-11T19:03:42.541Z] #47 DONE 189.5s [2020-12-11T19:03:42.541Z] [2020-12-11T19:03:42.541Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:03:42.541Z] #18 42.56 Selecting previously unselected package vim. [2020-12-11T19:03:42.541Z] #18 42.57 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ... [2020-12-11T19:03:42.541Z] #18 42.60 Unpacking vim (2:8.1.0875-5) ... [2020-12-11T19:03:42.541Z] #18 44.16 Selecting previously unselected package xfsprogs. [2020-12-11T19:03:42.541Z] #18 44.17 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ... [2020-12-11T19:03:42.541Z] #18 44.18 Unpacking xfsprogs (4.20.0-1) ... [2020-12-11T19:03:42.636Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2020-12-11T19:03:42.636Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-12-11T19:03:42.636Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-12-11T19:03:42.638Z] #11 184.4 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-12-11T19:03:42.638Z] #11 184.4 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:03:42.675Z] #46 DONE 0.2s [2020-12-11T19:03:42.675Z] [2020-12-11T19:03:42.675Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-12-11T19:03:42.849Z] #43 173.0 CC criu/protobuf.o [2020-12-11T19:03:42.925Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2020-12-11T19:03:42.926Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-12-11T19:03:42.926Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2020-12-11T19:03:43.069Z] #18 44.61 Selecting previously unselected package zip. [2020-12-11T19:03:43.069Z] #18 44.63 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ... [2020-12-11T19:03:43.069Z] #18 44.64 Unpacking zip (3.0-11+b1) ... [2020-12-11T19:03:43.069Z] #18 44.87 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-12-11T19:03:43.216Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2020-12-11T19:03:43.216Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.008s coverage: 86.7% of statements [2020-12-11T19:03:43.221Z] #16 DONE 1.6s [2020-12-11T19:03:43.221Z] [2020-12-11T19:03:43.221Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:43.221Z] #41 88.11 CC criu/pie/util-vdso-elf32.o [2020-12-11T19:03:43.333Z] #18 44.91 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-12-11T19:03:43.333Z] #18 44.91 Setting up libip6tc0:arm64 (1.8.2-4) ... [2020-12-11T19:03:43.333Z] #18 44.92 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-12-11T19:03:43.333Z] #18 44.93 Setting up libgpm2:arm64 (1.20.7-5) ... [2020-12-11T19:03:43.333Z] #18 44.95 Setting up libip4tc0:arm64 (1.8.2-4) ... [2020-12-11T19:03:43.333Z] #18 44.96 Setting up uidmap (1:4.5-1.1) ... [2020-12-11T19:03:43.333Z] #18 44.97 Setting up libnftnl11:arm64 (1.1.2-2) ... [2020-12-11T19:03:43.333Z] #18 44.98 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-12-11T19:03:43.333Z] #18 44.99 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-12-11T19:03:43.333Z] #18 45.01 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-12-11T19:03:43.333Z] #18 45.03 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-12-11T19:03:43.333Z] #18 45.03 Setting up xxd (2:8.1.0875-5) ... [2020-12-11T19:03:43.333Z] #18 45.04 Setting up zip (3.0-11+b1) ... [2020-12-11T19:03:43.333Z] #18 45.06 Setting up vim-common (2:8.1.0875-5) ... [2020-12-11T19:03:43.494Z] #43 173.6 CC criu/pstree.o [2020-12-11T19:03:43.506Z] ok github.com/docker/docker/pkg/pidfile 0.012s coverage: 82.4% of statements [2020-12-11T19:03:43.506Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-12-11T19:03:43.506Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-12-11T19:03:43.566Z] #11 DONE 185.4s [2020-12-11T19:03:43.566Z] [2020-12-11T19:03:43.566Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-12-11T19:03:43.600Z] #18 45.21 Setting up bash-completion (1:2.8-6) ... [2020-12-11T19:03:43.611Z] #48 DONE 0.8s [2020-12-11T19:03:43.611Z] [2020-12-11T19:03:43.611Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:03:43.611Z] #54 226.5 + bin/containerd [2020-12-11T19:03:43.611Z] #54 ... [2020-12-11T19:03:43.611Z] [2020-12-11T19:03:43.611Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-12-11T19:03:43.611Z] #50 DONE 0.0s [2020-12-11T19:03:43.611Z] [2020-12-11T19:03:43.611Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-12-11T19:03:43.611Z] #52 DONE 0.1s [2020-12-11T19:03:43.611Z] [2020-12-11T19:03:43.611Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:03:44.135Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2020-12-11T19:03:44.208Z] #41 89.56 AR criu/pie/pie.lib.a [2020-12-11T19:03:44.208Z] #41 89.65 DEP criu/pie/restorer.d [2020-12-11T19:03:44.426Z] ok github.com/docker/docker/pkg/plugins/transport 0.001s coverage: 85.7% of statements [2020-12-11T19:03:44.471Z] #41 89.91 DEP criu/arch/x86/sigaction_compat_pie.d [2020-12-11T19:03:44.543Z] #43 174.9 CC criu/rbtree.o [2020-12-11T19:03:44.716Z] ok github.com/docker/docker/pkg/pools 0.001s coverage: 88.2% of statements [2020-12-11T19:03:44.734Z] #41 90.19 DEP criu/arch/x86/restorer_unmap.d [2020-12-11T19:03:44.734Z] #41 90.27 DEP criu/arch/x86/restorer.d [2020-12-11T19:03:45.006Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-12-11T19:03:45.188Z] #43 ... [2020-12-11T19:03:45.188Z] [2020-12-11T19:03:45.188Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T19:03:45.188Z] #40 242.8 + dpkg --print-architecture [2020-12-11T19:03:45.188Z] #40 242.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-12-11T19:03:45.307Z] #41 ... [2020-12-11T19:03:45.308Z] [2020-12-11T19:03:45.308Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-12-11T19:03:45.308Z] #17 DONE 1.8s [2020-12-11T19:03:45.308Z] [2020-12-11T19:03:45.308Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:45.308Z] #41 90.65 DEP criu/arch/x86/vdso-pie.d [2020-12-11T19:03:45.454Z] #12 ... [2020-12-11T19:03:45.454Z] [2020-12-11T19:03:45.454Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:03:45.454Z] #43 177.0 net/http/httptrace [2020-12-11T19:03:45.454Z] #43 177.4 net/http [2020-12-11T19:03:45.454Z] #43 ... [2020-12-11T19:03:45.454Z] [2020-12-11T19:03:45.454Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:45.454Z] #41 77.93 CC compel/src/lib/ptrace.o [2020-12-11T19:03:45.454Z] #41 78.54 AR compel/libcompel.a [2020-12-11T19:03:45.454Z] #41 78.72 HOSTCC compel/src/main-host.o [2020-12-11T19:03:45.454Z] #41 79.19 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-12-11T19:03:45.454Z] #41 79.47 HOSTCC compel/src/lib/handle-elf-host.o [2020-12-11T19:03:45.454Z] #41 79.83 HOSTCC compel/src/lib/log-host.o [2020-12-11T19:03:45.454Z] #41 80.06 HOSTLINK compel/compel-host-bin [2020-12-11T19:03:45.454Z] #41 80.24 DEP soccr/soccr.d [2020-12-11T19:03:45.454Z] #41 80.41 CC soccr/soccr.o [2020-12-11T19:03:45.454Z] #41 82.04 AR soccr/libsoccr.a [2020-12-11T19:03:45.454Z] #41 82.10 make[1]: 'soccr/libsoccr.a' is up to date. [2020-12-11T19:03:45.454Z] #41 82.60 DEP criu/arch/x86/sigframe.d [2020-12-11T19:03:45.454Z] #41 82.69 DEP criu/arch/x86/sigaction_compat.d [2020-12-11T19:03:45.454Z] #41 82.82 DEP criu/arch/x86/kerndat.d [2020-12-11T19:03:45.454Z] #41 82.99 DEP criu/arch/x86/crtools.d [2020-12-11T19:03:45.454Z] #41 83.21 DEP criu/arch/x86/cpu.d [2020-12-11T19:03:45.454Z] #41 83.39 CC criu/arch/x86/cpu.o [2020-12-11T19:03:45.487Z] #40 243.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-12-11T19:03:45.487Z] #40 243.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-12-11T19:03:45.569Z] #41 90.86 DEP criu/pie/parasite-vdso.d [2020-12-11T19:03:45.831Z] #41 91.16 DEP criu/pie/parasite.d [2020-12-11T19:03:46.015Z] #41 84.37 CC criu/arch/x86/crtools.o [2020-12-11T19:03:46.036Z] ok github.com/docker/docker/pkg/pubsub 1.018s coverage: 75.0% of statements [2020-12-11T19:03:46.093Z] #41 91.48 CC criu/pie/parasite.o [2020-12-11T19:03:46.271Z] #41 ... [2020-12-11T19:03:46.271Z] [2020-12-11T19:03:46.271Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-12-11T19:03:46.271Z] #12 DONE 2.6s [2020-12-11T19:03:46.271Z] [2020-12-11T19:03:46.271Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-12-11T19:03:46.326Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2020-12-11T19:03:46.924Z] #18 48.57 Setting up libiptc0:arm64 (1.8.2-4) ... [2020-12-11T19:03:46.924Z] #18 48.58 Setting up xz-utils (5.2.4-1) ... [2020-12-11T19:03:46.924Z] #18 48.61 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-12-11T19:03:46.924Z] #18 48.64 Setting up sudo (1.8.27-1+deb10u2) ... [2020-12-11T19:03:46.924Z] #18 48.74 invoke-rc.d: could not determine current runlevel [2020-12-11T19:03:46.924Z] #18 48.75 invoke-rc.d: policy-rc.d denied execution of start. [2020-12-11T19:03:47.189Z] #18 48.76 Setting up pigz (2.4-1) ... [2020-12-11T19:03:47.189Z] #18 48.78 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-12-11T19:03:47.189Z] #18 48.80 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-12-11T19:03:47.189Z] #18 48.82 Setting up python-pip-whl (18.1-5) ... [2020-12-11T19:03:47.189Z] #18 48.84 Setting up libmpdec2:arm64 (2.4.2-2) ... [2020-12-11T19:03:47.189Z] #18 48.84 Setting up vim-runtime (2:8.1.0875-5) ... [2020-12-11T19:03:47.634Z] #13 DONE 1.5s [2020-12-11T19:03:47.635Z] [2020-12-11T19:03:47.635Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-12-11T19:03:47.767Z] #18 49.34 Setting up libaio1:arm64 (0.3.112-3) ... [2020-12-11T19:03:47.767Z] #18 49.35 Setting up libonig5:arm64 (6.9.1-1) ... [2020-12-11T19:03:47.767Z] #18 49.36 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-12-11T19:03:47.767Z] #18 49.37 Setting up vim (2:8.1.0875-5) ... [2020-12-11T19:03:47.767Z] #18 49.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-12-11T19:03:47.767Z] #18 49.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-12-11T19:03:47.767Z] #18 49.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-12-11T19:03:47.767Z] #18 49.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-12-11T19:03:47.767Z] #18 49.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-12-11T19:03:47.767Z] #18 49.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-12-11T19:03:47.767Z] #18 49.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-12-11T19:03:47.767Z] #18 49.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-12-11T19:03:47.767Z] #18 49.47 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-12-11T19:03:47.767Z] #18 49.50 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-12-11T19:03:47.767Z] #18 49.53 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-12-11T19:03:47.767Z] #18 49.54 Setting up jq (1.5+dfsg-2+b1) ... [2020-12-11T19:03:47.767Z] #18 49.56 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2020-12-11T19:03:48.012Z] #41 93.43 LINK criu/pie/parasite.built-in.o [2020-12-11T19:03:48.012Z] #41 93.44 GEN criu/pie/parasite-blob.h [2020-12-11T19:03:48.012Z] #41 93.47 CC criu/pie/parasite-vdso.o [2020-12-11T19:03:48.031Z] #18 49.57 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-12-11T19:03:48.251Z] #40 ... [2020-12-11T19:03:48.252Z] [2020-12-11T19:03:48.252Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:03:48.252Z] #53 125.0 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-12-11T19:03:48.252Z] #53 127.3 + mkdir -p /build [2020-12-11T19:03:48.252Z] #53 127.3 + cp runc /build/runc [2020-12-11T19:03:48.252Z] #53 DONE 127.5s [2020-12-11T19:03:48.252Z] [2020-12-11T19:03:48.252Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:48.252Z] #43 175.4 CC criu/rst-malloc.o [2020-12-11T19:03:48.252Z] #43 175.8 CC criu/seccomp.o [2020-12-11T19:03:48.252Z] #43 176.8 CC criu/seize.o [2020-12-11T19:03:48.252Z] #43 178.1 CC criu/servicefd.o [2020-12-11T19:03:48.552Z] #43 178.8 CC criu/shmem.o [2020-12-11T19:03:48.958Z] #41 94.44 CC criu/arch/x86/vdso-pie.o [2020-12-11T19:03:49.046Z] ok github.com/docker/docker/pkg/signal 2.346s coverage: 61.0% of statements [2020-12-11T19:03:49.083Z] #14 1.309 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-12-11T19:03:49.083Z] #14 DONE 1.4s [2020-12-11T19:03:49.083Z] [2020-12-11T19:03:49.083Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-12-11T19:03:49.221Z] #41 94.85 CC criu/arch/x86/restorer.o [2020-12-11T19:03:49.336Z] ok github.com/docker/docker/pkg/stdcopy 0.002s coverage: 100.0% of statements [2020-12-11T19:03:49.626Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-12-11T19:03:49.916Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-12-11T19:03:50.088Z] #43 180.2 CC criu/sigframe.o [2020-12-11T19:03:50.167Z] #41 95.68 CC criu/arch/x86/restorer_unmap.o [2020-12-11T19:03:50.206Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 54.2% of statements [2020-12-11T19:03:50.387Z] #43 180.5 CC criu/signalfd.o [2020-12-11T19:03:50.429Z] #41 95.74 CC criu/arch/x86/sigaction_compat_pie.o [2020-12-11T19:03:50.597Z] #18 ... [2020-12-11T19:03:50.597Z] [2020-12-11T19:03:50.597Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:03:50.597Z] #51 68.35 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-12-11T19:03:50.597Z] #51 ... [2020-12-11T19:03:50.597Z] [2020-12-11T19:03:50.597Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:50.597Z] #41 107.0 CC criu/file-ids.o [2020-12-11T19:03:50.597Z] #41 107.2 CC criu/file-lock.o [2020-12-11T19:03:50.597Z] #41 108.4 CC criu/files-ext.o [2020-12-11T19:03:50.597Z] #41 108.8 CC criu/files-reg.o [2020-12-11T19:03:50.597Z] #41 110.8 CC criu/files.o [2020-12-11T19:03:50.597Z] #41 112.5 CC criu/filesystems.o [2020-12-11T19:03:50.597Z] #41 113.1 CC criu/fsnotify.o [2020-12-11T19:03:50.597Z] #41 114.2 CC criu/image-desc.o [2020-12-11T19:03:50.597Z] #41 114.4 CC criu/image.o [2020-12-11T19:03:50.597Z] #41 115.1 CC criu/ipc_ns.o [2020-12-11T19:03:50.597Z] #41 116.4 CC criu/irmap.o [2020-12-11T19:03:50.685Z] #43 180.8 CC criu/sk-inet.o [2020-12-11T19:03:50.691Z] #41 96.17 CC criu/pie/restorer.o [2020-12-11T19:03:50.836Z] ok github.com/docker/docker/pkg/system 0.040s coverage: 36.9% of statements [2020-12-11T19:03:50.860Z] #41 117.1 CC criu/kcmp-ids.o [2020-12-11T19:03:50.860Z] #41 ... [2020-12-11T19:03:50.860Z] [2020-12-11T19:03:50.860Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:03:50.860Z] #18 52.20 Setting up iptables (1.8.2-4) ... [2020-12-11T19:03:50.860Z] #18 52.26 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-12-11T19:03:50.860Z] #18 52.26 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-12-11T19:03:50.860Z] #18 52.27 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-12-11T19:03:50.860Z] #18 52.27 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-12-11T19:03:50.860Z] #18 52.28 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-12-11T19:03:50.860Z] #18 52.28 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-12-11T19:03:50.860Z] #18 52.29 Setting up python3 (3.7.3-1) ... [2020-12-11T19:03:50.971Z] #15 DONE 1.6s [2020-12-11T19:03:50.971Z] [2020-12-11T19:03:50.971Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-12-11T19:03:51.124Z] #18 52.76 Setting up python3-wheel (0.32.3-2) ... [2020-12-11T19:03:51.126Z] ok github.com/docker/docker/pkg/tailfile 0.030s coverage: 88.6% of statements [2020-12-11T19:03:51.416Z] ok github.com/docker/docker/pkg/tarsum 0.031s coverage: 89.3% of statements [2020-12-11T19:03:51.706Z] testing: warning: no tests to run [2020-12-11T19:03:51.706Z] coverage: [no statements] [2020-12-11T19:03:51.706Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-12-11T19:03:51.996Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2020-12-11T19:03:52.076Z] #18 53.61 Setting up apparmor (2.13.2-10) ... [2020-12-11T19:03:52.218Z] #43 182.0 CC criu/sk-netlink.o [2020-12-11T19:03:52.286Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-12-11T19:03:52.286Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-12-11T19:03:52.335Z] #16 DONE 1.5s [2020-12-11T19:03:52.335Z] [2020-12-11T19:03:52.335Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-12-11T19:03:52.516Z] #43 182.6 CC criu/sk-packet.o [2020-12-11T19:03:53.027Z] #18 ... [2020-12-11T19:03:53.027Z] [2020-12-11T19:03:53.027Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:03:53.027Z] #51 70.09 + mkdir -p /build [2020-12-11T19:03:53.027Z] #51 70.09 + cp runc /build/runc [2020-12-11T19:03:53.027Z] #51 DONE 70.8s [2020-12-11T19:03:53.027Z] [2020-12-11T19:03:53.027Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:53.027Z] #41 117.4 CC criu/kerndat.o [2020-12-11T19:03:53.027Z] #41 118.5 CC criu/libnetlink.o [2020-12-11T19:03:53.027Z] #41 118.8 CC criu/log.o [2020-12-11T19:03:53.027Z] #41 119.1 CC criu/lsm.o [2020-12-11T19:03:53.167Z] #43 183.3 CC criu/sk-queue.o [2020-12-11T19:03:53.291Z] #41 119.5 CC criu/mem.o [2020-12-11T19:03:53.698Z] #17 DONE 1.5s [2020-12-11T19:03:53.699Z] [2020-12-11T19:03:53.699Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:03:53.699Z] #51 2.223 + RM_GOPATH=0 [2020-12-11T19:03:53.699Z] #51 2.223 + TMP_GOPATH= [2020-12-11T19:03:53.699Z] #51 2.223 + : /build [2020-12-11T19:03:53.699Z] #51 2.223 + '[' -z '' ']' [2020-12-11T19:03:53.699Z] #51 2.223 ++ mktemp -d [2020-12-11T19:03:53.699Z] #51 2.223 + export GOPATH=/tmp/tmp.ke0DeCHnYV [2020-12-11T19:03:53.699Z] #51 2.223 + GOPATH=/tmp/tmp.ke0DeCHnYV [2020-12-11T19:03:53.699Z] #51 2.223 + RM_GOPATH=1 [2020-12-11T19:03:53.699Z] #51 2.223 + case "$(go env GOARCH)" in [2020-12-11T19:03:53.699Z] #51 2.225 ++ go env GOARCH [2020-12-11T19:03:53.699Z] #51 2.252 + export GO_BUILDMODE=-buildmode=pie [2020-12-11T19:03:53.699Z] #51 2.252 + GO_BUILDMODE=-buildmode=pie [2020-12-11T19:03:53.699Z] #51 2.252 ++ dirname /tmp/install/install.sh [2020-12-11T19:03:53.699Z] #51 2.252 + dir=/tmp/install [2020-12-11T19:03:53.699Z] #51 2.252 + bin=runc [2020-12-11T19:03:53.699Z] #51 2.252 + shift [2020-12-11T19:03:53.699Z] #51 2.252 + '[' '!' -f /tmp/install/runc.installer ']' [2020-12-11T19:03:53.699Z] #51 2.252 + . /tmp/install/runc.installer [2020-12-11T19:03:53.699Z] #51 2.252 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-12-11T19:03:53.699Z] #51 2.252 + install_runc [2020-12-11T19:03:53.699Z] #51 2.252 + grep -q '^3\.10\.0.*\.el7\.' [2020-12-11T19:03:53.699Z] #51 2.265 + uname -r [2020-12-11T19:03:53.699Z] #51 2.297 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-12-11T19:03:53.699Z] #51 2.297 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-12-11T19:03:53.699Z] #51 2.297 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ke0DeCHnYV/src/github.com/opencontainers/runc [2020-12-11T19:03:53.699Z] #51 2.297 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-12-11T19:03:53.699Z] #51 2.321 Cloning into '/tmp/tmp.ke0DeCHnYV/src/github.com/opencontainers/runc'... [2020-12-11T19:03:53.699Z] #51 ... [2020-12-11T19:03:53.699Z] [2020-12-11T19:03:53.699Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:03:53.814Z] #43 183.9 CC criu/sk-tcp.o [2020-12-11T19:03:54.383Z] ok github.com/docker/docker/plugin 0.554s coverage: 23.2% of statements [2020-12-11T19:03:54.383Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2020-12-11T19:03:54.477Z] #43 184.5 CC criu/sk-unix.o [2020-12-11T19:03:54.910Z] #41 100.2 LINK criu/pie/restorer.built-in.o [2020-12-11T19:03:54.910Z] #41 100.2 GEN criu/pie/restorer-blob.h [2020-12-11T19:03:54.910Z] #41 100.4 DEP criu/vdso.d [2020-12-11T19:03:55.014Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 86.4% of statements [2020-12-11T19:03:55.172Z] #41 100.6 DEP criu/vdso-compat.d [2020-12-11T19:03:55.172Z] #41 ... [2020-12-11T19:03:55.172Z] [2020-12-11T19:03:55.172Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:03:55.172Z] #18 2.015 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T19:03:55.172Z] #18 2.101 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T19:03:55.172Z] #18 2.129 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T19:03:55.172Z] #18 3.180 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-11T19:03:55.172Z] #18 4.669 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB] [2020-12-11T19:03:55.172Z] #18 6.407 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-11T19:03:55.172Z] #18 ... [2020-12-11T19:03:55.172Z] [2020-12-11T19:03:55.172Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:55.172Z] #41 100.7 DEP criu/uts_ns.d [2020-12-11T19:03:55.219Z] #41 121.5 CC criu/memfd.o [2020-12-11T19:03:55.434Z] #41 101.0 DEP criu/util.d [2020-12-11T19:03:55.585Z] #18 1.735 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-11T19:03:55.585Z] #18 1.787 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-11T19:03:55.585Z] #18 1.788 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-11T19:03:55.696Z] #41 101.3 DEP criu/uffd.d [2020-12-11T19:03:55.797Z] #41 121.9 CC criu/mount.o [2020-12-11T19:03:56.270Z] #41 101.5 DEP criu/tun.d [2020-12-11T19:03:56.517Z] ok github.com/docker/docker/quota 0.650s coverage: 71.4% of statements [2020-12-11T19:03:56.517Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2020-12-11T19:03:56.532Z] #41 101.9 DEP criu/tty.d [2020-12-11T19:03:56.575Z] #43 186.8 CC criu/sockets.o [2020-12-11T19:03:56.794Z] #41 102.3 DEP criu/timerfd.d [2020-12-11T19:03:56.950Z] #18 3.171 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-11T19:03:57.056Z] #41 102.5 DEP criu/timens.d [2020-12-11T19:03:57.318Z] #41 102.9 DEP criu/sysfs_parse.d [2020-12-11T19:03:57.547Z] ok github.com/docker/docker/registry 0.077s coverage: 57.2% of statements [2020-12-11T19:03:57.878Z] #18 ... [2020-12-11T19:03:57.878Z] [2020-12-11T19:03:57.878Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:57.878Z] #41 86.21 CC criu/arch/x86/kerndat.o [2020-12-11T19:03:57.878Z] #41 87.07 CC criu/arch/x86/sigaction_compat.o [2020-12-11T19:03:57.878Z] #41 87.49 CC criu/arch/x86/sigframe.o [2020-12-11T19:03:57.878Z] #41 88.03 LINK criu/arch/x86/crtools.built-in.o [2020-12-11T19:03:57.878Z] #41 88.16 DEP criu/pie/util-vdso-elf32.d [2020-12-11T19:03:57.878Z] #41 88.32 DEP criu/pie/util-vdso.d [2020-12-11T19:03:57.878Z] #41 88.55 DEP criu/pie/util.d [2020-12-11T19:03:57.878Z] #41 88.82 CC criu/pie/util.o [2020-12-11T19:03:57.878Z] #41 89.45 CC criu/pie/util-vdso.o [2020-12-11T19:03:57.878Z] #41 90.61 CC criu/pie/util-vdso-elf32.o [2020-12-11T19:03:57.878Z] #41 91.86 AR criu/pie/pie.lib.a [2020-12-11T19:03:57.878Z] #41 91.99 DEP criu/pie/restorer.d [2020-12-11T19:03:57.878Z] #41 92.36 DEP criu/arch/x86/sigaction_compat_pie.d [2020-12-11T19:03:57.878Z] #41 92.56 DEP criu/arch/x86/restorer_unmap.d [2020-12-11T19:03:57.878Z] #41 92.58 DEP criu/arch/x86/restorer.d [2020-12-11T19:03:57.878Z] #41 92.86 DEP criu/arch/x86/vdso-pie.d [2020-12-11T19:03:57.878Z] #41 93.04 DEP criu/pie/parasite-vdso.d [2020-12-11T19:03:57.878Z] #41 93.27 DEP criu/pie/parasite.d [2020-12-11T19:03:57.878Z] #41 93.60 CC criu/pie/parasite.o [2020-12-11T19:03:57.878Z] #41 95.20 LINK criu/pie/parasite.built-in.o [2020-12-11T19:03:57.878Z] #41 95.21 GEN criu/pie/parasite-blob.h [2020-12-11T19:03:57.878Z] #41 95.28 CC criu/pie/parasite-vdso.o [2020-12-11T19:03:57.878Z] #41 96.38 CC criu/arch/x86/vdso-pie.o [2020-12-11T19:03:57.892Z] #41 103.2 DEP criu/sysctl.d [2020-12-11T19:03:58.098Z] #43 188.0 CC criu/stats.o [2020-12-11T19:03:58.134Z] #41 ... [2020-12-11T19:03:58.134Z] [2020-12-11T19:03:58.134Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:03:58.134Z] #51 14.58 + cd /tmp/tmp.ke0DeCHnYV/src/github.com/opencontainers/runc [2020-12-11T19:03:58.134Z] #51 14.58 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-12-11T19:03:58.153Z] #41 103.6 DEP criu/string.d [2020-12-11T19:03:58.177Z] ok github.com/docker/docker/registry/resumable 0.013s coverage: 100.0% of statements [2020-12-11T19:03:58.177Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2020-12-11T19:03:58.363Z] #41 ... [2020-12-11T19:03:58.363Z] [2020-12-11T19:03:58.363Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:03:58.363Z] #18 56.25 Setting up xfsprogs (4.20.0-1) ... [2020-12-11T19:03:58.363Z] #18 56.27 Setting up python3-lib2to3 (3.7.3-1) ... [2020-12-11T19:03:58.363Z] #18 56.90 Setting up python3-pkg-resources (40.8.0-1) ... [2020-12-11T19:03:58.363Z] #18 57.81 Setting up python3-distutils (3.7.3-1) ... [2020-12-11T19:03:58.363Z] #18 58.21 Setting up python3-setuptools (40.8.0-1) ... [2020-12-11T19:03:58.363Z] #18 59.19 Setting up python3-pip (18.1-5) ... [2020-12-11T19:03:58.363Z] #18 60.01 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:03:58.394Z] #43 188.4 CC criu/string.o [2020-12-11T19:03:58.394Z] #43 188.5 CC criu/sysctl.o [2020-12-11T19:03:58.415Z] #41 103.8 DEP criu/stats.d [2020-12-11T19:03:58.628Z] #18 60.07 Processing triggers for mime-support (3.62) ... [2020-12-11T19:03:58.677Z] #41 104.0 DEP criu/sockets.d [2020-12-11T19:03:58.807Z] ok github.com/docker/docker/runconfig 0.006s coverage: 66.1% of statements [2020-12-11T19:03:58.892Z] #18 DONE 60.4s [2020-12-11T19:03:58.892Z] [2020-12-11T19:03:58.892Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-12-11T19:03:58.939Z] #41 104.3 DEP criu/sk-unix.d [2020-12-11T19:03:59.037Z] #43 189.2 CC criu/sysfs_parse.o [2020-12-11T19:03:59.061Z] #51 15.36 + '[' -z '' ']' [2020-12-11T19:03:59.061Z] #51 15.36 + target=static [2020-12-11T19:03:59.061Z] #51 15.36 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-12-11T19:03:59.097Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-12-11T19:03:59.201Z] #41 ... [2020-12-11T19:03:59.201Z] [2020-12-11T19:03:59.201Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:03:59.201Z] #43 194.6 github.com/LK4D4/vndr/godl [2020-12-11T19:03:59.201Z] #43 195.7 github.com/LK4D4/vndr [2020-12-11T19:03:59.201Z] #43 ... [2020-12-11T19:03:59.201Z] [2020-12-11T19:03:59.201Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:03:59.201Z] #51 14.43 + cd /tmp/tmp.lMTzwY0bMP/src/github.com/opencontainers/runc [2020-12-11T19:03:59.201Z] #51 14.43 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-12-11T19:03:59.201Z] #51 15.25 + '[' -z '' ']' [2020-12-11T19:03:59.201Z] #51 15.25 + target=static [2020-12-11T19:03:59.201Z] #51 15.25 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-12-11T19:03:59.201Z] #51 15.85 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-12-11T19:03:59.335Z] #51 15.85 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-12-11T19:03:59.335Z] #43 189.7 CC criu/timens.o [2020-12-11T19:03:59.463Z] #51 ... [2020-12-11T19:03:59.463Z] [2020-12-11T19:03:59.463Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:03:59.463Z] #41 104.8 DEP criu/sk-tcp.d [2020-12-11T19:03:59.725Z] #41 105.2 DEP criu/sk-queue.d [2020-12-11T19:03:59.977Z] #43 190.2 CC criu/timerfd.o [2020-12-11T19:03:59.986Z] #41 105.6 DEP criu/sk-packet.d [2020-12-11T19:04:00.290Z] #19 1.420 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-12-11T19:04:00.290Z] #19 1.424 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-12-11T19:04:00.290Z] #19 1.430 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-12-11T19:04:00.290Z] #19 DONE 1.6s [2020-12-11T19:04:00.290Z] [2020-12-11T19:04:00.290Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-11T19:04:00.560Z] #41 105.9 DEP criu/sk-netlink.d [2020-12-11T19:04:00.624Z] #43 190.6 CC criu/tty.o [2020-12-11T19:04:00.822Z] #41 106.3 DEP criu/sk-inet.d [2020-12-11T19:04:01.084Z] #41 106.5 DEP criu/signalfd.d [2020-12-11T19:04:01.158Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2020-12-11T19:04:01.346Z] #41 106.8 DEP criu/sigframe.d [2020-12-11T19:04:01.346Z] #41 106.9 DEP criu/shmem.d [2020-12-11T19:04:01.609Z] #41 107.0 DEP criu/servicefd.d [2020-12-11T19:04:01.871Z] #41 107.3 DEP criu/seize.d [2020-12-11T19:04:01.871Z] #41 107.4 DEP criu/seccomp.d [2020-12-11T19:04:02.188Z] ok github.com/docker/docker/volume/local 0.303s coverage: 76.6% of statements [2020-12-11T19:04:02.466Z] #41 107.6 DEP criu/rst-malloc.d [2020-12-11T19:04:02.466Z] #41 107.7 DEP criu/rbtree.d [2020-12-11T19:04:02.466Z] #41 107.8 DEP criu/pstree.d [2020-12-11T19:04:02.478Z] ok github.com/docker/docker/volume/mounts 0.020s coverage: 67.0% of statements [2020-12-11T19:04:02.717Z] #43 193.1 CC criu/tun.o [2020-12-11T19:04:02.730Z] #41 108.1 DEP criu/protobuf.d [2020-12-11T19:04:02.992Z] #41 108.3 GEN criu/protobuf-desc-gen.h [2020-12-11T19:04:03.255Z] #41 ... [2020-12-11T19:04:03.255Z] [2020-12-11T19:04:03.255Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:04:03.255Z] #43 DONE 208.7s [2020-12-11T19:04:03.255Z] [2020-12-11T19:04:03.255Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:04:03.255Z] #18 15.41 Fetched 8408 kB in 14s (617 kB/s) [2020-12-11T19:04:03.509Z] ok github.com/docker/docker/volume/service 0.008s coverage: 73.1% of statements [2020-12-11T19:04:03.510Z] #51 ... [2020-12-11T19:04:03.510Z] [2020-12-11T19:04:03.510Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:04:03.510Z] #43 195.4 github.com/LK4D4/vndr/godl [2020-12-11T19:04:03.510Z] #43 196.7 github.com/LK4D4/vndr [2020-12-11T19:04:03.766Z] #43 ... [2020-12-11T19:04:03.766Z] [2020-12-11T19:04:03.766Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:04:03.766Z] #41 96.76 CC criu/arch/x86/restorer.o [2020-12-11T19:04:03.766Z] #41 97.55 CC criu/arch/x86/restorer_unmap.o [2020-12-11T19:04:03.766Z] #41 97.72 CC criu/arch/x86/sigaction_compat_pie.o [2020-12-11T19:04:03.766Z] #41 98.32 CC criu/pie/restorer.o [2020-12-11T19:04:03.776Z] #43 193.7 CC criu/uffd.o [2020-12-11T19:04:05.174Z] #18 15.41 Reading package lists... [2020-12-11T19:04:05.309Z] #43 195.3 CC criu/util.o [2020-12-11T19:04:05.609Z] #20 4.380 Collecting yamllint==1.16.0 [2020-12-11T19:04:05.657Z] #41 103.9 LINK criu/pie/restorer.built-in.o [2020-12-11T19:04:05.657Z] #41 104.0 GEN criu/pie/restorer-blob.h [2020-12-11T19:04:05.657Z] #41 104.1 DEP criu/vdso.d [2020-12-11T19:04:05.748Z] #18 20.71 Reading package lists... [2020-12-11T19:04:05.748Z] #18 ... [2020-12-11T19:04:05.748Z] [2020-12-11T19:04:05.748Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:04:05.748Z] #41 111.2 DEP criu/protobuf-desc.d [2020-12-11T19:04:05.913Z] #41 104.4 DEP criu/vdso-compat.d [2020-12-11T19:04:06.010Z] #41 111.5 DEP criu/proc_parse.d [2020-12-11T19:04:06.272Z] #41 111.8 DEP criu/plugin.d [2020-12-11T19:04:06.474Z] #41 104.7 DEP criu/uts_ns.d [2020-12-11T19:04:06.545Z] #41 112.0 DEP criu/pipes.d [2020-12-11T19:04:06.729Z] #41 105.1 DEP criu/util.d [2020-12-11T19:04:06.820Z] #41 112.3 DEP criu/pie-util.d [2020-12-11T19:04:06.841Z] #43 197.0 CC criu/uts_ns.o [2020-12-11T19:04:06.986Z] #41 105.3 DEP criu/uffd.d [2020-12-11T19:04:07.024Z] #20 ... [2020-12-11T19:04:07.024Z] [2020-12-11T19:04:07.024Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:04:07.024Z] #41 124.8 CC criu/namespaces.o [2020-12-11T19:04:07.024Z] #41 126.4 CC criu/net.o [2020-12-11T19:04:07.024Z] #41 129.1 CC criu/netfilter.o [2020-12-11T19:04:07.024Z] #41 129.4 CC criu/page-pipe.o [2020-12-11T19:04:07.024Z] #41 130.0 CC criu/page-xfer.o [2020-12-11T19:04:07.024Z] #41 131.4 CC criu/pagemap-cache.o [2020-12-11T19:04:07.024Z] #41 131.7 CC criu/pagemap.o [2020-12-11T19:04:07.024Z] #41 132.4 CC criu/parasite-syscall.o [2020-12-11T19:04:07.024Z] #41 133.2 CC criu/path.o [2020-12-11T19:04:07.138Z] #43 197.2 CC criu/vdso.o [2020-12-11T19:04:07.242Z] #41 105.7 DEP criu/tun.d [2020-12-11T19:04:07.289Z] #41 133.4 CC criu/pie-util-vdso.o [2020-12-11T19:04:07.408Z] #41 112.7 DEP criu/pie-util-vdso.d [2020-12-11T19:04:07.408Z] #41 112.9 DEP criu/pie-util-vdso-elf32.d [2020-12-11T19:04:07.499Z] #41 106.0 DEP criu/tty.d [2020-12-11T19:04:07.552Z] #41 133.7 CC criu/pie-util.o [2020-12-11T19:04:07.552Z] #41 133.8 CC criu/pipes.o [2020-12-11T19:04:07.552Z] #41 ... [2020-12-11T19:04:07.552Z] [2020-12-11T19:04:07.552Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:04:07.552Z] #54 160.2 + bin/containerd [2020-12-11T19:04:07.669Z] #41 113.0 DEP criu/path.d [2020-12-11T19:04:07.783Z] #43 197.8 LINK criu/built-in.o [2020-12-11T19:04:07.931Z] #41 113.4 DEP criu/parasite-syscall.d [2020-12-11T19:04:08.067Z] #41 106.4 DEP criu/timerfd.d [2020-12-11T19:04:08.080Z] #43 198.1 LINK criu/criu [2020-12-11T19:04:08.323Z] #41 106.8 DEP criu/timens.d [2020-12-11T19:04:08.503Z] #41 113.7 DEP criu/pagemap.d [2020-12-11T19:04:08.503Z] #41 114.1 DEP criu/pagemap-cache.d [2020-12-11T19:04:08.580Z] #41 107.0 DEP criu/sysfs_parse.d [2020-12-11T19:04:08.730Z] #43 198.9 DEP lib/c/criu.d [2020-12-11T19:04:08.731Z] #43 199.0 CC images/rpc.pb-c.o [2020-12-11T19:04:08.836Z] #41 107.3 DEP criu/sysctl.d [2020-12-11T19:04:08.836Z] #41 ... [2020-12-11T19:04:08.836Z] [2020-12-11T19:04:08.836Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:04:08.836Z] #18 5.221 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [254 kB] [2020-12-11T19:04:08.836Z] #18 8.009 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-11T19:04:09.075Z] #41 114.4 DEP criu/page-xfer.d [2020-12-11T19:04:09.075Z] #41 114.7 DEP criu/page-pipe.d [2020-12-11T19:04:09.111Z] #18 ... [2020-12-11T19:04:09.111Z] [2020-12-11T19:04:09.111Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:04:09.111Z] #41 107.6 DEP criu/string.d [2020-12-11T19:04:09.336Z] #41 114.8 DEP criu/netfilter.d [2020-12-11T19:04:09.368Z] #41 107.7 DEP criu/stats.d [2020-12-11T19:04:09.368Z] #41 107.8 DEP criu/sockets.d [2020-12-11T19:04:09.598Z] #41 115.0 DEP criu/net.d [2020-12-11T19:04:09.598Z] #41 115.2 DEP criu/namespaces.d [2020-12-11T19:04:09.623Z] #41 108.0 DEP criu/sk-unix.d [2020-12-11T19:04:09.783Z] #43 199.8 CC lib/c/criu.o [2020-12-11T19:04:09.859Z] #41 115.3 DEP criu/mount.d [2020-12-11T19:04:09.859Z] #41 115.4 DEP criu/memfd.d [2020-12-11T19:04:10.124Z] #41 115.6 DEP criu/mem.d [2020-12-11T19:04:10.186Z] #41 108.5 DEP criu/sk-tcp.d [2020-12-11T19:04:10.390Z] #41 115.8 DEP criu/lsm.d [2020-12-11T19:04:10.548Z] #41 108.9 DEP criu/sk-queue.d [2020-12-11T19:04:10.651Z] #41 115.9 DEP criu/log.d [2020-12-11T19:04:10.651Z] #41 116.0 DEP criu/libnetlink.d [2020-12-11T19:04:10.651Z] #41 116.1 DEP criu/kerndat.d [2020-12-11T19:04:10.809Z] #41 109.2 DEP criu/sk-packet.d [2020-12-11T19:04:10.809Z] #41 ... [2020-12-11T19:04:10.809Z] [2020-12-11T19:04:10.809Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:04:10.809Z] #43 DONE 212.7s [2020-12-11T19:04:10.912Z] #41 116.3 DEP criu/kcmp-ids.d [2020-12-11T19:04:11.065Z] [2020-12-11T19:04:11.065Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:04:11.065Z] #41 109.6 DEP criu/sk-netlink.d [2020-12-11T19:04:11.174Z] #41 116.5 DEP criu/irmap.d [2020-12-11T19:04:11.174Z] #41 116.6 DEP criu/ipc_ns.d [2020-12-11T19:04:11.333Z] #43 201.5 LINK lib/c/built-in.o [2020-12-11T19:04:11.333Z] #43 201.5 LINK lib/c/libcriu.so [2020-12-11T19:04:11.333Z] #43 201.6 LINK lib/c/libcriu.a [2020-12-11T19:04:11.435Z] #41 116.8 DEP criu/image.d [2020-12-11T19:04:11.668Z] #41 109.9 DEP criu/sk-inet.d [2020-12-11T19:04:11.696Z] #41 117.0 DEP criu/image-desc.d [2020-12-11T19:04:11.696Z] #41 117.2 DEP criu/fsnotify.d [2020-12-11T19:04:11.924Z] #41 110.2 DEP criu/signalfd.d [2020-12-11T19:04:11.924Z] #41 110.4 DEP criu/sigframe.d [2020-12-11T19:04:11.957Z] #41 117.3 DEP criu/filesystems.d [2020-12-11T19:04:11.980Z] #43 202.0 GEN magic.py [2020-12-11T19:04:11.980Z] #43 202.2 Note: Building without setproctitle() and strlcpy() support. [2020-12-11T19:04:11.980Z] #43 202.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-12-11T19:04:11.980Z] #43 202.2 Note: Building without GnuTLS support [2020-12-11T19:04:11.980Z] #43 202.2 Makefile.config:39: Warn: you have no libnftables installed [2020-12-11T19:04:11.980Z] #43 202.2 Makefile.config:40: Warn: Building without nftables support [2020-12-11T19:04:12.181Z] #41 110.7 DEP criu/shmem.d [2020-12-11T19:04:12.219Z] #41 117.5 DEP criu/files.d [2020-12-11T19:04:12.219Z] #41 117.7 DEP criu/files-reg.d [2020-12-11T19:04:12.438Z] #41 110.9 DEP criu/servicefd.d [2020-12-11T19:04:12.480Z] #41 117.8 DEP criu/files-ext.d [2020-12-11T19:04:12.480Z] #41 118.0 DEP criu/file-lock.d [2020-12-11T19:04:12.695Z] #41 111.2 DEP criu/seize.d [2020-12-11T19:04:12.741Z] #41 118.2 DEP criu/file-ids.d [2020-12-11T19:04:12.741Z] #41 118.3 DEP criu/fifo.d [2020-12-11T19:04:12.952Z] #41 111.5 DEP criu/seccomp.d [2020-12-11T19:04:12.977Z] #54 ... [2020-12-11T19:04:12.977Z] [2020-12-11T19:04:12.977Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-11T19:04:12.977Z] #20 9.717 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-12-11T19:04:12.977Z] #20 9.907 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-12-11T19:04:12.977Z] #20 10.05 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-12-11T19:04:12.977Z] #20 10.11 Collecting pyyaml (from yamllint==1.16.0) [2020-12-11T19:04:12.977Z] #20 10.30 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-12-11T19:04:12.977Z] #20 11.50 Building wheels for collected packages: pyyaml [2020-12-11T19:04:12.977Z] #20 11.50 Running setup.py bdist_wheel for pyyaml: started [2020-12-11T19:04:12.977Z] #20 12.43 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-12-11T19:04:12.977Z] #20 12.43 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-12-11T19:04:12.977Z] #20 12.49 Successfully built pyyaml [2020-12-11T19:04:12.977Z] #20 12.50 Installing collected packages: pathspec, pyyaml, yamllint [2020-12-11T19:04:13.002Z] #41 118.5 DEP criu/fdstore.d [2020-12-11T19:04:13.002Z] #41 118.6 DEP criu/fault-injection.d [2020-12-11T19:04:13.050Z] #43 203.1 fatal: not a git repository (or any of the parent directories): .git [2020-12-11T19:04:13.208Z] #41 111.7 DEP criu/rst-malloc.d [2020-12-11T19:04:13.208Z] #41 111.8 DEP criu/rbtree.d [2020-12-11T19:04:13.259Z] #20 12.80 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-12-11T19:04:13.266Z] #41 118.6 DEP criu/external.d [2020-12-11T19:04:13.266Z] #41 118.8 DEP criu/eventpoll.d [2020-12-11T19:04:13.464Z] #41 111.9 DEP criu/pstree.d [2020-12-11T19:04:13.464Z] #41 112.0 DEP criu/protobuf.d [2020-12-11T19:04:13.528Z] #41 118.9 DEP criu/eventfd.d [2020-12-11T19:04:13.790Z] #41 119.1 DEP criu/crtools.d [2020-12-11T19:04:13.790Z] #41 ... [2020-12-11T19:04:13.790Z] [2020-12-11T19:04:13.790Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-11T19:04:13.790Z] #30 DONE 219.1s [2020-12-11T19:04:13.790Z] [2020-12-11T19:04:13.790Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:04:13.790Z] #18 20.71 Reading package lists... [2020-12-11T19:04:13.790Z] #18 25.47 Building dependency tree... [2020-12-11T19:04:13.790Z] #18 26.80 libcap2-bin is already the newest version (1:2.25-2). [2020-12-11T19:04:13.790Z] #18 26.80 The following additional packages will be installed: [2020-12-11T19:04:13.790Z] #18 26.80 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-12-11T19:04:13.790Z] #18 26.80 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-12-11T19:04:13.790Z] #18 26.80 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-12-11T19:04:13.790Z] #18 26.80 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-12-11T19:04:13.790Z] #18 26.80 python3.7 python3.7-minimal vim-runtime xxd [2020-12-11T19:04:13.790Z] #18 26.81 Suggested packages: [2020-12-11T19:04:13.790Z] #18 26.81 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-12-11T19:04:13.790Z] #18 26.81 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-12-11T19:04:13.790Z] #18 26.81 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-12-11T19:04:13.790Z] #18 26.81 Recommended packages: [2020-12-11T19:04:13.790Z] #18 26.81 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-12-11T19:04:13.790Z] #18 26.81 python3-keyrings.alt python3-xdg unzip [2020-12-11T19:04:13.790Z] #18 28.62 The following NEW packages will be installed: [2020-12-11T19:04:13.790Z] #18 28.63 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-12-11T19:04:13.790Z] #18 28.63 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-12-11T19:04:13.790Z] #18 28.63 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-12-11T19:04:13.790Z] #18 28.63 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-12-11T19:04:13.790Z] #18 28.63 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-12-11T19:04:13.790Z] #18 28.63 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-12-11T19:04:13.790Z] #18 28.63 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-12-11T19:04:13.790Z] #18 28.63 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-12-11T19:04:13.790Z] #18 28.63 xz-utils zip [2020-12-11T19:04:14.027Z] #41 112.2 GEN criu/protobuf-desc-gen.h [2020-12-11T19:04:14.051Z] #18 28.98 0 upgraded, 48 newly installed, 0 to remove and 14 not upgraded. [2020-12-11T19:04:14.051Z] #18 28.98 Need to get 28.5 MB of archives. [2020-12-11T19:04:14.051Z] #18 28.98 After this operation, 116 MB of additional disk space will be used. [2020-12-11T19:04:14.051Z] #18 28.98 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-12-11T19:04:14.051Z] #18 28.98 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-12-11T19:04:14.051Z] #18 29.02 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-12-11T19:04:14.108Z] #43 204.1 make[1]: Nothing to be done for 'all'. [2020-12-11T19:04:14.108Z] #43 ... [2020-12-11T19:04:14.109Z] [2020-12-11T19:04:14.109Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T19:04:14.109Z] #40 DONE 271.8s [2020-12-11T19:04:14.312Z] #18 29.13 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-12-11T19:04:14.312Z] #18 29.14 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-12-11T19:04:14.312Z] #18 29.14 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-12-11T19:04:14.312Z] #18 29.24 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-12-11T19:04:14.312Z] #18 29.28 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-12-11T19:04:14.312Z] #18 29.28 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-12-11T19:04:14.312Z] #18 29.28 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-12-11T19:04:14.312Z] #18 29.28 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-12-11T19:04:14.312Z] #18 29.29 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-12-11T19:04:14.312Z] #18 29.29 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-12-11T19:04:14.312Z] #18 29.29 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-12-11T19:04:14.312Z] #18 29.29 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-12-11T19:04:14.312Z] #18 29.30 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-12-11T19:04:14.312Z] #18 29.33 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-12-11T19:04:14.312Z] #18 29.33 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-12-11T19:04:14.406Z] [2020-12-11T19:04:14.406Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:04:14.574Z] #18 29.34 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-12-11T19:04:14.574Z] #18 29.36 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-12-11T19:04:14.574Z] #18 29.37 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-12-11T19:04:14.574Z] #18 29.38 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-12-11T19:04:14.574Z] #18 29.43 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-12-11T19:04:14.574Z] #18 29.43 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-12-11T19:04:14.574Z] #18 29.44 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-12-11T19:04:14.574Z] #18 29.44 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-12-11T19:04:14.574Z] #18 29.45 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-12-11T19:04:14.574Z] #18 29.45 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-12-11T19:04:14.574Z] #18 29.45 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-12-11T19:04:15.148Z] #18 30.08 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-12-11T19:04:15.148Z] #18 30.09 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-12-11T19:04:15.148Z] #18 30.10 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-12-11T19:04:15.148Z] #18 30.10 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-12-11T19:04:15.148Z] #18 30.16 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-12-11T19:04:15.148Z] #18 30.16 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-12-11T19:04:15.409Z] #18 30.26 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-12-11T19:04:15.409Z] #18 30.27 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-12-11T19:04:15.409Z] #18 30.27 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-12-11T19:04:15.409Z] #18 30.28 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-12-11T19:04:15.409Z] #18 30.29 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-12-11T19:04:15.409Z] #18 30.31 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-12-11T19:04:15.409Z] #18 30.31 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-12-11T19:04:15.409Z] #18 30.37 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-12-11T19:04:15.470Z] #49 ... [2020-12-11T19:04:15.470Z] [2020-12-11T19:04:15.470Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:04:15.470Z] #43 205.4 make[1]: 'images/built-in.o' is up to date. [2020-12-11T19:04:15.470Z] #43 205.6 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-12-11T19:04:15.470Z] #43 205.7 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-12-11T19:04:15.470Z] #43 205.7 make[1]: 'compel/libcompel.a' is up to date. [2020-12-11T19:04:15.671Z] #18 30.39 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-12-11T19:04:15.671Z] #18 30.41 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-12-11T19:04:15.688Z] #54 254.2 + bin/containerd-stress [2020-12-11T19:04:15.688Z] #54 256.2 + bin/containerd-shim [2020-12-11T19:04:15.768Z] #43 205.8 make[1]: 'compel/compel-host-bin' is up to date. [2020-12-11T19:04:15.768Z] #43 205.8 make[1]: Nothing to be done for 'all'. [2020-12-11T19:04:15.768Z] #43 205.9 make[1]: 'soccr/libsoccr.a' is up to date. [2020-12-11T19:04:15.932Z] #18 30.80 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-12-11T19:04:15.932Z] #18 30.84 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-12-11T19:04:15.932Z] #18 30.88 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-12-11T19:04:16.064Z] #43 206.2 make[2]: Nothing to be done for 'all'. [2020-12-11T19:04:16.064Z] #43 206.2 make[2]: Nothing to be done for 'all'. [2020-12-11T19:04:16.064Z] #43 206.3 make[2]: Nothing to be done for 'all'. [2020-12-11T19:04:16.367Z] #43 206.5 make[2]: Nothing to be done for 'all'. [2020-12-11T19:04:16.367Z] #43 206.6 make[2]: Nothing to be done for 'all'. [2020-12-11T19:04:16.367Z] #43 206.6 make[2]: Nothing to be done for 'all'. [2020-12-11T19:04:16.367Z] #43 206.7 make[2]: Nothing to be done for 'all'. [2020-12-11T19:04:16.560Z] #18 31.48 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:04:16.587Z] #20 DONE 15.8s [2020-12-11T19:04:16.587Z] [2020-12-11T19:04:16.587Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:04:16.587Z] #41 134.4 CC criu/plugin.o [2020-12-11T19:04:16.587Z] #41 134.7 CC criu/proc_parse.o [2020-12-11T19:04:16.587Z] #41 136.7 CC criu/protobuf-desc.o [2020-12-11T19:04:16.587Z] #41 137.6 CC criu/protobuf.o [2020-12-11T19:04:16.587Z] #41 138.0 CC criu/pstree.o [2020-12-11T19:04:16.587Z] #41 139.1 CC criu/rbtree.o [2020-12-11T19:04:16.587Z] #41 139.4 CC criu/rst-malloc.o [2020-12-11T19:04:16.587Z] #41 139.8 CC criu/seccomp.o [2020-12-11T19:04:16.587Z] #41 140.4 CC criu/seize.o [2020-12-11T19:04:16.587Z] #41 141.2 CC criu/servicefd.o [2020-12-11T19:04:16.587Z] #41 141.6 CC criu/shmem.o [2020-12-11T19:04:16.587Z] #41 142.4 CC criu/sigframe.o [2020-12-11T19:04:16.587Z] #41 142.5 CC criu/signalfd.o [2020-12-11T19:04:16.587Z] #41 142.8 CC criu/sk-inet.o [2020-12-11T19:04:16.629Z] #41 114.8 DEP criu/protobuf-desc.d [2020-12-11T19:04:16.629Z] #41 114.9 DEP criu/proc_parse.d [2020-12-11T19:04:16.663Z] #43 206.9 make[2]: Nothing to be done for 'all'. [2020-12-11T19:04:16.663Z] #43 206.9 INSTALL criu/criu [2020-12-11T19:04:16.827Z] #18 31.71 Fetched 28.5 MB in 2s (13.1 MB/s) [2020-12-11T19:04:16.827Z] #18 31.76 Selecting previously unselected package pigz. [2020-12-11T19:04:16.827Z] #18 31.76 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2020-12-11T19:04:16.827Z] #18 31.80 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-12-11T19:04:16.827Z] #18 31.81 Unpacking pigz (2.4-1) ... [2020-12-11T19:04:16.827Z] #18 31.89 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-12-11T19:04:16.886Z] #41 115.2 DEP criu/plugin.d [2020-12-11T19:04:16.886Z] #41 115.4 DEP criu/pipes.d [2020-12-11T19:04:16.960Z] #43 DONE 207.0s [2020-12-11T19:04:16.960Z] [2020-12-11T19:04:16.960Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:04:17.136Z] #18 31.89 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-12-11T19:04:17.136Z] #18 31.90 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-12-11T19:04:17.177Z] #41 115.6 DEP criu/pie-util.d [2020-12-11T19:04:17.177Z] #41 115.7 DEP criu/pie-util-vdso.d [2020-12-11T19:04:17.447Z] #41 115.8 DEP criu/pie-util-vdso-elf32.d [2020-12-11T19:04:17.447Z] #41 116.1 DEP criu/path.d [2020-12-11T19:04:17.460Z] #18 32.38 Selecting previously unselected package python3.7-minimal. [2020-12-11T19:04:17.460Z] #18 32.39 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-12-11T19:04:17.460Z] #18 32.41 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-12-11T19:04:17.995Z] #41 143.9 CC criu/sk-netlink.o [2020-12-11T19:04:17.995Z] #41 144.2 CC criu/sk-packet.o [2020-12-11T19:04:17.995Z] #41 ... [2020-12-11T19:04:17.995Z] [2020-12-11T19:04:17.995Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:04:17.995Z] #22 224.9 + return [2020-12-11T19:04:18.100Z] #41 116.3 DEP criu/parasite-syscall.d [2020-12-11T19:04:18.101Z] #41 116.7 DEP criu/pagemap.d [2020-12-11T19:04:18.362Z] #41 116.9 DEP criu/pagemap-cache.d [2020-12-11T19:04:18.576Z] #22 DONE 225.7s [2020-12-11T19:04:18.576Z] [2020-12-11T19:04:18.576Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:04:18.576Z] #41 144.8 CC criu/sk-queue.o [2020-12-11T19:04:18.623Z] #41 117.1 DEP criu/page-xfer.d [2020-12-11T19:04:18.828Z] ok github.com/docker/docker/pkg/plugins 33.613s coverage: 76.6% of statements [2020-12-11T19:04:18.828Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-12-11T19:04:18.828Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-12-11T19:04:18.828Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-12-11T19:04:18.828Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-12-11T19:04:18.828Z] ? github.com/docker/docker/pkg/term [no test files] [2020-12-11T19:04:18.828Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-12-11T19:04:18.828Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-12-11T19:04:18.828Z] ? github.com/docker/docker/rootless [no test files] [2020-12-11T19:04:18.828Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-12-11T19:04:18.828Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-12-11T19:04:18.828Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-12-11T19:04:18.828Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-12-11T19:04:18.828Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-12-11T19:04:18.828Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-12-11T19:04:18.828Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-12-11T19:04:18.828Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-12-11T19:04:18.828Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-12-11T19:04:18.828Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-12-11T19:04:18.828Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-12-11T19:04:18.828Z] ? github.com/docker/docker/testutil/request [no test files] [2020-12-11T19:04:18.828Z] ? github.com/docker/docker/volume [no test files] [2020-12-11T19:04:18.828Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-12-11T19:04:18.828Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === Skipped [2020-12-11T19:04:18.828Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-12-11T19:04:18.828Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-12-11T19:04:18.828Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-12-11T19:04:18.828Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:04:18.828Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-12-11T19:04:18.828Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:04:18.828Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-12-11T19:04:18.828Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:04:18.828Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-12-11T19:04:18.828Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:04:18.828Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-12-11T19:04:18.828Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:04:18.828Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-12-11T19:04:18.828Z] graphtest_unix.go:73: No driver to put! [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-12-11T19:04:18.828Z] time="2020-12-11T19:03:04Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-11T19:04:18.828Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-11T19:04:18.828Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-12-11T19:04:18.828Z] time="2020-12-11T19:03:04Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-11T19:04:18.828Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-11T19:04:18.828Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-12-11T19:04:18.828Z] time="2020-12-11T19:03:04Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-11T19:04:18.828Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-11T19:04:18.828Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-12-11T19:04:18.828Z] time="2020-12-11T19:03:04Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-11T19:04:18.828Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-11T19:04:18.828Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-12-11T19:04:18.828Z] time="2020-12-11T19:03:04Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-11T19:04:18.828Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-11T19:04:18.828Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-12-11T19:04:18.828Z] graphtest_unix.go:73: No driver to put! [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-12-11T19:04:18.828Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-12-11T19:04:18.828Z] overlay_test.go:49: Fails to compute changes intermittently [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-12-11T19:04:18.828Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-12-11T19:04:18.828Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-12-11T19:04:18.828Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:04:18.828Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-12-11T19:04:18.828Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:04:18.828Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-12-11T19:04:18.828Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:04:18.828Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-12-11T19:04:18.828Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:04:18.828Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-12-11T19:04:18.828Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:04:18.828Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-12-11T19:04:18.828Z] graphtest_unix.go:73: No driver to put! [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-12-11T19:04:18.828Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-12-11T19:04:18.828Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] [2020-12-11T19:04:18.828Z] DONE 2191 tests, 26 skipped in 190.110s Post stage [Pipeline] junit [2020-12-11T19:04:18.876Z] #18 33.50 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-12-11T19:04:18.876Z] #18 33.55 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-12-11T19:04:18.878Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-12-11T19:04:19.156Z] #41 145.3 CC criu/sk-tcp.o [2020-12-11T19:04:19.194Z] #41 117.4 DEP criu/page-pipe.d [2020-12-11T19:04:19.194Z] #41 117.7 DEP criu/netfilter.d [2020-12-11T19:04:19.386Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41783/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d -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:5fd8d701ceff35235fc447ca9433b44f855d688d hack/make.sh dynbinary test-integration [2020-12-11T19:04:19.420Z] #41 145.7 CC criu/sk-unix.o [2020-12-11T19:04:19.691Z] [2020-12-11T19:04:19.691Z] Removing bundles/ [2020-12-11T19:04:19.691Z] [2020-12-11T19:04:19.691Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-12-11T19:04:19.691Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-12-11T19:04:19.691Z] GOOS="" GOARCH="" GOARM="" [2020-12-11T19:04:19.718Z] #24 ... [2020-12-11T19:04:19.718Z] [2020-12-11T19:04:19.718Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:04:19.718Z] #49 277.0 + /build/golangci-lint --version [2020-12-11T19:04:19.718Z] #49 277.5 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-12-11T19:04:19.758Z] #41 118.0 DEP criu/net.d [2020-12-11T19:04:19.758Z] #41 118.3 DEP criu/namespaces.d [2020-12-11T19:04:20.013Z] #41 118.5 DEP criu/mount.d [2020-12-11T19:04:20.022Z] #49 DONE 277.7s [2020-12-11T19:04:20.022Z] [2020-12-11T19:04:20.022Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:04:20.269Z] #41 118.7 DEP criu/memfd.d [2020-12-11T19:04:20.566Z] #41 119.0 DEP criu/mem.d [2020-12-11T19:04:20.792Z] #18 35.31 Selecting previously unselected package python3-minimal. [2020-12-11T19:04:20.792Z] #18 35.31 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2020-12-11T19:04:20.792Z] #18 35.37 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-12-11T19:04:20.792Z] #18 35.38 Unpacking python3-minimal (3.7.3-1) ... [2020-12-11T19:04:20.792Z] #18 35.46 Selecting previously unselected package libmpdec2:amd64. [2020-12-11T19:04:20.792Z] #18 35.46 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-12-11T19:04:20.792Z] #18 35.49 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-12-11T19:04:20.792Z] #18 35.58 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-12-11T19:04:20.792Z] #18 35.58 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-12-11T19:04:20.792Z] #18 35.60 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-12-11T19:04:20.974Z] #54 263.2 + bin/containerd-shim-runc-v1 [2020-12-11T19:04:21.127Z] #41 119.4 DEP criu/lsm.d [2020-12-11T19:04:21.127Z] #41 119.7 DEP criu/log.d [2020-12-11T19:04:21.349Z] #41 ... [2020-12-11T19:04:21.349Z] [2020-12-11T19:04:21.349Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-12-11T19:04:21.349Z] #23 DONE 0.4s [2020-12-11T19:04:21.349Z] [2020-12-11T19:04:21.349Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:04:21.349Z] #41 147.3 CC criu/sockets.o [2020-12-11T19:04:21.424Z] #41 120.0 DEP criu/libnetlink.d [2020-12-11T19:04:21.424Z] #41 ... [2020-12-11T19:04:21.424Z] [2020-12-11T19:04:21.424Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:04:21.424Z] #18 17.80 Fetched 8408 kB in 16s (516 kB/s) [2020-12-11T19:04:21.424Z] #18 17.80 Reading package lists... [2020-12-11T19:04:21.681Z] #18 23.41 Reading package lists... [2020-12-11T19:04:21.681Z] #18 ... [2020-12-11T19:04:21.681Z] [2020-12-11T19:04:21.681Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:04:21.681Z] #41 120.3 DEP criu/kerndat.d [2020-12-11T19:04:21.737Z] #18 36.51 Selecting previously unselected package python3.7. [2020-12-11T19:04:21.737Z] #18 36.52 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-12-11T19:04:21.737Z] #18 36.53 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-12-11T19:04:21.737Z] #18 36.66 Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-11T19:04:21.737Z] #18 36.66 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-12-11T19:04:21.737Z] #18 36.67 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-12-11T19:04:21.737Z] #18 36.73 Setting up python3-minimal (3.7.3-1) ... [2020-12-11T19:04:21.926Z] #41 148.1 CC criu/stats.o [2020-12-11T19:04:22.242Z] #41 120.7 DEP criu/kcmp-ids.d [2020-12-11T19:04:22.263Z] #41 148.4 CC criu/string.o [2020-12-11T19:04:22.263Z] #41 148.5 CC criu/sysctl.o [2020-12-11T19:04:22.497Z] #41 120.9 DEP criu/irmap.d [2020-12-11T19:04:22.680Z] #18 37.45 Selecting previously unselected package python3. [2020-12-11T19:04:22.680Z] #18 37.45 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2020-12-11T19:04:22.680Z] #18 37.48 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-12-11T19:04:22.680Z] #18 37.50 Unpacking python3 (3.7.3-1) ... [2020-12-11T19:04:22.680Z] #18 37.59 Selecting previously unselected package libip4tc0:amd64. [2020-12-11T19:04:22.680Z] #18 37.59 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-12-11T19:04:22.680Z] #18 37.59 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-12-11T19:04:22.680Z] #18 37.68 Selecting previously unselected package libip6tc0:amd64. [2020-12-11T19:04:22.680Z] #18 37.68 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-12-11T19:04:22.753Z] #41 121.3 DEP criu/ipc_ns.d [2020-12-11T19:04:22.908Z] #41 149.2 CC criu/sysfs_parse.o [2020-12-11T19:04:22.941Z] #18 37.70 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-12-11T19:04:22.941Z] #18 37.78 Selecting previously unselected package libiptc0:amd64. [2020-12-11T19:04:22.941Z] #18 37.80 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-12-11T19:04:22.941Z] #18 37.80 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-12-11T19:04:22.941Z] #18 37.88 Selecting previously unselected package libnfnetlink0:amd64. [2020-12-11T19:04:22.941Z] #18 37.88 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-12-11T19:04:22.941Z] #18 37.89 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-12-11T19:04:23.009Z] #41 121.6 DEP criu/image.d [2020-12-11T19:04:23.171Z] #41 149.4 CC criu/timens.o [2020-12-11T19:04:23.202Z] #18 37.94 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-12-11T19:04:23.202Z] #18 37.95 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-12-11T19:04:23.202Z] #18 37.96 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-12-11T19:04:23.202Z] #18 38.04 Selecting previously unselected package libnftnl11:amd64. [2020-12-11T19:04:23.202Z] #18 38.04 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-12-11T19:04:23.202Z] #18 38.04 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-12-11T19:04:23.202Z] #18 38.13 Selecting previously unselected package iptables. [2020-12-11T19:04:23.202Z] #18 38.13 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-12-11T19:04:23.202Z] #18 38.14 Unpacking iptables (1.8.2-4) ... [2020-12-11T19:04:23.434Z] #41 149.7 CC criu/timerfd.o [2020-12-11T19:04:23.463Z] #18 38.49 Selecting previously unselected package xxd. [2020-12-11T19:04:23.463Z] #18 38.50 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-12-11T19:04:23.570Z] #41 121.9 DEP criu/image-desc.d [2020-12-11T19:04:23.570Z] #41 122.1 DEP criu/fsnotify.d [2020-12-11T19:04:23.724Z] #18 38.51 Unpacking xxd (2:8.1.0875-5) ... [2020-12-11T19:04:23.724Z] #18 38.63 Selecting previously unselected package vim-common. [2020-12-11T19:04:23.724Z] #18 38.65 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-12-11T19:04:23.724Z] #18 38.68 Unpacking vim-common (2:8.1.0875-5) ... [2020-12-11T19:04:23.724Z] #18 ... [2020-12-11T19:04:23.724Z] [2020-12-11T19:04:23.724Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:04:23.724Z] #41 119.3 DEP criu/cr-service.d [2020-12-11T19:04:23.724Z] #41 119.7 DEP criu/cr-restore.d [2020-12-11T19:04:23.724Z] #41 120.2 DEP criu/cr-errno.d [2020-12-11T19:04:23.724Z] #41 120.3 DEP criu/cr-dump.d [2020-12-11T19:04:23.724Z] #41 120.5 DEP criu/cr-dedup.d [2020-12-11T19:04:23.724Z] #41 120.8 DEP criu/cr-check.d [2020-12-11T19:04:23.724Z] #41 120.9 DEP criu/config.d [2020-12-11T19:04:23.724Z] #41 121.1 DEP criu/clone-noasan.d [2020-12-11T19:04:23.724Z] #41 121.2 DEP criu/cgroup.d [2020-12-11T19:04:23.724Z] #41 121.4 DEP criu/cgroup-props.d [2020-12-11T19:04:23.724Z] #41 121.4 DEP criu/bitmap.d [2020-12-11T19:04:23.724Z] #41 121.5 DEP criu/bfd.d [2020-12-11T19:04:23.724Z] #41 121.6 DEP criu/autofs.d [2020-12-11T19:04:23.724Z] #41 121.8 DEP criu/aio.d [2020-12-11T19:04:23.724Z] #41 122.0 DEP criu/action-scripts.d [2020-12-11T19:04:23.724Z] #41 122.3 CC criu/action-scripts.o [2020-12-11T19:04:23.724Z] #41 122.7 CC criu/aio.o [2020-12-11T19:04:23.724Z] #41 123.6 CC criu/autofs.o [2020-12-11T19:04:23.724Z] #41 124.8 CC criu/bfd.o [2020-12-11T19:04:23.724Z] #41 125.3 CC criu/bitmap.o [2020-12-11T19:04:23.724Z] #41 125.4 CC criu/cgroup-props.o [2020-12-11T19:04:23.724Z] #41 126.3 CC criu/cgroup.o [2020-12-11T19:04:23.724Z] #41 129.0 CC criu/clone-noasan.o [2020-12-11T19:04:23.724Z] #41 129.2 CC criu/config.o [2020-12-11T19:04:23.826Z] #41 122.3 DEP criu/filesystems.d [2020-12-11T19:04:23.985Z] #41 ... [2020-12-11T19:04:23.985Z] [2020-12-11T19:04:23.985Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:04:23.985Z] #18 38.87 Selecting previously unselected package bash-completion. [2020-12-11T19:04:23.985Z] #18 38.88 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-12-11T19:04:24.013Z] #41 150.2 CC criu/tty.o [2020-12-11T19:04:24.428Z] #41 122.7 DEP criu/files.d [2020-12-11T19:04:24.428Z] #41 123.0 DEP criu/files-reg.d [2020-12-11T19:04:24.990Z] #41 123.4 DEP criu/files-ext.d [2020-12-11T19:04:25.181Z] #54 267.7 + bin/containerd-shim-runc-v2 [2020-12-11T19:04:25.288Z] #41 123.6 DEP criu/file-lock.d [2020-12-11T19:04:25.288Z] #41 123.7 DEP criu/file-ids.d [2020-12-11T19:04:25.440Z] #54 268.5 + binaries [2020-12-11T19:04:25.440Z] #54 268.5 + install -D bin/containerd /build/containerd [2020-12-11T19:04:25.440Z] #54 268.6 + install -D bin/containerd-shim /build/containerd-shim [2020-12-11T19:04:25.440Z] #54 268.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-12-11T19:04:25.440Z] #54 268.6 + install -D bin/ctr /build/ctr [2020-12-11T19:04:25.546Z] #41 123.8 DEP criu/fifo.d [2020-12-11T19:04:25.546Z] #41 123.9 DEP criu/fdstore.d [2020-12-11T19:04:25.546Z] #41 124.0 DEP criu/fault-injection.d [2020-12-11T19:04:25.845Z] #41 124.1 DEP criu/external.d [2020-12-11T19:04:25.845Z] #41 124.2 DEP criu/eventpoll.d [2020-12-11T19:04:25.845Z] #41 124.4 DEP criu/eventfd.d [2020-12-11T19:04:26.145Z] #41 ... [2020-12-11T19:04:26.145Z] [2020-12-11T19:04:26.145Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-11T19:04:26.145Z] #30 DONE 227.8s [2020-12-11T19:04:26.145Z] [2020-12-11T19:04:26.145Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:04:26.145Z] #41 124.6 DEP criu/crtools.d [2020-12-11T19:04:26.400Z] #41 124.9 DEP criu/cr-service.d [2020-12-11T19:04:26.658Z] #41 125.1 DEP criu/cr-restore.d [2020-12-11T19:04:26.795Z] #18 41.47 Unpacking bash-completion (1:2.8-6) ... [2020-12-11T19:04:26.955Z] #41 125.4 DEP criu/cr-errno.d [2020-12-11T19:04:26.956Z] #41 125.5 DEP criu/cr-dump.d [2020-12-11T19:04:27.057Z] #18 41.81 Selecting previously unselected package bzip2. [2020-12-11T19:04:27.057Z] #18 41.82 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-12-11T19:04:27.057Z] #18 41.82 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-12-11T19:04:27.057Z] #18 41.90 Selecting previously unselected package xz-utils. [2020-12-11T19:04:27.057Z] #18 41.91 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-12-11T19:04:27.057Z] #18 41.91 Unpacking xz-utils (5.2.4-1) ... [2020-12-11T19:04:27.212Z] #41 125.8 DEP criu/cr-dedup.d [2020-12-11T19:04:27.318Z] #18 42.12 Selecting previously unselected package apparmor. [2020-12-11T19:04:27.318Z] #18 42.12 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-12-11T19:04:27.318Z] #18 42.20 Unpacking apparmor (2.13.2-10) ... [2020-12-11T19:04:27.330Z] #41 152.7 CC criu/tun.o [2020-12-11T19:04:27.330Z] #41 153.3 CC criu/uffd.o [2020-12-11T19:04:27.344Z] #54 DONE 270.3s [2020-12-11T19:04:27.580Z] #18 42.49 Selecting previously unselected package aufs-tools. [2020-12-11T19:04:27.580Z] #18 42.49 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-12-11T19:04:27.580Z] #18 42.50 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-12-11T19:04:27.816Z] #41 126.3 DEP criu/cr-check.d [2020-12-11T19:04:27.841Z] #18 42.66 Selecting previously unselected package libonig5:amd64. [2020-12-11T19:04:27.841Z] #18 42.66 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-12-11T19:04:27.841Z] #18 42.66 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-12-11T19:04:27.841Z] #18 42.78 Selecting previously unselected package libjq1:amd64. [2020-12-11T19:04:27.841Z] #18 42.79 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-12-11T19:04:27.841Z] #18 42.79 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-12-11T19:04:27.841Z] #18 42.90 Selecting previously unselected package jq. [2020-12-11T19:04:27.913Z] [2020-12-11T19:04:27.913Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-12-11T19:04:28.073Z] #41 126.7 DEP criu/config.d [2020-12-11T19:04:28.103Z] #18 42.92 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-12-11T19:04:28.103Z] #18 42.92 Unpacking jq (1.5+dfsg-2+b1) ... [2020-12-11T19:04:28.103Z] #18 43.01 Selecting previously unselected package libaio1:amd64. [2020-12-11T19:04:28.103Z] #18 43.03 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-12-11T19:04:28.103Z] #18 43.03 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-12-11T19:04:28.173Z] #55 DONE 0.3s [2020-12-11T19:04:28.289Z] #41 154.6 CC criu/util.o [2020-12-11T19:04:28.364Z] #18 43.11 Selecting previously unselected package libgpm2:amd64. [2020-12-11T19:04:28.364Z] #18 43.13 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-12-11T19:04:28.364Z] #18 43.14 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-12-11T19:04:28.364Z] #18 43.22 Selecting previously unselected package libicu63:amd64. [2020-12-11T19:04:28.364Z] #18 43.23 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-12-11T19:04:28.364Z] #18 43.24 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-12-11T19:04:28.432Z] [2020-12-11T19:04:28.432Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-12-11T19:04:28.553Z] #41 ... [2020-12-11T19:04:28.553Z] [2020-12-11T19:04:28.553Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-12-11T19:04:28.553Z] #28 DONE 7.5s [2020-12-11T19:04:28.553Z] [2020-12-11T19:04:28.553Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-12-11T19:04:28.635Z] #41 126.9 DEP criu/clone-noasan.d [2020-12-11T19:04:28.635Z] #41 127.0 DEP criu/cgroup.d [2020-12-11T19:04:28.691Z] #59 DONE 0.2s [2020-12-11T19:04:28.691Z] [2020-12-11T19:04:28.691Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-12-11T19:04:28.891Z] #41 127.3 DEP criu/cgroup-props.d [2020-12-11T19:04:28.949Z] #61 DONE 0.4s [2020-12-11T19:04:28.949Z] [2020-12-11T19:04:28.949Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-12-11T19:04:28.949Z] #63 DONE 0.1s [2020-12-11T19:04:28.949Z] [2020-12-11T19:04:28.949Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-12-11T19:04:28.949Z] #64 DONE 0.0s [2020-12-11T19:04:29.127Z] #31 DONE 0.8s [2020-12-11T19:04:29.128Z] [2020-12-11T19:04:29.128Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:04:29.147Z] #41 127.6 DEP criu/bitmap.d [2020-12-11T19:04:29.147Z] #41 127.6 DEP criu/bfd.d [2020-12-11T19:04:29.208Z] [2020-12-11T19:04:29.208Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-12-11T19:04:29.391Z] #54 ... [2020-12-11T19:04:29.391Z] [2020-12-11T19:04:29.391Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-12-11T19:04:29.391Z] #33 DONE 0.2s [2020-12-11T19:04:29.391Z] [2020-12-11T19:04:29.391Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:04:29.391Z] #41 155.8 CC criu/uts_ns.o [2020-12-11T19:04:29.404Z] #41 127.9 DEP criu/autofs.d [2020-12-11T19:04:29.672Z] #41 128.1 DEP criu/aio.d [2020-12-11T19:04:29.909Z] #41 ... [2020-12-11T19:04:29.909Z] [2020-12-11T19:04:29.909Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-12-11T19:04:29.909Z] #36 DONE 0.2s [2020-12-11T19:04:29.909Z] [2020-12-11T19:04:29.909Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:04:29.909Z] #41 156.0 CC criu/vdso.o [2020-12-11T19:04:29.972Z] #41 128.5 DEP criu/action-scripts.d [2020-12-11T19:04:30.486Z] #41 156.7 LINK criu/built-in.o [2020-12-11T19:04:30.486Z] #41 156.8 LINK criu/criu [2020-12-11T19:04:30.534Z] #41 128.9 CC criu/action-scripts.o [2020-12-11T19:04:30.584Z] #65 DONE 1.3s [2020-12-11T19:04:30.584Z] [2020-12-11T19:04:30.584Z] #66 exporting to image [2020-12-11T19:04:30.584Z] #66 exporting layers [2020-12-11T19:04:31.064Z] #41 ... [2020-12-11T19:04:31.064Z] [2020-12-11T19:04:31.064Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-12-11T19:04:31.064Z] #39 DONE 1.5s [2020-12-11T19:04:31.064Z] [2020-12-11T19:04:31.064Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:04:31.064Z] #41 157.4 DEP lib/c/criu.d [2020-12-11T19:04:31.064Z] #41 157.4 CC images/rpc.pb-c.o [2020-12-11T19:04:31.100Z] #41 129.6 CC criu/aio.o [2020-12-11T19:04:31.643Z] #41 158.0 CC lib/c/criu.o [2020-12-11T19:04:32.113Z] #41 130.5 CC criu/autofs.o [2020-12-11T19:04:32.576Z] #18 46.87 Selecting previously unselected package libnet1:amd64. [2020-12-11T19:04:32.577Z] #18 46.88 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-12-11T19:04:32.577Z] #18 46.93 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-12-11T19:04:32.577Z] #18 47.04 Selecting previously unselected package libnl-3-200:amd64. [2020-12-11T19:04:32.577Z] #18 47.04 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-12-11T19:04:32.577Z] #18 47.05 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-12-11T19:04:32.577Z] #18 47.14 Selecting previously unselected package libprotobuf-c1:amd64. [2020-12-11T19:04:32.577Z] #18 47.14 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-12-11T19:04:32.577Z] #18 47.15 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-12-11T19:04:32.577Z] #18 47.20 Selecting previously unselected package libreadline5:amd64. [2020-12-11T19:04:32.577Z] #18 47.21 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-12-11T19:04:32.577Z] #18 47.22 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-12-11T19:04:32.577Z] #18 47.33 Selecting previously unselected package net-tools. [2020-12-11T19:04:32.577Z] #18 47.35 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-12-11T19:04:32.577Z] #18 47.36 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-12-11T19:04:32.720Z] #41 ... [2020-12-11T19:04:32.720Z] [2020-12-11T19:04:32.720Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:04:32.720Z] #18 23.41 Reading package lists... [2020-12-11T19:04:32.720Z] #18 29.28 Building dependency tree... [2020-12-11T19:04:32.720Z] #18 32.20 libcap2-bin is already the newest version (1:2.25-2). [2020-12-11T19:04:32.720Z] #18 32.20 The following additional packages will be installed: [2020-12-11T19:04:32.720Z] #18 32.21 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-12-11T19:04:32.720Z] #18 32.21 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-12-11T19:04:32.720Z] #18 32.21 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-12-11T19:04:32.720Z] #18 32.21 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-12-11T19:04:32.720Z] #18 32.21 python3.7 python3.7-minimal vim-runtime xxd [2020-12-11T19:04:32.720Z] #18 32.22 Suggested packages: [2020-12-11T19:04:32.720Z] #18 32.22 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-12-11T19:04:32.720Z] #18 32.22 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-12-11T19:04:32.720Z] #18 32.22 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-12-11T19:04:32.720Z] #18 32.22 Recommended packages: [2020-12-11T19:04:32.720Z] #18 32.22 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-12-11T19:04:32.720Z] #18 32.22 python3-keyrings.alt python3-xdg unzip [2020-12-11T19:04:32.720Z] #18 34.61 The following NEW packages will be installed: [2020-12-11T19:04:32.720Z] #18 34.62 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-12-11T19:04:32.720Z] #18 34.62 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-12-11T19:04:32.720Z] #18 34.62 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-12-11T19:04:32.720Z] #18 34.62 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-12-11T19:04:32.720Z] #18 34.63 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-12-11T19:04:32.720Z] #18 34.63 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-12-11T19:04:32.720Z] #18 34.63 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-12-11T19:04:32.720Z] #18 34.64 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-12-11T19:04:32.720Z] #18 34.64 xz-utils zip [2020-12-11T19:04:32.720Z] #18 35.16 0 upgraded, 48 newly installed, 0 to remove and 14 not upgraded. [2020-12-11T19:04:32.720Z] #18 35.16 Need to get 28.5 MB of archives. [2020-12-11T19:04:32.720Z] #18 35.16 After this operation, 116 MB of additional disk space will be used. [2020-12-11T19:04:32.720Z] #18 35.16 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-12-11T19:04:32.720Z] #18 35.17 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-12-11T19:04:32.720Z] #18 35.22 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-12-11T19:04:32.720Z] #18 35.36 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-12-11T19:04:32.720Z] #18 35.37 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-12-11T19:04:32.720Z] #18 35.37 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-12-11T19:04:32.720Z] #18 35.49 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-12-11T19:04:32.720Z] #18 35.51 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-12-11T19:04:32.720Z] #18 35.51 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-12-11T19:04:32.720Z] #18 35.51 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-12-11T19:04:32.721Z] #18 35.52 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-12-11T19:04:32.721Z] #18 35.53 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-12-11T19:04:32.721Z] #18 35.53 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-12-11T19:04:32.721Z] #18 35.54 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-12-11T19:04:32.721Z] #18 35.55 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-12-11T19:04:32.721Z] #18 35.55 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-12-11T19:04:32.721Z] #18 35.58 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-12-11T19:04:32.721Z] #18 35.59 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-12-11T19:04:32.721Z] #18 35.59 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-12-11T19:04:32.721Z] #18 35.60 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-12-11T19:04:32.721Z] #18 35.61 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-12-11T19:04:32.721Z] #18 35.62 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-12-11T19:04:32.721Z] #18 35.65 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-12-11T19:04:32.721Z] #18 35.66 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-12-11T19:04:32.721Z] #18 35.67 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-12-11T19:04:32.721Z] #18 35.68 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-12-11T19:04:32.721Z] #18 35.69 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-12-11T19:04:32.721Z] #18 35.69 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-12-11T19:04:32.721Z] #18 35.69 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-12-11T19:04:32.721Z] #18 36.28 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-12-11T19:04:32.721Z] #18 36.28 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-12-11T19:04:32.721Z] #18 36.28 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-12-11T19:04:32.721Z] #18 36.28 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-12-11T19:04:32.721Z] #18 36.29 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-12-11T19:04:32.721Z] #18 36.32 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-12-11T19:04:32.721Z] #18 36.43 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-12-11T19:04:32.721Z] #18 36.43 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-12-11T19:04:32.721Z] #18 36.45 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-12-11T19:04:32.721Z] #18 36.46 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-12-11T19:04:32.721Z] #18 36.48 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-12-11T19:04:32.721Z] #18 36.50 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-12-11T19:04:32.721Z] #18 36.51 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-12-11T19:04:32.721Z] #18 36.58 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-12-11T19:04:32.721Z] #18 36.61 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-12-11T19:04:32.721Z] #18 36.61 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-12-11T19:04:32.721Z] #18 37.03 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-12-11T19:04:32.721Z] #18 37.12 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-12-11T19:04:32.721Z] #18 37.21 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-12-11T19:04:32.721Z] #18 38.34 debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T19:04:32.721Z] #18 38.47 Fetched 28.5 MB in 2s (11.8 MB/s) [2020-12-11T19:04:32.721Z] #18 38.53 Selecting previously unselected package pigz. [2020-12-11T19:04:32.721Z] #18 38.53 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2020-12-11T19:04:32.721Z] #18 38.59 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-12-11T19:04:32.721Z] #18 38.60 Unpacking pigz (2.4-1) ... [2020-12-11T19:04:32.721Z] #18 38.72 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-12-11T19:04:32.721Z] #18 38.72 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-12-11T19:04:32.721Z] #18 38.72 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-12-11T19:04:32.721Z] #18 39.15 Selecting previously unselected package python3.7-minimal. [2020-12-11T19:04:32.839Z] #18 47.55 Selecting previously unselected package python-pip-whl. [2020-12-11T19:04:32.839Z] #18 47.56 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-12-11T19:04:32.839Z] #18 47.57 Unpacking python-pip-whl (18.1-5) ... [2020-12-11T19:04:33.019Z] #18 39.15 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-12-11T19:04:33.019Z] #18 39.16 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-12-11T19:04:33.042Z] #41 159.0 LINK lib/c/built-in.o [2020-12-11T19:04:33.042Z] #41 159.0 LINK lib/c/libcriu.so [2020-12-11T19:04:33.042Z] #41 159.1 LINK lib/c/libcriu.a [2020-12-11T19:04:33.042Z] #41 159.2 GEN magic.py [2020-12-11T19:04:33.307Z] #41 159.3 Note: Building without setproctitle() and strlcpy() support. [2020-12-11T19:04:33.307Z] #41 159.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-12-11T19:04:33.307Z] #41 159.4 Note: Building without GnuTLS support [2020-12-11T19:04:33.307Z] #41 159.4 Makefile.config:39: Warn: you have no libnftables installed [2020-12-11T19:04:33.307Z] #41 159.4 Makefile.config:40: Warn: Building without nftables support [2020-12-11T19:04:33.318Z] #18 ... [2020-12-11T19:04:33.318Z] [2020-12-11T19:04:33.318Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:04:33.318Z] #41 131.8 CC criu/bfd.o [2020-12-11T19:04:33.414Z] #18 48.16 Selecting previously unselected package python3-lib2to3. [2020-12-11T19:04:33.414Z] #18 48.17 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-12-11T19:04:33.414Z] #18 48.17 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-12-11T19:04:33.414Z] #18 48.33 Selecting previously unselected package python3-distutils. [2020-12-11T19:04:33.414Z] #18 48.33 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-12-11T19:04:33.414Z] #18 48.34 Unpacking python3-distutils (3.7.3-1) ... [2020-12-11T19:04:33.676Z] #18 48.49 Selecting previously unselected package python3-pip. [2020-12-11T19:04:33.676Z] #18 48.52 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-12-11T19:04:33.676Z] #18 48.52 Unpacking python3-pip (18.1-5) ... [2020-12-11T19:04:33.676Z] #18 48.66 Selecting previously unselected package python3-pkg-resources. [2020-12-11T19:04:33.676Z] #18 48.66 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-12-11T19:04:33.676Z] #18 48.67 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-12-11T19:04:33.885Z] #41 160.0 fatal: not a git repository (or any of the parent directories): .git [2020-12-11T19:04:33.922Z] #41 132.3 CC criu/bitmap.o [2020-12-11T19:04:33.939Z] #18 48.78 Selecting previously unselected package python3-setuptools. [2020-12-11T19:04:33.939Z] #18 48.78 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-12-11T19:04:33.939Z] #18 48.79 Unpacking python3-setuptools (40.8.0-1) ... [2020-12-11T19:04:34.179Z] #41 132.4 CC criu/cgroup-props.o [2020-12-11T19:04:34.200Z] #18 49.00 Selecting previously unselected package python3-wheel. [2020-12-11T19:04:34.200Z] #18 49.02 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-12-11T19:04:34.200Z] #18 49.02 Unpacking python3-wheel (0.32.3-2) ... [2020-12-11T19:04:34.200Z] #18 49.12 Selecting previously unselected package sudo. [2020-12-11T19:04:34.200Z] #18 49.12 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-12-11T19:04:34.200Z] #18 49.13 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-12-11T19:04:34.463Z] #41 160.7 make[1]: Nothing to be done for 'all'. [2020-12-11T19:04:34.741Z] #41 133.2 CC criu/cgroup.o [2020-12-11T19:04:34.774Z] #18 49.67 Selecting previously unselected package thin-provisioning-tools. [2020-12-11T19:04:34.774Z] #18 49.68 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-12-11T19:04:34.774Z] #18 49.70 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-12-11T19:04:35.036Z] #18 49.92 Selecting previously unselected package uidmap. [2020-12-11T19:04:35.036Z] #18 49.94 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-12-11T19:04:35.036Z] #18 49.96 Unpacking uidmap (1:4.5-1.1) ... [2020-12-11T19:04:35.036Z] #18 ... [2020-12-11T19:04:35.036Z] [2020-12-11T19:04:35.036Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:04:35.036Z] #41 130.6 CC criu/cr-check.o [2020-12-11T19:04:35.036Z] #41 132.3 CC criu/cr-dedup.o [2020-12-11T19:04:35.036Z] #41 132.8 CC criu/cr-dump.o [2020-12-11T19:04:35.036Z] #41 134.8 CC criu/cr-errno.o [2020-12-11T19:04:35.036Z] #41 134.9 CC criu/cr-restore.o [2020-12-11T19:04:35.036Z] #41 139.1 CC criu/cr-service.o [2020-12-11T19:04:35.036Z] #41 140.5 CC criu/crtools.o [2020-12-11T19:04:35.298Z] #41 ... [2020-12-11T19:04:35.298Z] [2020-12-11T19:04:35.298Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:04:35.298Z] #18 50.11 Selecting previously unselected package vim-runtime. [2020-12-11T19:04:35.298Z] #18 50.12 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-12-11T19:04:35.298Z] #18 50.18 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-12-11T19:04:35.298Z] #18 50.19 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-12-11T19:04:35.298Z] #18 50.22 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-12-11T19:04:35.423Z] #41 161.5 make[1]: 'images/built-in.o' is up to date. [2020-12-11T19:04:35.423Z] #41 161.5 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-12-11T19:04:35.423Z] #41 161.6 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-12-11T19:04:35.423Z] #41 161.7 make[1]: 'compel/libcompel.a' is up to date. [2020-12-11T19:04:35.423Z] #41 161.7 make[1]: 'compel/compel-host-bin' is up to date. [2020-12-11T19:04:35.686Z] #41 161.8 make[1]: Nothing to be done for 'all'. [2020-12-11T19:04:35.686Z] #41 161.8 make[1]: 'soccr/libsoccr.a' is up to date. [2020-12-11T19:04:35.950Z] #41 162.1 make[2]: Nothing to be done for 'all'. [2020-12-11T19:04:35.950Z] #41 162.1 make[2]: Nothing to be done for 'all'. [2020-12-11T19:04:35.950Z] #41 162.2 make[2]: Nothing to be done for 'all'. [2020-12-11T19:04:35.950Z] #41 162.3 make[2]: Nothing to be done for 'all'. [2020-12-11T19:04:36.214Z] #41 162.3 make[2]: Nothing to be done for 'all'. [2020-12-11T19:04:36.214Z] #41 162.4 make[2]: Nothing to be done for 'all'. [2020-12-11T19:04:36.214Z] #41 162.4 make[2]: Nothing to be done for 'all'. [2020-12-11T19:04:36.214Z] #41 162.5 make[2]: Nothing to be done for 'all'. [2020-12-11T19:04:36.214Z] #41 162.5 INSTALL criu/criu [2020-12-11T19:04:37.153Z] #66 exporting layers 6.4s done [2020-12-11T19:04:37.153Z] #66 writing image sha256:bb3856a484beb524ad30c11a262d0cd977dfdf687a0d1b1f3b7b660c4a4a6674 done [2020-12-11T19:04:37.153Z] #66 naming to docker.io/library/docker:5fd8d701ceff35235fc447ca9433b44f855d688d done [2020-12-11T19:04:37.153Z] #66 DONE 6.4s [Pipeline] } [2020-12-11T19:04:37.165Z] #41 DONE 163.2s [2020-12-11T19:04:37.165Z] [2020-12-11T19:04:37.165Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-12-11T19:04:37.301Z] #41 135.8 CC criu/clone-noasan.o [2020-12-11T19:04:37.505Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41783/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41783/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5fd8d701ceff35235fc447ca9433b44f855d688d hack/validate/default [2020-12-11T19:04:37.557Z] #41 136.0 CC criu/config.o [2020-12-11T19:04:38.442Z] Congratulations! All commits are properly signed with the DCO! [2020-12-11T19:04:38.442Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-12-11T19:04:38.442Z] No api/types/ or api/swagger.yaml changes in diff. [2020-12-11T19:04:38.442Z] Congratulations! All TOML source files changed here have valid syntax. [2020-12-11T19:04:38.442Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-12-11T19:04:38.442Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-12-11T19:04:38.442Z] Congratulations! No new tests were added to integration-cli. [2020-12-11T19:04:38.442Z] [2020-12-11T19:04:38.442Z] INFO Start validation with golang-ci-lint [2020-12-11T19:04:38.442Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-12-11T19:04:38.442Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-12-11T19:04:38.442Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-12-11T19:04:38.564Z] #54 ... [2020-12-11T19:04:38.564Z] [2020-12-11T19:04:38.564Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-12-11T19:04:38.606Z] #18 53.18 Selecting previously unselected package vim. [2020-12-11T19:04:38.606Z] #18 53.20 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-12-11T19:04:38.606Z] #18 53.22 Unpacking vim (2:8.1.0875-5) ... [2020-12-11T19:04:38.680Z] #24 ... [2020-12-11T19:04:38.680Z] [2020-12-11T19:04:38.680Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:04:38.680Z] #56 254.9 + bin/containerd [2020-12-11T19:04:38.826Z] #42 DONE 0.4s [2020-12-11T19:04:38.826Z] [2020-12-11T19:04:38.826Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:04:38.826Z] #54 ... [2020-12-11T19:04:38.826Z] [2020-12-11T19:04:38.826Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-12-11T19:04:38.929Z] #41 ... [2020-12-11T19:04:38.929Z] [2020-12-11T19:04:38.929Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:04:38.929Z] #18 39.90 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-12-11T19:04:38.929Z] #18 39.93 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-12-11T19:04:38.929Z] #18 42.01 Selecting previously unselected package python3-minimal. [2020-12-11T19:04:38.929Z] #18 42.01 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2020-12-11T19:04:38.929Z] #18 42.06 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-12-11T19:04:38.929Z] #18 42.07 Unpacking python3-minimal (3.7.3-1) ... [2020-12-11T19:04:38.929Z] #18 42.17 Selecting previously unselected package libmpdec2:amd64. [2020-12-11T19:04:38.929Z] #18 42.18 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-12-11T19:04:38.929Z] #18 42.19 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-12-11T19:04:38.929Z] #18 42.29 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-12-11T19:04:38.929Z] #18 42.30 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-12-11T19:04:38.929Z] #18 42.30 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-12-11T19:04:38.929Z] #18 43.22 Selecting previously unselected package python3.7. [2020-12-11T19:04:38.929Z] #18 43.22 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-12-11T19:04:38.929Z] #18 43.23 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-12-11T19:04:38.929Z] #18 43.33 Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-11T19:04:38.929Z] #18 43.34 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-12-11T19:04:38.929Z] #18 43.35 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-12-11T19:04:38.929Z] #18 43.43 Setting up python3-minimal (3.7.3-1) ... [2020-12-11T19:04:38.929Z] #18 44.18 Selecting previously unselected package python3. [2020-12-11T19:04:38.929Z] #18 44.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 ... 24093 files and directories currently installed.) [2020-12-11T19:04:38.929Z] #18 44.23 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-12-11T19:04:38.929Z] #18 44.24 Unpacking python3 (3.7.3-1) ... [2020-12-11T19:04:38.929Z] #18 44.31 Selecting previously unselected package libip4tc0:amd64. [2020-12-11T19:04:38.929Z] #18 44.32 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-12-11T19:04:38.929Z] #18 44.33 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-12-11T19:04:38.929Z] #18 44.41 Selecting previously unselected package libip6tc0:amd64. [2020-12-11T19:04:38.929Z] #18 44.42 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-12-11T19:04:38.929Z] #18 44.43 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-12-11T19:04:38.929Z] #18 44.51 Selecting previously unselected package libiptc0:amd64. [2020-12-11T19:04:38.929Z] #18 44.52 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-12-11T19:04:38.929Z] #18 44.52 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-12-11T19:04:38.929Z] #18 44.60 Selecting previously unselected package libnfnetlink0:amd64. [2020-12-11T19:04:38.929Z] #18 44.61 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-12-11T19:04:38.929Z] #18 44.62 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-12-11T19:04:38.929Z] #18 44.68 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-12-11T19:04:38.929Z] #18 44.68 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-12-11T19:04:38.929Z] #18 44.70 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-12-11T19:04:38.929Z] #18 44.80 Selecting previously unselected package libnftnl11:amd64. [2020-12-11T19:04:38.929Z] #18 44.80 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-12-11T19:04:38.929Z] #18 44.81 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-12-11T19:04:38.929Z] #18 44.90 Selecting previously unselected package iptables. [2020-12-11T19:04:38.929Z] #18 44.90 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-12-11T19:04:38.929Z] #18 44.91 Unpacking iptables (1.8.2-4) ... [2020-12-11T19:04:38.929Z] #18 45.26 Selecting previously unselected package xxd. [2020-12-11T19:04:38.929Z] #18 45.26 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-12-11T19:04:38.929Z] #18 45.27 Unpacking xxd (2:8.1.0875-5) ... [2020-12-11T19:04:39.088Z] #44 DONE 0.4s [2020-12-11T19:04:39.088Z] [2020-12-11T19:04:39.088Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:04:39.129Z] #18 53.84 Selecting previously unselected package xfsprogs. [2020-12-11T19:04:39.129Z] #18 53.85 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-12-11T19:04:39.129Z] #18 53.86 Unpacking xfsprogs (4.20.0-1) ... [2020-12-11T19:04:39.186Z] #18 45.37 Selecting previously unselected package vim-common. [2020-12-11T19:04:39.186Z] #18 45.37 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-12-11T19:04:39.186Z] #18 45.39 Unpacking vim-common (2:8.1.0875-5) ... [2020-12-11T19:04:39.186Z] #18 45.55 Selecting previously unselected package bash-completion. [2020-12-11T19:04:39.186Z] #18 45.56 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-12-11T19:04:39.351Z] #54 ... [2020-12-11T19:04:39.351Z] [2020-12-11T19:04:39.351Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-12-11T19:04:39.643Z] #46 DONE 0.3s [2020-12-11T19:04:39.643Z] [2020-12-11T19:04:39.643Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-12-11T19:04:39.653Z] #18 54.40 Selecting previously unselected package zip. [2020-12-11T19:04:39.653Z] #18 54.42 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-12-11T19:04:39.653Z] #18 54.44 Unpacking zip (3.0-11+b1) ... [2020-12-11T19:04:39.653Z] #18 54.67 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-12-11T19:04:39.915Z] #18 54.75 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-12-11T19:04:39.915Z] #18 54.77 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-12-11T19:04:39.915Z] #18 54.79 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-12-11T19:04:39.915Z] #18 54.83 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-12-11T19:04:39.915Z] #18 54.85 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-12-11T19:04:39.915Z] #18 54.86 Setting up uidmap (1:4.5-1.1) ... [2020-12-11T19:04:39.915Z] #18 54.89 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-12-11T19:04:40.177Z] #18 54.90 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-12-11T19:04:40.177Z] #18 54.91 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-12-11T19:04:40.177Z] #18 54.93 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-12-11T19:04:40.177Z] #18 54.94 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-12-11T19:04:40.177Z] #18 54.95 Setting up xxd (2:8.1.0875-5) ... [2020-12-11T19:04:40.177Z] #18 54.98 Setting up zip (3.0-11+b1) ... [2020-12-11T19:04:40.177Z] #18 55.03 Setting up vim-common (2:8.1.0875-5) ... [2020-12-11T19:04:40.177Z] #18 55.06 Setting up bash-completion (1:2.8-6) ... [2020-12-11T19:04:40.589Z] #48 DONE 0.9s [2020-12-11T19:04:40.589Z] [2020-12-11T19:04:40.589Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-12-11T19:04:40.589Z] #50 DONE 0.1s [2020-12-11T19:04:40.589Z] [2020-12-11T19:04:40.589Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:04:40.589Z] #54 ... [2020-12-11T19:04:40.589Z] [2020-12-11T19:04:40.589Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-12-11T19:04:40.851Z] #52 DONE 0.3s [2020-12-11T19:04:40.851Z] [2020-12-11T19:04:40.851Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:04:42.496Z] #18 48.23 Unpacking bash-completion (1:2.8-6) ... [2020-12-11T19:04:42.496Z] #18 48.59 Selecting previously unselected package bzip2. [2020-12-11T19:04:42.496Z] #18 48.60 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-12-11T19:04:42.496Z] #18 48.61 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-12-11T19:04:42.496Z] #18 48.69 Selecting previously unselected package xz-utils. [2020-12-11T19:04:42.496Z] #18 48.72 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-12-11T19:04:42.496Z] #18 48.73 Unpacking xz-utils (5.2.4-1) ... [2020-12-11T19:04:42.496Z] #18 48.92 Selecting previously unselected package apparmor. [2020-12-11T19:04:42.496Z] #18 48.93 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-12-11T19:04:42.496Z] #18 49.00 Unpacking apparmor (2.13.2-10) ... [2020-12-11T19:04:42.730Z] #18 57.70 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-12-11T19:04:42.991Z] #18 57.72 Setting up xz-utils (5.2.4-1) ... [2020-12-11T19:04:42.991Z] #18 57.75 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-12-11T19:04:42.991Z] #18 57.76 Setting up sudo (1.8.27-1+deb10u2) ... [2020-12-11T19:04:42.991Z] #18 57.85 invoke-rc.d: could not determine current runlevel [2020-12-11T19:04:42.991Z] #18 57.87 invoke-rc.d: policy-rc.d denied execution of start. [2020-12-11T19:04:42.991Z] #18 57.88 Setting up pigz (2.4-1) ... [2020-12-11T19:04:42.991Z] #18 57.90 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-12-11T19:04:42.991Z] #18 57.91 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-12-11T19:04:42.991Z] #18 57.94 Setting up python-pip-whl (18.1-5) ... [2020-12-11T19:04:42.991Z] #18 57.95 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-12-11T19:04:42.991Z] #18 57.97 Setting up vim-runtime (2:8.1.0875-5) ... [2020-12-11T19:04:43.062Z] #18 49.35 Selecting previously unselected package aufs-tools. [2020-12-11T19:04:43.062Z] #18 49.35 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-12-11T19:04:43.062Z] #18 49.37 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-12-11T19:04:43.318Z] #18 49.48 Selecting previously unselected package libonig5:amd64. [2020-12-11T19:04:43.318Z] #18 49.49 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-12-11T19:04:43.318Z] #18 49.49 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-12-11T19:04:43.318Z] #18 49.63 Selecting previously unselected package libjq1:amd64. [2020-12-11T19:04:43.318Z] #18 49.63 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-12-11T19:04:43.318Z] #18 49.64 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-12-11T19:04:43.318Z] #18 49.70 Selecting previously unselected package jq. [2020-12-11T19:04:43.318Z] #18 49.71 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-12-11T19:04:43.318Z] #18 49.72 Unpacking jq (1.5+dfsg-2+b1) ... [2020-12-11T19:04:43.318Z] #18 49.82 Selecting previously unselected package libaio1:amd64. [2020-12-11T19:04:43.566Z] #18 58.46 Setting up libaio1:amd64 (0.3.112-3) ... [2020-12-11T19:04:43.566Z] #18 58.47 Setting up libonig5:amd64 (6.9.1-1) ... [2020-12-11T19:04:43.566Z] #18 58.48 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-12-11T19:04:43.566Z] #18 58.50 Setting up vim (2:8.1.0875-5) ... [2020-12-11T19:04:43.566Z] #18 58.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-12-11T19:04:43.566Z] #18 58.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-12-11T19:04:43.574Z] #18 49.83 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-12-11T19:04:43.574Z] #18 49.83 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-12-11T19:04:43.574Z] #18 49.88 Selecting previously unselected package libgpm2:amd64. [2020-12-11T19:04:43.574Z] #18 49.89 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-12-11T19:04:43.574Z] #18 49.89 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-12-11T19:04:43.828Z] #18 58.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-12-11T19:04:43.828Z] #18 58.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-12-11T19:04:43.828Z] #18 58.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-12-11T19:04:43.828Z] #18 58.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-12-11T19:04:43.828Z] #18 58.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-12-11T19:04:43.828Z] #18 58.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-12-11T19:04:43.828Z] #18 58.58 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-12-11T19:04:43.828Z] #18 58.59 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-12-11T19:04:43.828Z] #18 58.61 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-12-11T19:04:43.828Z] #18 58.64 Setting up jq (1.5+dfsg-2+b1) ... [2020-12-11T19:04:43.828Z] #18 58.65 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-12-11T19:04:43.828Z] #18 58.67 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-12-11T19:04:43.830Z] #18 49.98 Selecting previously unselected package libicu63:amd64. [2020-12-11T19:04:43.830Z] #18 49.99 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-12-11T19:04:43.830Z] #18 50.00 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-12-11T19:04:44.283Z] #56 ... [2020-12-11T19:04:44.283Z] [2020-12-11T19:04:44.283Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:04:44.283Z] #24 301.4 + return [2020-12-11T19:04:44.283Z] #24 DONE 301.6s [2020-12-11T19:04:44.283Z] [2020-12-11T19:04:44.283Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:04:45.746Z] #18 ... [2020-12-11T19:04:45.746Z] [2020-12-11T19:04:45.746Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:04:45.746Z] #41 141.1 CC criu/eventfd.o [2020-12-11T19:04:45.746Z] #41 141.5 CC criu/eventpoll.o [2020-12-11T19:04:45.746Z] #41 142.4 CC criu/external.o [2020-12-11T19:04:45.746Z] #41 142.8 CC criu/fault-injection.o [2020-12-11T19:04:45.746Z] #41 142.9 CC criu/fdstore.o [2020-12-11T19:04:45.746Z] #41 143.3 CC criu/fifo.o [2020-12-11T19:04:45.746Z] #41 143.5 CC criu/file-ids.o [2020-12-11T19:04:45.746Z] #41 143.8 CC criu/file-lock.o [2020-12-11T19:04:45.746Z] #41 144.6 CC criu/files-ext.o [2020-12-11T19:04:45.746Z] #41 145.0 CC criu/files-reg.o [2020-12-11T19:04:45.746Z] #41 147.4 CC criu/files.o [2020-12-11T19:04:45.746Z] #41 149.3 CC criu/filesystems.o [2020-12-11T19:04:45.746Z] #41 150.0 CC criu/fsnotify.o [2020-12-11T19:04:45.746Z] #41 151.2 CC criu/image-desc.o [2020-12-11T19:04:45.811Z] #56 ... [2020-12-11T19:04:45.812Z] [2020-12-11T19:04:45.812Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-12-11T19:04:45.812Z] #25 DONE 0.1s [2020-12-11T19:04:45.812Z] [2020-12-11T19:04:45.812Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-12-11T19:04:46.011Z] #41 151.4 CC criu/image.o [2020-12-11T19:04:46.455Z] #30 DONE 0.6s [2020-12-11T19:04:46.456Z] [2020-12-11T19:04:46.456Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-12-11T19:04:46.456Z] #33 DONE 0.1s [2020-12-11T19:04:46.456Z] [2020-12-11T19:04:46.456Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-12-11T19:04:46.585Z] #41 ... [2020-12-11T19:04:46.585Z] [2020-12-11T19:04:46.585Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:04:46.585Z] #18 61.32 Setting up iptables (1.8.2-4) ... [2020-12-11T19:04:46.585Z] #18 61.35 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-12-11T19:04:46.585Z] #18 61.35 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-12-11T19:04:46.585Z] #18 61.36 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-12-11T19:04:46.585Z] #18 61.37 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-12-11T19:04:46.585Z] #18 61.38 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-12-11T19:04:46.585Z] #18 61.39 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-12-11T19:04:46.585Z] #18 61.40 Setting up python3 (3.7.3-1) ... [2020-12-11T19:04:46.753Z] #35 DONE 0.1s [2020-12-11T19:04:46.753Z] [2020-12-11T19:04:46.753Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-12-11T19:04:46.753Z] #38 DONE 0.1s [2020-12-11T19:04:46.753Z] [2020-12-11T19:04:46.753Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-12-11T19:04:46.753Z] #41 DONE 0.1s [2020-12-11T19:04:46.753Z] [2020-12-11T19:04:46.753Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-12-11T19:04:46.847Z] #18 61.76 Setting up python3-wheel (0.32.3-2) ... [2020-12-11T19:04:47.048Z] #44 DONE 0.1s [2020-12-11T19:04:47.048Z] [2020-12-11T19:04:47.048Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-12-11T19:04:47.048Z] #46 DONE 0.1s [2020-12-11T19:04:47.048Z] [2020-12-11T19:04:47.048Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:04:47.048Z] #56 ... [2020-12-11T19:04:47.048Z] [2020-12-11T19:04:47.048Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-12-11T19:04:47.140Z] #18 53.52 Selecting previously unselected package libnet1:amd64. [2020-12-11T19:04:47.140Z] #18 53.53 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-12-11T19:04:47.140Z] #18 53.53 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-12-11T19:04:47.140Z] #18 53.64 Selecting previously unselected package libnl-3-200:amd64. [2020-12-11T19:04:47.342Z] #48 DONE 0.4s [2020-12-11T19:04:47.342Z] [2020-12-11T19:04:47.342Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-12-11T19:04:47.342Z] #50 DONE 0.1s [2020-12-11T19:04:47.342Z] [2020-12-11T19:04:47.342Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:04:47.396Z] #18 53.65 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-12-11T19:04:47.396Z] #18 53.66 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-12-11T19:04:47.396Z] #18 53.75 Selecting previously unselected package libprotobuf-c1:amd64. [2020-12-11T19:04:47.396Z] #18 53.76 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-12-11T19:04:47.396Z] #18 53.77 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-12-11T19:04:47.396Z] #18 53.83 Selecting previously unselected package libreadline5:amd64. [2020-12-11T19:04:47.396Z] #18 53.84 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-12-11T19:04:47.396Z] #18 53.86 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-12-11T19:04:47.422Z] #18 62.43 Setting up apparmor (2.13.2-10) ... [2020-12-11T19:04:47.636Z] #56 ... [2020-12-11T19:04:47.636Z] [2020-12-11T19:04:47.636Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-12-11T19:04:47.636Z] #52 DONE 0.1s [2020-12-11T19:04:47.636Z] [2020-12-11T19:04:47.636Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-12-11T19:04:47.636Z] #54 DONE 0.1s [2020-12-11T19:04:47.636Z] [2020-12-11T19:04:47.636Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:04:47.652Z] #18 53.94 Selecting previously unselected package net-tools. [2020-12-11T19:04:47.652Z] #18 53.95 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-12-11T19:04:47.652Z] #18 53.96 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-12-11T19:04:47.951Z] #18 54.14 Selecting previously unselected package python-pip-whl. [2020-12-11T19:04:47.951Z] #18 54.14 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-12-11T19:04:47.951Z] #18 54.15 Unpacking python-pip-whl (18.1-5) ... [2020-12-11T19:04:48.504Z] #18 54.69 Selecting previously unselected package python3-lib2to3. [2020-12-11T19:04:48.504Z] #18 54.72 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-12-11T19:04:48.504Z] #18 54.73 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-12-11T19:04:48.504Z] #18 54.85 Selecting previously unselected package python3-distutils. [2020-12-11T19:04:48.504Z] #18 54.87 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-12-11T19:04:48.504Z] #18 54.87 Unpacking python3-distutils (3.7.3-1) ... [2020-12-11T19:04:48.761Z] #18 55.02 Selecting previously unselected package python3-pip. [2020-12-11T19:04:48.761Z] #18 55.02 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-12-11T19:04:48.761Z] #18 55.03 Unpacking python3-pip (18.1-5) ... [2020-12-11T19:04:48.761Z] #18 55.16 Selecting previously unselected package python3-pkg-resources. [2020-12-11T19:04:48.761Z] #18 55.18 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-12-11T19:04:48.761Z] #18 55.20 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-12-11T19:04:49.017Z] #18 55.32 Selecting previously unselected package python3-setuptools. [2020-12-11T19:04:49.018Z] #18 55.32 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-12-11T19:04:49.018Z] #18 55.33 Unpacking python3-setuptools (40.8.0-1) ... [2020-12-11T19:04:49.018Z] #18 ... [2020-12-11T19:04:49.018Z] [2020-12-11T19:04:49.018Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:04:49.018Z] #41 137.4 CC criu/cr-check.o [2020-12-11T19:04:49.018Z] #41 139.1 CC criu/cr-dedup.o [2020-12-11T19:04:49.018Z] #41 139.5 CC criu/cr-dump.o [2020-12-11T19:04:49.018Z] #41 141.6 CC criu/cr-errno.o [2020-12-11T19:04:49.018Z] #41 141.7 CC criu/cr-restore.o [2020-12-11T19:04:49.018Z] #41 146.2 CC criu/cr-service.o [2020-12-11T19:04:49.274Z] #41 ... [2020-12-11T19:04:49.274Z] [2020-12-11T19:04:49.274Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:04:49.274Z] #18 55.56 Selecting previously unselected package python3-wheel. [2020-12-11T19:04:49.274Z] #18 55.58 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-12-11T19:04:49.274Z] #18 55.59 Unpacking python3-wheel (0.32.3-2) ... [2020-12-11T19:04:49.340Z] #18 64.01 Setting up xfsprogs (4.20.0-1) ... [2020-12-11T19:04:49.341Z] #18 64.02 Setting up python3-lib2to3 (3.7.3-1) ... [2020-12-11T19:04:49.531Z] #18 55.68 Selecting previously unselected package sudo. [2020-12-11T19:04:49.531Z] #18 55.70 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-12-11T19:04:49.531Z] #18 55.71 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-12-11T19:04:49.603Z] #18 64.39 Setting up python3-pkg-resources (40.8.0-1) ... [2020-12-11T19:04:49.787Z] #18 56.23 Selecting previously unselected package thin-provisioning-tools. [2020-12-11T19:04:50.044Z] #18 56.24 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-12-11T19:04:50.044Z] #18 56.25 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-12-11T19:04:50.044Z] #18 56.47 Selecting previously unselected package uidmap. [2020-12-11T19:04:50.044Z] #18 56.49 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-12-11T19:04:50.301Z] #18 56.49 Unpacking uidmap (1:4.5-1.1) ... [2020-12-11T19:04:50.301Z] #18 56.60 Selecting previously unselected package vim-runtime. [2020-12-11T19:04:50.301Z] #18 56.61 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-12-11T19:04:50.301Z] #18 56.63 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-12-11T19:04:50.301Z] #18 56.66 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-12-11T19:04:50.301Z] #18 56.67 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-12-11T19:04:50.549Z] #18 65.25 Setting up python3-distutils (3.7.3-1) ... [2020-12-11T19:04:50.812Z] #18 65.73 Setting up python3-setuptools (40.8.0-1) ... [2020-12-11T19:04:52.203Z] #18 66.83 Setting up python3-pip (18.1-5) ... [2020-12-11T19:04:53.101Z] #54 204.5 + bin/containerd-stress [2020-12-11T19:04:53.149Z] #18 67.86 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:04:53.149Z] #18 67.90 Processing triggers for mime-support (3.62) ... [2020-12-11T19:04:53.616Z] #18 59.61 Selecting previously unselected package vim. [2020-12-11T19:04:53.616Z] #18 59.64 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-12-11T19:04:53.616Z] #18 59.66 Unpacking vim (2:8.1.0875-5) ... [2020-12-11T19:04:53.872Z] #18 60.25 Selecting previously unselected package xfsprogs. [2020-12-11T19:04:53.872Z] #18 60.26 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-12-11T19:04:53.872Z] #18 60.28 Unpacking xfsprogs (4.20.0-1) ... [2020-12-11T19:04:54.096Z] #18 DONE 68.8s [2020-12-11T19:04:54.096Z] [2020-12-11T19:04:54.096Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-12-11T19:04:54.435Z] #18 60.67 Selecting previously unselected package zip. [2020-12-11T19:04:54.435Z] #18 60.69 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-12-11T19:04:54.435Z] #18 60.69 Unpacking zip (3.0-11+b1) ... [2020-12-11T19:04:54.435Z] #18 60.89 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-12-11T19:04:54.732Z] #18 60.91 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-12-11T19:04:54.733Z] #18 60.92 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-12-11T19:04:54.733Z] #18 60.93 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-12-11T19:04:54.733Z] #18 60.95 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-12-11T19:04:54.733Z] #18 60.96 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-12-11T19:04:54.733Z] #18 60.97 Setting up uidmap (1:4.5-1.1) ... [2020-12-11T19:04:54.733Z] #18 60.98 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-12-11T19:04:54.733Z] #18 61.00 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-12-11T19:04:54.733Z] #18 61.01 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-12-11T19:04:54.733Z] #18 61.02 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-12-11T19:04:54.733Z] #18 61.03 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-12-11T19:04:54.733Z] #18 61.04 Setting up xxd (2:8.1.0875-5) ... [2020-12-11T19:04:54.733Z] #18 61.05 Setting up zip (3.0-11+b1) ... [2020-12-11T19:04:54.733Z] #18 61.06 Setting up vim-common (2:8.1.0875-5) ... [2020-12-11T19:04:54.733Z] #18 61.10 Setting up bash-completion (1:2.8-6) ... [2020-12-11T19:04:55.022Z] #54 207.5 + bin/containerd-shim [2020-12-11T19:04:55.043Z] #19 0.868 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-12-11T19:04:55.043Z] #19 0.873 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-12-11T19:04:55.043Z] #19 0.876 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-12-11T19:04:55.043Z] #19 DONE 0.9s [2020-12-11T19:04:55.043Z] [2020-12-11T19:04:55.043Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-11T19:04:56.967Z] #20 ... [2020-12-11T19:04:56.967Z] [2020-12-11T19:04:56.967Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:04:56.967Z] #41 152.3 CC criu/ipc_ns.o [2020-12-11T19:04:56.967Z] #41 153.4 CC criu/irmap.o [2020-12-11T19:04:56.967Z] #41 154.0 CC criu/kcmp-ids.o [2020-12-11T19:04:56.967Z] #41 154.4 CC criu/kerndat.o [2020-12-11T19:04:56.967Z] #41 155.5 CC criu/libnetlink.o [2020-12-11T19:04:56.967Z] #41 155.8 CC criu/log.o [2020-12-11T19:04:56.967Z] #41 156.5 CC criu/lsm.o [2020-12-11T19:04:56.967Z] #41 156.9 CC criu/mem.o [2020-12-11T19:04:56.967Z] #41 158.6 CC criu/memfd.o [2020-12-11T19:04:56.967Z] #41 159.1 CC criu/mount.o [2020-12-11T19:04:56.967Z] #41 ... [2020-12-11T19:04:56.967Z] [2020-12-11T19:04:56.967Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T19:04:56.967Z] #38 252.5 + dpkg --print-architecture [2020-12-11T19:04:56.967Z] #38 252.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-12-11T19:04:56.967Z] #38 252.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-12-11T19:04:56.967Z] #38 252.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-12-11T19:04:57.251Z] #18 63.64 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-12-11T19:04:57.251Z] #18 63.66 Setting up xz-utils (5.2.4-1) ... [2020-12-11T19:04:57.251Z] #18 63.69 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-12-11T19:04:57.251Z] #18 63.70 Setting up sudo (1.8.27-1+deb10u2) ... [2020-12-11T19:04:57.251Z] #18 63.77 invoke-rc.d: could not determine current runlevel [2020-12-11T19:04:57.251Z] #18 63.78 invoke-rc.d: policy-rc.d denied execution of start. [2020-12-11T19:04:57.251Z] #18 63.79 Setting up pigz (2.4-1) ... [2020-12-11T19:04:57.551Z] #18 63.80 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-12-11T19:04:57.551Z] #18 63.81 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-12-11T19:04:57.551Z] #18 63.82 Setting up python-pip-whl (18.1-5) ... [2020-12-11T19:04:57.551Z] #18 63.83 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-12-11T19:04:57.551Z] #18 63.85 Setting up vim-runtime (2:8.1.0875-5) ... [2020-12-11T19:04:57.853Z] #18 64.28 Setting up libaio1:amd64 (0.3.112-3) ... [2020-12-11T19:04:57.853Z] #18 64.29 Setting up libonig5:amd64 (6.9.1-1) ... [2020-12-11T19:04:57.853Z] #18 64.30 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-12-11T19:04:57.853Z] #18 64.31 Setting up vim (2:8.1.0875-5) ... [2020-12-11T19:04:57.853Z] #18 64.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-12-11T19:04:57.853Z] #18 64.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-12-11T19:04:57.853Z] #18 64.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-12-11T19:04:57.853Z] #18 64.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-12-11T19:04:57.853Z] #18 64.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-12-11T19:04:57.913Z] #38 ... [2020-12-11T19:04:57.913Z] [2020-12-11T19:04:57.913Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:04:57.913Z] #41 163.5 CC criu/namespaces.o [2020-12-11T19:04:58.109Z] #18 64.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-12-11T19:04:58.109Z] #18 64.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-12-11T19:04:58.109Z] #18 64.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-12-11T19:04:58.109Z] #18 64.39 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-12-11T19:04:58.109Z] #18 64.41 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-12-11T19:04:58.109Z] #18 64.42 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-12-11T19:04:58.109Z] #18 64.43 Setting up jq (1.5+dfsg-2+b1) ... [2020-12-11T19:04:58.109Z] #18 64.45 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-12-11T19:04:58.109Z] #18 64.47 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-12-11T19:04:59.520Z] #18 ... [2020-12-11T19:04:59.520Z] [2020-12-11T19:04:59.520Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:04:59.520Z] #41 147.7 CC criu/crtools.o [2020-12-11T19:04:59.520Z] #41 148.3 CC criu/eventfd.o [2020-12-11T19:04:59.520Z] #41 148.7 CC criu/eventpoll.o [2020-12-11T19:04:59.520Z] #41 149.5 CC criu/external.o [2020-12-11T19:04:59.520Z] #41 149.8 CC criu/fault-injection.o [2020-12-11T19:04:59.520Z] #41 150.0 CC criu/fdstore.o [2020-12-11T19:04:59.520Z] #41 150.3 CC criu/fifo.o [2020-12-11T19:04:59.520Z] #41 150.7 CC criu/file-ids.o [2020-12-11T19:04:59.520Z] #41 151.0 CC criu/file-lock.o [2020-12-11T19:04:59.520Z] #41 152.0 CC criu/files-ext.o [2020-12-11T19:04:59.520Z] #41 152.4 CC criu/files-reg.o [2020-12-11T19:04:59.520Z] #41 154.9 CC criu/files.o [2020-12-11T19:04:59.520Z] #41 157.0 CC criu/filesystems.o [2020-12-11T19:04:59.520Z] #41 157.8 CC criu/fsnotify.o [2020-12-11T19:05:00.468Z] #41 165.5 CC criu/net.o [2020-12-11T19:05:00.492Z] #41 158.9 CC criu/image-desc.o [2020-12-11T19:05:00.749Z] #41 159.1 CC criu/image.o [2020-12-11T19:05:01.005Z] #41 ... [2020-12-11T19:05:01.005Z] [2020-12-11T19:05:01.005Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-11T19:05:01.005Z] #18 67.32 Setting up iptables (1.8.2-4) ... [2020-12-11T19:05:01.005Z] #18 67.34 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-12-11T19:05:01.005Z] #18 67.35 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-12-11T19:05:01.005Z] #18 67.35 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-12-11T19:05:01.005Z] #18 67.36 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-12-11T19:05:01.005Z] #18 67.36 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-12-11T19:05:01.005Z] #18 67.36 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-12-11T19:05:01.005Z] #18 67.37 Setting up python3 (3.7.3-1) ... [2020-12-11T19:05:01.304Z] #18 67.82 Setting up python3-wheel (0.32.3-2) ... [2020-12-11T19:05:02.234Z] #18 68.51 Setting up apparmor (2.13.2-10) ... [2020-12-11T19:05:03.196Z] #54 214.3 + bin/containerd-shim-runc-v1 [2020-12-11T19:05:03.782Z] #41 168.5 CC criu/netfilter.o [2020-12-11T19:05:03.782Z] #41 169.0 CC criu/page-pipe.o [2020-12-11T19:05:04.126Z] #18 70.28 Setting up xfsprogs (4.20.0-1) ... [2020-12-11T19:05:04.126Z] #18 70.30 Setting up python3-lib2to3 (3.7.3-1) ... [2020-12-11T19:05:04.356Z] #41 169.6 CC criu/page-xfer.o [2020-12-11T19:05:04.383Z] #18 70.64 Setting up python3-pkg-resources (40.8.0-1) ... [2020-12-11T19:05:05.352Z] #18 71.55 Setting up python3-distutils (3.7.3-1) ... [2020-12-11T19:05:05.609Z] #18 72.02 Setting up python3-setuptools (40.8.0-1) ... [2020-12-11T19:05:05.748Z] #41 171.0 CC criu/pagemap-cache.o [2020-12-11T19:05:06.010Z] #41 171.5 CC criu/pagemap.o [2020-12-11T19:05:06.513Z] #54 219.0 + bin/containerd-shim-runc-v2 [2020-12-11T19:05:06.957Z] #41 ... [2020-12-11T19:05:06.957Z] [2020-12-11T19:05:06.957Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-11T19:05:06.957Z] #20 4.986 Collecting yamllint==1.16.0 [2020-12-11T19:05:06.957Z] #20 10.34 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-12-11T19:05:06.957Z] #20 10.42 Collecting pyyaml (from yamllint==1.16.0) [2020-12-11T19:05:06.957Z] #20 10.57 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-12-11T19:05:06.957Z] #20 11.95 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-12-11T19:05:06.957Z] #20 12.01 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-12-11T19:05:06.957Z] #20 12.06 Building wheels for collected packages: pyyaml [2020-12-11T19:05:06.957Z] #20 12.06 Running setup.py bdist_wheel for pyyaml: started [2020-12-11T19:05:07.062Z] #18 73.21 Setting up python3-pip (18.1-5) ... [2020-12-11T19:05:07.218Z] #20 ... [2020-12-11T19:05:07.219Z] [2020-12-11T19:05:07.219Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:05:07.219Z] #41 172.7 CC criu/parasite-syscall.o [2020-12-11T19:05:08.038Z] #18 74.50 Processing triggers for libc-bin (2.28-10) ... [2020-12-11T19:05:08.165Z] #41 173.5 CC criu/path.o [2020-12-11T19:05:08.298Z] #18 74.54 Processing triggers for mime-support (3.62) ... [2020-12-11T19:05:08.427Z] #41 173.9 CC criu/pie-util-vdso-elf32.o [2020-12-11T19:05:08.441Z] #54 220.7 + binaries [2020-12-11T19:05:08.441Z] #54 220.7 + install -D bin/containerd /build/containerd [2020-12-11T19:05:08.441Z] #54 220.7 + install -D bin/containerd-shim /build/containerd-shim [2020-12-11T19:05:08.441Z] #54 220.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-12-11T19:05:08.441Z] #54 220.8 + install -D bin/ctr /build/ctr [2020-12-11T19:05:08.689Z] #41 ... [2020-12-11T19:05:08.689Z] [2020-12-11T19:05:08.689Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-11T19:05:08.689Z] #20 13.04 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-12-11T19:05:08.689Z] #20 13.05 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-12-11T19:05:08.689Z] #20 13.13 Successfully built pyyaml [2020-12-11T19:05:08.689Z] #20 13.16 Installing collected packages: pyyaml, pathspec, yamllint [2020-12-11T19:05:08.689Z] #20 13.55 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-12-11T19:05:08.689Z] #20 DONE 14.0s [2020-12-11T19:05:08.952Z] [2020-12-11T19:05:08.952Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-12-11T19:05:09.214Z] #23 DONE 0.3s [2020-12-11T19:05:09.214Z] [2020-12-11T19:05:09.214Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-12-11T19:05:09.278Z] #18 DONE 75.4s [2020-12-11T19:05:09.278Z] [2020-12-11T19:05:09.278Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-12-11T19:05:10.215Z] #19 1.015 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-12-11T19:05:10.215Z] #19 1.022 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-12-11T19:05:10.215Z] #19 1.024 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-12-11T19:05:10.215Z] #19 DONE 1.1s [2020-12-11T19:05:10.215Z] [2020-12-11T19:05:10.215Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-11T19:05:11.585Z] #20 ... [2020-12-11T19:05:11.585Z] [2020-12-11T19:05:11.585Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:05:11.585Z] #41 160.0 CC criu/ipc_ns.o [2020-12-11T19:05:11.585Z] #41 161.1 CC criu/irmap.o [2020-12-11T19:05:11.585Z] #41 161.8 CC criu/kcmp-ids.o [2020-12-11T19:05:11.585Z] #41 162.2 CC criu/kerndat.o [2020-12-11T19:05:11.585Z] #41 163.2 CC criu/libnetlink.o [2020-12-11T19:05:11.585Z] #41 163.7 CC criu/log.o [2020-12-11T19:05:11.585Z] #41 164.3 CC criu/lsm.o [2020-12-11T19:05:11.585Z] #41 164.7 CC criu/mem.o [2020-12-11T19:05:11.585Z] #41 166.5 CC criu/memfd.o [2020-12-11T19:05:11.585Z] #41 167.3 CC criu/mount.o [2020-12-11T19:05:11.585Z] #41 ... [2020-12-11T19:05:11.585Z] [2020-12-11T19:05:11.585Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T19:05:11.585Z] #38 264.5 + dpkg --print-architecture [2020-12-11T19:05:11.585Z] #38 264.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-12-11T19:05:11.585Z] #38 264.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-12-11T19:05:11.585Z] #38 264.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-12-11T19:05:13.561Z] #38 ... [2020-12-11T19:05:13.561Z] [2020-12-11T19:05:13.561Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:05:13.561Z] #41 171.9 CC criu/namespaces.o [2020-12-11T19:05:14.557Z] #28 DONE 4.8s [2020-12-11T19:05:14.557Z] [2020-12-11T19:05:14.557Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-12-11T19:05:14.815Z] #56 290.8 + bin/containerd-stress [2020-12-11T19:05:15.036Z] #54 DONE 227.0s [2020-12-11T19:05:15.112Z] #56 293.2 + bin/containerd-shim [2020-12-11T19:05:15.129Z] #31 DONE 1.1s [2020-12-11T19:05:15.129Z] [2020-12-11T19:05:15.129Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:05:15.129Z] #41 174.4 CC criu/pie-util-vdso.o [2020-12-11T19:05:15.129Z] #41 175.1 CC criu/pie-util.o [2020-12-11T19:05:15.129Z] #41 175.3 CC criu/pipes.o [2020-12-11T19:05:15.129Z] #41 176.3 CC criu/plugin.o [2020-12-11T19:05:15.129Z] #41 176.7 CC criu/proc_parse.o [2020-12-11T19:05:15.129Z] #41 178.7 CC criu/protobuf-desc.o [2020-12-11T19:05:15.129Z] #41 179.3 CC criu/protobuf.o [2020-12-11T19:05:15.129Z] #41 179.6 CC criu/pstree.o [2020-12-11T19:05:15.129Z] #41 ... [2020-12-11T19:05:15.129Z] [2020-12-11T19:05:15.129Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-12-11T19:05:15.391Z] #33 DONE 0.2s [2020-12-11T19:05:15.391Z] [2020-12-11T19:05:15.391Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-12-11T19:05:15.391Z] #36 DONE 0.0s [2020-12-11T19:05:15.391Z] [2020-12-11T19:05:15.391Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:05:15.391Z] #41 180.8 CC criu/rbtree.o [2020-12-11T19:05:15.497Z] #41 173.9 CC criu/net.o [2020-12-11T19:05:15.651Z] #41 181.0 CC criu/rst-malloc.o [2020-12-11T19:05:15.912Z] #41 181.4 CC criu/seccomp.o [2020-12-11T19:05:16.425Z] [2020-12-11T19:05:16.426Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-12-11T19:05:16.654Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-12-11T19:05:16.654Z] [2020-12-11T19:05:16.654Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-12-11T19:05:16.654Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-12-11T19:05:16.654Z] HOSTNAME=25c99ee199d1 [2020-12-11T19:05:16.654Z] TESTDEBUG=0 [2020-12-11T19:05:16.654Z] DEST=bundles/test-integration [2020-12-11T19:05:16.654Z] PWD=/go/src/github.com/docker/docker [2020-12-11T19:05:16.654Z] DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T19:05:16.654Z] container=docker [2020-12-11T19:05:16.654Z] HOME=/root [2020-12-11T19:05:16.654Z] GOLANG_VERSION=1.13.15 [2020-12-11T19:05:16.654Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-12-11T19:05:16.654Z] VALIDATE_BRANCH=master [2020-12-11T19:05:16.654Z] TERM=xterm [2020-12-11T19:05:16.654Z] DOCKER_PKG=github.com/docker/docker [2020-12-11T19:05:16.654Z] SHLVL=1 [2020-12-11T19:05:16.654Z] TIMEOUT=120m [2020-12-11T19:05:16.654Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-12-11T19:05:16.654Z] DOCKER_GRAPHDRIVER=overlay2 [2020-12-11T19:05:16.654Z] GO111MODULE=off [2020-12-11T19:05:16.654Z] DOCKER_EXPERIMENTAL=1 [2020-12-11T19:05:16.654Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-12-11T19:05:16.654Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-12-11T19:05:16.654Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-12-11T19:05:16.654Z] GOPATH=/go [2020-12-11T19:05:16.654Z] PKG_CONFIG=pkg-config [2020-12-11T19:05:16.654Z] _=/usr/bin/env [2020-12-11T19:05:16.654Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-12-11T19:05:16.857Z] #41 182.1 CC criu/seize.o [2020-12-11T19:05:17.802Z] #41 183.1 CC criu/servicefd.o [2020-12-11T19:05:17.802Z] #41 ... [2020-12-11T19:05:17.802Z] [2020-12-11T19:05:17.802Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T19:05:17.802Z] #38 DONE 283.1s [2020-12-11T19:05:17.802Z] [2020-12-11T19:05:17.802Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:05:17.802Z] #51 100.8 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-12-11T19:05:17.802Z] #51 102.7 + mkdir -p /build [2020-12-11T19:05:17.802Z] #51 102.7 + cp runc /build/runc [2020-12-11T19:05:17.802Z] #51 DONE 103.3s [2020-12-11T19:05:17.802Z] [2020-12-11T19:05:17.802Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:05:17.802Z] #41 183.3 CC criu/shmem.o [2020-12-11T19:05:18.749Z] #41 184.1 CC criu/sigframe.o [2020-12-11T19:05:18.851Z] #41 176.8 CC criu/netfilter.o [2020-12-11T19:05:18.851Z] #41 177.1 CC criu/page-pipe.o [2020-12-11T19:05:18.975Z] #55 DONE 2.6s [2020-12-11T19:05:18.975Z] [2020-12-11T19:05:18.975Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-12-11T19:05:19.009Z] #41 184.4 CC criu/signalfd.o [2020-12-11T19:05:19.108Z] #41 177.6 CC criu/page-xfer.o [2020-12-11T19:05:19.237Z] #59 DONE 0.7s [2020-12-11T19:05:19.271Z] #41 184.7 CC criu/sk-inet.o [2020-12-11T19:05:19.498Z] [2020-12-11T19:05:19.499Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-12-11T19:05:20.561Z] #41 179.1 CC criu/pagemap-cache.o [2020-12-11T19:05:20.660Z] #41 186.1 CC criu/sk-netlink.o [2020-12-11T19:05:20.903Z] #61 DONE 1.3s [2020-12-11T19:05:20.903Z] [2020-12-11T19:05:20.903Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-12-11T19:05:20.922Z] #41 186.4 CC criu/sk-packet.o [2020-12-11T19:05:21.126Z] #41 179.5 CC criu/pagemap.o [2020-12-11T19:05:21.181Z] #63 DONE 0.4s [2020-12-11T19:05:21.182Z] [2020-12-11T19:05:21.182Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-12-11T19:05:21.182Z] #64 DONE 0.1s [2020-12-11T19:05:21.182Z] [2020-12-11T19:05:21.182Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-12-11T19:05:21.183Z] #41 186.8 CC criu/sk-queue.o [2020-12-11T19:05:21.445Z] #41 ... [2020-12-11T19:05:21.445Z] [2020-12-11T19:05:21.445Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-12-11T19:05:21.445Z] #39 DONE 0.5s [2020-12-11T19:05:21.707Z] [2020-12-11T19:05:21.707Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:05:21.707Z] #41 187.1 CC criu/sk-tcp.o [2020-12-11T19:05:21.968Z] #41 187.4 CC criu/sk-unix.o [2020-12-11T19:05:22.062Z] #56 300.2 + bin/containerd-shim-runc-v1 [2020-12-11T19:05:22.096Z] #41 180.5 CC criu/parasite-syscall.o [2020-12-11T19:05:22.353Z] #41 ... [2020-12-11T19:05:22.353Z] [2020-12-11T19:05:22.353Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-11T19:05:22.353Z] #20 5.070 Collecting yamllint==1.16.0 [2020-12-11T19:05:22.353Z] #20 10.41 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-12-11T19:05:22.353Z] #20 10.51 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-12-11T19:05:22.353Z] #20 10.55 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-12-11T19:05:22.353Z] #20 10.62 Collecting pyyaml (from yamllint==1.16.0) [2020-12-11T19:05:22.353Z] #20 10.78 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-12-11T19:05:22.353Z] #20 12.16 Building wheels for collected packages: pyyaml [2020-12-11T19:05:22.353Z] #20 12.16 Running setup.py bdist_wheel for pyyaml: started [2020-12-11T19:05:22.913Z] #41 ... [2020-12-11T19:05:22.913Z] [2020-12-11T19:05:22.913Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:05:22.913Z] #47 288.0 + /build/golangci-lint --version [2020-12-11T19:05:22.913Z] #47 288.3 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-12-11T19:05:22.913Z] #47 DONE 288.5s [2020-12-11T19:05:22.913Z] [2020-12-11T19:05:22.913Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:05:23.160Z] #65 DONE 2.2s [2020-12-11T19:05:23.327Z] #20 ... [2020-12-11T19:05:23.328Z] [2020-12-11T19:05:23.328Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:05:23.328Z] #41 181.6 CC criu/path.o [2020-12-11T19:05:23.328Z] #41 181.9 CC criu/pie-util-vdso-elf32.o [2020-12-11T19:05:23.425Z] [2020-12-11T19:05:23.425Z] #66 exporting to image [2020-12-11T19:05:23.425Z] #66 exporting layers [2020-12-11T19:05:23.487Z] #54 ... [2020-12-11T19:05:23.487Z] [2020-12-11T19:05:23.487Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:05:23.487Z] #41 188.7 CC criu/sockets.o [2020-12-11T19:05:23.750Z] #41 189.1 CC criu/stats.o [2020-12-11T19:05:24.012Z] #41 189.3 CC criu/string.o [2020-12-11T19:05:24.012Z] #41 189.4 CC criu/sysctl.o [2020-12-11T19:05:24.257Z] #41 182.4 CC criu/pie-util-vdso.o [2020-12-11T19:05:24.257Z] #41 ... [2020-12-11T19:05:24.257Z] [2020-12-11T19:05:24.257Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-11T19:05:24.257Z] #20 13.30 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-12-11T19:05:24.257Z] #20 13.30 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-12-11T19:05:24.257Z] #20 13.36 Successfully built pyyaml [2020-12-11T19:05:24.257Z] #20 13.37 Installing collected packages: pathspec, pyyaml, yamllint [2020-12-11T19:05:24.257Z] #20 13.69 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-12-11T19:05:24.257Z] #20 DONE 14.1s [2020-12-11T19:05:24.257Z] [2020-12-11T19:05:24.257Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-12-11T19:05:24.257Z] #23 DONE 0.1s [2020-12-11T19:05:24.257Z] [2020-12-11T19:05:24.257Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:05:24.274Z] #41 189.7 CC criu/sysfs_parse.o [2020-12-11T19:05:24.536Z] #41 189.9 CC criu/timens.o [2020-12-11T19:05:24.799Z] #41 190.2 CC criu/timerfd.o [2020-12-11T19:05:24.862Z] #41 183.2 CC criu/pie-util.o [2020-12-11T19:05:25.119Z] #41 183.4 CC criu/pipes.o [2020-12-11T19:05:25.374Z] #41 190.6 CC criu/tty.o [2020-12-11T19:05:25.725Z] #41 184.1 CC criu/plugin.o [2020-12-11T19:05:25.948Z] #41 191.4 CC criu/tun.o [2020-12-11T19:05:26.023Z] #41 ... [2020-12-11T19:05:26.023Z] [2020-12-11T19:05:26.023Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-12-11T19:05:26.023Z] #28 DONE 1.7s [2020-12-11T19:05:26.023Z] [2020-12-11T19:05:26.023Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:05:26.023Z] #41 184.4 CC criu/proc_parse.o [2020-12-11T19:05:26.211Z] #41 191.7 CC criu/uffd.o [2020-12-11T19:05:26.280Z] #41 ... [2020-12-11T19:05:26.280Z] [2020-12-11T19:05:26.280Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-12-11T19:05:26.280Z] #31 DONE 0.3s [2020-12-11T19:05:26.280Z] [2020-12-11T19:05:26.280Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-12-11T19:05:26.280Z] #33 DONE 0.1s [2020-12-11T19:05:26.579Z] [2020-12-11T19:05:26.579Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-12-11T19:05:26.579Z] #36 DONE 0.0s [2020-12-11T19:05:26.579Z] [2020-12-11T19:05:26.579Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:05:26.785Z] #41 192.3 CC criu/util.o [2020-12-11T19:05:27.657Z] #56 305.2 + bin/containerd-shim-runc-v2 [2020-12-11T19:05:27.732Z] #41 192.9 CC criu/uts_ns.o [2020-12-11T19:05:27.732Z] #41 193.1 CC criu/vdso-compat.o [2020-12-11T19:05:27.951Z] #56 306.2 + binaries [2020-12-11T19:05:27.994Z] #41 193.2 CC criu/vdso.o [2020-12-11T19:05:28.245Z] #56 306.2 + install -D bin/containerd /build/containerd [2020-12-11T19:05:28.245Z] #56 306.3 + install -D bin/containerd-shim /build/containerd-shim [2020-12-11T19:05:28.245Z] #56 306.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-12-11T19:05:28.245Z] #56 306.3 + install -D bin/ctr /build/ctr [2020-12-11T19:05:28.245Z] #56 DONE 306.4s [2020-12-11T19:05:28.256Z] #41 193.5 LINK criu/built-in.o [2020-12-11T19:05:28.256Z] #41 193.6 LINK criu/criu [2020-12-11T19:05:28.518Z] #41 193.9 DEP lib/c/criu.d [2020-12-11T19:05:28.518Z] #41 193.9 CC images/rpc.pb-c.o [2020-12-11T19:05:28.558Z] #51 ... [2020-12-11T19:05:28.558Z] [2020-12-11T19:05:28.558Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:05:28.558Z] #41 186.9 CC criu/protobuf-desc.o [2020-12-11T19:05:28.780Z] #41 194.2 CC lib/c/criu.o [2020-12-11T19:05:29.293Z] [2020-12-11T19:05:29.293Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-12-11T19:05:29.293Z] #57 DONE 0.1s [2020-12-11T19:05:29.293Z] [2020-12-11T19:05:29.293Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-12-11T19:05:29.293Z] #61 DONE 0.1s [2020-12-11T19:05:29.354Z] #41 194.8 LINK lib/c/built-in.o [2020-12-11T19:05:29.354Z] #41 194.8 LINK lib/c/libcriu.so [2020-12-11T19:05:29.354Z] #41 194.8 LINK lib/c/libcriu.a [2020-12-11T19:05:29.354Z] #41 194.9 GEN magic.py [2020-12-11T19:05:29.528Z] #41 188.0 CC criu/protobuf.o [2020-12-11T19:05:29.584Z] [2020-12-11T19:05:29.584Z] #63 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-12-11T19:05:29.584Z] #63 DONE 0.1s [2020-12-11T19:05:29.584Z] [2020-12-11T19:05:29.584Z] #65 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-12-11T19:05:29.584Z] #65 DONE 0.1s [2020-12-11T19:05:29.584Z] [2020-12-11T19:05:29.584Z] #66 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-12-11T19:05:29.584Z] #66 DONE 0.0s [2020-12-11T19:05:29.584Z] [2020-12-11T19:05:29.584Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-12-11T19:05:29.616Z] #41 194.9 Note: Building without setproctitle() and strlcpy() support. [2020-12-11T19:05:29.616Z] #41 194.9 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-12-11T19:05:29.616Z] #41 194.9 Note: Building without GnuTLS support [2020-12-11T19:05:29.616Z] #41 194.9 Makefile.config:39: Warn: you have no libnftables installed [2020-12-11T19:05:29.616Z] #41 194.9 Makefile.config:40: Warn: Building without nftables support [2020-12-11T19:05:29.828Z] #41 188.4 CC criu/pstree.o [2020-12-11T19:05:29.878Z] #41 195.4 fatal: not a git repository (or any of the parent directories): .git [2020-12-11T19:05:30.452Z] #41 195.9 make[1]: Nothing to be done for 'all'. [2020-12-11T19:05:30.715Z] #41 196.3 make[1]: 'images/built-in.o' is up to date. [2020-12-11T19:05:30.801Z] #41 189.3 CC criu/rbtree.o [2020-12-11T19:05:30.976Z] #41 196.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-12-11T19:05:30.976Z] #41 196.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-12-11T19:05:30.976Z] #41 196.3 make[1]: 'compel/libcompel.a' is up to date. [2020-12-11T19:05:30.976Z] #41 196.4 make[1]: 'compel/compel-host-bin' is up to date. [2020-12-11T19:05:30.976Z] #41 196.4 make[1]: Nothing to be done for 'all'. [2020-12-11T19:05:30.976Z] #41 196.4 make[1]: 'soccr/libsoccr.a' is up to date. [2020-12-11T19:05:30.976Z] #41 196.5 make[2]: Nothing to be done for 'all'. [2020-12-11T19:05:31.058Z] #41 189.5 CC criu/rst-malloc.o [2020-12-11T19:05:31.238Z] #41 196.5 make[2]: Nothing to be done for 'all'. [2020-12-11T19:05:31.238Z] #41 196.5 make[2]: Nothing to be done for 'all'. [2020-12-11T19:05:31.238Z] #41 196.6 make[2]: Nothing to be done for 'all'. [2020-12-11T19:05:31.238Z] #41 196.6 make[2]: Nothing to be done for 'all'. [2020-12-11T19:05:31.238Z] #41 196.6 make[2]: Nothing to be done for 'all'. [2020-12-11T19:05:31.238Z] #41 196.7 make[2]: Nothing to be done for 'all'. [2020-12-11T19:05:31.238Z] #41 196.8 make[2]: Nothing to be done for 'all'. [2020-12-11T19:05:31.356Z] #41 189.7 CC criu/seccomp.o [2020-12-11T19:05:31.356Z] #41 ... [2020-12-11T19:05:31.356Z] [2020-12-11T19:05:31.356Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-11T19:05:31.356Z] #51 105.0 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-12-11T19:05:31.356Z] #51 107.0 + mkdir -p /build [2020-12-11T19:05:31.356Z] #51 107.0 + cp runc /build/runc [2020-12-11T19:05:31.356Z] #51 DONE 107.8s [2020-12-11T19:05:31.356Z] [2020-12-11T19:05:31.356Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-11T19:05:31.356Z] #38 DONE 293.1s [2020-12-11T19:05:31.500Z] #41 196.8 INSTALL criu/criu [2020-12-11T19:05:31.500Z] #41 DONE 197.0s [2020-12-11T19:05:31.500Z] [2020-12-11T19:05:31.500Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:05:31.584Z] #66 exporting layers 7.0s done [2020-12-11T19:05:31.584Z] #66 writing image sha256:66e01f35ec9d6aebb52083da165b4ba319069566ae3617fe5074e6e31faf9834 done [2020-12-11T19:05:31.584Z] #66 naming to docker.io/library/docker:5fd8d701ceff35235fc447ca9433b44f855d688d done [2020-12-11T19:05:31.584Z] #66 DONE 7.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-12-11T19:05:31.654Z] [2020-12-11T19:05:31.654Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:05:31.656Z] #67 DONE 2.1s [2020-12-11T19:05:31.656Z] [2020-12-11T19:05:31.656Z] #68 exporting to oci image format [2020-12-11T19:05:31.656Z] #68 exporting layers [2020-12-11T19:05:31.911Z] #54 ... [2020-12-11T19:05:31.911Z] [2020-12-11T19:05:31.911Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:05:31.911Z] #41 190.2 CC criu/seize.o [2020-12-11T19:05:31.941Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41783/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5fd8d701ceff35235fc447ca9433b44f855d688d hack/test/unit [2020-12-11T19:05:32.517Z] #41 191.0 CC criu/servicefd.o [2020-12-11T19:05:32.889Z] #54 ... [2020-12-11T19:05:32.889Z] [2020-12-11T19:05:32.889Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-12-11T19:05:32.889Z] #42 DONE 0.1s [2020-12-11T19:05:33.080Z] #41 191.6 CC criu/shmem.o [2020-12-11T19:05:33.151Z] [2020-12-11T19:05:33.151Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-12-11T19:05:36.155Z] #41 192.5 CC criu/sigframe.o [2020-12-11T19:05:36.155Z] #41 192.7 CC criu/signalfd.o [2020-12-11T19:05:36.155Z] #41 192.9 CC criu/sk-inet.o [2020-12-11T19:05:36.155Z] #41 ... [2020-12-11T19:05:36.155Z] [2020-12-11T19:05:36.155Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-12-11T19:05:36.155Z] #39 DONE 0.8s [2020-12-11T19:05:36.155Z] [2020-12-11T19:05:36.155Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:05:36.155Z] #41 193.7 CC criu/sk-netlink.o [2020-12-11T19:05:36.155Z] #41 194.0 CC criu/sk-packet.o [2020-12-11T19:05:36.155Z] #41 194.4 CC criu/sk-queue.o [2020-12-11T19:05:36.157Z] #44 DONE 0.4s [2020-12-11T19:05:36.157Z] [2020-12-11T19:05:36.157Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-12-11T19:05:36.157Z] #46 DONE 0.2s [2020-12-11T19:05:36.157Z] [2020-12-11T19:05:36.157Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-12-11T19:05:36.157Z] #48 DONE 1.0s [2020-12-11T19:05:36.157Z] [2020-12-11T19:05:36.157Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-12-11T19:05:36.157Z] #50 DONE 0.1s [2020-12-11T19:05:36.157Z] [2020-12-11T19:05:36.157Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-12-11T19:05:36.157Z] #52 DONE 0.3s [2020-12-11T19:05:36.157Z] [2020-12-11T19:05:36.157Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:05:36.157Z] #54 234.9 + bin/containerd [2020-12-11T19:05:36.178Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-12-11T19:05:36.455Z] #41 194.7 CC criu/sk-tcp.o [2020-12-11T19:05:36.582Z] 4612f6d0b889: Pull complete [2020-12-11T19:05:36.711Z] #41 195.1 CC criu/sk-unix.o [2020-12-11T19:05:37.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-12-11T19:05:37.651Z] #41 ... [2020-12-11T19:05:37.651Z] [2020-12-11T19:05:37.651Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:05:37.651Z] #47 298.8 + /build/golangci-lint --version [2020-12-11T19:05:37.651Z] #47 299.1 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-12-11T19:05:37.651Z] #47 DONE 299.3s [2020-12-11T19:05:37.651Z] [2020-12-11T19:05:37.651Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-11T19:05:37.651Z] #41 196.1 CC criu/sockets.o [2020-12-11T19:05:38.079Z] ? github.com/docker/docker/api [no test files] [2020-12-11T19:05:38.581Z] #41 196.8 CC criu/stats.o [2020-12-11T19:05:38.581Z] #41 197.0 CC criu/string.o [2020-12-11T19:05:38.581Z] #41 197.0 CC criu/sysctl.o [2020-12-11T19:05:39.144Z] #41 197.4 CC criu/sysfs_parse.o [2020-12-11T19:05:39.144Z] #41 197.6 CC criu/timens.o [2020-12-11T19:05:39.276Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-12-11T19:05:39.400Z] #41 197.9 CC criu/timerfd.o [2020-12-11T19:05:39.657Z] #41 198.2 CC criu/tty.o [2020-12-11T19:05:40.586Z] #41 199.0 CC criu/tun.o [2020-12-11T19:05:40.842Z] #41 199.3 CC criu/uffd.o [2020-12-11T19:05:41.405Z] #41 199.8 CC criu/util.o [2020-12-11T19:05:41.968Z] #41 200.4 CC criu/uts_ns.o [2020-12-11T19:05:42.224Z] #41 200.5 CC criu/vdso-compat.o [2020-12-11T19:05:42.224Z] #41 200.6 CC criu/vdso.o [2020-12-11T19:05:42.480Z] #41 200.9 LINK criu/built-in.o [2020-12-11T19:05:42.480Z] #41 201.0 LINK criu/criu [2020-12-11T19:05:42.736Z] #41 201.2 DEP lib/c/criu.d [2020-12-11T19:05:42.736Z] #41 201.3 CC images/rpc.pb-c.o [2020-12-11T19:05:43.300Z] #41 201.5 CC lib/c/criu.o [2020-12-11T19:05:43.557Z] #41 202.1 LINK lib/c/built-in.o [2020-12-11T19:05:43.813Z] #41 202.1 LINK lib/c/libcriu.so [2020-12-11T19:05:43.813Z] #41 202.1 LINK lib/c/libcriu.a [2020-12-11T19:05:43.813Z] #41 202.2 GEN magic.py [2020-12-11T19:05:43.813Z] #41 202.3 Note: Building without setproctitle() and strlcpy() support. [2020-12-11T19:05:43.813Z] #41 202.3 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-12-11T19:05:43.813Z] #41 202.3 Note: Building without GnuTLS support [2020-12-11T19:05:43.813Z] #41 202.3 Makefile.config:39: Warn: you have no libnftables installed [2020-12-11T19:05:43.813Z] #41 202.3 Makefile.config:40: Warn: Building without nftables support [2020-12-11T19:05:44.376Z] #41 202.8 fatal: not a git repository (or any of the parent directories): .git [2020-12-11T19:05:44.632Z] #41 203.2 make[1]: Nothing to be done for 'all'. [2020-12-11T19:05:45.195Z] #41 203.6 make[1]: 'images/built-in.o' is up to date. [2020-12-11T19:05:45.195Z] #41 203.6 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-12-11T19:05:45.195Z] #41 203.6 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-12-11T19:05:45.195Z] #41 203.7 make[1]: 'compel/libcompel.a' is up to date. [2020-12-11T19:05:45.195Z] #41 203.7 make[1]: 'compel/compel-host-bin' is up to date. [2020-12-11T19:05:45.195Z] #41 203.7 make[1]: Nothing to be done for 'all'. [2020-12-11T19:05:45.195Z] #41 203.7 make[1]: 'soccr/libsoccr.a' is up to date. [2020-12-11T19:05:45.195Z] #41 203.8 make[2]: Nothing to be done for 'all'. [2020-12-11T19:05:45.452Z] #41 203.8 make[2]: Nothing to be done for 'all'. [2020-12-11T19:05:45.452Z] #41 203.9 make[2]: Nothing to be done for 'all'. [2020-12-11T19:05:45.452Z] #41 204.0 make[2]: Nothing to be done for 'all'. [2020-12-11T19:05:45.708Z] #41 204.0 make[2]: Nothing to be done for 'all'. [2020-12-11T19:05:45.708Z] #41 204.0 make[2]: Nothing to be done for 'all'. [2020-12-11T19:05:45.708Z] #41 204.0 make[2]: Nothing to be done for 'all'. [2020-12-11T19:05:45.708Z] #41 204.1 make[2]: Nothing to be done for 'all'. [2020-12-11T19:05:45.708Z] #41 204.1 INSTALL criu/criu [2020-12-11T19:05:45.965Z] #41 DONE 204.4s [2020-12-11T19:05:45.965Z] [2020-12-11T19:05:45.965Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:05:46.893Z] #54 ... [2020-12-11T19:05:46.893Z] [2020-12-11T19:05:46.893Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-12-11T19:05:47.148Z] #42 DONE 0.0s [2020-12-11T19:05:47.148Z] [2020-12-11T19:05:47.148Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-12-11T19:05:47.148Z] #44 DONE 0.2s [2020-12-11T19:05:47.148Z] [2020-12-11T19:05:47.148Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:05:47.404Z] #54 ... [2020-12-11T19:05:47.404Z] [2020-12-11T19:05:47.404Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-12-11T19:05:47.404Z] #46 DONE 0.1s [2020-12-11T19:05:47.404Z] [2020-12-11T19:05:47.404Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-12-11T19:05:47.661Z] #48 DONE 0.5s [2020-12-11T19:05:47.661Z] [2020-12-11T19:05:47.661Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-12-11T19:05:47.661Z] #50 DONE 0.0s [2020-12-11T19:05:47.661Z] [2020-12-11T19:05:47.661Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:05:47.916Z] #54 ... [2020-12-11T19:05:47.916Z] [2020-12-11T19:05:47.916Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-12-11T19:05:48.172Z] #52 DONE 0.4s [2020-12-11T19:05:48.172Z] [2020-12-11T19:05:48.172Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-11T19:05:49.100Z] #54 246.1 + bin/containerd [2020-12-11T19:05:56.238Z] ok github.com/docker/docker/api/server 0.051s coverage: 9.0% of statements [2020-12-11T19:05:57.841Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-12-11T19:05:57.841Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-12-11T19:05:58.132Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-12-11T19:05:58.763Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-12-11T19:05:59.053Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-12-11T19:06:00.084Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-12-11T19:06:02.189Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-12-11T19:06:02.755Z] #54 262.4 + bin/containerd-stress [2020-12-11T19:06:03.221Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-12-11T19:06:04.141Z] #54 264.4 + bin/containerd-shim [2020-12-11T19:06:04.255Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-12-11T19:06:04.545Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-12-11T19:06:05.576Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-12-11T19:06:06.207Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-12-11T19:06:07.713Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-12-11T19:06:08.003Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-12-11T19:06:09.036Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-12-11T19:06:09.668Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-12-11T19:06:09.668Z] Using test binary docker [2020-12-11T19:06:09.668Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-12-11T19:06:09.668Z] +++ /etc/init.d/apparmor start [2020-12-11T19:06:09.668Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-12-11T19:06:09.668Z] INFO: Waiting for daemon to start... [2020-12-11T19:06:09.668Z] Starting dockerd [2020-12-11T19:06:09.668Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2020-12-11T19:06:10.740Z] #54 271.3 + bin/containerd-shim-runc-v1 [2020-12-11T19:06:11.730Z] . [2020-12-11T19:06:11.730Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-12-11T19:06:11.730Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-12-11T19:06:11.730Z] Error: No such image: emptyfs [2020-12-11T19:06:11.730Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-12-11T19:06:11.730Z] ++++ docker load [2020-12-11T19:06:12.021Z] Running integration-test (iteration 1) [2020-12-11T19:06:12.021Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-12-11T19:06:12.021Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:06:12.021Z] ++ set -e [2020-12-11T19:06:12.021Z] ++ '[' -n 0 ']' [2020-12-11T19:06:12.021Z] ++ set -x [2020-12-11T19:06:12.021Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-12-11T19:06:16.034Z] #54 275.8 + bin/containerd-shim-runc-v2 [2020-12-11T19:06:16.034Z] #54 276.8 + binaries [2020-12-11T19:06:16.295Z] #54 276.8 + install -D bin/containerd /build/containerd [2020-12-11T19:06:16.295Z] #54 276.8 + install -D bin/containerd-shim /build/containerd-shim [2020-12-11T19:06:16.295Z] #54 276.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-12-11T19:06:16.295Z] #54 276.9 + install -D bin/ctr /build/ctr [2020-12-11T19:06:18.210Z] #54 DONE 278.7s [2020-12-11T19:06:19.155Z] [2020-12-11T19:06:19.155Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-12-11T19:06:20.098Z] #55 DONE 0.9s [2020-12-11T19:06:20.099Z] [2020-12-11T19:06:20.099Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-12-11T19:06:20.099Z] #59 DONE 0.2s [2020-12-11T19:06:20.099Z] [2020-12-11T19:06:20.099Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-12-11T19:06:20.359Z] #61 DONE 0.4s [2020-12-11T19:06:20.485Z] Loaded image: buildpack-deps:buster [2020-12-11T19:06:20.620Z] [2020-12-11T19:06:20.620Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-12-11T19:06:20.620Z] #63 DONE 0.0s [2020-12-11T19:06:20.620Z] [2020-12-11T19:06:20.620Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-12-11T19:06:20.620Z] #64 DONE 0.0s [2020-12-11T19:06:20.620Z] [2020-12-11T19:06:20.620Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-12-11T19:06:20.882Z] Loaded image: busybox:latest [2020-12-11T19:06:20.882Z] Loaded image: busybox:glibc [2020-12-11T19:06:20.882Z] Loaded image: debian:buster [2020-12-11T19:06:20.882Z] Loaded image: hello-world:latest [2020-12-11T19:06:20.882Z] Loaded image: arm32v7/hello-world:latest [2020-12-11T19:06:21.173Z] INFO: Testing against a local daemon [2020-12-11T19:06:21.173Z] === RUN TestCgroupNamespacesBuild [2020-12-11T19:06:21.177Z] #54 274.2 + bin/containerd-stress [2020-12-11T19:06:21.177Z] #54 276.2 + bin/containerd-shim [2020-12-11T19:06:22.534Z] #65 DONE 1.7s [2020-12-11T19:06:22.534Z] [2020-12-11T19:06:22.534Z] #66 exporting to image [2020-12-11T19:06:22.534Z] #66 exporting layers [2020-12-11T19:06:23.926Z] --- PASS: TestCgroupNamespacesBuild (2.37s) [2020-12-11T19:06:23.926Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-12-11T19:06:25.429Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.86s) [2020-12-11T19:06:25.429Z] === RUN TestBuildWithSession [2020-12-11T19:06:25.429Z] --- SKIP: TestBuildWithSession (0.00s) [2020-12-11T19:06:25.429Z] build_session_test.go:25: TODO: BuildKit [2020-12-11T19:06:25.429Z] === RUN TestBuildSquashParent [2020-12-11T19:06:26.463Z] #54 282.9 + bin/containerd-shim-runc-v1 [2020-12-11T19:06:29.123Z] #66 exporting layers 6.6s done [2020-12-11T19:06:29.123Z] #66 writing image sha256:4df4c8c4f70aaa49718fda9f40d8b9eae91aca1bc751a0b70aefffe223db4d3a done [2020-12-11T19:06:29.123Z] #66 naming to docker.io/library/docker:5fd8d701ceff35235fc447ca9433b44f855d688d done [2020-12-11T19:06:29.123Z] #66 DONE 6.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-12-11T19:06:29.481Z] + trap exit INT TERM [2020-12-11T19:06:29.481Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2020-12-11T19:06:29.481Z] + CONTAINER_NAME=docker-pr1 [2020-12-11T19:06:29.481Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41783/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41783/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d -e DOCKER_GRAPHDRIVER docker:5fd8d701ceff35235fc447ca9433b44f855d688d hack/make.sh dynbinary-daemon [2020-12-11T19:06:30.460Z] [2020-12-11T19:06:30.460Z] Removing bundles/ [2020-12-11T19:06:30.460Z] [2020-12-11T19:06:30.460Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-12-11T19:06:30.642Z] #54 287.5 + bin/containerd-shim-runc-v2 [2020-12-11T19:06:30.721Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-12-11T19:06:30.721Z] GOOS="" GOARCH="" GOARM="" [2020-12-11T19:06:31.203Z] #54 288.4 + binaries [2020-12-11T19:06:31.203Z] #54 288.4 + install -D bin/containerd /build/containerd [2020-12-11T19:06:31.203Z] #54 288.5 + install -D bin/containerd-shim /build/containerd-shim [2020-12-11T19:06:31.458Z] #54 288.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-12-11T19:06:31.458Z] #54 288.5 + install -D bin/ctr /build/ctr [2020-12-11T19:06:32.307Z] --- PASS: TestBuildSquashParent (6.62s) [2020-12-11T19:06:32.307Z] === RUN TestBuildWithRemoveAndForceRemove [2020-12-11T19:06:32.307Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-11T19:06:32.307Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-11T19:06:32.307Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-11T19:06:32.307Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-11T19:06:32.307Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-11T19:06:32.307Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-11T19:06:32.307Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-11T19:06:32.307Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-11T19:06:32.307Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-11T19:06:32.307Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-11T19:06:32.307Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-11T19:06:32.307Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-11T19:06:32.307Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-11T19:06:32.307Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-11T19:06:32.821Z] #54 DONE 289.8s [2020-12-11T19:06:33.751Z] [2020-12-11T19:06:33.751Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-12-11T19:06:34.677Z] #55 DONE 0.9s [2020-12-11T19:06:34.677Z] [2020-12-11T19:06:34.677Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-12-11T19:06:34.677Z] #59 DONE 0.2s [2020-12-11T19:06:34.932Z] [2020-12-11T19:06:34.932Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-12-11T19:06:35.032Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-11T19:06:35.032Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-11T19:06:35.493Z] #61 DONE 0.6s [2020-12-11T19:06:35.493Z] [2020-12-11T19:06:35.493Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-12-11T19:06:35.493Z] #63 DONE 0.0s [2020-12-11T19:06:35.493Z] [2020-12-11T19:06:35.493Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-12-11T19:06:35.493Z] #64 DONE 0.0s [2020-12-11T19:06:35.493Z] [2020-12-11T19:06:35.493Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-12-11T19:06:36.856Z] #65 DONE 1.5s [2020-12-11T19:06:36.856Z] [2020-12-11T19:06:36.856Z] #66 exporting to image [2020-12-11T19:06:36.856Z] #66 exporting layers [2020-12-11T19:06:37.097Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-11T19:06:37.097Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-11T19:06:39.821Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-12-11T19:06:39.821Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.77s) [2020-12-11T19:06:39.821Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.85s) [2020-12-11T19:06:39.821Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.35s) [2020-12-11T19:06:39.821Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.50s) [2020-12-11T19:06:39.821Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.43s) [2020-12-11T19:06:39.821Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.52s) [2020-12-11T19:06:39.821Z] === RUN TestBuildMultiStageCopy [2020-12-11T19:06:39.821Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-12-11T19:06:42.545Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-12-11T19:06:43.176Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-12-11T19:06:43.432Z] #66 exporting layers 6.3s done [2020-12-11T19:06:43.433Z] #66 writing image sha256:c2bbf790f6ef091330e113a4f8923a2c9c184823415b2cf86117b2cc0c8f18b5 done [2020-12-11T19:06:43.433Z] #66 naming to docker.io/library/docker:5fd8d701ceff35235fc447ca9433b44f855d688d done [2020-12-11T19:06:43.433Z] #66 DONE 6.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-12-11T19:06:43.776Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41783/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d -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:5fd8d701ceff35235fc447ca9433b44f855d688d hack/make.sh dynbinary test-integration [2020-12-11T19:06:43.806Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-12-11T19:06:44.436Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-12-11T19:06:44.702Z] [2020-12-11T19:06:44.702Z] Removing bundles/ [2020-12-11T19:06:44.702Z] [2020-12-11T19:06:44.702Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-12-11T19:06:44.702Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-12-11T19:06:44.702Z] GOOS="" GOARCH="" GOARM="" [2020-12-11T19:06:45.066Z] --- PASS: TestBuildMultiStageCopy (5.36s) [2020-12-11T19:06:45.066Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.83s) [2020-12-11T19:06:45.066Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.55s) [2020-12-11T19:06:45.066Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.62s) [2020-12-11T19:06:45.066Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.66s) [2020-12-11T19:06:45.066Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.70s) [2020-12-11T19:06:45.066Z] === RUN TestBuildMultiStageParentConfig [2020-12-11T19:06:46.401Z] INFO [loader] Go packages loading at mode 575 (files|deps|exports_file|imports|name|types_sizes|compiled_files) took 1m58.348642039s [2020-12-11T19:06:46.401Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 638.880134ms [2020-12-11T19:06:46.590Z] --- PASS: TestBuildMultiStageParentConfig (1.70s) [2020-12-11T19:06:46.590Z] === RUN TestBuildLabelWithTargets [2020-12-11T19:06:49.313Z] --- PASS: TestBuildLabelWithTargets (2.60s) [2020-12-11T19:06:49.313Z] === RUN TestBuildWithEmptyLayers [2020-12-11T19:06:50.345Z] --- PASS: TestBuildWithEmptyLayers (1.14s) [2020-12-11T19:06:50.345Z] === RUN TestBuildMultiStageOnBuild [2020-12-11T19:06:52.549Z] ok github.com/docker/docker/api/server/httputils 0.031s coverage: 14.7% of statements [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-12-11T19:06:52.549Z] ok github.com/docker/docker/api/server/middleware 0.052s coverage: 37.7% of statements [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/server/router [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-12-11T19:06:52.549Z] ok github.com/docker/docker/api/types/strslice 0.019s coverage: 90.0% of statements [2020-12-11T19:06:52.549Z] ok github.com/docker/docker/api/types/filters 0.014s coverage: 92.2% of statements [2020-12-11T19:06:52.549Z] ok github.com/docker/docker/api/server/router/swarm 0.016s coverage: 5.7% of statements [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/types [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/types/container [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/types/events [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/types/image [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/types/network [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-12-11T19:06:52.549Z] ok github.com/docker/docker/api/types/time 0.018s coverage: 100.0% of statements [2020-12-11T19:06:52.549Z] ok github.com/docker/docker/api/types/versions 0.028s coverage: 75.0% of statements [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/builder [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-12-11T19:06:52.549Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-12-11T19:06:53.124Z] ok github.com/docker/docker/cli/debug 0.014s coverage: 100.0% of statements [2020-12-11T19:06:53.856Z] --- PASS: TestBuildMultiStageOnBuild (3.09s) [2020-12-11T19:06:53.856Z] === RUN TestBuildUncleanTarFilenames [2020-12-11T19:06:54.519Z] ok github.com/docker/docker/builder/remotecontext 0.359s coverage: 13.7% of statements [2020-12-11T19:06:54.888Z] --- PASS: TestBuildUncleanTarFilenames (1.49s) [2020-12-11T19:06:54.888Z] === RUN TestBuildMultiStageLayerLeak [2020-12-11T19:06:55.468Z] ok github.com/docker/docker/builder/dockerfile 0.855s coverage: 48.3% of statements [2020-12-11T19:06:55.468Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-12-11T19:06:56.046Z] ok github.com/docker/docker/builder/remotecontext/git 3.568s coverage: 86.3% of statements [2020-12-11T19:06:56.046Z] ? github.com/docker/docker/cli [no test files] [2020-12-11T19:06:56.046Z] ? github.com/docker/docker/cli/config [no test files] [2020-12-11T19:06:56.377Z] #68 exporting layers 81.4s done [2020-12-11T19:06:56.377Z] #68 exporting manifest sha256:0328944e6e54fb10323efa82faa6d1118df2dabbc90a2d3d3b867a9f7ffa0251 done [2020-12-11T19:06:56.377Z] #68 exporting config sha256:69fa04b013ab72e50581cb759295fcaca16f35b49d9846304c49382b2657534c done [2020-12-11T19:06:56.377Z] #68 sending tarball [2020-12-11T19:06:58.396Z] --- PASS: TestBuildMultiStageLayerLeak (3.20s) [2020-12-11T19:06:58.396Z] === RUN TestBuildWithHugeFile [2020-12-11T19:07:00.276Z] ok github.com/docker/docker/client 0.251s coverage: 75.4% of statements [2020-12-11T19:07:09.162Z] #68 sending tarball 15.6s done [2020-12-11T19:07:09.162Z] #68 DONE 97.0s [2020-12-11T19:07:09.162Z] [2020-12-11T19:07:09.162Z] #69 importing to docker [2020-12-11T19:07:26.895Z] ok github.com/docker/docker/cmd/dockerd 0.174s coverage: 29.2% of statements [2020-12-11T19:07:28.036Z] #69 DONE 16.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-12-11T19:07:28.472Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41783/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5fd8d701ceff35235fc447ca9433b44f855d688d hack/test/unit [2020-12-11T19:07:28.824Z] ok github.com/docker/docker/container 0.164s coverage: 34.7% of statements [2020-12-11T19:07:28.824Z] ? github.com/docker/docker/container/stream [no test files] [2020-12-11T19:07:28.825Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-12-11T19:07:28.825Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-12-11T19:07:28.825Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-12-11T19:07:30.754Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.064s coverage: 65.3% of statements [2020-12-11T19:07:31.061Z] --- PASS: TestBuildWithHugeFile (27.56s) [2020-12-11T19:07:31.061Z] === RUN TestBuildWithEmptyDockerfile [2020-12-11T19:07:31.061Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-11T19:07:31.061Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-11T19:07:31.061Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-11T19:07:31.061Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-11T19:07:31.061Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-11T19:07:31.061Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-11T19:07:31.061Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-11T19:07:31.061Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-11T19:07:31.061Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-11T19:07:31.061Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2020-12-11T19:07:31.061Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.20s) [2020-12-11T19:07:31.061Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.20s) [2020-12-11T19:07:31.061Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s) [2020-12-11T19:07:31.061Z] === RUN TestBuildPreserveOwnership [2020-12-11T19:07:31.061Z] === RUN TestBuildPreserveOwnership/copy_from [2020-12-11T19:07:31.061Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-12-11T19:07:32.014Z] ? github.com/docker/docker/api [no test files] [2020-12-11T19:07:33.160Z] --- PASS: TestBuildPreserveOwnership (7.00s) [2020-12-11T19:07:33.160Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.53s) [2020-12-11T19:07:33.160Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.46s) [2020-12-11T19:07:33.160Z] === RUN TestBuildPlatformInvalid [2020-12-11T19:07:33.160Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2020-12-11T19:07:33.160Z] PASS [2020-12-11T19:07:33.160Z] [2020-12-11T19:07:33.160Z] === Skipped [2020-12-11T19:07:33.160Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-12-11T19:07:33.160Z] build_session_test.go:25: TODO: BuildKit [2020-12-11T19:07:33.160Z] [2020-12-11T19:07:33.160Z] [2020-12-11T19:07:33.160Z] DONE 32 tests, 1 skipped in 81.173s [2020-12-11T19:07:33.168Z] aa4f58cd6da1: Pull complete [2020-12-11T19:07:33.168Z] Digest: sha256:0030f755ca84ec601a080df3b47f281896d90ec7cf42bb95af04bd118511e9da [2020-12-11T19:07:33.168Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-11T19:07:33.168Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-11T19:07:33.168Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2020-12-11T19:07:33.168Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2020-12-11T19:07:33.168Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1637' [2020-12-11T19:07:33.168Z] INFO: Docker version of control daemon [2020-12-11T19:07:33.168Z] [2020-12-11T19:07:33.168Z] Client: Docker Engine - Enterprise [2020-12-11T19:07:33.168Z] Version: 19.03.12 [2020-12-11T19:07:33.168Z] API version: 1.40 [2020-12-11T19:07:33.168Z] Go version: go1.13.13 [2020-12-11T19:07:33.168Z] Git commit: 4306744 [2020-12-11T19:07:33.168Z] Built: 08/05/2020 19:27:53 [2020-12-11T19:07:33.168Z] OS/Arch: windows/amd64 [2020-12-11T19:07:33.168Z] Experimental: false [2020-12-11T19:07:33.168Z] [2020-12-11T19:07:33.168Z] Server: Docker Engine - Enterprise [2020-12-11T19:07:33.168Z] Engine: [2020-12-11T19:07:33.168Z] Version: 19.03.12 [2020-12-11T19:07:33.168Z] API version: 1.40 (minimum version 1.24) [2020-12-11T19:07:33.168Z] Go version: go1.13.13 [2020-12-11T19:07:33.168Z] Git commit: f295753ffd [2020-12-11T19:07:33.168Z] Built: 08/05/2020 19:26:41 [2020-12-11T19:07:33.168Z] OS/Arch: windows/amd64 [2020-12-11T19:07:33.168Z] Experimental: true [2020-12-11T19:07:33.168Z] [2020-12-11T19:07:33.168Z] INFO: Docker info of control daemon [2020-12-11T19:07:33.168Z] [2020-12-11T19:07:33.168Z] Client: [2020-12-11T19:07:33.168Z] Debug Mode: false [2020-12-11T19:07:33.168Z] Plugins: [2020-12-11T19:07:33.168Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2020-12-11T19:07:33.168Z] [2020-12-11T19:07:33.168Z] Server: [2020-12-11T19:07:33.168Z] Containers: 0 [2020-12-11T19:07:33.168Z] Running: 0 [2020-12-11T19:07:33.168Z] Paused: 0 [2020-12-11T19:07:33.168Z] Stopped: 0 [2020-12-11T19:07:33.168Z] Images: 1 [2020-12-11T19:07:33.168Z] Server Version: 19.03.12 [2020-12-11T19:07:33.168Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-12-11T19:07:33.168Z] Windows: [2020-12-11T19:07:33.168Z] LCOW: [2020-12-11T19:07:33.168Z] Logging Driver: json-file [2020-12-11T19:07:33.168Z] Plugins: [2020-12-11T19:07:33.168Z] Volume: local [2020-12-11T19:07:33.168Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-12-11T19:07:33.168Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-12-11T19:07:33.168Z] Swarm: inactive [2020-12-11T19:07:33.168Z] Default Isolation: process [2020-12-11T19:07:33.168Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-12-11T19:07:33.168Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1577) [2020-12-11T19:07:33.168Z] OSType: windows [2020-12-11T19:07:33.168Z] Architecture: x86_64 [2020-12-11T19:07:33.168Z] CPUs: 4 [2020-12-11T19:07:33.168Z] Total Memory: 32GiB [2020-12-11T19:07:33.168Z] Name: azwin-2-61e6b0 [2020-12-11T19:07:33.168Z] ID: DKSW:D2DR:7NAQ:X324:HLZ2:AIIZ:VM7L:XWZ3:VQ7M:S4Y3:PBO2:SNOV [2020-12-11T19:07:33.168Z] Docker Root Dir: D:\docker [2020-12-11T19:07:33.168Z] Debug Mode: false [2020-12-11T19:07:33.168Z] Registry: https://index.docker.io/v1/ [2020-12-11T19:07:33.168Z] Labels: [2020-12-11T19:07:33.168Z] Experimental: true [2020-12-11T19:07:33.168Z] Insecure Registries: [2020-12-11T19:07:33.168Z] 10.0.0.4:5000 [2020-12-11T19:07:33.168Z] 127.0.0.0/8 [2020-12-11T19:07:33.168Z] Registry Mirrors: [2020-12-11T19:07:33.168Z] http://10.0.0.4:5000/ [2020-12-11T19:07:33.168Z] Live Restore Enabled: false [2020-12-11T19:07:33.168Z] [2020-12-11T19:07:33.168Z] [2020-12-11T19:07:33.168Z] INFO: Commit hash is 5fd8d701ce [2020-12-11T19:07:33.168Z] INFO: Nuke-Everything... [2020-12-11T19:07:33.168Z] INFO: Container count on control daemon to delete is 0 [2020-12-11T19:07:33.168Z] INFO: Nuking d:\CI [2020-12-11T19:07:33.168Z] INFO: Zapped successfully [2020-12-11T19:07:33.168Z] INFO: Location for testing is d:\CI\PR-41783\1 [2020-12-11T19:07:33.168Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-12-11T19:07:33.168Z] [2020-12-11T19:07:33.168Z] [2020-12-11T19:07:33.168Z] INFO: Building the image from Dockerfile.windows at 12/11/2020 19:07:25... [2020-12-11T19:07:33.168Z] [2020-12-11T19:07:33.168Z] Sending build context to Docker daemon 58.04MB [2020-12-11T19:07:33.168Z] [2020-12-11T19:07:33.168Z] Step 1/10 : FROM microsoft/windowsservercore [2020-12-11T19:07:33.168Z] ---> c0773f9ce353 [2020-12-11T19:07:33.168Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-12-11T19:07:33.168Z] ---> Running in 93bbd729fd3b [2020-12-11T19:07:33.168Z] Removing intermediate container 93bbd729fd3b [2020-12-11T19:07:33.168Z] ---> fd8a79dee6f0 [2020-12-11T19:07:33.168Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2020-12-11T19:07:33.168Z] ---> Running in 7a77dbaa3d48 [2020-12-11T19:07:33.168Z] Removing intermediate container 7a77dbaa3d48 [2020-12-11T19:07:33.168Z] ---> be65a87bb8f7 [2020-12-11T19:07:33.168Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2020-12-11T19:07:33.168Z] ---> Running in 5552beda66ff [2020-12-11T19:07:33.168Z] Removing intermediate container 5552beda66ff [2020-12-11T19:07:33.168Z] ---> 484c0017c202 [2020-12-11T19:07:33.168Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT} [2020-12-11T19:07:33.168Z] ---> Running in 4148c8fabe04 [2020-12-11T19:07:33.168Z] Removing intermediate container 4148c8fabe04 [2020-12-11T19:07:33.168Z] ---> 396167d21474 [2020-12-11T19:07:33.168Z] 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; [2020-12-11T19:07:33.168Z] ---> Running in b8499154e7fc [2020-12-11T19:07:33.321Z] ok github.com/docker/docker/daemon/cluster/convert 0.055s coverage: 35.9% of statements [2020-12-11T19:07:33.450Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-12-11T19:07:33.451Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:07:33.451Z] ++ set -e [2020-12-11T19:07:33.451Z] ++ '[' -n 0 ']' [2020-12-11T19:07:33.451Z] ++ set -x [2020-12-11T19:07:33.451Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:07:33.451Z] INFO: Testing against a local daemon [2020-12-11T19:07:33.451Z] === RUN TestConfigInspect [2020-12-11T19:07:35.885Z] ok github.com/docker/docker/daemon/cluster 0.123s coverage: 0.5% of statements [2020-12-11T19:07:37.819Z] ok github.com/docker/docker/daemon/discovery 0.020s coverage: 30.0% of statements [2020-12-11T19:07:37.890Z] --- PASS: TestConfigInspect (3.96s) [2020-12-11T19:07:37.891Z] === RUN TestConfigList [2020-12-11T19:07:38.998Z] [2020-12-11T19:07:38.998Z] SUCCESS: Specified value was saved. [2020-12-11T19:07:39.235Z] ok github.com/docker/docker/daemon/config 0.155s coverage: 81.8% of statements [2020-12-11T19:07:39.533Z] ok github.com/docker/docker/daemon/events 0.071s coverage: 50.0% of statements [2020-12-11T19:07:40.545Z] INFO: Downloading git... [2020-12-11T19:07:41.394Z] --- PASS: TestConfigList (3.90s) [2020-12-11T19:07:41.394Z] === RUN TestConfigsCreateAndDelete [2020-12-11T19:07:41.461Z] ok github.com/docker/docker/daemon/graphdriver 0.019s coverage: 2.2% of statements [2020-12-11T19:07:42.104Z] INFO: Downloading go... [2020-12-11T19:07:44.773Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.512s coverage: 14.1% of statements [2020-12-11T19:07:44.773Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.018s coverage: 2.9% of statements [2020-12-11T19:07:45.348Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.639s coverage: 56.2% of statements [2020-12-11T19:07:45.841Z] --- PASS: TestConfigsCreateAndDelete (3.91s) [2020-12-11T19:07:45.841Z] === RUN TestConfigsUpdate [2020-12-11T19:07:47.429Z] ok github.com/docker/docker/api/server 0.024s coverage: 9.0% of statements [2020-12-11T19:07:47.910Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.016s coverage: 1.8% of statements [2020-12-11T19:07:49.246Z] INFO: Downloading compiler 1 of 3... [2020-12-11T19:07:49.342Z] --- PASS: TestConfigsUpdate (3.81s) [2020-12-11T19:07:49.342Z] === RUN TestTemplatedConfig [2020-12-11T19:07:49.711Z] INFO: Downloading compiler 2 of 3... [2020-12-11T19:07:50.175Z] INFO: Downloading compiler 3 of 3... [2020-12-11T19:07:50.471Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.155s coverage: 46.2% of statements [2020-12-11T19:07:50.638Z] INFO: Extracting git... [2020-12-11T19:07:51.047Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.559s coverage: 73.1% of statements [2020-12-11T19:07:51.624Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.872s coverage: 49.5% of statements [2020-12-11T19:07:52.847Z] --- PASS: TestTemplatedConfig (3.85s) [2020-12-11T19:07:52.848Z] === RUN TestConfigCreateResolve [2020-12-11T19:07:53.049Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.020s coverage: 58.0% of statements [2020-12-11T19:07:53.638Z] ok github.com/docker/docker/daemon 12.328s coverage: 17.2% of statements [2020-12-11T19:07:53.638Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.026s coverage: 3.0% of statements [2020-12-11T19:07:53.638Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-12-11T19:07:53.638Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-12-11T19:07:53.638Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-12-11T19:07:53.638Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-12-11T19:07:53.638Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-12-11T19:07:54.251Z] ok github.com/docker/docker/daemon/links 0.044s coverage: 93.0% of statements [2020-12-11T19:07:56.824Z] ok github.com/docker/docker/daemon/logger 0.281s coverage: 41.0% of statements [2020-12-11T19:07:57.088Z] ok github.com/docker/docker/daemon/images 0.065s coverage: 6.5% of statements [2020-12-11T19:07:57.088Z] ok github.com/docker/docker/daemon/logger/awslogs 0.257s coverage: 77.8% of statements [2020-12-11T19:07:57.299Z] --- PASS: TestConfigCreateResolve (3.82s) [2020-12-11T19:07:57.299Z] === RUN TestConfigDaemonLibtrustID [2020-12-11T19:07:57.299Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2020-12-11T19:07:57.299Z] PASS [2020-12-11T19:07:57.299Z] [2020-12-11T19:07:57.299Z] DONE 7 tests in 23.858s [2020-12-11T19:07:57.299Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-12-11T19:07:57.299Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:07:57.299Z] ++ set -e [2020-12-11T19:07:57.299Z] ++ '[' -n 0 ']' [2020-12-11T19:07:57.299Z] ++ set -x [2020-12-11T19:07:57.299Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:07:57.299Z] INFO: Testing against a local daemon [2020-12-11T19:07:57.299Z] === RUN TestCheckpoint [2020-12-11T19:07:57.299Z] --- SKIP: TestCheckpoint (0.00s) [2020-12-11T19:07:57.299Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-11T19:07:57.299Z] === RUN TestContainerInvalidJSON [2020-12-11T19:07:57.299Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-12-11T19:07:57.299Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-12-11T19:07:57.299Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-12-11T19:07:57.299Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-12-11T19:07:57.299Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-12-11T19:07:57.299Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-12-11T19:07:57.299Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-12-11T19:07:57.299Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-12-11T19:07:57.299Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-12-11T19:07:57.299Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-12-11T19:07:57.299Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-12-11T19:07:57.299Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-12-11T19:07:57.299Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-12-11T19:07:57.299Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-12-11T19:07:57.299Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2020-12-11T19:07:57.299Z] === RUN TestCopyFromContainerPathIsNotDir [2020-12-11T19:07:57.591Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s) [2020-12-11T19:07:57.591Z] === RUN TestCopyToContainerPathDoesNotExist [2020-12-11T19:07:57.591Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2020-12-11T19:07:57.591Z] === RUN TestCopyToContainerPathIsNotDir [2020-12-11T19:07:57.882Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2020-12-11T19:07:57.882Z] === RUN TestCopyFromContainer [2020-12-11T19:07:58.037Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.103s coverage: 57.7% of statements [2020-12-11T19:07:58.037Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-12-11T19:07:58.037Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-12-11T19:07:58.037Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-12-11T19:07:58.037Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-12-11T19:07:58.037Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-12-11T19:07:58.037Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-12-11T19:07:58.037Z] ok github.com/docker/docker/daemon/logger/gelf 0.024s coverage: 67.0% of statements [2020-12-11T19:07:58.300Z] ok github.com/docker/docker/daemon/logger/journald 0.030s coverage: 23.9% of statements [2020-12-11T19:07:58.887Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.065s coverage: 61.6% of statements [2020-12-11T19:07:58.887Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.037s coverage: 87.2% of statements [2020-12-11T19:07:59.980Z] === RUN TestCopyFromContainer// [2020-12-11T19:08:00.271Z] === RUN TestCopyFromContainer//bar/root [2020-12-11T19:08:00.271Z] === RUN TestCopyFromContainer//bar/root/ [2020-12-11T19:08:00.271Z] === RUN TestCopyFromContainer/bar/quux [2020-12-11T19:08:00.292Z] ok github.com/docker/docker/daemon/logger/local 0.041s coverage: 75.2% of statements [2020-12-11T19:08:00.293Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-12-11T19:08:00.557Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.103s coverage: 55.1% of statements [2020-12-11T19:08:00.557Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.055s coverage: 33.3% of statements [2020-12-11T19:08:00.563Z] === RUN TestCopyFromContainer/bar/quux/ [2020-12-11T19:08:00.563Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-12-11T19:08:00.563Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-12-11T19:08:00.857Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-12-11T19:08:00.857Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-12-11T19:08:00.857Z] === RUN TestCopyFromContainer/bar/notarget [2020-12-11T19:08:01.148Z] --- PASS: TestCopyFromContainer (3.27s) [2020-12-11T19:08:01.148Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-12-11T19:08:01.148Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-12-11T19:08:01.148Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-12-11T19:08:01.148Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2020-12-11T19:08:01.148Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2020-12-11T19:08:01.148Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2020-12-11T19:08:01.148Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2020-12-11T19:08:01.148Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2020-12-11T19:08:01.148Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2020-12-11T19:08:01.148Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2020-12-11T19:08:01.148Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-12-11T19:08:01.148Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-11T19:08:01.148Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-11T19:08:01.148Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-11T19:08:01.148Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-11T19:08:01.148Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-11T19:08:01.148Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-11T19:08:01.148Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-11T19:08:01.148Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-11T19:08:01.148Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-11T19:08:01.148Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-12-11T19:08:01.148Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-12-11T19:08:01.148Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-12-11T19:08:01.148Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-12-11T19:08:01.148Z] === RUN TestCreateLinkToNonExistingContainer [2020-12-11T19:08:01.148Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2020-12-11T19:08:01.148Z] === RUN TestCreateWithInvalidEnv [2020-12-11T19:08:01.148Z] === RUN TestCreateWithInvalidEnv/0 [2020-12-11T19:08:01.148Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-12-11T19:08:01.148Z] === RUN TestCreateWithInvalidEnv/1 [2020-12-11T19:08:01.148Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-12-11T19:08:01.148Z] === RUN TestCreateWithInvalidEnv/2 [2020-12-11T19:08:01.148Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-12-11T19:08:01.148Z] === CONT TestCreateWithInvalidEnv/0 [2020-12-11T19:08:01.148Z] === CONT TestCreateWithInvalidEnv/2 [2020-12-11T19:08:01.148Z] === CONT TestCreateWithInvalidEnv/1 [2020-12-11T19:08:01.148Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-12-11T19:08:01.148Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-12-11T19:08:01.148Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-12-11T19:08:01.148Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-12-11T19:08:01.148Z] === RUN TestCreateTmpfsMountsTarget [2020-12-11T19:08:01.148Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2020-12-11T19:08:01.148Z] === RUN TestCreateWithCustomMaskedPaths [2020-12-11T19:08:01.508Z] ok github.com/docker/docker/daemon/logger/templates 0.024s coverage: 8.3% of statements [2020-12-11T19:08:02.087Z] ok github.com/docker/docker/daemon/logger/syslog 0.049s coverage: 46.8% of statements [2020-12-11T19:08:02.351Z] ok github.com/docker/docker/daemon/network 0.025s coverage: 63.8% of statements [2020-12-11T19:08:03.068Z] INFO: Expanding go... [2020-12-11T19:08:03.748Z] ok github.com/docker/docker/daemon/logger/splunk 1.940s coverage: 82.5% of statements [2020-12-11T19:08:03.748Z] ? github.com/docker/docker/daemon/names [no test files] [2020-12-11T19:08:03.748Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-12-11T19:08:03.877Z] --- PASS: TestCreateWithCustomMaskedPaths (2.54s) [2020-12-11T19:08:03.877Z] === RUN TestCreateWithCustomReadonlyPaths [2020-12-11T19:08:04.012Z] ok github.com/docker/docker/distribution/metadata 0.140s coverage: 48.2% of statements [2020-12-11T19:08:04.965Z] ok github.com/docker/docker/errdefs 0.012s coverage: 53.1% of statements [2020-12-11T19:08:05.229Z] ok github.com/docker/docker/distribution 0.318s coverage: 25.1% of statements [2020-12-11T19:08:05.229Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-12-11T19:08:06.180Z] ok github.com/docker/docker/image 0.048s coverage: 86.4% of statements [2020-12-11T19:08:06.444Z] ok github.com/docker/docker/image/cache 0.031s coverage: 19.2% of statements [2020-12-11T19:08:06.608Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.71s) [2020-12-11T19:08:06.608Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-12-11T19:08:06.608Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-11T19:08:06.608Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-11T19:08:06.608Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-11T19:08:06.608Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-11T19:08:06.608Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-11T19:08:06.608Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-11T19:08:06.608Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-11T19:08:06.608Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-11T19:08:06.608Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-11T19:08:06.608Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-11T19:08:06.608Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-11T19:08:06.608Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-11T19:08:06.608Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-11T19:08:06.608Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-11T19:08:06.608Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-11T19:08:06.608Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-12-11T19:08:06.608Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-12-11T19:08:06.608Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-12-11T19:08:06.608Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-12-11T19:08:06.608Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2020-12-11T19:08:06.608Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-12-11T19:08:06.608Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-12-11T19:08:06.710Z] ok github.com/docker/docker/distribution/xfer 1.702s coverage: 85.6% of statements [2020-12-11T19:08:06.710Z] ok github.com/docker/docker/image/v1 0.021s coverage: 25.0% of statements [2020-12-11T19:08:06.710Z] ? github.com/docker/docker/dockerversion [no test files] [2020-12-11T19:08:06.710Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-12-11T19:08:06.710Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-12-11T19:08:06.973Z] ok github.com/docker/docker/libcontainerd/queue 0.042s coverage: 100.0% of statements [2020-12-11T19:08:07.241Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-12-11T19:08:07.241Z] [2020-12-11T19:08:07.241Z] + TEST_INTEGRATION_DEST=2 [2020-12-11T19:08:07.241Z] + CONTAINER_NAME=docker-pr1-2 [2020-12-11T19:08:07.241Z] + TEST_SKIP_INTEGRATION=1 [2020-12-11T19:08:07.241Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-12-11T19:08:07.241Z] + run_tests [2020-12-11T19:08:07.241Z] + c=0 [2020-12-11T19:08:07.241Z] + '[' -n 0 ']' [2020-12-11T19:08:07.241Z] + rm= [2020-12-11T19:08:07.241Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41783/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41783/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41783/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5fd8d701ceff35235fc447ca9433b44f855d688d hack/make.sh '' test-integration [2020-12-11T19:08:07.241Z] + TEST_INTEGRATION_DEST=1 [2020-12-11T19:08:07.241Z] + CONTAINER_NAME=docker-pr1-1 [2020-12-11T19:08:07.241Z] + TEST_SKIP_INTEGRATION_CLI=1 [2020-12-11T19:08:07.241Z] + run_tests test-integration-flaky [2020-12-11T19:08:07.241Z] + '[' -n 0 ']' [2020-12-11T19:08:07.241Z] + rm= [2020-12-11T19:08:07.241Z] + TEST_INTEGRATION_DEST=3 [2020-12-11T19:08:07.241Z] + CONTAINER_NAME=docker-pr1-3 [2020-12-11T19:08:07.241Z] + TEST_SKIP_INTEGRATION=1 [2020-12-11T19:08:07.241Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-12-11T19:08:07.241Z] + run_tests [2020-12-11T19:08:07.241Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41783/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41783/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41783/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5fd8d701ceff35235fc447ca9433b44f855d688d hack/make.sh test-integration-flaky test-integration [2020-12-11T19:08:07.241Z] + '[' -n 0 ']' [2020-12-11T19:08:07.241Z] + rm= [2020-12-11T19:08:07.241Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41783/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41783/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41783/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5fd8d701ceff35235fc447ca9433b44f855d688d hack/make.sh '' test-integration [2020-12-11T19:08:07.241Z] ++ jobs -p [2020-12-11T19:08:07.241Z] + for job in $(jobs -p) [2020-12-11T19:08:07.241Z] + wait 18645 [2020-12-11T19:08:07.241Z] [2020-12-11T19:08:07.241Z] [2020-12-11T19:08:07.241Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-12-11T19:08:07.241Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-12-11T19:08:07.241Z] HOSTNAME=b0c9ec0a4ea4 [2020-12-11T19:08:07.241Z] TEST_SKIP_INTEGRATION=1 [2020-12-11T19:08:07.241Z] TESTDEBUG=0 [2020-12-11T19:08:07.241Z] DEST=bundles/test-integration [2020-12-11T19:08:07.241Z] PWD=/go/src/github.com/docker/docker [2020-12-11T19:08:07.241Z] KEEPBUNDLE=1 [2020-12-11T19:08:07.241Z] DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T19:08:07.241Z] container=docker [2020-12-11T19:08:07.241Z] HOME=/root [2020-12-11T19:08:07.241Z] GOLANG_VERSION=1.13.15 [2020-12-11T19:08:07.241Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-12-11T19:08:07.241Z] VALIDATE_BRANCH=master [2020-12-11T19:08:07.241Z] TERM=xterm [2020-12-11T19:08:07.241Z] DOCKER_PKG=github.com/docker/docker [2020-12-11T19:08:07.241Z] SHLVL=1 [2020-12-11T19:08:07.241Z] TIMEOUT=120m [2020-12-11T19:08:07.241Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-12-11T19:08:07.241Z] DOCKER_GRAPHDRIVER=overlay2 [2020-12-11T19:08:07.241Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-12-11T19:08:07.241Z] GO111MODULE=off [2020-12-11T19:08:07.241Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-12-11T19:08:07.241Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-12-11T19:08:07.241Z] GOPATH=/go [2020-12-11T19:08:07.241Z] PKG_CONFIG=pkg-config [2020-12-11T19:08:07.241Z] _=/usr/bin/env [2020-12-11T19:08:07.241Z] Building test suite binary ./integration-cli/test.main [2020-12-11T19:08:07.241Z] [2020-12-11T19:08:07.241Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-12-11T19:08:07.241Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-12-11T19:08:07.241Z] HOSTNAME=aace752506f6 [2020-12-11T19:08:07.241Z] TEST_SKIP_INTEGRATION=1 [2020-12-11T19:08:07.241Z] TESTDEBUG=0 [2020-12-11T19:08:07.241Z] DEST=bundles/test-integration [2020-12-11T19:08:07.241Z] PWD=/go/src/github.com/docker/docker [2020-12-11T19:08:07.241Z] KEEPBUNDLE=1 [2020-12-11T19:08:07.241Z] DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T19:08:07.241Z] container=docker [2020-12-11T19:08:07.241Z] HOME=/root [2020-12-11T19:08:07.241Z] GOLANG_VERSION=1.13.15 [2020-12-11T19:08:07.241Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-12-11T19:08:07.241Z] VALIDATE_BRANCH=master [2020-12-11T19:08:07.241Z] TERM=xterm [2020-12-11T19:08:07.241Z] DOCKER_PKG=github.com/docker/docker [2020-12-11T19:08:07.241Z] SHLVL=1 [2020-12-11T19:08:07.241Z] TIMEOUT=120m [2020-12-11T19:08:07.241Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-12-11T19:08:07.241Z] DOCKER_GRAPHDRIVER=overlay2 [2020-12-11T19:08:07.241Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-12-11T19:08:07.241Z] GO111MODULE=off [2020-12-11T19:08:07.241Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-12-11T19:08:07.241Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-12-11T19:08:07.241Z] GOPATH=/go [2020-12-11T19:08:07.241Z] PKG_CONFIG=pkg-config [2020-12-11T19:08:07.241Z] _=/usr/bin/env [2020-12-11T19:08:07.241Z] Building test suite binary ./integration-cli/test.main [2020-12-11T19:08:07.241Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-12-11T19:08:07.241Z] No new tests added to integration. [2020-12-11T19:08:07.241Z] [2020-12-11T19:08:07.241Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-12-11T19:08:07.241Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-12-11T19:08:07.241Z] HOSTNAME=7fd1e1d7f9ef [2020-12-11T19:08:07.241Z] TESTDEBUG=0 [2020-12-11T19:08:07.241Z] DEST=bundles/test-integration [2020-12-11T19:08:07.241Z] PWD=/go/src/github.com/docker/docker [2020-12-11T19:08:07.241Z] KEEPBUNDLE=1 [2020-12-11T19:08:07.241Z] DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T19:08:07.241Z] container=docker [2020-12-11T19:08:07.241Z] HOME=/root [2020-12-11T19:08:07.241Z] GOLANG_VERSION=1.13.15 [2020-12-11T19:08:07.241Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-12-11T19:08:07.241Z] VALIDATE_BRANCH=master [2020-12-11T19:08:07.241Z] TERM=xterm [2020-12-11T19:08:07.241Z] DOCKER_PKG=github.com/docker/docker [2020-12-11T19:08:07.241Z] SHLVL=1 [2020-12-11T19:08:07.241Z] TIMEOUT=120m [2020-12-11T19:08:07.241Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-12-11T19:08:07.241Z] DOCKER_GRAPHDRIVER=overlay2 [2020-12-11T19:08:07.241Z] GO111MODULE=off [2020-12-11T19:08:07.241Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-12-11T19:08:07.241Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-12-11T19:08:07.241Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-12-11T19:08:07.241Z] GOPATH=/go [2020-12-11T19:08:07.241Z] PKG_CONFIG=pkg-config [2020-12-11T19:08:07.241Z] _=/usr/bin/env [2020-12-11T19:08:07.241Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.82s) [2020-12-11T19:08:07.241Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-12-11T19:08:07.241Z] === RUN TestCreateDifferentPlatform [2020-12-11T19:08:07.241Z] === RUN TestCreateDifferentPlatform/different_os [2020-12-11T19:08:07.241Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-12-11T19:08:07.241Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-12-11T19:08:07.241Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-12-11T19:08:07.241Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-12-11T19:08:07.241Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-12-11T19:08:07.241Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2020-12-11T19:08:07.241Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-12-11T19:08:07.533Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.10s) [2020-12-11T19:08:07.533Z] === RUN TestContainerStartOnDaemonRestart [2020-12-11T19:08:07.533Z] === PAUSE TestContainerStartOnDaemonRestart [2020-12-11T19:08:07.533Z] === RUN TestDaemonRestartIpcMode [2020-12-11T19:08:07.533Z] === PAUSE TestDaemonRestartIpcMode [2020-12-11T19:08:07.533Z] === RUN TestDaemonHostGatewayIP [2020-12-11T19:08:07.533Z] === PAUSE TestDaemonHostGatewayIP [2020-12-11T19:08:07.533Z] === RUN TestContainerKillOnDaemonStart [2020-12-11T19:08:07.533Z] === PAUSE TestContainerKillOnDaemonStart [2020-12-11T19:08:07.533Z] === RUN TestDiff [2020-12-11T19:08:07.854Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m3.729775634s with top 10 stages: buildssa: 1m36.354916133s, goimports: 22.164208992s, unconvert: 12.755381124s, gosec: 10.135829405s, golint: 5.877996181s, inspect: 4.103046107s, ineffassign: 4.020703072s, misspell: 4.012640806s, vrp: 3.405008698s, printf: 1.864743683s [2020-12-11T19:08:08.371Z] ok github.com/docker/docker/oci 0.067s coverage: 8.2% of statements [2020-12-11T19:08:08.371Z] ok github.com/docker/docker/opts 0.061s coverage: 67.1% of statements [2020-12-11T19:08:08.371Z] ok github.com/docker/docker/pkg/aaparser 0.029s coverage: 52.9% of statements [2020-12-11T19:08:08.569Z] --- PASS: TestDiff (0.93s) [2020-12-11T19:08:08.569Z] === RUN TestExecWithCloseStdin [2020-12-11T19:08:09.206Z] --- PASS: TestExecWithCloseStdin (0.95s) [2020-12-11T19:08:09.206Z] === RUN TestExec [2020-12-11T19:08:09.321Z] ok github.com/docker/docker/pkg/broadcaster 0.031s coverage: 100.0% of statements [2020-12-11T19:08:09.897Z] ok github.com/docker/docker/pkg/capabilities 0.012s coverage: 87.5% of statements [2020-12-11T19:08:10.240Z] --- PASS: TestExec (0.94s) [2020-12-11T19:08:10.240Z] === RUN TestExecUser [2020-12-11T19:08:10.848Z] ok github.com/docker/docker/pkg/authorization 0.839s coverage: 68.3% of statements [2020-12-11T19:08:11.278Z] --- PASS: TestExecUser (0.96s) [2020-12-11T19:08:11.278Z] === RUN TestExportContainerAndImportImage [2020-12-11T19:08:11.427Z] ok github.com/docker/docker/pkg/directory 0.031s coverage: 80.0% of statements [2020-12-11T19:08:11.689Z] ok github.com/docker/docker/pkg/archive 1.183s coverage: 76.8% of statements [2020-12-11T19:08:12.048Z] INFO [runner/unused/goanalysis] analyzers took 24.812693971s with top 10 stages: buildssa: 20.963276892s, U1000: 3.849417079s [2020-12-11T19:08:12.048Z] INFO [runner] Issues before processing: 2262, after processing: 0 [2020-12-11T19:08:12.048Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1682/1682, exclude-rules: 64/1577, skip_files: 1682/1682, identifier_marker: 1577/1577, cgo: 1682/2262, filename_unadjuster: 1682/1682, nolint: 0/64, skip_dirs: 1682/1682, autogenerated_exclude: 1577/1682, exclude: 1577/1577 [2020-12-11T19:08:12.048Z] INFO [runner] processing took 57.251649ms with stages: nolint: 24.681374ms, identifier_marker: 16.083939ms, path_prettifier: 7.544522ms, autogenerated_exclude: 3.832783ms, exclude-rules: 3.243781ms, skip_dirs: 1.60539ms, cgo: 171.866µs, filename_unadjuster: 84.279µs, max_same_issues: 988ns, uniq_by_line: 562ns, exclude: 398ns, skip_files: 375ns, max_from_linter: 364ns, source_code: 320ns, diff: 307ns, path_shortener: 228ns, max_per_file_from_linter: 173ns [2020-12-11T19:08:12.048Z] INFO [runner] linters took 1m34.646266121s with stages: goanalysis_metalinter: 1m16.938779078s, unused: 17.650049882s [2020-12-11T19:08:12.048Z] INFO File cache stats: 1448 entries of total size 6.8MiB [2020-12-11T19:08:12.048Z] INFO Memory: 1627 samples, avg is 253.6MB, max is 3100.2MB [2020-12-11T19:08:12.048Z] INFO Execution took 3m33.65076138s [2020-12-11T19:08:12.265Z] ok github.com/docker/docker/pkg/discovery 0.011s coverage: 58.3% of statements [2020-12-11T19:08:12.307Z] Congratulations! The shell scripts are properly formatted. [2020-12-11T19:08:12.313Z] --- PASS: TestExportContainerAndImportImage (1.17s) [2020-12-11T19:08:12.313Z] === RUN TestExportContainerAfterDaemonRestart [2020-12-11T19:08:12.528Z] ok github.com/docker/docker/pkg/discovery/file 0.011s coverage: 97.6% of statements [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-12-11T19:08:13.108Z] ok github.com/docker/docker/pkg/discovery/memory 0.010s coverage: 92.3% of statements [2020-12-11T19:08:13.209Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41783/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5fd8d701ceff35235fc447ca9433b44f855d688d hack/make.sh dynbinary-daemon test-docker-py [2020-12-11T19:08:13.682Z] ok github.com/docker/docker/pkg/discovery/nodes 0.011s coverage: 93.8% of statements [2020-12-11T19:08:13.776Z] [2020-12-11T19:08:13.776Z] Removing bundles/ [2020-12-11T19:08:13.776Z] [2020-12-11T19:08:13.776Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-12-11T19:08:13.776Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-12-11T19:08:13.776Z] GOOS="" GOARCH="" GOARM="" [2020-12-11T19:08:13.821Z] --- PASS: TestExportContainerAfterDaemonRestart (1.54s) [2020-12-11T19:08:13.821Z] === RUN TestHealthCheckWorkdir [2020-12-11T19:08:14.257Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2020-12-11T19:08:14.831Z] ok github.com/docker/docker/pkg/chrootarchive 3.430s coverage: 43.2% of statements [2020-12-11T19:08:15.330Z] --- PASS: TestHealthCheckWorkdir (1.14s) [2020-12-11T19:08:15.330Z] === RUN TestHealthKillContainer [2020-12-11T19:08:15.406Z] ok github.com/docker/docker/pkg/filenotify 0.610s coverage: 67.0% of statements [2020-12-11T19:08:15.406Z] ok github.com/docker/docker/pkg/fileutils 0.019s coverage: 89.5% of statements [2020-12-11T19:08:15.983Z] ok github.com/docker/docker/pkg/homedir 0.011s coverage: 11.4% of statements [2020-12-11T19:08:15.983Z] ok github.com/docker/docker/pkg/fsutils 0.347s coverage: 85.1% of statements [2020-12-11T19:08:16.561Z] ok github.com/docker/docker/pkg/discovery/kv 3.092s coverage: 84.1% of statements [2020-12-11T19:08:17.136Z] ok github.com/docker/docker/layer 7.596s coverage: 68.8% of statements [2020-12-11T19:08:17.136Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-12-11T19:08:17.136Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-12-11T19:08:17.136Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-12-11T19:08:17.136Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-12-11T19:08:17.136Z] ? github.com/docker/docker/oci/caps [no test files] [2020-12-11T19:08:17.136Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-12-11T19:08:17.136Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-12-11T19:08:17.398Z] ok github.com/docker/docker/pkg/jsonmessage 0.011s coverage: 91.7% of statements [2020-12-11T19:08:17.398Z] ok github.com/docker/docker/pkg/idtools 0.671s coverage: 70.1% of statements [2020-12-11T19:08:17.662Z] ok github.com/docker/docker/pkg/ioutils 0.631s coverage: 69.3% of statements [2020-12-11T19:08:17.662Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-12-11T19:08:17.662Z] ok github.com/docker/docker/pkg/longpath 0.015s coverage: 100.0% of statements [2020-12-11T19:08:17.662Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-12-11T19:08:17.662Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-12-11T19:08:17.926Z] ok github.com/docker/docker/pkg/namesgenerator 0.047s coverage: 85.7% of statements [2020-12-11T19:08:17.926Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-12-11T19:08:18.102Z] --- PASS: TestHealthKillContainer (2.97s) [2020-12-11T19:08:18.102Z] === RUN TestInspectCpusetInConfigPre120 [2020-12-11T19:08:18.189Z] ok github.com/docker/docker/pkg/parsers 0.031s coverage: 97.0% of statements [2020-12-11T19:08:18.189Z] ok github.com/docker/docker/pkg/parsers/kernel 0.041s coverage: 60.0% of statements [2020-12-11T19:08:18.766Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.033s coverage: 86.7% of statements [2020-12-11T19:08:18.766Z] ok github.com/docker/docker/pkg/pidfile 0.059s coverage: 82.4% of statements [2020-12-11T19:08:18.766Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-12-11T19:08:18.766Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-12-11T19:08:19.030Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.043s coverage: 56.8% of statements [2020-12-11T19:08:19.139Z] --- PASS: TestInspectCpusetInConfigPre120 (0.91s) [2020-12-11T19:08:19.139Z] === RUN TestIpcModeNone [2020-12-11T19:08:19.773Z] --- PASS: TestIpcModeNone (0.96s) [2020-12-11T19:08:19.773Z] === RUN TestIpcModePrivate [2020-12-11T19:08:19.981Z] ok github.com/docker/docker/pkg/pools 0.014s coverage: 88.2% of statements [2020-12-11T19:08:19.981Z] ok github.com/docker/docker/pkg/plugins/transport 0.014s coverage: 85.7% of statements [2020-12-11T19:08:19.981Z] ok github.com/docker/docker/pkg/progress 0.016s coverage: 75.9% of statements [2020-12-11T19:08:20.558Z] ok github.com/docker/docker/pkg/reexec 0.044s coverage: 82.4% of statements [2020-12-11T19:08:20.809Z] --- PASS: TestIpcModePrivate (0.95s) [2020-12-11T19:08:20.810Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2020-12-11T19:08:20.810Z] === RUN TestIpcModeShareable [2020-12-11T19:08:21.089Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-12-11T19:08:21.089Z] [2020-12-11T19:08:21.089Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-12-11T19:08:21.089Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-12-11T19:08:21.089Z] HOSTNAME=e72b2da8cdac [2020-12-11T19:08:21.089Z] DEST=bundles/test-integration [2020-12-11T19:08:21.089Z] PWD=/go/src/github.com/docker/docker [2020-12-11T19:08:21.089Z] DOCKER_ROOTLESS=1 [2020-12-11T19:08:21.089Z] DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T19:08:21.089Z] container=docker [2020-12-11T19:08:21.089Z] HOME=/root [2020-12-11T19:08:21.089Z] GOLANG_VERSION=1.13.15 [2020-12-11T19:08:21.089Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-12-11T19:08:21.089Z] VALIDATE_BRANCH=master [2020-12-11T19:08:21.089Z] TERM=xterm [2020-12-11T19:08:21.089Z] DOCKER_PKG=github.com/docker/docker [2020-12-11T19:08:21.089Z] SHLVL=1 [2020-12-11T19:08:21.089Z] TIMEOUT=120m [2020-12-11T19:08:21.089Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-12-11T19:08:21.089Z] DOCKER_GRAPHDRIVER=overlay2 [2020-12-11T19:08:21.089Z] GO111MODULE=off [2020-12-11T19:08:21.089Z] DOCKER_EXPERIMENTAL=1 [2020-12-11T19:08:21.089Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-12-11T19:08:21.089Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-12-11T19:08:21.089Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-12-11T19:08:21.089Z] GOPATH=/go [2020-12-11T19:08:21.089Z] PKG_CONFIG=pkg-config [2020-12-11T19:08:21.089Z] _=/usr/bin/env [2020-12-11T19:08:21.089Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-12-11T19:08:21.507Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [2020-12-11T19:08:21.508Z] ok github.com/docker/docker/pkg/pubsub 1.091s coverage: 75.0% of statements [2020-12-11T19:08:21.770Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements [2020-12-11T19:08:21.770Z] ok github.com/docker/docker/pkg/stringid 0.010s coverage: 70.6% of statements [2020-12-11T19:08:21.846Z] --- PASS: TestIpcModeShareable (1.05s) [2020-12-11T19:08:21.846Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2020-12-11T19:08:21.846Z] === RUN TestAPIIpcModeShareableAndContainer [2020-12-11T19:08:22.718Z] ok github.com/docker/docker/pkg/sysinfo 0.016s coverage: 54.2% of statements [2020-12-11T19:08:22.980Z] ok github.com/docker/docker/pkg/system 0.040s coverage: 36.9% of statements [2020-12-11T19:08:23.556Z] ok github.com/docker/docker/pkg/tailfile 0.111s coverage: 88.6% of statements [2020-12-11T19:08:23.556Z] ok github.com/docker/docker/pkg/signal 2.812s coverage: 61.0% of statements [2020-12-11T19:08:24.132Z] testing: warning: no tests to run [2020-12-11T19:08:24.132Z] coverage: [no statements] [2020-12-11T19:08:24.132Z] ok github.com/docker/docker/pkg/term/windows 0.013s coverage: [no statements] [no tests to run] [2020-12-11T19:08:24.132Z] ok github.com/docker/docker/pkg/tarsum 0.106s coverage: 89.3% of statements [2020-12-11T19:08:24.222Z] INFO: Expanding compiler 1 of 3... [2020-12-11T19:08:24.394Z] ok github.com/docker/docker/pkg/truncindex 0.111s coverage: 91.5% of statements [2020-12-11T19:08:24.394Z] ok github.com/docker/docker/pkg/urlutil 0.021s coverage: 100.0% of statements [2020-12-11T19:08:24.394Z] ok github.com/docker/docker/pkg/useragent 0.009s coverage: 88.9% of statements [2020-12-11T19:08:24.685Z] INFO: Expanding compiler 2 of 3... [2020-12-11T19:08:25.377Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.02s) [2020-12-11T19:08:25.377Z] === RUN TestAPIIpcModeHost [2020-12-11T19:08:25.668Z] --- PASS: TestAPIIpcModeHost (0.70s) [2020-12-11T19:08:25.668Z] === RUN TestDaemonIpcModeShareable [2020-12-11T19:08:25.788Z] ok github.com/docker/docker/plugin/v2 0.024s coverage: 14.5% of statements [2020-12-11T19:08:25.789Z] ok github.com/docker/docker/profiles/seccomp 0.024s coverage: 85.4% of statements [2020-12-11T19:08:26.737Z] ok github.com/docker/docker/reference 0.028s coverage: 84.4% of statements [2020-12-11T19:08:27.315Z] ok github.com/docker/docker/plugin 0.580s coverage: 23.2% of statements [2020-12-11T19:08:27.737Z] --- PASS: TestDaemonIpcModeShareable (1.83s) [2020-12-11T19:08:27.737Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-12-11T19:08:27.737Z] === RUN TestDaemonIpcModePrivate [2020-12-11T19:08:28.709Z] ok github.com/docker/docker/registry 0.161s coverage: 57.2% of statements [2020-12-11T19:08:28.710Z] ok github.com/docker/docker/registry/resumable 0.040s coverage: 100.0% of statements [2020-12-11T19:08:28.710Z] ok github.com/docker/docker/quota 0.667s coverage: 71.4% of statements [2020-12-11T19:08:29.248Z] --- PASS: TestDaemonIpcModePrivate (1.83s) [2020-12-11T19:08:29.248Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-12-11T19:08:29.248Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-12-11T19:08:29.288Z] ok github.com/docker/docker/restartmanager 0.021s coverage: 50.9% of statements [2020-12-11T19:08:29.551Z] ok github.com/docker/docker/testutil 0.018s coverage: 62.5% of statements [2020-12-11T19:08:30.128Z] ok github.com/docker/docker/runconfig 0.052s coverage: 66.1% of statements [2020-12-11T19:08:30.507Z] INFO: Expanding compiler 3 of 3... [2020-12-11T19:08:30.507Z] INFO: Removing downloaded files... [2020-12-11T19:08:30.971Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2020-12-11T19:08:30.971Z] INFO: Configuring git core.autocrlf... [2020-12-11T19:08:31.317Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.86s) [2020-12-11T19:08:31.317Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-12-11T19:08:31.317Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-12-11T19:08:31.523Z] ok github.com/docker/docker/volume/drivers 0.025s coverage: 36.1% of statements [2020-12-11T19:08:32.470Z] ok github.com/docker/docker/volume/mounts 0.077s coverage: 67.0% of statements [2020-12-11T19:08:33.386Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.88s) [2020-12-11T19:08:33.386Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-12-11T19:08:33.386Z] === RUN TestIpcModeOlderClient [2020-12-11T19:08:33.386Z] === PAUSE TestIpcModeOlderClient [2020-12-11T19:08:33.386Z] === RUN TestKillContainerInvalidSignal [2020-12-11T19:08:33.417Z] ok github.com/docker/docker/volume/local 0.280s coverage: 76.6% of statements [2020-12-11T19:08:34.019Z] --- PASS: TestKillContainerInvalidSignal (0.88s) [2020-12-11T19:08:34.019Z] === RUN TestKillContainer [2020-12-11T19:08:34.019Z] === RUN TestKillContainer/no_signal [2020-12-11T19:08:34.362Z] ok github.com/docker/docker/volume/service 0.029s coverage: 73.1% of statements [2020-12-11T19:08:35.053Z] === RUN TestKillContainer/non_killing_signal [2020-12-11T19:08:35.345Z] === RUN TestKillContainer/killing_signal [2020-12-11T19:08:36.853Z] --- PASS: TestKillContainer (2.71s) [2020-12-11T19:08:36.853Z] --- PASS: TestKillContainer/no_signal (0.89s) [2020-12-11T19:08:36.853Z] --- PASS: TestKillContainer/non_killing_signal (0.56s) [2020-12-11T19:08:36.853Z] --- PASS: TestKillContainer/killing_signal (0.86s) [2020-12-11T19:08:36.853Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-12-11T19:08:36.853Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-12-11T19:08:37.515Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-12-11T19:08:38.551Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.78s) [2020-12-11T19:08:38.551Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.89s) [2020-12-11T19:08:38.551Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.55s) [2020-12-11T19:08:38.551Z] === RUN TestKillStoppedContainer [2020-12-11T19:08:38.551Z] --- PASS: TestKillStoppedContainer (0.08s) [2020-12-11T19:08:38.551Z] === RUN TestKillStoppedContainerAPIPre120 [2020-12-11T19:08:38.551Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.13s) [2020-12-11T19:08:38.551Z] === RUN TestKillDifferentUserContainer [2020-12-11T19:08:39.586Z] --- PASS: TestKillDifferentUserContainer (0.92s) [2020-12-11T19:08:39.586Z] === RUN TestInspectOomKilledTrue [2020-12-11T19:08:39.586Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-12-11T19:08:39.586Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-11T19:08:39.586Z] === RUN TestInspectOomKilledFalse [2020-12-11T19:08:39.586Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-12-11T19:08:39.586Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-11T19:08:39.586Z] === RUN TestLinksEtcHostsContentMatch [2020-12-11T19:08:40.220Z] --- PASS: TestLinksEtcHostsContentMatch (0.64s) [2020-12-11T19:08:40.220Z] === RUN TestLinksContainerNames [2020-12-11T19:08:42.290Z] --- PASS: TestLinksContainerNames (1.81s) [2020-12-11T19:08:42.290Z] === RUN TestLogsFollowTailEmpty [2020-12-11T19:08:42.924Z] --- PASS: TestLogsFollowTailEmpty (0.96s) [2020-12-11T19:08:42.924Z] === RUN TestContainerNetworkMountsNoChown [2020-12-11T19:08:43.961Z] --- PASS: TestContainerNetworkMountsNoChown (0.91s) [2020-12-11T19:08:43.961Z] === RUN TestMountDaemonRoot [2020-12-11T19:08:43.961Z] === RUN TestMountDaemonRoot/default [2020-12-11T19:08:43.961Z] === PAUSE TestMountDaemonRoot/default [2020-12-11T19:08:43.961Z] === RUN TestMountDaemonRoot/private [2020-12-11T19:08:43.961Z] === PAUSE TestMountDaemonRoot/private [2020-12-11T19:08:43.961Z] === RUN TestMountDaemonRoot/rprivate [2020-12-11T19:08:43.961Z] === PAUSE TestMountDaemonRoot/rprivate [2020-12-11T19:08:43.961Z] === RUN TestMountDaemonRoot/slave [2020-12-11T19:08:43.961Z] === PAUSE TestMountDaemonRoot/slave [2020-12-11T19:08:43.961Z] === RUN TestMountDaemonRoot/rslave [2020-12-11T19:08:43.961Z] === PAUSE TestMountDaemonRoot/rslave [2020-12-11T19:08:43.961Z] === RUN TestMountDaemonRoot/shared [2020-12-11T19:08:43.961Z] === PAUSE TestMountDaemonRoot/shared [2020-12-11T19:08:43.961Z] === RUN TestMountDaemonRoot/rshared [2020-12-11T19:08:43.961Z] === PAUSE TestMountDaemonRoot/rshared [2020-12-11T19:08:43.961Z] === CONT TestMountDaemonRoot/default [2020-12-11T19:08:43.961Z] === RUN TestMountDaemonRoot/default/bind_root [2020-12-11T19:08:43.961Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-12-11T19:08:43.961Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-12-11T19:08:43.961Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-12-11T19:08:43.961Z] === RUN TestMountDaemonRoot/default/mount_root [2020-12-11T19:08:43.961Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-12-11T19:08:43.961Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-12-11T19:08:43.961Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-12-11T19:08:43.961Z] === CONT TestMountDaemonRoot/default/bind_root [2020-12-11T19:08:43.961Z] === CONT TestMountDaemonRoot/rshared [2020-12-11T19:08:43.961Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-12-11T19:08:43.961Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-12-11T19:08:43.961Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-12-11T19:08:43.961Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-12-11T19:08:43.961Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-12-11T19:08:43.961Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-12-11T19:08:43.961Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-12-11T19:08:43.962Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-12-11T19:08:43.962Z] === CONT TestMountDaemonRoot/rprivate [2020-12-11T19:08:43.962Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-12-11T19:08:43.962Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-12-11T19:08:43.962Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-12-11T19:08:43.962Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-12-11T19:08:43.962Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-12-11T19:08:43.962Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-12-11T19:08:43.962Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-12-11T19:08:43.962Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-12-11T19:08:43.962Z] === CONT TestMountDaemonRoot/shared [2020-12-11T19:08:43.962Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-12-11T19:08:43.962Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-12-11T19:08:43.962Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-12-11T19:08:43.962Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-12-11T19:08:43.962Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-12-11T19:08:43.962Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-12-11T19:08:43.962Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-12-11T19:08:43.962Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-12-11T19:08:43.962Z] === CONT TestMountDaemonRoot/rslave [2020-12-11T19:08:43.962Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-12-11T19:08:43.962Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-12-11T19:08:43.962Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-12-11T19:08:43.962Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-12-11T19:08:43.962Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-12-11T19:08:43.962Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-12-11T19:08:43.962Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-12-11T19:08:43.962Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-12-11T19:08:43.962Z] === CONT TestMountDaemonRoot/slave [2020-12-11T19:08:43.962Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-12-11T19:08:43.962Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-12-11T19:08:43.962Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-12-11T19:08:43.962Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-12-11T19:08:43.962Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-12-11T19:08:43.962Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-12-11T19:08:43.962Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-12-11T19:08:43.962Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-12-11T19:08:43.962Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-12-11T19:08:43.962Z] === CONT TestMountDaemonRoot/private [2020-12-11T19:08:43.962Z] === RUN TestMountDaemonRoot/private/bind_root [2020-12-11T19:08:43.962Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-12-11T19:08:43.962Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-12-11T19:08:43.962Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-12-11T19:08:43.962Z] === RUN TestMountDaemonRoot/private/mount_root [2020-12-11T19:08:43.962Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-12-11T19:08:43.962Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-12-11T19:08:43.962Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-12-11T19:08:43.962Z] === CONT TestMountDaemonRoot/default/mount_root [2020-12-11T19:08:43.962Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-12-11T19:08:43.962Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-12-11T19:08:43.962Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-12-11T19:08:44.253Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-12-11T19:08:44.253Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-12-11T19:08:44.253Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-12-11T19:08:44.253Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-12-11T19:08:44.253Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-12-11T19:08:44.253Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-12-11T19:08:44.253Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-12-11T19:08:44.253Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-12-11T19:08:44.547Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-12-11T19:08:44.547Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-12-11T19:08:44.547Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-12-11T19:08:44.547Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-12-11T19:08:44.547Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-12-11T19:08:44.547Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-12-11T19:08:44.547Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-12-11T19:08:44.547Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-12-11T19:08:44.547Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-12-11T19:08:44.547Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-12-11T19:08:44.838Z] === CONT TestMountDaemonRoot/private/bind_root [2020-12-11T19:08:44.838Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-12-11T19:08:44.838Z] === CONT TestMountDaemonRoot/private/mount_root [2020-12-11T19:08:44.838Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot (0.01s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.11s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.11s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.12s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.07s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-12-11T19:08:44.838Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-12-11T19:08:44.838Z] === RUN TestContainerBindMountNonRecursive [2020-12-11T19:08:47.569Z] --- PASS: TestContainerBindMountNonRecursive (2.62s) [2020-12-11T19:08:47.569Z] === RUN TestContainerVolumesMountedAsShared [2020-12-11T19:08:47.585Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-12-11T19:08:48.202Z] --- PASS: TestContainerVolumesMountedAsShared (0.84s) [2020-12-11T19:08:48.202Z] === RUN TestContainerVolumesMountedAsSlave [2020-12-11T19:08:48.512Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-12-11T19:08:48.836Z] --- PASS: TestContainerVolumesMountedAsSlave (0.63s) [2020-12-11T19:08:48.836Z] === RUN TestNetworkNat [2020-12-11T19:08:49.876Z] --- PASS: TestNetworkNat (0.94s) [2020-12-11T19:08:49.876Z] === RUN TestNetworkLocalhostTCPNat [2020-12-11T19:08:50.910Z] --- PASS: TestNetworkLocalhostTCPNat (0.85s) [2020-12-11T19:08:50.910Z] === RUN TestNetworkLoopbackNat [2020-12-11T19:08:51.783Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-12-11T19:08:54.427Z] --- PASS: TestNetworkLoopbackNat (3.29s) [2020-12-11T19:08:54.427Z] === RUN TestPause [2020-12-11T19:08:55.060Z] --- PASS: TestPause (0.93s) [2020-12-11T19:08:55.060Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-12-11T19:08:55.060Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-12-11T19:08:55.060Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-12-11T19:08:55.060Z] === RUN TestPauseStopPausedContainer [2020-12-11T19:08:55.715Z] --- PASS: TestPauseStopPausedContainer (0.90s) [2020-12-11T19:08:55.715Z] === RUN TestPsFilter [2020-12-11T19:08:56.027Z] --- PASS: TestPsFilter (0.32s) [2020-12-11T19:08:56.027Z] === RUN TestRemoveContainerWithRemovedVolume [2020-12-11T19:08:56.332Z] ok github.com/docker/docker/pkg/plugins 33.641s coverage: 76.6% of statements [2020-12-11T19:08:56.332Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-12-11T19:08:56.332Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-12-11T19:08:56.332Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-12-11T19:08:56.332Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-12-11T19:08:56.332Z] ? github.com/docker/docker/pkg/term [no test files] [2020-12-11T19:08:56.332Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-12-11T19:08:56.332Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-12-11T19:08:56.332Z] ? github.com/docker/docker/rootless [no test files] [2020-12-11T19:08:56.332Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-12-11T19:08:56.332Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-12-11T19:08:56.332Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-12-11T19:08:56.332Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-12-11T19:08:56.332Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-12-11T19:08:56.332Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-12-11T19:08:56.332Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-12-11T19:08:56.332Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-12-11T19:08:56.332Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-12-11T19:08:56.332Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-12-11T19:08:56.332Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-12-11T19:08:56.332Z] ? github.com/docker/docker/testutil/request [no test files] [2020-12-11T19:08:56.332Z] ? github.com/docker/docker/volume [no test files] [2020-12-11T19:08:56.332Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-12-11T19:08:56.332Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-12-11T19:08:56.332Z] [2020-12-11T19:08:56.332Z] === Skipped [2020-12-11T19:08:56.332Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-12-11T19:08:56.332Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-12-11T19:08:56.332Z] [2020-12-11T19:08:56.333Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-12-11T19:08:56.333Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-12-11T19:08:56.333Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:08:56.333Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-12-11T19:08:56.333Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:08:56.333Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-12-11T19:08:56.333Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:08:56.333Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-12-11T19:08:56.333Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:08:56.333Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-12-11T19:08:56.333Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:08:56.333Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-12-11T19:08:56.333Z] graphtest_unix.go:73: No driver to put! [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-12-11T19:08:56.333Z] time="2020-12-11T19:07:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-11T19:08:56.333Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-11T19:08:56.333Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-12-11T19:08:56.333Z] time="2020-12-11T19:07:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-11T19:08:56.333Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-11T19:08:56.333Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-12-11T19:08:56.333Z] time="2020-12-11T19:07:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-11T19:08:56.333Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-11T19:08:56.333Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-12-11T19:08:56.333Z] time="2020-12-11T19:07:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-11T19:08:56.333Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-11T19:08:56.333Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-12-11T19:08:56.333Z] time="2020-12-11T19:07:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-11T19:08:56.333Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-11T19:08:56.333Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-12-11T19:08:56.333Z] graphtest_unix.go:73: No driver to put! [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-12-11T19:08:56.333Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-12-11T19:08:56.333Z] overlay_test.go:49: Fails to compute changes intermittently [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-12-11T19:08:56.333Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-12-11T19:08:56.333Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-12-11T19:08:56.333Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:08:56.333Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-12-11T19:08:56.333Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:08:56.333Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-12-11T19:08:56.333Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:08:56.333Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-12-11T19:08:56.333Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:08:56.333Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-12-11T19:08:56.333Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:08:56.333Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-12-11T19:08:56.333Z] graphtest_unix.go:73: No driver to put! [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-12-11T19:08:56.333Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-12-11T19:08:56.333Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] [2020-12-11T19:08:56.333Z] DONE 2191 tests, 26 skipped in 197.882s Post stage [Pipeline] junit [2020-12-11T19:08:56.348Z] Recording test results [2020-12-11T19:08:57.062Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.86s) [2020-12-11T19:08:57.062Z] === RUN TestRemoveContainerWithVolume [2020-12-11T19:08:58.096Z] --- PASS: TestRemoveContainerWithVolume (0.89s) [2020-12-11T19:08:58.096Z] === RUN TestRemoveContainerRunning [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-12-11T19:08:58.650Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41783/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d -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:5fd8d701ceff35235fc447ca9433b44f855d688d hack/make.sh dynbinary test-integration [2020-12-11T19:08:58.729Z] --- PASS: TestRemoveContainerRunning (0.93s) [2020-12-11T19:08:58.729Z] === RUN TestRemoveContainerForceRemoveRunning [2020-12-11T19:08:59.224Z] [2020-12-11T19:08:59.487Z] Removing bundles/ [2020-12-11T19:08:59.487Z] [2020-12-11T19:08:59.487Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-12-11T19:08:59.487Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-12-11T19:08:59.487Z] GOOS="" GOARCH="" GOARM="" [2020-12-11T19:08:59.763Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.88s) [2020-12-11T19:08:59.763Z] === RUN TestRemoveInvalidContainer [2020-12-11T19:08:59.763Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-12-11T19:08:59.763Z] === RUN TestRenameLinkedContainer [2020-12-11T19:09:03.298Z] --- PASS: TestRenameLinkedContainer (3.58s) [2020-12-11T19:09:03.298Z] === RUN TestRenameStoppedContainer [2020-12-11T19:09:04.332Z] --- PASS: TestRenameStoppedContainer (0.90s) [2020-12-11T19:09:04.332Z] === RUN TestRenameRunningContainerAndReuse [2020-12-11T19:09:06.403Z] --- PASS: TestRenameRunningContainerAndReuse (1.79s) [2020-12-11T19:09:06.403Z] === RUN TestRenameInvalidName [2020-12-11T19:09:07.036Z] --- PASS: TestRenameInvalidName (0.92s) [2020-12-11T19:09:07.036Z] === RUN TestRenameAnonymousContainer [2020-12-11T19:09:09.713Z] ok github.com/docker/docker/api/server/httputils 0.023s coverage: 14.7% of statements [2020-12-11T19:09:09.713Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-12-11T19:09:09.713Z] ok github.com/docker/docker/api/server/middleware 0.026s coverage: 37.7% of statements [2020-12-11T19:09:09.713Z] ? github.com/docker/docker/api/server/router [no test files] [2020-12-11T19:09:09.713Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-12-11T19:09:09.713Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-12-11T19:09:09.713Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-12-11T19:09:09.713Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-12-11T19:09:09.713Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-12-11T19:09:09.713Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-12-11T19:09:09.713Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-12-11T19:09:09.713Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-12-11T19:09:09.713Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-12-11T19:09:09.713Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-12-11T19:09:09.713Z] ok github.com/docker/docker/api/types/strslice 0.009s coverage: 90.0% of statements [2020-12-11T19:09:10.013Z] ok github.com/docker/docker/api/types/filters 0.026s coverage: 92.2% of statements [2020-12-11T19:09:10.013Z] ok github.com/docker/docker/api/server/router/swarm 0.020s coverage: 5.7% of statements [2020-12-11T19:09:10.013Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-12-11T19:09:10.013Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-12-11T19:09:10.013Z] ? github.com/docker/docker/api/types [no test files] [2020-12-11T19:09:10.013Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-12-11T19:09:10.013Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-12-11T19:09:10.013Z] ? github.com/docker/docker/api/types/container [no test files] [2020-12-11T19:09:10.013Z] ? github.com/docker/docker/api/types/events [no test files] [2020-12-11T19:09:10.013Z] ? github.com/docker/docker/api/types/image [no test files] [2020-12-11T19:09:10.013Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-12-11T19:09:10.013Z] ? github.com/docker/docker/api/types/network [no test files] [2020-12-11T19:09:10.013Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-12-11T19:09:10.013Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-12-11T19:09:10.013Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-12-11T19:09:10.013Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-12-11T19:09:10.308Z] ok github.com/docker/docker/api/types/time 0.004s coverage: 100.0% of statements [2020-12-11T19:09:10.604Z] ok github.com/docker/docker/api/types/versions 0.041s coverage: 75.0% of statements [2020-12-11T19:09:10.604Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-12-11T19:09:10.604Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-12-11T19:09:10.604Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-12-11T19:09:10.604Z] ? github.com/docker/docker/builder [no test files] [2020-12-11T19:09:10.604Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-12-11T19:09:10.604Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-12-11T19:09:10.604Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-12-11T19:09:10.604Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-12-11T19:09:10.604Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-12-11T19:09:10.604Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-12-11T19:09:10.604Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-12-11T19:09:12.607Z] --- PASS: TestRenameAnonymousContainer (4.95s) [2020-12-11T19:09:12.607Z] === RUN TestRenameContainerWithSameName [2020-12-11T19:09:12.898Z] --- PASS: TestRenameContainerWithSameName (1.00s) [2020-12-11T19:09:12.898Z] === RUN TestRenameContainerWithLinkedContainer [2020-12-11T19:09:14.967Z] --- PASS: TestRenameContainerWithLinkedContainer (1.73s) [2020-12-11T19:09:14.967Z] === RUN TestResize [2020-12-11T19:09:15.101Z] ok github.com/docker/docker/cli/debug 0.025s coverage: 100.0% of statements [2020-12-11T19:09:15.600Z] --- PASS: TestResize (0.92s) [2020-12-11T19:09:15.600Z] === RUN TestResizeWithInvalidSize [2020-12-11T19:09:16.635Z] --- PASS: TestResizeWithInvalidSize (0.91s) [2020-12-11T19:09:16.635Z] === RUN TestResizeWhenContainerNotStarted [2020-12-11T19:09:17.206Z] ok github.com/docker/docker/builder/remotecontext/git 4.135s coverage: 86.3% of statements [2020-12-11T19:09:17.270Z] --- PASS: TestResizeWhenContainerNotStarted (0.91s) [2020-12-11T19:09:17.270Z] === RUN TestDaemonRestartKillContainers [2020-12-11T19:09:17.270Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-11T19:09:17.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-11T19:09:17.270Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-11T19:09:17.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-11T19:09:17.270Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-11T19:09:17.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-11T19:09:17.270Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-11T19:09:17.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-11T19:09:17.270Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-11T19:09:17.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-11T19:09:17.270Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-11T19:09:17.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-11T19:09:17.270Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-11T19:09:17.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-11T19:09:17.270Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-11T19:09:17.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-11T19:09:17.270Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:09:17.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:09:17.270Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:09:17.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:09:17.270Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:09:17.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:09:17.270Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:09:17.270Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:09:17.271Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-11T19:09:17.271Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-11T19:09:17.847Z] ok github.com/docker/docker/builder/remotecontext 0.467s coverage: 13.7% of statements [2020-12-11T19:09:20.028Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:09:20.028Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:09:20.605Z] ok github.com/docker/docker/builder/dockerfile 1.103s coverage: 48.3% of statements [2020-12-11T19:09:20.605Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-12-11T19:09:20.605Z] ? github.com/docker/docker/cli [no test files] [2020-12-11T19:09:20.605Z] ? github.com/docker/docker/cli/config [no test files] [2020-12-11T19:09:21.536Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:09:21.536Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:09:23.069Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-11T19:09:23.069Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-11T19:09:23.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-12-11T19:09:23.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-12-11T19:09:23.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-12-11T19:09:23.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-12-11T19:09:23.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-12-11T19:09:24.067Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-12-11T19:09:24.152Z] ok github.com/docker/docker/client 0.491s coverage: 75.4% of statements [2020-12-11T19:09:25.136Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-11T19:09:25.429Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-11T19:09:27.331Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-12-11T19:09:28.191Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-11T19:09:28.695Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-12-11T19:09:28.826Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-11T19:09:30.101Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-12-11T19:09:30.358Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-12-11T19:09:30.955Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-12-11T19:09:30.955Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.48s) [2020-12-11T19:09:30.955Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.48s) [2020-12-11T19:09:30.955Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.54s) [2020-12-11T19:09:30.955Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.55s) [2020-12-11T19:09:30.955Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.51s) [2020-12-11T19:09:30.956Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.54s) [2020-12-11T19:09:30.956Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.39s) [2020-12-11T19:09:30.956Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.40s) [2020-12-11T19:09:30.956Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.93s) [2020-12-11T19:09:30.956Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.40s) [2020-12-11T19:09:30.956Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.39s) [2020-12-11T19:09:30.956Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.37s) [2020-12-11T19:09:30.956Z] === RUN TestCgroupNamespacesRun [2020-12-11T19:09:31.726Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-12-11T19:09:33.071Z] --- PASS: TestCgroupNamespacesRun (1.79s) [2020-12-11T19:09:33.071Z] === RUN TestCgroupNamespacesRunPrivileged [2020-12-11T19:09:33.174Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-12-11T19:09:34.540Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-12-11T19:09:34.607Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.70s) [2020-12-11T19:09:34.607Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-12-11T19:09:35.511Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-12-11T19:09:36.438Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-12-11T19:09:36.674Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.81s) [2020-12-11T19:09:36.674Z] === RUN TestCgroupNamespacesRunHostMode [2020-12-11T19:09:37.807Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-12-11T19:09:37.807Z] Using test binary docker [2020-12-11T19:09:37.807Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-12-11T19:09:37.807Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-12-11T19:09:37.807Z] INFO: Waiting for daemon to start... [2020-12-11T19:09:37.807Z] Starting dockerd [2020-12-11T19:09:38.181Z] --- PASS: TestCgroupNamespacesRunHostMode (1.85s) [2020-12-11T19:09:38.181Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-12-11T19:09:40.313Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.79s) [2020-12-11T19:09:40.313Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-12-11T19:09:40.347Z] . [2020-12-11T19:09:40.348Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-12-11T19:09:40.348Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-12-11T19:09:40.348Z] Error: No such image: emptyfs [2020-12-11T19:09:40.348Z] Running integration-test (iteration 1) [2020-12-11T19:09:40.348Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-12-11T19:09:41.820Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.70s) [2020-12-11T19:09:41.820Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-12-11T19:09:42.453Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.86s) [2020-12-11T19:09:42.453Z] === RUN TestCgroupNamespacesRunOlderClient [2020-12-11T19:09:44.578Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.85s) [2020-12-11T19:09:44.578Z] === RUN TestKernelTCPMemory [2020-12-11T19:09:45.211Z] --- PASS: TestKernelTCPMemory (0.90s) [2020-12-11T19:09:45.211Z] === RUN TestNISDomainname [2020-12-11T19:09:46.250Z] --- PASS: TestNISDomainname (1.00s) [2020-12-11T19:09:46.250Z] === RUN TestHostnameDnsResolution [2020-12-11T19:09:48.317Z] --- PASS: TestHostnameDnsResolution (1.73s) [2020-12-11T19:09:48.317Z] === RUN TestStats [2020-12-11T19:09:50.243Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-12-11T19:09:50.243Z] [2020-12-11T19:09:50.243Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-12-11T19:09:50.243Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-12-11T19:09:50.243Z] Using test binary docker [2020-12-11T19:09:50.243Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-12-11T19:09:50.244Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-12-11T19:09:50.244Z] INFO: Waiting for daemon to start... [2020-12-11T19:09:50.244Z] Starting dockerd [2020-12-11T19:09:50.244Z] . [2020-12-11T19:09:50.244Z] INFO: Building docker-sdk-python3:4.3.0... [2020-12-11T19:09:51.048Z] --- PASS: TestStats (2.96s) [2020-12-11T19:09:51.048Z] === RUN TestStopContainerWithTimeout [2020-12-11T19:09:51.048Z] === RUN TestStopContainerWithTimeout/0 [2020-12-11T19:09:51.048Z] === PAUSE TestStopContainerWithTimeout/0 [2020-12-11T19:09:51.048Z] === RUN TestStopContainerWithTimeout/1 [2020-12-11T19:09:51.048Z] === PAUSE TestStopContainerWithTimeout/1 [2020-12-11T19:09:51.048Z] === RUN TestStopContainerWithTimeout/3 [2020-12-11T19:09:51.048Z] === PAUSE TestStopContainerWithTimeout/3 [2020-12-11T19:09:51.048Z] === RUN TestStopContainerWithTimeout/-1 [2020-12-11T19:09:51.048Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-12-11T19:09:51.048Z] === CONT TestStopContainerWithTimeout/0 [2020-12-11T19:09:51.048Z] === CONT TestStopContainerWithTimeout/-1 [2020-12-11T19:09:52.084Z] === CONT TestStopContainerWithTimeout/3 [2020-12-11T19:09:54.157Z] === CONT TestStopContainerWithTimeout/1 [2020-12-11T19:09:55.278Z] Loaded image: buildpack-deps:buster [2020-12-11T19:09:55.278Z] Loaded image: busybox:latest [2020-12-11T19:09:55.278Z] Loaded image: busybox:glibc [2020-12-11T19:09:55.278Z] Loaded image: debian:buster [2020-12-11T19:09:55.278Z] Loaded image: hello-world:latest [2020-12-11T19:09:55.278Z] Loaded image: arm32v7/hello-world:latest [2020-12-11T19:09:55.278Z] INFO: Testing against a local daemon [2020-12-11T19:09:55.278Z] === RUN TestCgroupNamespacesBuild [2020-12-11T19:09:56.224Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-12-11T19:09:56.224Z] --- PASS: TestStopContainerWithTimeout/0 (1.06s) [2020-12-11T19:09:56.224Z] --- PASS: TestStopContainerWithTimeout/-1 (2.99s) [2020-12-11T19:09:56.224Z] --- PASS: TestStopContainerWithTimeout/3 (2.89s) [2020-12-11T19:09:56.224Z] --- PASS: TestStopContainerWithTimeout/1 (1.87s) [2020-12-11T19:09:56.224Z] === RUN TestDeleteDevicemapper [2020-12-11T19:09:56.224Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-12-11T19:09:56.224Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-12-11T19:09:56.224Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-12-11T19:09:57.163Z] --- PASS: TestCgroupNamespacesBuild (3.25s) [2020-12-11T19:09:57.164Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-12-11T19:09:58.778Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-12-11T19:09:58.778Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-12-11T19:09:59.050Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.16s) [2020-12-11T19:09:59.050Z] === RUN TestBuildWithSession [2020-12-11T19:09:59.050Z] --- SKIP: TestBuildWithSession (0.00s) [2020-12-11T19:09:59.050Z] build_session_test.go:25: TODO: BuildKit [2020-12-11T19:09:59.050Z] === RUN TestBuildSquashParent [2020-12-11T19:09:59.741Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.44s) [2020-12-11T19:09:59.741Z] === RUN TestUpdateMemory [2020-12-11T19:09:59.741Z] --- SKIP: TestUpdateMemory (0.00s) [2020-12-11T19:09:59.741Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-12-11T19:09:59.741Z] === RUN TestUpdateCPUQuota [2020-12-11T19:10:00.777Z] --- PASS: TestUpdateCPUQuota (1.35s) [2020-12-11T19:10:00.777Z] === RUN TestUpdatePidsLimit [2020-12-11T19:10:00.777Z] === RUN TestUpdatePidsLimit/update_from_none [2020-12-11T19:10:01.069Z] === RUN TestUpdatePidsLimit/no_change [2020-12-11T19:10:01.360Z] === RUN TestUpdatePidsLimit/update_lower [2020-12-11T19:10:01.652Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-12-11T19:10:02.285Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-12-11T19:10:02.576Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-12-11T19:10:02.868Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-12-11T19:10:03.624Z] ok github.com/docker/docker/cmd/dockerd 0.182s coverage: 29.2% of statements [2020-12-11T19:10:04.376Z] --- PASS: TestUpdatePidsLimit (3.60s) [2020-12-11T19:10:04.376Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.36s) [2020-12-11T19:10:04.376Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2020-12-11T19:10:04.376Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2020-12-11T19:10:04.376Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.40s) [2020-12-11T19:10:04.376Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.39s) [2020-12-11T19:10:04.376Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2020-12-11T19:10:04.376Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2020-12-11T19:10:04.376Z] === RUN TestUpdateRestartPolicy [2020-12-11T19:10:07.131Z] --- PASS: TestBuildSquashParent (7.37s) [2020-12-11T19:10:07.131Z] === RUN TestBuildWithRemoveAndForceRemove [2020-12-11T19:10:07.131Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-11T19:10:07.131Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-11T19:10:07.131Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-11T19:10:07.131Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-11T19:10:07.131Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-11T19:10:07.131Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-11T19:10:07.131Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-11T19:10:07.131Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-11T19:10:07.131Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-11T19:10:07.131Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-11T19:10:07.131Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-11T19:10:07.131Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-11T19:10:07.131Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-11T19:10:07.131Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-11T19:10:07.408Z] ok github.com/docker/docker/container 0.210s coverage: 34.7% of statements [2020-12-11T19:10:07.409Z] ? github.com/docker/docker/container/stream [no test files] [2020-12-11T19:10:07.409Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-12-11T19:10:07.409Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-12-11T19:10:07.409Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-12-11T19:10:08.057Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-11T19:10:08.057Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-11T19:10:08.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-12-11T19:10:09.500Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.077s coverage: 65.3% of statements [2020-12-11T19:10:09.947Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-11T19:10:09.947Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-11T19:10:11.834Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-12-11T19:10:11.834Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.57s) [2020-12-11T19:10:11.834Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.63s) [2020-12-11T19:10:11.834Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.79s) [2020-12-11T19:10:11.834Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.85s) [2020-12-11T19:10:11.834Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.05s) [2020-12-11T19:10:11.834Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.03s) [2020-12-11T19:10:11.834Z] === RUN TestBuildMultiStageCopy [2020-12-11T19:10:11.834Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-12-11T19:10:15.104Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-12-11T19:10:15.129Z] ok github.com/docker/docker/daemon/cluster/convert 0.017s coverage: 35.9% of statements [2020-12-11T19:10:16.030Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-12-11T19:10:17.219Z] ok github.com/docker/docker/daemon/cluster 0.120s coverage: 0.5% of statements [2020-12-11T19:10:17.434Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-12-11T19:10:18.359Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-12-11T19:10:19.285Z] --- PASS: TestBuildMultiStageCopy (7.31s) [2020-12-11T19:10:19.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.31s) [2020-12-11T19:10:19.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2020-12-11T19:10:19.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2020-12-11T19:10:19.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2020-12-11T19:10:19.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2020-12-11T19:10:19.285Z] === RUN TestBuildMultiStageParentConfig [2020-12-11T19:10:19.715Z] --- PASS: TestUpdateRestartPolicy (12.90s) [2020-12-11T19:10:19.715Z] === RUN TestUpdateRestartWithAutoRemove [2020-12-11T19:10:19.715Z] --- PASS: TestUpdateRestartWithAutoRemove (0.87s) [2020-12-11T19:10:19.715Z] === RUN TestWaitNonBlocked [2020-12-11T19:10:19.715Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-11T19:10:19.715Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-11T19:10:19.715Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-11T19:10:19.715Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-11T19:10:19.715Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-11T19:10:19.715Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-11T19:10:19.715Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-12-11T19:10:19.715Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.10s) [2020-12-11T19:10:19.715Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.18s) [2020-12-11T19:10:19.715Z] === RUN TestWaitBlocked [2020-12-11T19:10:19.715Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-11T19:10:19.715Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-11T19:10:19.715Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-12-11T19:10:19.715Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-12-11T19:10:19.715Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-11T19:10:19.715Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-12-11T19:10:20.749Z] --- PASS: TestWaitBlocked (0.01s) [2020-12-11T19:10:20.749Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.23s) [2020-12-11T19:10:20.749Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.31s) [2020-12-11T19:10:20.749Z] === CONT TestContainerStartOnDaemonRestart [2020-12-11T19:10:20.749Z] === CONT TestIpcModeOlderClient [2020-12-11T19:10:20.749Z] --- PASS: TestIpcModeOlderClient (0.17s) [2020-12-11T19:10:20.749Z] === CONT TestDaemonHostGatewayIP [2020-12-11T19:10:20.766Z] ok github.com/docker/docker/daemon/discovery 0.055s coverage: 30.0% of statements [2020-12-11T19:10:21.021Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-12-11T19:10:21.021Z] [2020-12-11T19:10:21.021Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-12-11T19:10:21.021Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-12-11T19:10:21.021Z] HOSTNAME=b23262321760 [2020-12-11T19:10:21.021Z] TESTDEBUG=0 [2020-12-11T19:10:21.021Z] DEST=bundles/test-integration [2020-12-11T19:10:21.021Z] PWD=/go/src/github.com/docker/docker [2020-12-11T19:10:21.021Z] DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T19:10:21.021Z] container=docker [2020-12-11T19:10:21.021Z] HOME=/root [2020-12-11T19:10:21.021Z] GOLANG_VERSION=1.13.15 [2020-12-11T19:10:21.021Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-12-11T19:10:21.021Z] VALIDATE_BRANCH=master [2020-12-11T19:10:21.021Z] TERM=xterm [2020-12-11T19:10:21.021Z] DOCKER_PKG=github.com/docker/docker [2020-12-11T19:10:21.021Z] SHLVL=1 [2020-12-11T19:10:21.021Z] TIMEOUT=120m [2020-12-11T19:10:21.021Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-12-11T19:10:21.021Z] DOCKER_GRAPHDRIVER=overlay2 [2020-12-11T19:10:21.021Z] GO111MODULE=off [2020-12-11T19:10:21.021Z] DOCKER_EXPERIMENTAL=1 [2020-12-11T19:10:21.021Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-12-11T19:10:21.021Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-12-11T19:10:21.021Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-12-11T19:10:21.021Z] GOPATH=/go [2020-12-11T19:10:21.021Z] PKG_CONFIG=pkg-config [2020-12-11T19:10:21.021Z] _=/usr/bin/env [2020-12-11T19:10:21.021Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-12-11T19:10:23.481Z] --- PASS: TestContainerStartOnDaemonRestart (2.99s) [2020-12-11T19:10:23.481Z] === CONT TestContainerKillOnDaemonStart [2020-12-11T19:10:23.521Z] ok github.com/docker/docker/daemon/events 0.065s coverage: 50.0% of statements [2020-12-11T19:10:23.522Z] ok github.com/docker/docker/daemon/config 0.061s coverage: 81.8% of statements [2020-12-11T19:10:24.515Z] --- PASS: TestDaemonHostGatewayIP (3.83s) [2020-12-11T19:10:24.515Z] === CONT TestDaemonRestartIpcMode [2020-12-11T19:10:24.521Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2020-12-11T19:10:24.521Z] === RUN TestBuildLabelWithTargets [2020-12-11T19:10:26.270Z] ok github.com/docker/docker/daemon/graphdriver 0.008s coverage: 2.2% of statements [2020-12-11T19:10:27.536Z] Removing intermediate container b8499154e7fc [2020-12-11T19:10:27.536Z] ---> 11fef4fc6842 [2020-12-11T19:10:27.536Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2020-12-11T19:10:27.536Z] ---> Running in b763bb83532c [2020-12-11T19:10:27.536Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2020-12-11T19:10:27.536Z] go: finding gotest.tools v0.5.3 [2020-12-11T19:10:27.536Z] go: finding gotest.tools/gotestsum v0.5.3 [2020-12-11T19:10:27.536Z] go: downloading gotest.tools/gotestsum v0.5.3 [2020-12-11T19:10:27.536Z] go: extracting gotest.tools/gotestsum v0.5.3 [2020-12-11T19:10:27.536Z] go: downloading github.com/spf13/pflag v1.0.3 [2020-12-11T19:10:27.536Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-11T19:10:27.536Z] go: downloading github.com/fatih/color v1.9.0 [2020-12-11T19:10:27.536Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-12-11T19:10:27.536Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-11T19:10:27.536Z] go: extracting github.com/fatih/color v1.9.0 [2020-12-11T19:10:27.536Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-12-11T19:10:27.536Z] go: extracting github.com/spf13/pflag v1.0.3 [2020-12-11T19:10:27.536Z] go: downloading github.com/pkg/errors v0.9.1 [2020-12-11T19:10:27.536Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T19:10:27.536Z] go: extracting github.com/pkg/errors v0.9.1 [2020-12-11T19:10:27.536Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2020-12-11T19:10:27.536Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2020-12-11T19:10:27.536Z] go: extracting github.com/mattn/go-colorable v0.1.6 [2020-12-11T19:10:27.536Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-11T19:10:27.536Z] go: extracting github.com/mattn/go-isatty v0.0.12 [2020-12-11T19:10:27.536Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-11T19:10:27.536Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-11T19:10:27.536Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-11T19:10:27.536Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T19:10:27.536Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-11T19:10:27.536Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-11T19:10:27.536Z] go: finding github.com/fatih/color v1.9.0 [2020-12-11T19:10:27.536Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-11T19:10:27.536Z] go: finding github.com/pkg/errors v0.9.1 [2020-12-11T19:10:27.536Z] go: finding github.com/spf13/pflag v1.0.3 [2020-12-11T19:10:27.536Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-12-11T19:10:27.536Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-12-11T19:10:27.536Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2020-12-11T19:10:27.536Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-11T19:10:27.536Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T19:10:27.536Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-11T19:10:27.536Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-11T19:10:28.000Z] INFO: Build done for gotestsum... [2020-12-11T19:10:28.961Z] sha256:829cafd34effe9cc9da7b9cf035ae79b488b205494e55ee3951df2e232e5cff1 [2020-12-11T19:10:28.961Z] INFO: Starting docker-py tests... [2020-12-11T19:10:28.961Z] ============================= test session starts ============================== [2020-12-11T19:10:28.961Z] platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 [2020-12-11T19:10:28.961Z] rootdir: /src, inifile: pytest.ini [2020-12-11T19:10:28.961Z] plugins: timeout-1.3.3, cov-2.6.1 [2020-12-11T19:10:28.961Z] collected 389 items / 1 deselected / 388 selected [2020-12-11T19:10:28.961Z] [2020-12-11T19:10:28.965Z] --- PASS: TestDaemonRestartIpcMode (3.69s) [2020-12-11T19:10:29.015Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2020-12-11T19:10:29.309Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.475s coverage: 14.1% of statements [2020-12-11T19:10:30.354Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.748s coverage: 57.1% of statements [2020-12-11T19:10:32.648Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2020-12-11T19:10:32.648Z] === RUN TestBuildWithEmptyLayers [2020-12-11T19:10:33.100Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.8% of statements [2020-12-11T19:10:34.620Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.311s coverage: 69.2% of statements [2020-12-11T19:10:34.915Z] ok github.com/docker/docker/daemon 12.350s coverage: 17.2% of statements [2020-12-11T19:10:34.915Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-12-11T19:10:34.915Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-12-11T19:10:34.915Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-12-11T19:10:34.915Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-12-11T19:10:35.159Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2020-12-11T19:10:35.159Z] === RUN TestBuildMultiStageOnBuild [2020-12-11T19:10:35.886Z] --- PASS: TestContainerKillOnDaemonStart (12.28s) [2020-12-11T19:10:35.886Z] PASS [2020-12-11T19:10:35.886Z] [2020-12-11T19:10:35.886Z] === Skipped [2020-12-11T19:10:35.886Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-12-11T19:10:35.886Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-11T19:10:35.886Z] [2020-12-11T19:10:35.886Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-12-11T19:10:35.886Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-11T19:10:35.886Z] [2020-12-11T19:10:35.886Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-12-11T19:10:35.886Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-11T19:10:35.886Z] [2020-12-11T19:10:35.886Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-12-11T19:10:35.886Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-12-11T19:10:35.886Z] [2020-12-11T19:10:35.886Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-12-11T19:10:35.886Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-12-11T19:10:35.886Z] [2020-12-11T19:10:35.886Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-12-11T19:10:35.886Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-12-11T19:10:35.886Z] [2020-12-11T19:10:35.886Z] [2020-12-11T19:10:35.886Z] DONE 195 tests, 6 skipped in 158.609s [2020-12-11T19:10:35.886Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-12-11T19:10:35.886Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:10:35.886Z] ++ set -e [2020-12-11T19:10:35.886Z] ++ '[' -n 0 ']' [2020-12-11T19:10:35.886Z] ++ set -x [2020-12-11T19:10:35.886Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:10:35.886Z] INFO: Testing against a local daemon [2020-12-11T19:10:35.886Z] === RUN TestCommitInheritsEnv [2020-12-11T19:10:36.446Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.711s coverage: 45.9% of statements [2020-12-11T19:10:36.446Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-12-11T19:10:36.518Z] --- PASS: TestCommitInheritsEnv (0.63s) [2020-12-11T19:10:36.518Z] === RUN TestImportExtremelyLargeImageWorks [2020-12-11T19:10:36.518Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-12-11T19:10:36.518Z] === RUN TestImagesFilterMultiReference [2020-12-11T19:10:36.518Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2020-12-11T19:10:36.518Z] === RUN TestImagePullPlatformInvalid [2020-12-11T19:10:36.518Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2020-12-11T19:10:36.518Z] === RUN TestRemoveImageOrphaning [2020-12-11T19:10:37.150Z] --- PASS: TestRemoveImageOrphaning (0.56s) [2020-12-11T19:10:37.150Z] === RUN TestRemoveImageGarbageCollector [2020-12-11T19:10:37.150Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-12-11T19:10:37.150Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:10:37.150Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-12-11T19:10:37.150Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-12-11T19:10:37.150Z] === RUN TestTagInvalidReference [2020-12-11T19:10:37.150Z] --- PASS: TestTagInvalidReference (0.01s) [2020-12-11T19:10:37.150Z] === RUN TestTagValidPrefixedRepo [2020-12-11T19:10:37.150Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-12-11T19:10:37.150Z] === RUN TestTagExistedNameWithoutForce [2020-12-11T19:10:37.150Z] --- PASS: TestTagExistedNameWithoutForce (0.01s) [2020-12-11T19:10:37.150Z] === RUN TestTagOfficialNames [2020-12-11T19:10:37.442Z] --- PASS: TestTagOfficialNames (0.04s) [2020-12-11T19:10:37.442Z] === RUN TestTagMatchesDigest [2020-12-11T19:10:37.442Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-12-11T19:10:37.442Z] === CONT TestImportExtremelyLargeImageWorks [2020-12-11T19:10:37.496Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.392s coverage: 49.5% of statements [2020-12-11T19:10:37.789Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.040s coverage: 58.0% of statements [2020-12-11T19:10:38.849Z] ok github.com/docker/docker/daemon/links 0.022s coverage: 93.0% of statements [2020-12-11T19:10:39.172Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-12-11T19:10:40.373Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.015s coverage: 3.0% of statements [2020-12-11T19:10:40.396Z] --- PASS: TestBuildMultiStageOnBuild (5.03s) [2020-12-11T19:10:40.396Z] === RUN TestBuildUncleanTarFilenames [2020-12-11T19:10:40.565Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-12-11T19:10:40.998Z] --- PASS: TestBuildUncleanTarFilenames (0.70s) [2020-12-11T19:10:40.998Z] === RUN TestBuildMultiStageLayerLeak [2020-12-11T19:10:42.461Z] ok github.com/docker/docker/daemon/logger 0.238s coverage: 41.0% of statements [2020-12-11T19:10:42.756Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.944s coverage: 52.1% of statements [2020-12-11T19:10:42.756Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-12-11T19:10:42.756Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-12-11T19:10:42.828Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-12-11T19:10:42.865Z] Removing intermediate container b763bb83532c [2020-12-11T19:10:42.865Z] ---> 348e8e9c46da [2020-12-11T19:10:42.865Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-12-11T19:10:42.865Z] ---> Running in 48766ae91375 [2020-12-11T19:10:42.865Z] Removing intermediate container 48766ae91375 [2020-12-11T19:10:42.865Z] ---> 661d813dfbc2 [2020-12-11T19:10:42.865Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-12-11T19:10:42.865Z] ---> Running in 0eb83cae04b9 [2020-12-11T19:10:43.395Z] tests/integration/api_client_test.py ..... [ 7%] [2020-12-11T19:10:43.841Z] Removing intermediate container 0eb83cae04b9 [2020-12-11T19:10:43.841Z] ---> 6a3fe9c38841 [2020-12-11T19:10:43.841Z] Step 10/10 : COPY . . [2020-12-11T19:10:43.876Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-12-11T19:10:44.842Z] ok github.com/docker/docker/daemon/logger/awslogs 0.553s coverage: 77.4% of statements [2020-12-11T19:10:45.139Z] ok github.com/docker/docker/daemon/logger/journald 0.010s coverage: 23.9% of statements [2020-12-11T19:10:45.139Z] ok github.com/docker/docker/daemon/logger/gelf 0.041s coverage: 67.0% of statements [2020-12-11T19:10:45.139Z] ok github.com/docker/docker/daemon/images 0.041s coverage: 6.5% of statements [2020-12-11T19:10:45.139Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-12-11T19:10:45.139Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-12-11T19:10:45.139Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-12-11T19:10:45.139Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-12-11T19:10:45.157Z] tests/integration/api_config_test.py ..... [ 8%] [2020-12-11T19:10:45.198Z] --- PASS: TestBuildMultiStageLayerLeak (4.29s) [2020-12-11T19:10:45.198Z] === RUN TestBuildWithHugeFile [2020-12-11T19:10:46.191Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.030s coverage: 87.2% of statements [2020-12-11T19:10:47.715Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.030s coverage: 61.6% of statements [2020-12-11T19:10:48.359Z] ok github.com/docker/docker/daemon/logger/local 0.070s coverage: 75.2% of statements [2020-12-11T19:10:48.359Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-12-11T19:10:49.000Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.091s coverage: 58.6% of statements [2020-12-11T19:10:49.641Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.020s coverage: 33.3% of statements [2020-12-11T19:10:50.282Z] ok github.com/docker/docker/daemon/logger/templates 0.028s coverage: 8.3% of statements [2020-12-11T19:10:51.326Z] ok github.com/docker/docker/daemon/logger/syslog 0.014s coverage: 46.8% of statements [2020-12-11T19:10:53.428Z] ok github.com/docker/docker/daemon/network 0.014s coverage: 63.8% of statements [2020-12-11T19:10:54.069Z] ok github.com/docker/docker/daemon/logger/splunk 2.673s coverage: 82.5% of statements [2020-12-11T19:10:54.069Z] ? github.com/docker/docker/daemon/names [no test files] [2020-12-11T19:10:54.069Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-12-11T19:10:55.113Z] ok github.com/docker/docker/distribution/metadata 0.083s coverage: 48.2% of statements [2020-12-11T19:10:57.207Z] ok github.com/docker/docker/errdefs 0.014s coverage: 53.1% of statements [2020-12-11T19:10:57.502Z] ok github.com/docker/docker/distribution 0.487s coverage: 25.1% of statements [2020-12-11T19:10:57.502Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-12-11T19:10:59.043Z] ok github.com/docker/docker/image 0.048s coverage: 86.4% of statements [2020-12-11T19:10:59.683Z] ok github.com/docker/docker/distribution/xfer 1.672s coverage: 85.1% of statements [2020-12-11T19:10:59.683Z] ? github.com/docker/docker/dockerversion [no test files] [2020-12-11T19:11:00.323Z] ok github.com/docker/docker/image/cache 0.058s coverage: 19.2% of statements [2020-12-11T19:11:00.323Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-12-11T19:11:00.618Z] ok github.com/docker/docker/image/v1 0.049s coverage: 25.0% of statements [2020-12-11T19:11:00.618Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-12-11T19:11:00.618Z] ok github.com/docker/docker/libcontainerd/queue 0.026s coverage: 100.0% of statements [2020-12-11T19:11:02.141Z] ok github.com/docker/docker/pkg/aaparser 0.004s coverage: 52.9% of statements [2020-12-11T19:11:03.667Z] ok github.com/docker/docker/oci 0.035s coverage: 8.2% of statements [2020-12-11T19:11:03.667Z] ok github.com/docker/docker/opts 0.126s coverage: 67.1% of statements [2020-12-11T19:11:05.767Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2020-12-11T19:11:05.767Z] ok github.com/docker/docker/pkg/capabilities 0.004s coverage: 87.5% of statements [2020-12-11T19:11:05.881Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-12-11T19:11:06.409Z] ok github.com/docker/docker/pkg/authorization 0.917s coverage: 68.3% of statements [2020-12-11T19:11:06.460Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-12-11T19:11:07.053Z] ok github.com/docker/docker/pkg/archive 1.367s coverage: 76.9% of statements [2020-12-11T19:11:07.348Z] ok github.com/docker/docker/pkg/directory 0.005s coverage: 80.0% of statements [2020-12-11T19:11:07.853Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-12-11T19:11:08.394Z] ok github.com/docker/docker/pkg/discovery/file 0.021s coverage: 92.9% of statements [2020-12-11T19:11:08.394Z] ok github.com/docker/docker/pkg/discovery 0.009s coverage: 58.3% of statements [2020-12-11T19:11:09.045Z] ---> c9424c209605 [2020-12-11T19:11:09.045Z] Successfully built c9424c209605 [2020-12-11T19:11:09.045Z] Successfully tagged docker:latest [2020-12-11T19:11:09.045Z] INFO: Image build ended at 12/11/2020 19:11:07. Duration:00:03:41.9859031 [2020-12-11T19:11:09.045Z] [2020-12-11T19:11:09.045Z] [2020-12-11T19:11:09.045Z] INFO: Building the test binaries at 12/11/2020 19:11:07... [2020-12-11T19:11:09.245Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-12-11T19:11:09.454Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2020-12-11T19:11:09.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-12-11T19:11:10.091Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2020-12-11T19:11:10.384Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2020-12-11T19:11:11.428Z] ok github.com/docker/docker/layer 7.252s coverage: 68.8% of statements [2020-12-11T19:11:11.428Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-12-11T19:11:11.428Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-12-11T19:11:11.428Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-12-11T19:11:11.428Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-12-11T19:11:11.428Z] ? github.com/docker/docker/oci/caps [no test files] [2020-12-11T19:11:11.428Z] ok github.com/docker/docker/pkg/chrootarchive 3.893s coverage: 43.2% of statements [2020-12-11T19:11:11.428Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-12-11T19:11:11.428Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-12-11T19:11:11.431Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-12-11T19:11:11.721Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2020-12-11T19:11:12.364Z] ok github.com/docker/docker/pkg/fileutils 0.024s coverage: 89.5% of statements [2020-12-11T19:11:12.660Z] ok github.com/docker/docker/pkg/fsutils 0.426s coverage: 85.1% of statements [2020-12-11T19:11:12.849Z] INFO: make.ps1 starting at 12/11/2020 19:11:12 [2020-12-11T19:11:12.849Z] INFO: Git commit (5fd8d701ce) assumed from DOCKER_GITCOMMIT environment variable [2020-12-11T19:11:12.849Z] INFO: Invoking autogen... [2020-12-11T19:11:12.958Z] ok github.com/docker/docker/pkg/discovery/kv 3.101s coverage: 84.1% of statements [2020-12-11T19:11:12.958Z] ok github.com/docker/docker/pkg/homedir 0.024s coverage: 11.4% of statements [2020-12-11T19:11:13.825Z] INFO: Building daemon... [2020-12-11T19:11:13.985Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-12-11T19:11:14.483Z] ok github.com/docker/docker/pkg/longpath 0.026s coverage: 100.0% of statements [2020-12-11T19:11:14.483Z] ok github.com/docker/docker/pkg/jsonmessage 0.043s coverage: 91.7% of statements [2020-12-11T19:11:14.637Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-12-11T19:11:14.779Z] ok github.com/docker/docker/pkg/idtools 0.642s coverage: 70.1% of statements [2020-12-11T19:11:15.079Z] ok github.com/docker/docker/pkg/namesgenerator 0.031s coverage: 85.7% of statements [2020-12-11T19:11:15.377Z] ok github.com/docker/docker/pkg/parsers 0.021s coverage: 97.0% of statements [2020-12-11T19:11:16.016Z] ok github.com/docker/docker/pkg/parsers/kernel 0.020s coverage: 60.0% of statements [2020-12-11T19:11:16.016Z] ok github.com/docker/docker/pkg/ioutils 1.367s coverage: 70.6% of statements [2020-12-11T19:11:16.016Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-12-11T19:11:16.016Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-12-11T19:11:16.016Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-12-11T19:11:16.016Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-12-11T19:11:16.312Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.018s coverage: 86.7% of statements [2020-12-11T19:11:16.538Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-12-11T19:11:16.609Z] ok github.com/docker/docker/pkg/pidfile 0.031s coverage: 82.4% of statements [2020-12-11T19:11:16.609Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-12-11T19:11:16.609Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-12-11T19:11:17.251Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.033s coverage: 56.8% of statements [2020-12-11T19:11:17.927Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-12-11T19:11:18.302Z] ok github.com/docker/docker/pkg/pools 0.006s coverage: 88.2% of statements [2020-12-11T19:11:18.302Z] ok github.com/docker/docker/pkg/progress 0.007s coverage: 75.9% of statements [2020-12-11T19:11:18.599Z] ok github.com/docker/docker/pkg/plugins/transport 0.006s coverage: 85.7% of statements [2020-12-11T19:11:18.874Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-12-11T19:11:19.643Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2020-12-11T19:11:20.287Z] ok github.com/docker/docker/pkg/pubsub 1.306s coverage: 75.0% of statements [2020-12-11T19:11:20.287Z] ok github.com/docker/docker/pkg/stdcopy 0.024s coverage: 100.0% of statements [2020-12-11T19:11:20.295Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-12-11T19:11:20.925Z] ok github.com/docker/docker/pkg/stringid 0.003s coverage: 70.6% of statements [2020-12-11T19:11:20.925Z] ok github.com/docker/docker/pkg/streamformatter 0.007s coverage: 66.2% of statements [2020-12-11T19:11:21.685Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-12-11T19:11:22.445Z] ok github.com/docker/docker/pkg/system 0.016s coverage: 36.9% of statements [2020-12-11T19:11:22.445Z] ok github.com/docker/docker/pkg/sysinfo 0.009s coverage: 53.8% of statements [2020-12-11T19:11:22.741Z] ok github.com/docker/docker/pkg/signal 3.156s coverage: 61.0% of statements [2020-12-11T19:11:23.043Z] ok github.com/docker/docker/pkg/tailfile 0.123s coverage: 88.6% of statements [2020-12-11T19:11:23.344Z] testing: warning: no tests to run [2020-12-11T19:11:23.344Z] coverage: [no statements] [2020-12-11T19:11:23.344Z] ok github.com/docker/docker/pkg/term/windows 0.025s coverage: [no statements] [no tests to run] [2020-12-11T19:11:23.605Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-12-11T19:11:23.982Z] ok github.com/docker/docker/pkg/tarsum 0.125s coverage: 89.3% of statements [2020-12-11T19:11:23.982Z] ok github.com/docker/docker/pkg/truncindex 0.104s coverage: 91.5% of statements [2020-12-11T19:11:23.982Z] ok github.com/docker/docker/pkg/urlutil 0.004s coverage: 100.0% of statements [2020-12-11T19:11:24.621Z] ok github.com/docker/docker/pkg/useragent 0.005s coverage: 88.9% of statements [2020-12-11T19:11:24.997Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-12-11T19:11:25.943Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-12-11T19:11:26.720Z] ok github.com/docker/docker/plugin/v2 0.008s coverage: 14.5% of statements [2020-12-11T19:11:26.720Z] ok github.com/docker/docker/profiles/seccomp 0.016s coverage: 83.5% of statements [2020-12-11T19:11:27.333Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-12-11T19:11:27.333Z] Using test binary docker [2020-12-11T19:11:27.333Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-12-11T19:11:27.333Z] +++ /etc/init.d/apparmor start [2020-12-11T19:11:27.333Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-12-11T19:11:27.333Z] INFO: Waiting for daemon to start... [2020-12-11T19:11:27.333Z] Starting dockerd [2020-12-11T19:11:27.333Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2020-12-11T19:11:28.246Z] ok github.com/docker/docker/reference 0.011s coverage: 84.4% of statements [2020-12-11T19:11:28.544Z] ok github.com/docker/docker/plugin 0.572s coverage: 23.2% of statements [2020-12-11T19:11:30.071Z] ok github.com/docker/docker/quota 0.623s coverage: 71.4% of statements [2020-12-11T19:11:30.367Z] ok github.com/docker/docker/registry/resumable 0.041s coverage: 100.0% of statements [2020-12-11T19:11:31.042Z] ok github.com/docker/docker/restartmanager 0.004s coverage: 50.9% of statements [2020-12-11T19:11:31.681Z] ok github.com/docker/docker/registry 0.289s coverage: 57.2% of statements [2020-12-11T19:11:31.978Z] ok github.com/docker/docker/testutil 0.011s coverage: 62.5% of statements [2020-12-11T19:11:32.617Z] ok github.com/docker/docker/runconfig 0.021s coverage: 66.1% of statements [2020-12-11T19:11:35.366Z] ok github.com/docker/docker/volume/drivers 0.012s coverage: 36.1% of statements [2020-12-11T19:11:35.477Z] . [2020-12-11T19:11:35.477Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-12-11T19:11:35.477Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-12-11T19:11:35.477Z] Error: No such image: emptyfs [2020-12-11T19:11:35.477Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-12-11T19:11:35.477Z] ++++ docker load [2020-12-11T19:11:35.477Z] Running integration-test (iteration 1) [2020-12-11T19:11:35.477Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-12-11T19:11:35.477Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:11:35.477Z] ++ set -e [2020-12-11T19:11:35.477Z] ++ '[' -n 0 ']' [2020-12-11T19:11:35.477Z] ++ set -x [2020-12-11T19:11:35.477Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:11:36.420Z] ok github.com/docker/docker/volume/mounts 0.071s coverage: 67.0% of statements [2020-12-11T19:11:36.715Z] ok github.com/docker/docker/volume/local 0.226s coverage: 76.6% of statements [2020-12-11T19:11:37.760Z] ok github.com/docker/docker/volume/service 0.023s coverage: 73.1% of statements [2020-12-11T19:11:41.358Z] --- PASS: TestBuildWithHugeFile (53.82s) [2020-12-11T19:11:41.358Z] === RUN TestBuildWithEmptyDockerfile [2020-12-11T19:11:41.358Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-11T19:11:41.358Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-11T19:11:41.358Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-11T19:11:41.358Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-11T19:11:41.358Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-11T19:11:41.358Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-11T19:11:41.358Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-11T19:11:41.358Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-11T19:11:41.358Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-11T19:11:41.358Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s) [2020-12-11T19:11:41.358Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2020-12-11T19:11:41.358Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s) [2020-12-11T19:11:41.358Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.07s) [2020-12-11T19:11:41.358Z] === RUN TestBuildPreserveOwnership [2020-12-11T19:11:41.358Z] === RUN TestBuildPreserveOwnership/copy_from [2020-12-11T19:11:45.313Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-12-11T19:11:45.313Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-12-11T19:11:45.313Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-12-11T19:11:45.313Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-12-11T19:11:45.313Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-12-11T19:11:45.646Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-12-11T19:11:46.259Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-12-11T19:11:49.848Z] --- PASS: TestBuildPreserveOwnership (9.83s) [2020-12-11T19:11:49.848Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.82s) [2020-12-11T19:11:49.848Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2020-12-11T19:11:49.848Z] === RUN TestBuildPlatformInvalid [2020-12-11T19:11:49.848Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2020-12-11T19:11:49.848Z] PASS [2020-12-11T19:11:49.848Z] [2020-12-11T19:11:49.848Z] === Skipped [2020-12-11T19:11:49.848Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-12-11T19:11:49.848Z] build_session_test.go:25: TODO: BuildKit [2020-12-11T19:11:49.848Z] [2020-12-11T19:11:49.848Z] [2020-12-11T19:11:49.848Z] DONE 32 tests, 1 skipped in 128.805s [2020-12-11T19:11:49.848Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-12-11T19:11:49.848Z] INFO: Testing against a local daemon [2020-12-11T19:11:49.848Z] === RUN TestConfigInspect [2020-12-11T19:11:49.848Z] --- SKIP: TestConfigInspect (0.02s) [2020-12-11T19:11:49.848Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:11:49.848Z] === RUN TestConfigList [2020-12-11T19:11:49.848Z] --- SKIP: TestConfigList (0.02s) [2020-12-11T19:11:49.848Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:11:49.848Z] === RUN TestConfigsCreateAndDelete [2020-12-11T19:11:49.848Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2020-12-11T19:11:49.848Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:11:49.848Z] === RUN TestConfigsUpdate [2020-12-11T19:11:49.848Z] --- SKIP: TestConfigsUpdate (0.02s) [2020-12-11T19:11:49.848Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:11:49.848Z] === RUN TestTemplatedConfig [2020-12-11T19:11:49.848Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-12-11T19:11:49.848Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:11:49.848Z] === RUN TestConfigCreateResolve [2020-12-11T19:11:49.848Z] --- SKIP: TestConfigCreateResolve (0.01s) [2020-12-11T19:11:49.848Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:11:49.848Z] === RUN TestConfigDaemonLibtrustID [2020-12-11T19:11:50.400Z] Loaded image: buildpack-deps:buster [2020-12-11T19:11:50.400Z] Loaded image: busybox:latest [2020-12-11T19:11:50.973Z] Loaded image: busybox:glibc [2020-12-11T19:11:50.973Z] Loaded image: debian:buster [2020-12-11T19:11:51.209Z] --- PASS: TestConfigDaemonLibtrustID (1.54s) [2020-12-11T19:11:51.209Z] PASS [2020-12-11T19:11:51.209Z] [2020-12-11T19:11:51.209Z] === Skipped [2020-12-11T19:11:51.209Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2020-12-11T19:11:51.209Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:11:51.209Z] [2020-12-11T19:11:51.209Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2020-12-11T19:11:51.209Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:11:51.209Z] [2020-12-11T19:11:51.209Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2020-12-11T19:11:51.209Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:11:51.209Z] [2020-12-11T19:11:51.209Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s) [2020-12-11T19:11:51.209Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:11:51.209Z] [2020-12-11T19:11:51.209Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2020-12-11T19:11:51.209Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:11:51.209Z] [2020-12-11T19:11:51.209Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2020-12-11T19:11:51.209Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:11:51.209Z] [2020-12-11T19:11:51.209Z] [2020-12-11T19:11:51.209Z] DONE 7 tests, 6 skipped in 1.721s [2020-12-11T19:11:51.209Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-12-11T19:11:51.209Z] INFO: Testing against a local daemon [2020-12-11T19:11:51.209Z] === RUN TestCheckpoint [2020-12-11T19:11:51.209Z] --- SKIP: TestCheckpoint (0.00s) [2020-12-11T19:11:51.209Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-11T19:11:51.209Z] === RUN TestContainerInvalidJSON [2020-12-11T19:11:51.209Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-12-11T19:11:51.209Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-12-11T19:11:51.209Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-12-11T19:11:51.209Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-12-11T19:11:51.209Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-12-11T19:11:51.209Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-12-11T19:11:51.209Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-12-11T19:11:51.209Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-12-11T19:11:51.209Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-12-11T19:11:51.209Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-12-11T19:11:51.209Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-12-11T19:11:51.209Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-12-11T19:11:51.209Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-12-11T19:11:51.209Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-12-11T19:11:51.209Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s) [2020-12-11T19:11:51.209Z] === RUN TestCopyFromContainerPathIsNotDir [2020-12-11T19:11:51.209Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2020-12-11T19:11:51.209Z] === RUN TestCopyToContainerPathDoesNotExist [2020-12-11T19:11:51.209Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2020-12-11T19:11:51.209Z] === RUN TestCopyToContainerPathIsNotDir [2020-12-11T19:11:51.234Z] Loaded image: hello-world:latest [2020-12-11T19:11:51.465Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2020-12-11T19:11:51.465Z] === RUN TestCopyFromContainer [2020-12-11T19:11:51.496Z] Loaded image: arm32v7/hello-world:latest [2020-12-11T19:11:51.496Z] INFO: Testing against a local daemon [2020-12-11T19:11:51.496Z] === RUN TestCgroupNamespacesBuild [2020-12-11T19:11:53.083Z] ok github.com/docker/docker/pkg/plugins 33.627s coverage: 76.6% of statements [2020-12-11T19:11:53.083Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-12-11T19:11:53.083Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-12-11T19:11:53.083Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-12-11T19:11:53.083Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-12-11T19:11:53.083Z] ? github.com/docker/docker/pkg/term [no test files] [2020-12-11T19:11:53.083Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-12-11T19:11:53.083Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-12-11T19:11:53.083Z] ? github.com/docker/docker/rootless [no test files] [2020-12-11T19:11:53.083Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-12-11T19:11:53.083Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-12-11T19:11:53.083Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-12-11T19:11:53.083Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-12-11T19:11:53.083Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-12-11T19:11:53.083Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-12-11T19:11:53.083Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-12-11T19:11:53.083Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-12-11T19:11:53.083Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-12-11T19:11:53.083Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-12-11T19:11:53.083Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-12-11T19:11:53.083Z] ? github.com/docker/docker/testutil/request [no test files] [2020-12-11T19:11:53.083Z] ? github.com/docker/docker/volume [no test files] [2020-12-11T19:11:53.083Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-12-11T19:11:53.083Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === Skipped [2020-12-11T19:11:53.083Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-12-11T19:11:53.083Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-12-11T19:11:53.083Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-12-11T19:11:53.083Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:11:53.083Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-12-11T19:11:53.083Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:11:53.083Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-12-11T19:11:53.083Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:11:53.083Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-12-11T19:11:53.083Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:11:53.083Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-12-11T19:11:53.083Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:11:53.083Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-12-11T19:11:53.083Z] graphtest_unix.go:73: No driver to put! [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-12-11T19:11:53.083Z] time="2020-12-11T19:10:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-11T19:11:53.083Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-11T19:11:53.083Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-12-11T19:11:53.083Z] time="2020-12-11T19:10:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-11T19:11:53.083Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-11T19:11:53.083Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-12-11T19:11:53.083Z] time="2020-12-11T19:10:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-11T19:11:53.083Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-11T19:11:53.083Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-12-11T19:11:53.083Z] time="2020-12-11T19:10:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-11T19:11:53.083Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-11T19:11:53.083Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-12-11T19:11:53.083Z] time="2020-12-11T19:10:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-11T19:11:53.083Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-11T19:11:53.083Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-12-11T19:11:53.083Z] graphtest_unix.go:73: No driver to put! [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-12-11T19:11:53.083Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-12-11T19:11:53.083Z] overlay_test.go:49: Fails to compute changes intermittently [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-12-11T19:11:53.083Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-12-11T19:11:53.083Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-12-11T19:11:53.083Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:11:53.083Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-12-11T19:11:53.083Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:11:53.083Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-12-11T19:11:53.083Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:11:53.083Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-12-11T19:11:53.083Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:11:53.083Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-12-11T19:11:53.083Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:11:53.083Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-12-11T19:11:53.083Z] graphtest_unix.go:73: No driver to put! [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-12-11T19:11:53.083Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-12-11T19:11:53.083Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] [2020-12-11T19:11:53.083Z] DONE 2191 tests, 26 skipped in 261.840s Post stage [Pipeline] junit [2020-12-11T19:11:53.133Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-12-11T19:11:53.863Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41783/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d -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:5fd8d701ceff35235fc447ca9433b44f855d688d hack/make.sh dynbinary test-integration [2020-12-11T19:11:54.157Z] [2020-12-11T19:11:54.157Z] Removing bundles/ [2020-12-11T19:11:54.157Z] [2020-12-11T19:11:54.157Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-12-11T19:11:54.157Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-12-11T19:11:54.157Z] GOOS="" GOARCH="" GOARM="" [2020-12-11T19:11:54.802Z] --- PASS: TestCgroupNamespacesBuild (3.00s) [2020-12-11T19:11:54.802Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-12-11T19:11:55.715Z] === RUN TestCopyFromContainer// [2020-12-11T19:11:55.715Z] === RUN TestCopyFromContainer//bar/root [2020-12-11T19:11:55.715Z] === RUN TestCopyFromContainer//bar/root/ [2020-12-11T19:11:55.715Z] === RUN TestCopyFromContainer/bar/quux [2020-12-11T19:11:55.715Z] === RUN TestCopyFromContainer/bar/quux/ [2020-12-11T19:11:55.715Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-12-11T19:11:55.715Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-12-11T19:11:55.715Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-12-11T19:11:55.715Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-12-11T19:11:55.715Z] === RUN TestCopyFromContainer/bar/notarget [2020-12-11T19:11:55.715Z] --- PASS: TestCopyFromContainer (4.50s) [2020-12-11T19:11:55.715Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-12-11T19:11:55.715Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2020-12-11T19:11:55.715Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-12-11T19:11:55.715Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2020-12-11T19:11:55.715Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2020-12-11T19:11:55.715Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2020-12-11T19:11:55.715Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-12-11T19:11:55.715Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-12-11T19:11:55.971Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-12-11T19:11:55.971Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2020-12-11T19:11:55.971Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-12-11T19:11:55.971Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-11T19:11:55.971Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-11T19:11:55.971Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-11T19:11:55.971Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-11T19:11:55.971Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-11T19:11:55.971Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-11T19:11:55.971Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-11T19:11:55.971Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-11T19:11:55.971Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-11T19:11:55.971Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-12-11T19:11:55.971Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-12-11T19:11:55.971Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-12-11T19:11:55.971Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-12-11T19:11:55.971Z] === RUN TestCreateLinkToNonExistingContainer [2020-12-11T19:11:55.971Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2020-12-11T19:11:55.971Z] === RUN TestCreateWithInvalidEnv [2020-12-11T19:11:55.971Z] === RUN TestCreateWithInvalidEnv/0 [2020-12-11T19:11:55.971Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-12-11T19:11:55.971Z] === RUN TestCreateWithInvalidEnv/1 [2020-12-11T19:11:55.971Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-12-11T19:11:55.971Z] === RUN TestCreateWithInvalidEnv/2 [2020-12-11T19:11:55.971Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-12-11T19:11:55.971Z] === CONT TestCreateWithInvalidEnv/0 [2020-12-11T19:11:55.971Z] === CONT TestCreateWithInvalidEnv/2 [2020-12-11T19:11:55.971Z] === CONT TestCreateWithInvalidEnv/1 [2020-12-11T19:11:55.971Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-12-11T19:11:55.971Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-12-11T19:11:55.971Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-12-11T19:11:55.971Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-12-11T19:11:55.971Z] === RUN TestCreateTmpfsMountsTarget [2020-12-11T19:11:55.971Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-12-11T19:11:55.971Z] === RUN TestCreateWithCustomMaskedPaths [2020-12-11T19:11:56.192Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.82s) [2020-12-11T19:11:56.192Z] === RUN TestBuildWithSession [2020-12-11T19:11:56.192Z] --- SKIP: TestBuildWithSession (0.00s) [2020-12-11T19:11:56.192Z] build_session_test.go:25: TODO: BuildKit [2020-12-11T19:11:56.192Z] === RUN TestBuildSquashParent [2020-12-11T19:11:56.272Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-12-11T19:11:57.376Z] --- PASS: TestCreateWithCustomMaskedPaths (1.19s) [2020-12-11T19:11:57.376Z] === RUN TestCreateWithCustomReadonlyPaths [2020-12-11T19:11:58.303Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.17s) [2020-12-11T19:11:58.303Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-12-11T19:11:58.303Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-11T19:11:58.303Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-11T19:11:58.303Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-11T19:11:58.303Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-11T19:11:58.303Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-11T19:11:58.303Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-11T19:11:58.303Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-11T19:11:58.303Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-11T19:11:58.303Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-11T19:11:58.303Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-11T19:11:58.303Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-11T19:11:58.303Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-11T19:11:58.303Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-11T19:11:58.303Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-11T19:11:58.303Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-11T19:11:58.303Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-12-11T19:11:58.303Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-12-11T19:11:58.303Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-12-11T19:11:58.303Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-12-11T19:11:58.303Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-12-11T19:11:58.303Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-12-11T19:11:58.303Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-12-11T19:11:58.863Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s) [2020-12-11T19:11:58.863Z] === RUN TestCreateDifferentPlatform [2020-12-11T19:11:58.863Z] === RUN TestCreateDifferentPlatform/different_os [2020-12-11T19:11:58.863Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-12-11T19:11:58.863Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-12-11T19:11:58.863Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-12-11T19:11:58.863Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-12-11T19:11:58.863Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-12-11T19:11:58.863Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2020-12-11T19:11:58.863Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-12-11T19:11:58.863Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2020-12-11T19:11:58.863Z] === RUN TestContainerStartOnDaemonRestart [2020-12-11T19:11:58.863Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2020-12-11T19:11:58.863Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-12-11T19:11:58.863Z] === RUN TestDaemonRestartIpcMode [2020-12-11T19:11:58.863Z] === PAUSE TestDaemonRestartIpcMode [2020-12-11T19:11:58.863Z] === RUN TestDaemonHostGatewayIP [2020-12-11T19:11:58.863Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2020-12-11T19:11:58.863Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-11T19:11:58.863Z] === RUN TestContainerKillOnDaemonStart [2020-12-11T19:11:58.863Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-12-11T19:11:58.863Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-12-11T19:11:58.863Z] === RUN TestDiff [2020-12-11T19:11:59.118Z] --- PASS: TestDiff (0.39s) [2020-12-11T19:11:59.118Z] === RUN TestExecWithCloseStdin [2020-12-11T19:11:59.631Z] --- PASS: TestImportExtremelyLargeImageWorks (77.21s) [2020-12-11T19:11:59.631Z] PASS [2020-12-11T19:11:59.631Z] [2020-12-11T19:11:59.631Z] === Skipped [2020-12-11T19:11:59.631Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-12-11T19:11:59.631Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:11:59.631Z] [2020-12-11T19:11:59.631Z] [2020-12-11T19:11:59.631Z] DONE 12 tests, 1 skipped in 78.695s [2020-12-11T19:11:59.631Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-12-11T19:11:59.631Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:11:59.631Z] ++ set -e [2020-12-11T19:11:59.631Z] ++ '[' -n 0 ']' [2020-12-11T19:11:59.631Z] ++ set -x [2020-12-11T19:11:59.632Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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 [2020-12-11T19:11:59.632Z] INFO: Testing against a local daemon [2020-12-11T19:11:59.632Z] === RUN TestNetworkCreateDelete [2020-12-11T19:11:59.632Z] --- PASS: TestNetworkCreateDelete (0.13s) [2020-12-11T19:11:59.632Z] === RUN TestDockerNetworkDeletePreferID [2020-12-11T19:11:59.632Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2020-12-11T19:11:59.632Z] === RUN TestDaemonDNSFallback [2020-12-11T19:11:59.632Z] --- PASS: TestDaemonDNSFallback (2.61s) [2020-12-11T19:11:59.632Z] === RUN TestInspectNetwork [2020-12-11T19:11:59.680Z] --- PASS: TestExecWithCloseStdin (0.47s) [2020-12-11T19:11:59.680Z] === RUN TestExec [2020-12-11T19:12:00.281Z] --- PASS: TestExec (0.45s) [2020-12-11T19:12:00.281Z] === RUN TestExecUser [2020-12-11T19:12:00.527Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-12-11T19:12:00.538Z] --- PASS: TestExecUser (0.46s) [2020-12-11T19:12:00.538Z] === RUN TestExportContainerAndImportImage [2020-12-11T19:12:01.099Z] --- PASS: TestExportContainerAndImportImage (0.59s) [2020-12-11T19:12:01.099Z] === RUN TestExportContainerAfterDaemonRestart [2020-12-11T19:12:04.085Z] === RUN TestInspectNetwork/full_network_id [2020-12-11T19:12:04.085Z] === RUN TestInspectNetwork/partial_network_id [2020-12-11T19:12:04.085Z] === RUN TestInspectNetwork/network_name [2020-12-11T19:12:04.085Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-12-11T19:12:04.340Z] --- PASS: TestBuildSquashParent (6.82s) [2020-12-11T19:12:04.340Z] === RUN TestBuildWithRemoveAndForceRemove [2020-12-11T19:12:04.340Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-11T19:12:04.340Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-11T19:12:04.340Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-11T19:12:04.340Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-11T19:12:04.340Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-11T19:12:04.340Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-11T19:12:04.340Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-11T19:12:04.340Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-11T19:12:04.340Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-11T19:12:04.340Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-11T19:12:04.340Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-11T19:12:04.340Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-11T19:12:04.340Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-11T19:12:04.340Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-11T19:12:04.340Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-11T19:12:04.340Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-11T19:12:04.401Z] --- PASS: TestExportContainerAfterDaemonRestart (3.32s) [2020-12-11T19:12:04.401Z] === RUN TestHealthCheckWorkdir [2020-12-11T19:12:04.746Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-12-11T19:12:05.004Z] --- PASS: TestHealthCheckWorkdir (0.52s) [2020-12-11T19:12:05.004Z] === RUN TestHealthKillContainer [2020-12-11T19:12:05.735Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-11T19:12:05.997Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-11T19:12:06.665Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-12-11T19:12:07.557Z] --- PASS: TestHealthKillContainer (2.50s) [2020-12-11T19:12:07.557Z] === RUN TestInspectCpusetInConfigPre120 [2020-12-11T19:12:07.812Z] --- PASS: TestInspectCpusetInConfigPre120 (0.38s) [2020-12-11T19:12:07.812Z] === RUN TestIpcModeNone [2020-12-11T19:12:08.372Z] --- PASS: TestIpcModeNone (0.44s) [2020-12-11T19:12:08.372Z] === RUN TestIpcModePrivate [2020-12-11T19:12:08.450Z] ..........................xx.................... [ 29%] [2020-12-11T19:12:08.549Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-12-11T19:12:08.549Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.64s) [2020-12-11T19:12:08.549Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.82s) [2020-12-11T19:12:08.549Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.97s) [2020-12-11T19:12:08.549Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.98s) [2020-12-11T19:12:08.549Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.07s) [2020-12-11T19:12:08.549Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.31s) [2020-12-11T19:12:08.549Z] === RUN TestBuildMultiStageCopy [2020-12-11T19:12:08.549Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-12-11T19:12:08.627Z] --- PASS: TestIpcModePrivate (0.44s) [2020-12-11T19:12:08.627Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2020-12-11T19:12:08.627Z] === RUN TestIpcModeShareable [2020-12-11T19:12:08.627Z] --- SKIP: TestIpcModeShareable (0.00s) [2020-12-11T19:12:08.627Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-12-11T19:12:08.627Z] === RUN TestAPIIpcModeShareableAndContainer [2020-12-11T19:12:09.648Z] --- PASS: TestInspectNetwork (11.63s) [2020-12-11T19:12:09.648Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-12-11T19:12:09.648Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-12-11T19:12:09.648Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-12-11T19:12:09.648Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-12-11T19:12:09.648Z] === RUN TestRunContainerWithBridgeNone [2020-12-11T19:12:10.467Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-12-11T19:12:10.513Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.40s) [2020-12-11T19:12:10.513Z] === RUN TestAPIIpcModeHost [2020-12-11T19:12:10.513Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2020-12-11T19:12:10.513Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-12-11T19:12:10.513Z] === RUN TestDaemonIpcModeShareable [2020-12-11T19:12:10.513Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2020-12-11T19:12:10.513Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-12-11T19:12:10.513Z] === RUN TestDaemonIpcModePrivate [2020-12-11T19:12:10.729Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-12-11T19:12:10.880Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-12-11T19:12:11.303Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-12-11T19:12:11.716Z] --- PASS: TestRunContainerWithBridgeNone (2.45s) [2020-12-11T19:12:11.716Z] === RUN TestNetworkInvalidJSON [2020-12-11T19:12:11.716Z] === RUN TestNetworkInvalidJSON//networks/create [2020-12-11T19:12:11.716Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-12-11T19:12:11.716Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-12-11T19:12:11.716Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-12-11T19:12:11.716Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-11T19:12:11.716Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-11T19:12:11.716Z] === CONT TestNetworkInvalidJSON//networks/create [2020-12-11T19:12:11.716Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-11T19:12:11.716Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-12-11T19:12:11.716Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-12-11T19:12:11.716Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-12-11T19:12:11.716Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-12-11T19:12:11.716Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-12-11T19:12:11.716Z] === RUN TestHostIPv4BridgeLabel [2020-12-11T19:12:11.877Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-12-11T19:12:12.349Z] --- PASS: TestHostIPv4BridgeLabel (0.54s) [2020-12-11T19:12:12.349Z] === RUN TestDaemonRestartWithLiveRestore [2020-12-11T19:12:12.438Z] --- PASS: TestDaemonIpcModePrivate (2.15s) [2020-12-11T19:12:12.438Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2020-12-11T19:12:12.438Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-12-11T19:12:12.438Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2020-12-11T19:12:12.438Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-12-11T19:12:12.438Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-12-11T19:12:12.438Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2020-12-11T19:12:12.438Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-12-11T19:12:12.438Z] === RUN TestIpcModeOlderClient [2020-12-11T19:12:12.438Z] === PAUSE TestIpcModeOlderClient [2020-12-11T19:12:12.438Z] === RUN TestKillContainerInvalidSignal [2020-12-11T19:12:12.451Z] --- PASS: TestBuildMultiStageCopy (4.35s) [2020-12-11T19:12:12.451Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.22s) [2020-12-11T19:12:12.451Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) [2020-12-11T19:12:12.451Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.53s) [2020-12-11T19:12:12.451Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.55s) [2020-12-11T19:12:12.451Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) [2020-12-11T19:12:12.451Z] === RUN TestBuildMultiStageParentConfig [2020-12-11T19:12:12.694Z] --- PASS: TestKillContainerInvalidSignal (0.40s) [2020-12-11T19:12:12.694Z] === RUN TestKillContainer [2020-12-11T19:12:12.694Z] === RUN TestKillContainer/no_signal [2020-12-11T19:12:13.255Z] === RUN TestKillContainer/non_killing_signal [2020-12-11T19:12:13.383Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2020-12-11T19:12:13.383Z] === RUN TestDaemonDefaultNetworkPools [2020-12-11T19:12:13.511Z] === RUN TestKillContainer/killing_signal [2020-12-11T19:12:13.841Z] --- PASS: TestBuildMultiStageParentConfig (1.43s) [2020-12-11T19:12:13.841Z] === RUN TestBuildLabelWithTargets [2020-12-11T19:12:14.072Z] --- PASS: TestKillContainer (1.28s) [2020-12-11T19:12:14.072Z] --- PASS: TestKillContainer/no_signal (0.40s) [2020-12-11T19:12:14.072Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2020-12-11T19:12:14.072Z] --- PASS: TestKillContainer/killing_signal (0.38s) [2020-12-11T19:12:14.072Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-12-11T19:12:14.072Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-12-11T19:12:14.188Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-12-11T19:12:14.327Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-12-11T19:12:14.417Z] --- PASS: TestDaemonDefaultNetworkPools (0.83s) [2020-12-11T19:12:14.417Z] === RUN TestDaemonRestartWithExistingNetwork [2020-12-11T19:12:14.887Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.80s) [2020-12-11T19:12:14.887Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s) [2020-12-11T19:12:14.887Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s) [2020-12-11T19:12:14.887Z] === RUN TestKillStoppedContainer [2020-12-11T19:12:14.887Z] --- PASS: TestKillStoppedContainer (0.04s) [2020-12-11T19:12:14.887Z] === RUN TestKillStoppedContainerAPIPre120 [2020-12-11T19:12:14.887Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2020-12-11T19:12:14.887Z] === RUN TestKillDifferentUserContainer [2020-12-11T19:12:15.447Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2020-12-11T19:12:15.447Z] === RUN TestInspectOomKilledTrue [2020-12-11T19:12:15.447Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-12-11T19:12:15.447Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-11T19:12:15.447Z] === RUN TestInspectOomKilledFalse [2020-12-11T19:12:15.447Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-12-11T19:12:15.447Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-11T19:12:15.447Z] === RUN TestLinksEtcHostsContentMatch [2020-12-11T19:12:15.447Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2020-12-11T19:12:15.447Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-12-11T19:12:15.447Z] === RUN TestLinksContainerNames [2020-12-11T19:12:15.450Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2020-12-11T19:12:15.451Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-12-11T19:12:16.008Z] --- PASS: TestLinksContainerNames (0.79s) [2020-12-11T19:12:16.008Z] === RUN TestLogsFollowTailEmpty [2020-12-11T19:12:16.390Z] --- PASS: TestBuildLabelWithTargets (2.24s) [2020-12-11T19:12:16.390Z] === RUN TestBuildWithEmptyLayers [2020-12-11T19:12:16.486Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.23s) [2020-12-11T19:12:16.486Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-12-11T19:12:16.569Z] --- PASS: TestLogsFollowTailEmpty (0.40s) [2020-12-11T19:12:16.569Z] === RUN TestContainerNetworkMountsNoChown [2020-12-11T19:12:16.824Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/default [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/default [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/private [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/private [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/rprivate [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/rprivate [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/slave [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/slave [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/rslave [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/rslave [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/shared [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/shared [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/rshared [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/rshared [2020-12-11T19:12:16.824Z] === CONT TestMountDaemonRoot/default [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/default/bind_root [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/default/mount_root [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-12-11T19:12:16.824Z] === CONT TestMountDaemonRoot/default/bind_root [2020-12-11T19:12:16.824Z] === CONT TestMountDaemonRoot/rshared [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-12-11T19:12:16.824Z] === CONT TestMountDaemonRoot/rprivate [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-12-11T19:12:16.824Z] === CONT TestMountDaemonRoot/shared [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-12-11T19:12:16.824Z] === CONT TestMountDaemonRoot/rslave [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-12-11T19:12:16.824Z] === CONT TestMountDaemonRoot/slave [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-12-11T19:12:16.824Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-12-11T19:12:16.824Z] === CONT TestMountDaemonRoot/private [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/private/bind_root [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/private/mount_root [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-12-11T19:12:16.824Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-12-11T19:12:16.824Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-12-11T19:12:16.824Z] === CONT TestMountDaemonRoot/default/mount_root [2020-12-11T19:12:16.824Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-12-11T19:12:17.080Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-12-11T19:12:17.080Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-12-11T19:12:17.080Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-12-11T19:12:17.080Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-12-11T19:12:17.080Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-12-11T19:12:17.080Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-12-11T19:12:17.080Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-12-11T19:12:17.080Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-12-11T19:12:17.080Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-12-11T19:12:17.080Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-12-11T19:12:17.080Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-12-11T19:12:17.080Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-12-11T19:12:17.080Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-12-11T19:12:17.080Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-12-11T19:12:17.080Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-12-11T19:12:17.080Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-12-11T19:12:17.080Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-12-11T19:12:17.080Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-12-11T19:12:17.118Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.65s) [2020-12-11T19:12:17.118Z] === RUN TestServiceWithPredefinedNetwork [2020-12-11T19:12:17.335Z] --- PASS: TestBuildWithEmptyLayers (1.03s) [2020-12-11T19:12:17.335Z] === RUN TestBuildMultiStageOnBuild [2020-12-11T19:12:17.336Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-12-11T19:12:17.336Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-12-11T19:12:17.336Z] === CONT TestMountDaemonRoot/private/bind_root [2020-12-11T19:12:17.336Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-12-11T19:12:17.336Z] === CONT TestMountDaemonRoot/private/mount_root [2020-12-11T19:12:17.336Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.01s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-12-11T19:12:17.336Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s) [2020-12-11T19:12:17.336Z] === RUN TestContainerBindMountNonRecursive [2020-12-11T19:12:17.336Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2020-12-11T19:12:17.336Z] 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) [2020-12-11T19:12:17.336Z] === RUN TestContainerVolumesMountedAsShared [2020-12-11T19:12:17.336Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2020-12-11T19:12:17.336Z] 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) [2020-12-11T19:12:17.336Z] === RUN TestContainerVolumesMountedAsSlave [2020-12-11T19:12:17.336Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2020-12-11T19:12:17.336Z] 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) [2020-12-11T19:12:17.336Z] === RUN TestNetworkNat [2020-12-11T19:12:17.896Z] --- PASS: TestNetworkNat (0.48s) [2020-12-11T19:12:17.896Z] === RUN TestNetworkLocalhostTCPNat [2020-12-11T19:12:18.152Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s) [2020-12-11T19:12:18.152Z] === RUN TestNetworkLoopbackNat [2020-12-11T19:12:18.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-12-11T19:12:19.887Z] --- PASS: TestBuildMultiStageOnBuild (2.77s) [2020-12-11T19:12:19.887Z] === RUN TestBuildUncleanTarFilenames [2020-12-11T19:12:20.662Z] --- PASS: TestNetworkLoopbackNat (2.53s) [2020-12-11T19:12:20.662Z] === RUN TestPause [2020-12-11T19:12:20.662Z] --- SKIP: TestPause (0.00s) [2020-12-11T19:12:20.662Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-11T19:12:20.662Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-12-11T19:12:20.662Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-12-11T19:12:20.662Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-12-11T19:12:20.662Z] === RUN TestPauseStopPausedContainer [2020-12-11T19:12:20.662Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2020-12-11T19:12:20.662Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-11T19:12:20.662Z] === RUN TestPsFilter [2020-12-11T19:12:20.960Z] --- PASS: TestPsFilter (0.10s) [2020-12-11T19:12:20.960Z] === RUN TestRemoveContainerWithRemovedVolume [2020-12-11T19:12:21.216Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s) [2020-12-11T19:12:21.216Z] === RUN TestRemoveContainerWithVolume [2020-12-11T19:12:21.291Z] --- PASS: TestBuildUncleanTarFilenames (1.45s) [2020-12-11T19:12:21.291Z] === RUN TestBuildMultiStageLayerLeak [2020-12-11T19:12:21.570Z] --- PASS: TestServiceWithPredefinedNetwork (3.90s) [2020-12-11T19:12:21.570Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-12-11T19:12:21.570Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-11T19:12:21.570Z] service_test.go:236: FLAKY_TEST [2020-12-11T19:12:21.570Z] === RUN TestServiceWithDataPathPortInit [2020-12-11T19:12:21.714Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-12-11T19:12:21.777Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2020-12-11T19:12:21.777Z] === RUN TestRemoveContainerRunning [2020-12-11T19:12:22.032Z] --- PASS: TestRemoveContainerRunning (0.42s) [2020-12-11T19:12:22.032Z] === RUN TestRemoveContainerForceRemoveRunning [2020-12-11T19:12:22.634Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2020-12-11T19:12:22.634Z] === RUN TestRemoveInvalidContainer [2020-12-11T19:12:22.634Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-12-11T19:12:22.634Z] === RUN TestRenameLinkedContainer [2020-12-11T19:12:23.997Z] --- PASS: TestRenameLinkedContainer (1.60s) [2020-12-11T19:12:23.997Z] === RUN TestRenameStoppedContainer [2020-12-11T19:12:24.557Z] --- PASS: TestRenameStoppedContainer (0.39s) [2020-12-11T19:12:24.557Z] === RUN TestRenameRunningContainerAndReuse [2020-12-11T19:12:24.603Z] --- PASS: TestBuildMultiStageLayerLeak (2.88s) [2020-12-11T19:12:24.603Z] === RUN TestBuildWithHugeFile [2020-12-11T19:12:24.742Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-12-11T19:12:25.094Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-12-11T19:12:25.487Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s) [2020-12-11T19:12:25.487Z] === RUN TestRenameInvalidName [2020-12-11T19:12:25.742Z] --- PASS: TestRenameInvalidName (0.42s) [2020-12-11T19:12:25.742Z] === RUN TestRenameAnonymousContainer [2020-12-11T19:12:26.004Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-12-11T19:12:26.004Z] [2020-12-11T19:12:26.004Z] ________ ____ __. [2020-12-11T19:12:26.004Z] \_____ \ | |/ _| [2020-12-11T19:12:26.004Z] / | \| < [2020-12-11T19:12:26.004Z] / | \ | \ [2020-12-11T19:12:26.004Z] \_______ /____|__ \ [2020-12-11T19:12:26.004Z] \/ \/ [2020-12-11T19:12:26.004Z] [2020-12-11T19:12:26.004Z] INFO: make.ps1 ended at 12/11/2020 19:12:23 [2020-12-11T19:12:26.467Z] INFO: Binaries build ended at 12/11/2020 19:12:25. Duration:00:01:18.1401524 [2020-12-11T19:12:27.713Z] --- PASS: TestRenameAnonymousContainer (1.59s) [2020-12-11T19:12:27.713Z] === RUN TestRenameContainerWithSameName [2020-12-11T19:12:27.713Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2020-12-11T19:12:27.713Z] === RUN TestRenameContainerWithLinkedContainer [2020-12-11T19:12:28.419Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-12-11T19:12:28.419Z] Using test binary docker [2020-12-11T19:12:28.419Z] +++ /etc/init.d/apparmor start [2020-12-11T19:12:28.419Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-12-11T19:12:28.419Z] INFO: Waiting for daemon to start... [2020-12-11T19:12:28.419Z] Starting dockerd [2020-12-11T19:12:28.419Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2020-12-11T19:12:28.661Z] INFO: Copying the built daemon binary to d:\CI\PR-41783\1\binary\dockerd-5fd8d701ce.exe... [2020-12-11T19:12:28.661Z] INFO: Copying the built client binary to d:\CI\PR-41783\1\binary\docker-5fd8d701ce.exe... [2020-12-11T19:12:28.661Z] INFO: Copying dockerversion from the container... [2020-12-11T19:12:28.683Z] --- PASS: TestRenameContainerWithLinkedContainer (0.81s) [2020-12-11T19:12:28.683Z] === RUN TestResize [2020-12-11T19:12:28.938Z] --- PASS: TestResize (0.43s) [2020-12-11T19:12:28.938Z] === RUN TestResizeWithInvalidSize [2020-12-11T19:12:29.123Z] INFO: Copying the golang package from the container to d:\CI\PR-41783\1\installer\go.zip... [2020-12-11T19:12:29.498Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2020-12-11T19:12:29.498Z] === RUN TestResizeWhenContainerNotStarted [2020-12-11T19:12:29.753Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s) [2020-12-11T19:12:29.753Z] === RUN TestDaemonRestartKillContainers [2020-12-11T19:12:29.753Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-12-11T19:12:29.753Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-12-11T19:12:29.753Z] === RUN TestCgroupNamespacesRun [2020-12-11T19:12:30.336Z] . [2020-12-11T19:12:30.336Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-12-11T19:12:30.597Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-12-11T19:12:30.597Z] Error: No such image: emptyfs [2020-12-11T19:12:30.597Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-12-11T19:12:30.597Z] ++++ docker load [2020-12-11T19:12:31.171Z] Running integration-test (iteration 1) [2020-12-11T19:12:31.171Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-12-11T19:12:31.171Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:12:31.171Z] ++ set -e [2020-12-11T19:12:31.171Z] ++ '[' -n 0 ']' [2020-12-11T19:12:31.171Z] ++ set -x [2020-12-11T19:12:31.171Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:12:32.205Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2020-12-11T19:12:32.266Z] --- PASS: TestCgroupNamespacesRun (2.21s) [2020-12-11T19:12:32.266Z] === RUN TestCgroupNamespacesRunPrivileged [2020-12-11T19:12:32.881Z] INFO: Extracting go.zip to d:\CI\PR-41783\1\go [2020-12-11T19:12:34.150Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.13s) [2020-12-11T19:12:34.150Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-12-11T19:12:36.450Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-12-11T19:12:36.705Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.15s) [2020-12-11T19:12:36.705Z] === RUN TestCgroupNamespacesRunHostMode [2020-12-11T19:12:38.675Z] --- PASS: TestCgroupNamespacesRunHostMode (2.15s) [2020-12-11T19:12:38.675Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-12-11T19:12:40.560Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.14s) [2020-12-11T19:12:40.560Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-12-11T19:12:43.072Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.12s) [2020-12-11T19:12:43.072Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-12-11T19:12:44.024Z] --- PASS: TestServiceWithDataPathPortInit (21.03s) [2020-12-11T19:12:44.024Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-12-11T19:12:44.433Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.70s) [2020-12-11T19:12:44.433Z] === RUN TestCgroupNamespacesRunOlderClient [2020-12-11T19:12:46.944Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.14s) [2020-12-11T19:12:46.944Z] === RUN TestKernelTCPMemory [2020-12-11T19:12:46.944Z] --- SKIP: TestKernelTCPMemory (0.03s) [2020-12-11T19:12:46.944Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-11T19:12:46.944Z] === RUN TestNISDomainname [2020-12-11T19:12:46.944Z] --- SKIP: TestNISDomainname (0.01s) [2020-12-11T19:12:46.944Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-12-11T19:12:46.944Z] === RUN TestHostnameDnsResolution [2020-12-11T19:12:47.199Z] --- PASS: TestHostnameDnsResolution (0.62s) [2020-12-11T19:12:47.199Z] === RUN TestStats [2020-12-11T19:12:47.199Z] --- SKIP: TestStats (0.00s) [2020-12-11T19:12:47.199Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-11T19:12:47.199Z] === RUN TestStopContainerWithTimeout [2020-12-11T19:12:47.199Z] === RUN TestStopContainerWithTimeout/0 [2020-12-11T19:12:47.199Z] === PAUSE TestStopContainerWithTimeout/0 [2020-12-11T19:12:47.199Z] === RUN TestStopContainerWithTimeout/1 [2020-12-11T19:12:47.199Z] === PAUSE TestStopContainerWithTimeout/1 [2020-12-11T19:12:47.199Z] === RUN TestStopContainerWithTimeout/3 [2020-12-11T19:12:47.199Z] === PAUSE TestStopContainerWithTimeout/3 [2020-12-11T19:12:47.199Z] === RUN TestStopContainerWithTimeout/-1 [2020-12-11T19:12:47.199Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-12-11T19:12:47.199Z] === CONT TestStopContainerWithTimeout/0 [2020-12-11T19:12:47.199Z] === CONT TestStopContainerWithTimeout/-1 [2020-12-11T19:12:48.155Z] === CONT TestStopContainerWithTimeout/3 [2020-12-11T19:12:50.087Z] === CONT TestStopContainerWithTimeout/1 [2020-12-11T19:12:51.449Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-12-11T19:12:51.449Z] --- PASS: TestStopContainerWithTimeout/0 (0.66s) [2020-12-11T19:12:51.449Z] --- PASS: TestStopContainerWithTimeout/-1 (2.64s) [2020-12-11T19:12:51.449Z] --- PASS: TestStopContainerWithTimeout/3 (2.37s) [2020-12-11T19:12:51.449Z] --- PASS: TestStopContainerWithTimeout/1 (1.39s) [2020-12-11T19:12:51.449Z] === RUN TestDeleteDevicemapper [2020-12-11T19:12:51.449Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-12-11T19:12:51.449Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-12-11T19:12:51.449Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-12-11T19:12:52.812Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.47s) [2020-12-11T19:12:52.812Z] === RUN TestUpdateMemory [2020-12-11T19:12:52.812Z] --- SKIP: TestUpdateMemory (0.00s) [2020-12-11T19:12:52.812Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-11T19:12:52.812Z] === RUN TestUpdateCPUQuota [2020-12-11T19:12:52.812Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2020-12-11T19:12:52.812Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-11T19:12:52.812Z] === RUN TestUpdatePidsLimit [2020-12-11T19:12:52.812Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2020-12-11T19:12:52.812Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-11T19:12:52.812Z] === RUN TestUpdateRestartPolicy [2020-12-11T19:12:53.322Z] tests/integration/api_network_test.py ............................ [ 47%] [2020-12-11T19:12:54.413Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.52s) [2020-12-11T19:12:54.413Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:err62ziwx17v7t2oals48urws Created:2020-12-11 19:12:43.680643722 +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[33ba5ad2840580a94710eb2ceefa94c28b7e93e8b09b95f9518001cd53cc2a9b:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.87fgko1qrpi395qms9imd2w42 EndpointID:6c651d3813ae766ac11df5b8830026d9129ae9b6a5c250b312a2391593b5a2b7 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:a655eac243727c867d55c1040ba48bd4a3a99bf6479498bd08d715a6a1c7ea33 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:97f43edd6421 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.87fgko1qrpi395qms9imd2w42 EndpointID:6c651d3813ae766ac11df5b8830026d9129ae9b6a5c250b312a2391593b5a2b7 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-12-11T19:12:54.413Z] PASS [2020-12-11T19:12:54.413Z] [2020-12-11T19:12:54.413Z] === Skipped [2020-12-11T19:12:54.413Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-11T19:12:54.413Z] service_test.go:236: FLAKY_TEST [2020-12-11T19:12:54.413Z] [2020-12-11T19:12:54.413Z] [2020-12-11T19:12:54.413Z] DONE 23 tests, 1 skipped in 58.170s [2020-12-11T19:12:54.413Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-12-11T19:12:54.413Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:12:54.413Z] ++ set -e [2020-12-11T19:12:54.413Z] ++ '[' -n 0 ']' [2020-12-11T19:12:54.413Z] ++ set -x [2020-12-11T19:12:54.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-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:12:54.413Z] INFO: Testing against a local daemon [2020-12-11T19:12:54.413Z] === RUN TestDockerNetworkIpvlanPersistance [2020-12-11T19:12:54.413Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-12-11T19:12:54.413Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-11T19:12:54.413Z] === RUN TestDockerNetworkIpvlan [2020-12-11T19:12:54.413Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-12-11T19:12:54.413Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-11T19:12:54.413Z] PASS [2020-12-11T19:12:54.413Z] [2020-12-11T19:12:54.413Z] === Skipped [2020-12-11T19:12:54.413Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-12-11T19:12:54.413Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-11T19:12:54.413Z] [2020-12-11T19:12:54.413Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-12-11T19:12:54.413Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-11T19:12:54.413Z] [2020-12-11T19:12:54.413Z] [2020-12-11T19:12:54.413Z] DONE 2 tests, 2 skipped in 0.071s [2020-12-11T19:12:54.413Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-12-11T19:12:54.413Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:12:54.413Z] ++ set -e [2020-12-11T19:12:54.413Z] ++ '[' -n 0 ']' [2020-12-11T19:12:54.413Z] ++ set -x [2020-12-11T19:12:54.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-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:12:54.413Z] INFO: Testing against a local daemon [2020-12-11T19:12:54.413Z] === RUN TestDockerNetworkMacvlanPersistance [2020-12-11T19:12:54.413Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.44s) [2020-12-11T19:12:54.413Z] === RUN TestDockerNetworkMacvlan [2020-12-11T19:12:55.042Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-12-11T19:12:56.070Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-12-11T19:12:57.098Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-12-11T19:12:58.086Z] INFO: Extraction ended at 12/11/2020 19:12:55. Duration:00:00:23.3319439 [2020-12-11T19:12:58.086Z] INFO: Updating the golang and path environment variables [2020-12-11T19:12:58.086Z] INFO: GOPATH=d:\gopath [2020-12-11T19:12:58.086Z] INFO: go version go1.13.15 windows/amd64 [2020-12-11T19:12:58.086Z] INFO: Running the daemon under test in debug mode [2020-12-11T19:12:58.086Z] INFO: Starting a daemon under test... [2020-12-11T19:12:58.086Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41783\1\daemon --pidfile d:\CI\PR-41783\1\docker.pid -D [2020-12-11T19:12:58.086Z] INFO: Process started successfully. [2020-12-11T19:12:58.086Z] INFO: Start tailing logs of the daemon under tests [2020-12-11T19:12:58.086Z] INFO: Waiting for the daemon under test to start... [2020-12-11T19:13:01.560Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-12-11T19:13:02.222Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-12-11T19:13:03.417Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-12-11T19:13:05.066Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-12-11T19:13:05.098Z] --- PASS: TestUpdateRestartPolicy (10.95s) [2020-12-11T19:13:05.098Z] === RUN TestUpdateRestartWithAutoRemove [2020-12-11T19:13:05.098Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s) [2020-12-11T19:13:05.098Z] === RUN TestWaitNonBlocked [2020-12-11T19:13:05.098Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-11T19:13:05.098Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-11T19:13:05.098Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-11T19:13:05.098Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-11T19:13:05.098Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-11T19:13:05.098Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-11T19:13:05.098Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-12-11T19:13:05.098Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.64s) [2020-12-11T19:13:05.098Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.68s) [2020-12-11T19:13:05.098Z] === RUN TestWaitBlocked [2020-12-11T19:13:05.098Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-11T19:13:05.098Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-11T19:13:05.098Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-12-11T19:13:05.098Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-12-11T19:13:05.098Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-11T19:13:05.098Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-12-11T19:13:05.659Z] --- PASS: TestWaitBlocked (0.01s) [2020-12-11T19:13:05.659Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.69s) [2020-12-11T19:13:05.659Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.72s) [2020-12-11T19:13:05.659Z] === CONT TestDaemonRestartIpcMode [2020-12-11T19:13:05.659Z] === CONT TestIpcModeOlderClient [2020-12-11T19:13:05.659Z] --- PASS: TestIpcModeOlderClient (0.07s) [2020-12-11T19:13:09.454Z] tests/integration/api_service_test.py .................................. [ 60%] [2020-12-11T19:13:09.820Z] --- PASS: TestDaemonRestartIpcMode (4.21s) [2020-12-11T19:13:09.820Z] PASS [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === Skipped [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-12-11T19:13:09.820Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2020-12-11T19:13:09.820Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2020-12-11T19:13:09.820Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2020-12-11T19:13:09.820Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2020-12-11T19:13:09.820Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2020-12-11T19:13:09.820Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2020-12-11T19:13:09.820Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2020-12-11T19:13:09.820Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2020-12-11T19:13:09.820Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-12-11T19:13:09.820Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-12-11T19:13:09.820Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2020-12-11T19:13:09.820Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2020-12-11T19:13:09.820Z] 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) [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2020-12-11T19:13:09.820Z] 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) [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2020-12-11T19:13:09.820Z] 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) [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestPause (0.00s) [2020-12-11T19:13:09.820Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-12-11T19:13:09.820Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2020-12-11T19:13:09.820Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2020-12-11T19:13:09.820Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s) [2020-12-11T19:13:09.820Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2020-12-11T19:13:09.820Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestStats (0.00s) [2020-12-11T19:13:09.820Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-12-11T19:13:09.820Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-12-11T19:13:09.820Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2020-12-11T19:13:09.820Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2020-12-11T19:13:09.820Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] [2020-12-11T19:13:09.820Z] DONE 176 tests, 26 skipped in 78.741s [2020-12-11T19:13:09.820Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-12-11T19:13:10.076Z] INFO: Testing against a local daemon [2020-12-11T19:13:10.076Z] === RUN TestCommitInheritsEnv [2020-12-11T19:13:11.437Z] --- PASS: TestCommitInheritsEnv (1.20s) [2020-12-11T19:13:11.437Z] === RUN TestImportExtremelyLargeImageWorks [2020-12-11T19:13:11.437Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-12-11T19:13:11.437Z] === RUN TestImagesFilterMultiReference [2020-12-11T19:13:11.437Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2020-12-11T19:13:11.437Z] === RUN TestImagePullPlatformInvalid [2020-12-11T19:13:11.437Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-12-11T19:13:11.437Z] === RUN TestRemoveImageOrphaning [2020-12-11T19:13:13.322Z] --- PASS: TestRemoveImageOrphaning (1.92s) [2020-12-11T19:13:13.322Z] === RUN TestRemoveImageGarbageCollector [2020-12-11T19:13:13.322Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-12-11T19:13:13.322Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-12-11T19:13:13.322Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-12-11T19:13:13.322Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-12-11T19:13:13.322Z] === RUN TestTagInvalidReference [2020-12-11T19:13:13.322Z] --- PASS: TestTagInvalidReference (0.02s) [2020-12-11T19:13:13.322Z] === RUN TestTagValidPrefixedRepo [2020-12-11T19:13:13.322Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-12-11T19:13:13.322Z] === RUN TestTagExistedNameWithoutForce [2020-12-11T19:13:13.322Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-12-11T19:13:13.322Z] === RUN TestTagOfficialNames [2020-12-11T19:13:13.322Z] --- PASS: TestTagOfficialNames (0.05s) [2020-12-11T19:13:13.322Z] === RUN TestTagMatchesDigest [2020-12-11T19:13:13.322Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-12-11T19:13:13.322Z] === CONT TestImportExtremelyLargeImageWorks [2020-12-11T19:13:13.524Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-12-11T19:13:14.153Z] --- PASS: TestDockerNetworkMacvlan (19.88s) [2020-12-11T19:13:14.153Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2020-12-11T19:13:14.153Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.16s) [2020-12-11T19:13:14.153Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.56s) [2020-12-11T19:13:14.153Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.49s) [2020-12-11T19:13:14.153Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.50s) [2020-12-11T19:13:14.153Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.47s) [2020-12-11T19:13:14.153Z] PASS [2020-12-11T19:13:14.153Z] [2020-12-11T19:13:14.153Z] DONE 8 tests in 21.386s [2020-12-11T19:13:14.153Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-12-11T19:13:14.153Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:13:14.153Z] ++ set -e [2020-12-11T19:13:14.153Z] ++ '[' -n 0 ']' [2020-12-11T19:13:14.153Z] ++ set -x [2020-12-11T19:13:14.153Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:13:14.153Z] testing: warning: no tests to run [2020-12-11T19:13:14.153Z] PASS [2020-12-11T19:13:14.153Z] [2020-12-11T19:13:14.153Z] DONE 0 tests in 0.068s [2020-12-11T19:13:14.153Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-12-11T19:13:14.153Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:13:14.153Z] ++ set -e [2020-12-11T19:13:14.153Z] ++ '[' -n 0 ']' [2020-12-11T19:13:14.153Z] ++ set -x [2020-12-11T19:13:14.154Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:13:14.443Z] INFO: Testing against a local daemon [2020-12-11T19:13:14.443Z] === RUN TestAuthZPluginAllowRequest [2020-12-11T19:13:15.832Z] .....INFO: Daemon under test started and replied! [2020-12-11T19:13:15.832Z] INFO: Docker version of the daemon under test [2020-12-11T19:13:15.833Z] [2020-12-11T19:13:15.833Z] Client: [2020-12-11T19:13:15.833Z] Version: 17.06.2-ce [2020-12-11T19:13:15.833Z] API version: 1.30 [2020-12-11T19:13:15.833Z] Go version: go1.8.3 [2020-12-11T19:13:15.833Z] Git commit: cec0b72 [2020-12-11T19:13:15.833Z] Built: Tue Sep 5 19:57:19 2017 [2020-12-11T19:13:15.833Z] OS/Arch: windows/amd64 [2020-12-11T19:13:15.833Z] [2020-12-11T19:13:15.833Z] Server: [2020-12-11T19:13:15.833Z] Version: 0.0.0-dev [2020-12-11T19:13:15.833Z] API version: 1.41 (minimum version 1.24) [2020-12-11T19:13:15.833Z] Go version: go1.13.15 [2020-12-11T19:13:15.833Z] Git commit: 5fd8d701ce [2020-12-11T19:13:15.833Z] Built: 12/11/2020 19:11:12 [2020-12-11T19:13:15.833Z] OS/Arch: windows/amd64 [2020-12-11T19:13:15.833Z] Experimental: false [2020-12-11T19:13:15.833Z] [2020-12-11T19:13:15.833Z] INFO: Docker info of the daemon under test [2020-12-11T19:13:15.833Z] [2020-12-11T19:13:15.833Z] Containers: 0 [2020-12-11T19:13:15.833Z] Running: 0 [2020-12-11T19:13:15.833Z] Paused: 0 [2020-12-11T19:13:15.833Z] Stopped: 0 [2020-12-11T19:13:15.833Z] Images: 0 [2020-12-11T19:13:15.833Z] Server Version: 0.0.0-dev [2020-12-11T19:13:15.833Z] Storage Driver: windowsfilter [2020-12-11T19:13:15.833Z] Windows: [2020-12-11T19:13:15.833Z] Logging Driver: json-file [2020-12-11T19:13:15.833Z] Plugins: [2020-12-11T19:13:15.833Z] Volume: local [2020-12-11T19:13:15.833Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-12-11T19:13:15.833Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-12-11T19:13:15.833Z] Swarm: inactive [2020-12-11T19:13:15.833Z] Default Isolation: process [2020-12-11T19:13:15.833Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-12-11T19:13:15.833Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1577) [2020-12-11T19:13:15.833Z] OSType: windows [2020-12-11T19:13:15.833Z] Architecture: x86_64 [2020-12-11T19:13:15.833Z] CPUs: 4 [2020-12-11T19:13:15.833Z] Total Memory: 32GiB [2020-12-11T19:13:15.833Z] Name: azwin-2-61e6b0 [2020-12-11T19:13:15.833Z] ID: DIBX:O62Y:UT56:DIXU:DTCP:QJFS:VXTF:JBCZ:GFE3:2H62:PIHC:T6N5 [2020-12-11T19:13:15.833Z] Docker Root Dir: D:\CI\PR-41783\1\daemon [2020-12-11T19:13:15.833Z] Debug Mode (client): false [2020-12-11T19:13:15.833Z] Debug Mode (server): true [2020-12-11T19:13:15.833Z] File Descriptors: -1 [2020-12-11T19:13:15.833Z] Goroutines: 16 [2020-12-11T19:13:15.833Z] System Time: 2020-12-11T19:13:15.456781Z [2020-12-11T19:13:15.833Z] EventsListeners: 0 [2020-12-11T19:13:15.833Z] Registry: https://index.docker.io/v1/ [2020-12-11T19:13:15.833Z] Labels: [2020-12-11T19:13:15.833Z] Experimental: false [2020-12-11T19:13:15.833Z] Insecure Registries: [2020-12-11T19:13:15.833Z] 127.0.0.0/8 [2020-12-11T19:13:15.833Z] Live Restore Enabled: false [2020-12-11T19:13:15.833Z] [2020-12-11T19:13:15.833Z] [2020-12-11T19:13:15.833Z] INFO: Docker images of the daemon under test [2020-12-11T19:13:15.833Z] [2020-12-11T19:13:15.833Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-12-11T19:13:15.833Z] [2020-12-11T19:13:15.833Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-12-11T19:13:15.833Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-12-11T19:13:15.833Z] ltsc2019: Pulling from windows/servercore [2020-12-11T19:13:16.297Z] 4612f6d0b889: Pulling fs layer [2020-12-11T19:13:16.297Z] aa4f58cd6da1: Pulling fs layer [2020-12-11T19:13:16.501Z] --- PASS: TestAuthZPluginAllowRequest (1.72s) [2020-12-11T19:13:16.502Z] === RUN TestAuthZPluginTLS [2020-12-11T19:13:16.791Z] --- PASS: TestAuthZPluginTLS (0.54s) [2020-12-11T19:13:16.791Z] === RUN TestAuthZPluginDenyRequest [2020-12-11T19:13:17.081Z] --- PASS: TestAuthZPluginDenyRequest (0.52s) [2020-12-11T19:13:17.081Z] === RUN TestAuthZPluginAPIDenyResponse [2020-12-11T19:13:17.710Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2020-12-11T19:13:17.710Z] === RUN TestAuthZPluginDenyResponse [2020-12-11T19:13:17.911Z] Loaded image: buildpack-deps:buster [2020-12-11T19:13:17.911Z] Loaded image: busybox:latest [2020-12-11T19:13:17.911Z] Loaded image: busybox:glibc [2020-12-11T19:13:17.911Z] Loaded image: debian:buster [2020-12-11T19:13:17.911Z] Loaded image: hello-world:latest [2020-12-11T19:13:17.911Z] Loaded image: arm32v7/hello-world:latest [2020-12-11T19:13:17.911Z] INFO: Testing against a local daemon [2020-12-11T19:13:17.911Z] === RUN TestCgroupNamespacesBuild [2020-12-11T19:13:17.911Z] --- PASS: TestCgroupNamespacesBuild (2.24s) [2020-12-11T19:13:17.911Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-12-11T19:13:17.911Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.07s) [2020-12-11T19:13:17.911Z] === RUN TestBuildWithSession [2020-12-11T19:13:17.911Z] --- SKIP: TestBuildWithSession (0.00s) [2020-12-11T19:13:17.911Z] build_session_test.go:25: TODO: BuildKit [2020-12-11T19:13:17.911Z] === RUN TestBuildSquashParent [2020-12-11T19:13:18.339Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2020-12-11T19:13:18.339Z] === RUN TestAuthZPluginAllowEventStream [2020-12-11T19:13:20.435Z] --- PASS: TestAuthZPluginAllowEventStream (1.74s) [2020-12-11T19:13:20.435Z] === RUN TestAuthZPluginErrorResponse [2020-12-11T19:13:20.435Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2020-12-11T19:13:20.435Z] === RUN TestAuthZPluginErrorRequest [2020-12-11T19:13:20.927Z] --- PASS: TestBuildWithHugeFile (48.52s) [2020-12-11T19:13:20.927Z] === RUN TestBuildWithEmptyDockerfile [2020-12-11T19:13:20.927Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-11T19:13:20.927Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-11T19:13:20.927Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-11T19:13:20.927Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-11T19:13:20.927Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-11T19:13:20.927Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-11T19:13:20.927Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-11T19:13:20.927Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-11T19:13:20.927Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-11T19:13:20.927Z] --- PASS: TestBuildWithEmptyDockerfile (0.21s) [2020-12-11T19:13:20.927Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s) [2020-12-11T19:13:20.927Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.26s) [2020-12-11T19:13:20.927Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.26s) [2020-12-11T19:13:20.927Z] === RUN TestBuildPreserveOwnership [2020-12-11T19:13:20.927Z] === RUN TestBuildPreserveOwnership/copy_from [2020-12-11T19:13:20.927Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-12-11T19:13:20.927Z] --- PASS: TestBuildPreserveOwnership (5.88s) [2020-12-11T19:13:20.927Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.77s) [2020-12-11T19:13:20.927Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.09s) [2020-12-11T19:13:20.927Z] === RUN TestBuildPlatformInvalid [2020-12-11T19:13:20.927Z] --- PASS: TestBuildPlatformInvalid (0.19s) [2020-12-11T19:13:20.927Z] PASS [2020-12-11T19:13:20.927Z] [2020-12-11T19:13:20.927Z] === Skipped [2020-12-11T19:13:20.927Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-12-11T19:13:20.927Z] build_session_test.go:25: TODO: BuildKit [2020-12-11T19:13:20.927Z] [2020-12-11T19:13:20.927Z] [2020-12-11T19:13:20.927Z] DONE 32 tests, 1 skipped in 104.452s [2020-12-11T19:13:20.927Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-12-11T19:13:20.927Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:13:20.927Z] ++ set -e [2020-12-11T19:13:20.927Z] ++ '[' -n 0 ']' [2020-12-11T19:13:20.927Z] ++ set -x [2020-12-11T19:13:20.927Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:13:20.927Z] INFO: Testing against a local daemon [2020-12-11T19:13:20.927Z] === RUN TestConfigInspect [2020-12-11T19:13:21.067Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2020-12-11T19:13:21.067Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-12-11T19:13:21.696Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2020-12-11T19:13:21.696Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-12-11T19:13:23.475Z] --- PASS: TestConfigInspect (3.72s) [2020-12-11T19:13:23.475Z] === RUN TestConfigList [2020-12-11T19:13:23.770Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.29s) [2020-12-11T19:13:23.770Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-12-11T19:13:23.784Z] ......................... [ 67%] [2020-12-11T19:13:24.926Z] aa4f58cd6da1: Verifying Checksum [2020-12-11T19:13:24.926Z] aa4f58cd6da1: Download complete [2020-12-11T19:13:26.489Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.29s) [2020-12-11T19:13:26.489Z] === RUN TestAuthZPluginHeader [2020-12-11T19:13:26.781Z] --- PASS: TestConfigList (3.23s) [2020-12-11T19:13:26.781Z] === RUN TestConfigsCreateAndDelete [2020-12-11T19:13:27.118Z] --- PASS: TestAuthZPluginHeader (0.87s) [2020-12-11T19:13:27.118Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-12-11T19:13:27.118Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-12-11T19:13:27.118Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:13:27.118Z] === RUN TestAuthZPluginV2Disable [2020-12-11T19:13:27.118Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-12-11T19:13:27.118Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:13:27.118Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-12-11T19:13:27.118Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-12-11T19:13:27.118Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:13:27.118Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-12-11T19:13:27.118Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-12-11T19:13:27.118Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:13:27.118Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-12-11T19:13:27.920Z] --- PASS: TestBuildSquashParent (9.37s) [2020-12-11T19:13:27.920Z] === RUN TestBuildWithRemoveAndForceRemove [2020-12-11T19:13:27.920Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-11T19:13:27.920Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-11T19:13:27.920Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-11T19:13:27.920Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-11T19:13:27.920Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-11T19:13:27.920Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-11T19:13:27.920Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-11T19:13:27.920Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-11T19:13:27.920Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-11T19:13:27.920Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-11T19:13:27.921Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-11T19:13:27.921Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-11T19:13:27.921Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-11T19:13:27.921Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-11T19:13:30.085Z] --- PASS: TestConfigsCreateAndDelete (3.26s) [2020-12-11T19:13:30.085Z] === RUN TestConfigsUpdate [2020-12-11T19:13:30.479Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-11T19:13:30.479Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-11T19:13:31.472Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-12-11T19:13:31.472Z] [2020-12-11T19:13:31.472Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-12-11T19:13:31.472Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-12-11T19:13:31.472Z] HOSTNAME=9388e8a8c111 [2020-12-11T19:13:31.472Z] TESTDEBUG=0 [2020-12-11T19:13:31.472Z] DEST=bundles/test-integration [2020-12-11T19:13:31.472Z] PWD=/go/src/github.com/docker/docker [2020-12-11T19:13:31.472Z] DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d [2020-12-11T19:13:31.472Z] container=docker [2020-12-11T19:13:31.472Z] HOME=/root [2020-12-11T19:13:31.472Z] GOLANG_VERSION=1.13.15 [2020-12-11T19:13:31.472Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-12-11T19:13:31.472Z] VALIDATE_BRANCH=master [2020-12-11T19:13:31.472Z] TERM=xterm [2020-12-11T19:13:31.472Z] DOCKER_PKG=github.com/docker/docker [2020-12-11T19:13:31.472Z] SHLVL=1 [2020-12-11T19:13:31.472Z] TIMEOUT=120m [2020-12-11T19:13:31.472Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-12-11T19:13:31.472Z] DOCKER_GRAPHDRIVER=overlay2 [2020-12-11T19:13:31.472Z] GO111MODULE=off [2020-12-11T19:13:31.472Z] DOCKER_EXPERIMENTAL=1 [2020-12-11T19:13:31.472Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-12-11T19:13:31.472Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-12-11T19:13:31.472Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-12-11T19:13:31.472Z] GOPATH=/go [2020-12-11T19:13:31.472Z] PKG_CONFIG=pkg-config [2020-12-11T19:13:31.472Z] _=/usr/bin/env [2020-12-11T19:13:31.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-12-11T19:13:32.035Z] 4612f6d0b889: Verifying Checksum [2020-12-11T19:13:32.035Z] 4612f6d0b889: Download complete [2020-12-11T19:13:33.390Z] --- PASS: TestConfigsUpdate (3.33s) [2020-12-11T19:13:33.390Z] === RUN TestTemplatedConfig [2020-12-11T19:13:33.787Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-11T19:13:33.787Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-11T19:13:36.697Z] --- PASS: TestTemplatedConfig (3.41s) [2020-12-11T19:13:36.697Z] === RUN TestConfigCreateResolve [2020-12-11T19:13:37.096Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-12-11T19:13:37.096Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.39s) [2020-12-11T19:13:37.096Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.45s) [2020-12-11T19:13:37.096Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.08s) [2020-12-11T19:13:37.096Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.22s) [2020-12-11T19:13:37.096Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.32s) [2020-12-11T19:13:37.096Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.24s) [2020-12-11T19:13:37.096Z] === RUN TestBuildMultiStageCopy [2020-12-11T19:13:37.096Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-12-11T19:13:39.655Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-12-11T19:13:39.655Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-12-11T19:13:40.005Z] --- PASS: TestConfigCreateResolve (3.26s) [2020-12-11T19:13:40.005Z] === RUN TestConfigDaemonLibtrustID [2020-12-11T19:13:40.229Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-12-11T19:13:40.267Z] --- PASS: TestConfigDaemonLibtrustID (0.65s) [2020-12-11T19:13:40.267Z] PASS [2020-12-11T19:13:40.267Z] [2020-12-11T19:13:40.267Z] DONE 7 tests in 21.026s [2020-12-11T19:13:40.528Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-12-11T19:13:40.528Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:13:40.528Z] ++ set -e [2020-12-11T19:13:40.528Z] ++ '[' -n 0 ']' [2020-12-11T19:13:40.528Z] ++ set -x [2020-12-11T19:13:40.528Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:13:40.528Z] INFO: Testing against a local daemon [2020-12-11T19:13:40.528Z] === RUN TestCheckpoint [2020-12-11T19:13:40.528Z] --- SKIP: TestCheckpoint (0.00s) [2020-12-11T19:13:40.528Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-11T19:13:40.528Z] === RUN TestContainerInvalidJSON [2020-12-11T19:13:40.528Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-12-11T19:13:40.528Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-12-11T19:13:40.528Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-12-11T19:13:40.528Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-12-11T19:13:40.528Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-12-11T19:13:40.528Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-12-11T19:13:40.528Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-12-11T19:13:40.528Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-12-11T19:13:40.528Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-12-11T19:13:40.528Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-12-11T19:13:40.528Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-12-11T19:13:40.528Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-12-11T19:13:40.528Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-12-11T19:13:40.528Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-12-11T19:13:40.789Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2020-12-11T19:13:40.789Z] === RUN TestCopyFromContainerPathIsNotDir [2020-12-11T19:13:40.789Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2020-12-11T19:13:40.789Z] === RUN TestCopyToContainerPathDoesNotExist [2020-12-11T19:13:40.803Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-12-11T19:13:41.051Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2020-12-11T19:13:41.051Z] === RUN TestCopyToContainerPathIsNotDir [2020-12-11T19:13:41.051Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2020-12-11T19:13:41.051Z] === RUN TestCopyFromContainer [2020-12-11T19:13:41.377Z] --- PASS: TestBuildMultiStageCopy (4.83s) [2020-12-11T19:13:41.377Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.50s) [2020-12-11T19:13:41.377Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.47s) [2020-12-11T19:13:41.377Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.63s) [2020-12-11T19:13:41.377Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.59s) [2020-12-11T19:13:41.377Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.65s) [2020-12-11T19:13:41.377Z] === RUN TestBuildMultiStageParentConfig [2020-12-11T19:13:42.969Z] === RUN TestCopyFromContainer// [2020-12-11T19:13:43.231Z] === RUN TestCopyFromContainer//bar/root [2020-12-11T19:13:43.231Z] === RUN TestCopyFromContainer//bar/root/ [2020-12-11T19:13:43.296Z] --- PASS: TestBuildMultiStageParentConfig (1.41s) [2020-12-11T19:13:43.296Z] === RUN TestBuildLabelWithTargets [2020-12-11T19:13:43.493Z] === RUN TestCopyFromContainer/bar/quux [2020-12-11T19:13:43.493Z] === RUN TestCopyFromContainer/bar/quux/ [2020-12-11T19:13:43.754Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-12-11T19:13:43.754Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-12-11T19:13:44.017Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-12-11T19:13:44.017Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-12-11T19:13:44.017Z] === RUN TestCopyFromContainer/bar/notarget [2020-12-11T19:13:44.279Z] --- PASS: TestCopyFromContainer (3.20s) [2020-12-11T19:13:44.279Z] --- PASS: TestCopyFromContainer// (0.11s) [2020-12-11T19:13:44.279Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-12-11T19:13:44.279Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2020-12-11T19:13:44.280Z] --- PASS: TestCopyFromContainer/bar/quux (0.16s) [2020-12-11T19:13:44.280Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2020-12-11T19:13:44.280Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2020-12-11T19:13:44.280Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2020-12-11T19:13:44.280Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2020-12-11T19:13:44.280Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2020-12-11T19:13:44.280Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2020-12-11T19:13:44.280Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-12-11T19:13:44.280Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-11T19:13:44.280Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-11T19:13:44.280Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-11T19:13:44.280Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-11T19:13:44.280Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-11T19:13:44.280Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-11T19:13:44.280Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-11T19:13:44.280Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-11T19:13:44.280Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-11T19:13:44.280Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2020-12-11T19:13:44.280Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-12-11T19:13:44.280Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-12-11T19:13:44.280Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-12-11T19:13:44.280Z] === RUN TestCreateLinkToNonExistingContainer [2020-12-11T19:13:44.280Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2020-12-11T19:13:44.280Z] === RUN TestCreateWithInvalidEnv [2020-12-11T19:13:44.280Z] === RUN TestCreateWithInvalidEnv/0 [2020-12-11T19:13:44.280Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-12-11T19:13:44.280Z] === RUN TestCreateWithInvalidEnv/1 [2020-12-11T19:13:44.280Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-12-11T19:13:44.280Z] === RUN TestCreateWithInvalidEnv/2 [2020-12-11T19:13:44.280Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-12-11T19:13:44.280Z] === CONT TestCreateWithInvalidEnv/0 [2020-12-11T19:13:44.280Z] === CONT TestCreateWithInvalidEnv/1 [2020-12-11T19:13:44.280Z] === CONT TestCreateWithInvalidEnv/2 [2020-12-11T19:13:44.280Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-12-11T19:13:44.280Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-12-11T19:13:44.280Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-12-11T19:13:44.280Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-12-11T19:13:44.280Z] === RUN TestCreateTmpfsMountsTarget [2020-12-11T19:13:44.542Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-12-11T19:13:44.542Z] === RUN TestCreateWithCustomMaskedPaths [2020-12-11T19:13:45.211Z] --- PASS: TestBuildLabelWithTargets (2.22s) [2020-12-11T19:13:45.211Z] === RUN TestBuildWithEmptyLayers [2020-12-11T19:13:45.664Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.72s) [2020-12-11T19:13:45.664Z] PASS [2020-12-11T19:13:45.664Z] [2020-12-11T19:13:45.664Z] === Skipped [2020-12-11T19:13:45.664Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-12-11T19:13:45.664Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:13:45.664Z] [2020-12-11T19:13:45.664Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-12-11T19:13:45.664Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:13:45.664Z] [2020-12-11T19:13:45.664Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-12-11T19:13:45.664Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:13:45.664Z] [2020-12-11T19:13:45.664Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-12-11T19:13:45.664Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:13:45.664Z] [2020-12-11T19:13:45.664Z] [2020-12-11T19:13:45.664Z] DONE 17 tests, 4 skipped in 29.514s [2020-12-11T19:13:45.664Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-12-11T19:13:45.664Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:13:45.664Z] ++ set -e [2020-12-11T19:13:45.664Z] ++ '[' -n 0 ']' [2020-12-11T19:13:45.664Z] ++ set -x [2020-12-11T19:13:45.664Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:13:45.664Z] INFO: Testing against a local daemon [2020-12-11T19:13:45.664Z] === RUN TestPluginInvalidJSON [2020-12-11T19:13:45.664Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-12-11T19:13:45.664Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-12-11T19:13:45.664Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-12-11T19:13:45.664Z] --- PASS: TestPluginInvalidJSON (0.01s) [2020-12-11T19:13:45.664Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-12-11T19:13:45.664Z] === RUN TestPluginInstall [2020-12-11T19:13:45.664Z] === RUN TestPluginInstall/no_auth [2020-12-11T19:13:45.664Z] time="2020-12-11T19:13:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:13:45.664Z] time="2020-12-11T19:13:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:af70e21743551524cb0878e77e866b5eaf582b66b4ead6f7eb492cc6b0862941" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-11T19:13:45.664Z] time="2020-12-11T19:13:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:13:45.664Z] time="2020-12-11T19:13:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:af70e21743551524cb0878e77e866b5eaf582b66b4ead6f7eb492cc6b0862941" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-11T19:13:45.664Z] === RUN TestPluginInstall/with_htpasswd [2020-12-11T19:13:46.293Z] time="2020-12-11T19:13:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:13:46.293Z] time="2020-12-11T19:13:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:852394f0e116be161494f9658d4228ef0b06ce5ec487bc50d584e1c666c7e5e4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-11T19:13:46.293Z] time="2020-12-11T19:13:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:13:46.293Z] time="2020-12-11T19:13:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:852394f0e116be161494f9658d4228ef0b06ce5ec487bc50d584e1c666c7e5e4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-11T19:13:46.459Z] --- PASS: TestCreateWithCustomMaskedPaths (2.08s) [2020-12-11T19:13:46.459Z] === RUN TestCreateWithCustomReadonlyPaths [2020-12-11T19:13:46.582Z] === RUN TestPluginInstall/with_insecure [2020-12-11T19:13:46.598Z] --- PASS: TestBuildWithEmptyLayers (1.38s) [2020-12-11T19:13:46.598Z] === RUN TestBuildMultiStageOnBuild [2020-12-11T19:13:47.610Z] time="2020-12-11T19:13:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:13:47.610Z] time="2020-12-11T19:13:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9ecbf422cbb1a13784a64c424c917920179239bb5434b2616763c2d89fc33e0c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-11T19:13:47.610Z] time="2020-12-11T19:13:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:13:47.610Z] time="2020-12-11T19:13:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9ecbf422cbb1a13784a64c424c917920179239bb5434b2616763c2d89fc33e0c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-11T19:13:48.017Z] --- PASS: TestPluginInstall (3.88s) [2020-12-11T19:13:48.017Z] --- PASS: TestPluginInstall/no_auth (1.84s) [2020-12-11T19:13:48.017Z] --- PASS: TestPluginInstall/with_htpasswd (0.79s) [2020-12-11T19:13:48.017Z] --- PASS: TestPluginInstall/with_insecure (1.25s) [2020-12-11T19:13:48.017Z] plugin_test.go:157: [d2d681f29a6d6] daemon is not started [2020-12-11T19:13:48.017Z] PASS [2020-12-11T19:13:48.017Z] [2020-12-11T19:13:48.017Z] DONE 6 tests in 4.032s [2020-12-11T19:13:48.017Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-12-11T19:13:48.017Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:13:48.017Z] ++ set -e [2020-12-11T19:13:48.017Z] ++ '[' -n 0 ']' [2020-12-11T19:13:48.017Z] ++ set -x [2020-12-11T19:13:48.017Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:13:48.017Z] INFO: Testing against a local daemon [2020-12-11T19:13:48.017Z] === RUN TestExternalGraphDriver [2020-12-11T19:13:48.017Z] === RUN TestExternalGraphDriver/json [2020-12-11T19:13:49.009Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.24s) [2020-12-11T19:13:49.009Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-12-11T19:13:49.009Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-11T19:13:49.009Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-11T19:13:49.009Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-11T19:13:49.009Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-11T19:13:49.009Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-11T19:13:49.009Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-11T19:13:49.009Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-11T19:13:49.009Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-11T19:13:49.009Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-11T19:13:49.009Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-11T19:13:49.009Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-11T19:13:49.009Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-11T19:13:49.009Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-11T19:13:49.009Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-11T19:13:49.009Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-11T19:13:49.009Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-12-11T19:13:49.009Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2020-12-11T19:13:49.009Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2020-12-11T19:13:49.009Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s) [2020-12-11T19:13:49.009Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.06s) [2020-12-11T19:13:49.009Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-12-11T19:13:49.009Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-12-11T19:13:49.581Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.71s) [2020-12-11T19:13:49.581Z] === RUN TestCreateDifferentPlatform [2020-12-11T19:13:49.581Z] === RUN TestCreateDifferentPlatform/different_os [2020-12-11T19:13:49.581Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-12-11T19:13:49.581Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-12-11T19:13:49.581Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-12-11T19:13:49.581Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-12-11T19:13:49.581Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-12-11T19:13:49.581Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2020-12-11T19:13:49.581Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-12-11T19:13:49.843Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.10s) [2020-12-11T19:13:49.843Z] === RUN TestContainerStartOnDaemonRestart [2020-12-11T19:13:49.843Z] === PAUSE TestContainerStartOnDaemonRestart [2020-12-11T19:13:49.843Z] === RUN TestDaemonRestartIpcMode [2020-12-11T19:13:49.843Z] === PAUSE TestDaemonRestartIpcMode [2020-12-11T19:13:49.843Z] === RUN TestDaemonHostGatewayIP [2020-12-11T19:13:49.843Z] === PAUSE TestDaemonHostGatewayIP [2020-12-11T19:13:49.843Z] === RUN TestContainerKillOnDaemonStart [2020-12-11T19:13:49.843Z] === PAUSE TestContainerKillOnDaemonStart [2020-12-11T19:13:49.843Z] === RUN TestDiff [2020-12-11T19:13:49.904Z] --- PASS: TestBuildMultiStageOnBuild (3.11s) [2020-12-11T19:13:49.904Z] === RUN TestBuildUncleanTarFilenames [2020-12-11T19:13:50.080Z] === RUN TestExternalGraphDriver/spec [2020-12-11T19:13:50.416Z] --- PASS: TestDiff (0.75s) [2020-12-11T19:13:50.416Z] === RUN TestExecWithCloseStdin [2020-12-11T19:13:51.360Z] --- PASS: TestExecWithCloseStdin (0.83s) [2020-12-11T19:13:51.360Z] === RUN TestExec [2020-12-11T19:13:51.827Z] --- PASS: TestBuildUncleanTarFilenames (2.22s) [2020-12-11T19:13:51.827Z] === RUN TestBuildMultiStageLayerLeak [2020-12-11T19:13:52.304Z] --- PASS: TestExec (0.88s) [2020-12-11T19:13:52.304Z] === RUN TestExecUser [2020-12-11T19:13:52.798Z] === RUN TestExternalGraphDriver/pull [2020-12-11T19:13:53.248Z] --- PASS: TestExecUser (0.88s) [2020-12-11T19:13:53.248Z] === RUN TestExportContainerAndImportImage [2020-12-11T19:13:54.193Z] --- PASS: TestExportContainerAndImportImage (1.07s) [2020-12-11T19:13:54.193Z] === RUN TestExportContainerAfterDaemonRestart [2020-12-11T19:13:54.304Z] --- PASS: TestExternalGraphDriver (6.45s) [2020-12-11T19:13:54.304Z] --- PASS: TestExternalGraphDriver/json (2.12s) [2020-12-11T19:13:54.304Z] --- PASS: TestExternalGraphDriver/spec (2.11s) [2020-12-11T19:13:54.304Z] --- PASS: TestExternalGraphDriver/pull (2.12s) [2020-12-11T19:13:54.304Z] === RUN TestGraphdriverPluginV2 [2020-12-11T19:13:54.593Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2020-12-11T19:13:54.593Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:13:54.593Z] PASS [2020-12-11T19:13:54.593Z] [2020-12-11T19:13:54.593Z] === Skipped [2020-12-11T19:13:54.593Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2020-12-11T19:13:54.593Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:13:54.593Z] [2020-12-11T19:13:54.593Z] [2020-12-11T19:13:54.593Z] DONE 5 tests, 1 skipped in 6.666s [2020-12-11T19:13:54.593Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-12-11T19:13:54.593Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:13:54.593Z] ++ set -e [2020-12-11T19:13:54.593Z] ++ '[' -n 0 ']' [2020-12-11T19:13:54.593Z] ++ set -x [2020-12-11T19:13:54.593Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-12-11T19:13:54.593Z] INFO: Testing against a local daemon [2020-12-11T19:13:54.593Z] === RUN TestContinueAfterPluginCrash [2020-12-11T19:13:54.593Z] === PAUSE TestContinueAfterPluginCrash [2020-12-11T19:13:54.593Z] === RUN TestReadPluginNoRead [2020-12-11T19:13:54.593Z] === PAUSE TestReadPluginNoRead [2020-12-11T19:13:54.593Z] === RUN TestDaemonStartWithLogOpt [2020-12-11T19:13:54.593Z] === PAUSE TestDaemonStartWithLogOpt [2020-12-11T19:13:54.593Z] === CONT TestContinueAfterPluginCrash [2020-12-11T19:13:54.593Z] === CONT TestDaemonStartWithLogOpt [2020-12-11T19:13:55.132Z] --- PASS: TestBuildMultiStageLayerLeak (3.34s) [2020-12-11T19:13:55.132Z] === RUN TestBuildWithHugeFile [2020-12-11T19:13:56.109Z] --- PASS: TestExportContainerAfterDaemonRestart (2.04s) [2020-12-11T19:13:56.109Z] === RUN TestHealthCheckWorkdir [2020-12-11T19:13:57.496Z] --- PASS: TestHealthCheckWorkdir (1.06s) [2020-12-11T19:13:57.497Z] === RUN TestHealthKillContainer [2020-12-11T19:13:59.030Z] --- PASS: TestDaemonStartWithLogOpt (3.85s) [2020-12-11T19:13:59.030Z] === CONT TestReadPluginNoRead [2020-12-11T19:14:00.044Z] --- PASS: TestHealthKillContainer (2.85s) [2020-12-11T19:14:00.045Z] === RUN TestInspectCpusetInConfigPre120 [2020-12-11T19:14:00.989Z] --- PASS: TestInspectCpusetInConfigPre120 (0.74s) [2020-12-11T19:14:00.989Z] === RUN TestIpcModeNone [2020-12-11T19:14:01.563Z] --- PASS: TestIpcModeNone (0.85s) [2020-12-11T19:14:01.563Z] === RUN TestIpcModePrivate [2020-12-11T19:14:01.778Z] === RUN TestReadPluginNoRead/disabled_caching [2020-12-11T19:14:02.509Z] --- PASS: TestIpcModePrivate (0.81s) [2020-12-11T19:14:02.509Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:103, shared: false, mustBeShared: false [2020-12-11T19:14:02.509Z] === RUN TestIpcModeShareable [2020-12-11T19:14:03.278Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-12-11T19:14:03.454Z] --- PASS: TestIpcModeShareable (0.90s) [2020-12-11T19:14:03.454Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:97, shared: true, mustBeShared: true [2020-12-11T19:14:03.454Z] === RUN TestAPIIpcModeShareableAndContainer [2020-12-11T19:14:03.909Z] --- PASS: TestContinueAfterPluginCrash (9.06s) [2020-12-11T19:14:04.264Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-12-11T19:14:04.264Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-12-11T19:14:04.264Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-12-11T19:14:04.724Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2020-12-11T19:14:05.410Z] === RUN TestReadPluginNoRead/default [2020-12-11T19:14:06.760Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.79s) [2020-12-11T19:14:06.760Z] === RUN TestAPIIpcModeHost [2020-12-11T19:14:06.760Z] --- PASS: TestAPIIpcModeHost (0.65s) [2020-12-11T19:14:06.760Z] === RUN TestDaemonIpcModeShareable [2020-12-11T19:14:07.467Z] --- PASS: TestReadPluginNoRead (8.72s) [2020-12-11T19:14:07.467Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.98s) [2020-12-11T19:14:07.467Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.97s) [2020-12-11T19:14:07.467Z] --- PASS: TestReadPluginNoRead/default (1.94s) [2020-12-11T19:14:07.467Z] read_test.go:92: [d192812e49d99] daemon is not started [2020-12-11T19:14:07.467Z] PASS [2020-12-11T19:14:07.467Z] [2020-12-11T19:14:07.467Z] DONE 6 tests in 12.735s [2020-12-11T19:14:07.467Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-12-11T19:14:07.467Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:14:07.467Z] ++ set -e [2020-12-11T19:14:07.467Z] ++ '[' -n 0 ']' [2020-12-11T19:14:07.467Z] ++ set -x [2020-12-11T19:14:07.467Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:14:07.467Z] testing: warning: no tests to run [2020-12-11T19:14:07.467Z] PASS [2020-12-11T19:14:07.467Z] [2020-12-11T19:14:07.467Z] DONE 0 tests in 0.088s [2020-12-11T19:14:07.467Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-12-11T19:14:07.467Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:14:07.467Z] ++ set -e [2020-12-11T19:14:07.467Z] ++ '[' -n 0 ']' [2020-12-11T19:14:07.467Z] ++ set -x [2020-12-11T19:14:07.467Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:14:07.467Z] INFO: Testing against a local daemon [2020-12-11T19:14:07.467Z] === RUN TestPluginWithDevMounts [2020-12-11T19:14:07.467Z] === PAUSE TestPluginWithDevMounts [2020-12-11T19:14:07.467Z] === CONT TestPluginWithDevMounts [2020-12-11T19:14:08.678Z] --- PASS: TestDaemonIpcModeShareable (1.88s) [2020-12-11T19:14:08.678Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2020-12-11T19:14:08.678Z] === RUN TestDaemonIpcModePrivate [2020-12-11T19:14:09.526Z] --- PASS: TestPluginWithDevMounts (1.90s) [2020-12-11T19:14:09.526Z] PASS [2020-12-11T19:14:09.526Z] [2020-12-11T19:14:09.526Z] DONE 1 tests in 2.022s [2020-12-11T19:14:09.526Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-12-11T19:14:09.526Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:14:09.526Z] ++ set -e [2020-12-11T19:14:09.526Z] ++ '[' -n 0 ']' [2020-12-11T19:14:09.526Z] ++ set -x [2020-12-11T19:14:09.526Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:14:09.526Z] INFO: Testing against a local daemon [2020-12-11T19:14:09.526Z] === RUN TestSecretInspect [2020-12-11T19:14:10.596Z] --- PASS: TestDaemonIpcModePrivate (1.79s) [2020-12-11T19:14:10.596Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2020-12-11T19:14:10.596Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-12-11T19:14:12.515Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.77s) [2020-12-11T19:14:12.515Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2020-12-11T19:14:12.515Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-12-11T19:14:13.993Z] --- PASS: TestSecretInspect (3.72s) [2020-12-11T19:14:13.993Z] === RUN TestSecretList [2020-12-11T19:14:14.433Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.80s) [2020-12-11T19:14:14.433Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2020-12-11T19:14:14.433Z] === RUN TestIpcModeOlderClient [2020-12-11T19:14:14.433Z] === PAUSE TestIpcModeOlderClient [2020-12-11T19:14:14.433Z] === RUN TestKillContainerInvalidSignal [2020-12-11T19:14:14.695Z] --- PASS: TestKillContainerInvalidSignal (0.73s) [2020-12-11T19:14:14.695Z] === RUN TestKillContainer [2020-12-11T19:14:14.957Z] === RUN TestKillContainer/no_signal [2020-12-11T19:14:15.530Z] === RUN TestKillContainer/non_killing_signal [2020-12-11T19:14:16.104Z] === RUN TestKillContainer/killing_signal [2020-12-11T19:14:17.047Z] --- PASS: TestKillContainer (2.29s) [2020-12-11T19:14:17.047Z] --- PASS: TestKillContainer/no_signal (0.75s) [2020-12-11T19:14:17.047Z] --- PASS: TestKillContainer/non_killing_signal (0.54s) [2020-12-11T19:14:17.047Z] --- PASS: TestKillContainer/killing_signal (0.72s) [2020-12-11T19:14:17.047Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-12-11T19:14:17.047Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-12-11T19:14:17.496Z] --- PASS: TestSecretList (3.87s) [2020-12-11T19:14:17.496Z] === RUN TestSecretsCreateAndDelete [2020-12-11T19:14:17.992Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-12-11T19:14:18.564Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.54s) [2020-12-11T19:14:18.564Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.77s) [2020-12-11T19:14:18.564Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2020-12-11T19:14:18.564Z] === RUN TestKillStoppedContainer [2020-12-11T19:14:18.826Z] --- PASS: TestKillStoppedContainer (0.10s) [2020-12-11T19:14:18.826Z] === RUN TestKillStoppedContainerAPIPre120 [2020-12-11T19:14:18.826Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.11s) [2020-12-11T19:14:18.826Z] === RUN TestKillDifferentUserContainer [2020-12-11T19:14:19.658Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-12-11T19:14:19.771Z] --- PASS: TestKillDifferentUserContainer (0.77s) [2020-12-11T19:14:19.771Z] === RUN TestInspectOomKilledTrue [2020-12-11T19:14:19.771Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-12-11T19:14:19.771Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-11T19:14:19.771Z] === RUN TestInspectOomKilledFalse [2020-12-11T19:14:19.771Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-12-11T19:14:19.771Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-11T19:14:19.771Z] === RUN TestLinksEtcHostsContentMatch [2020-12-11T19:14:20.344Z] --- PASS: TestLinksEtcHostsContentMatch (0.64s) [2020-12-11T19:14:20.344Z] === RUN TestLinksContainerNames [2020-12-11T19:14:21.004Z] --- PASS: TestSecretsCreateAndDelete (3.96s) [2020-12-11T19:14:21.004Z] === RUN TestSecretsUpdate [2020-12-11T19:14:21.731Z] --- PASS: TestLinksContainerNames (1.57s) [2020-12-11T19:14:21.731Z] === RUN TestLogsFollowTailEmpty [2020-12-11T19:14:22.189Z] tests/integration/client_test.py ..... [ 75%] [2020-12-11T19:14:22.189Z] tests/integration/context_api_test.py ... [ 76%] [2020-12-11T19:14:22.189Z] tests/integration/errors_test.py . [ 76%] [2020-12-11T19:14:22.677Z] --- PASS: TestLogsFollowTailEmpty (0.78s) [2020-12-11T19:14:22.677Z] === RUN TestContainerNetworkMountsNoChown [2020-12-11T19:14:23.250Z] --- PASS: TestContainerNetworkMountsNoChown (0.77s) [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/default [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/default [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/private [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/private [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/rprivate [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/rprivate [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/slave [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/slave [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/rslave [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/rslave [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/shared [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/shared [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/rshared [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/rshared [2020-12-11T19:14:23.512Z] === CONT TestMountDaemonRoot/default [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/default/bind_root [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/default/mount_root [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-12-11T19:14:23.512Z] === CONT TestMountDaemonRoot/default/bind_root [2020-12-11T19:14:23.512Z] === CONT TestMountDaemonRoot/rshared [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-12-11T19:14:23.512Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-12-11T19:14:23.512Z] === CONT TestMountDaemonRoot/shared [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-12-11T19:14:23.512Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-12-11T19:14:23.512Z] === CONT TestMountDaemonRoot/rslave [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-12-11T19:14:23.512Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-12-11T19:14:23.512Z] === CONT TestMountDaemonRoot/slave [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-12-11T19:14:23.512Z] === CONT TestMountDaemonRoot/rprivate [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-12-11T19:14:23.512Z] === CONT TestMountDaemonRoot/private [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/private/bind_root [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/private/mount_root [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-12-11T19:14:23.512Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-12-11T19:14:23.512Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-12-11T19:14:23.512Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-12-11T19:14:23.512Z] === CONT TestMountDaemonRoot/default/mount_root [2020-12-11T19:14:23.512Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-12-11T19:14:23.512Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-12-11T19:14:23.512Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-12-11T19:14:23.512Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-12-11T19:14:23.512Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-12-11T19:14:23.512Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-12-11T19:14:23.774Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-12-11T19:14:23.774Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-12-11T19:14:23.774Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-12-11T19:14:23.774Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-12-11T19:14:23.774Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-12-11T19:14:23.774Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-12-11T19:14:23.774Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-12-11T19:14:23.774Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-12-11T19:14:23.774Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-12-11T19:14:23.774Z] === CONT TestMountDaemonRoot/private/bind_root [2020-12-11T19:14:23.774Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-12-11T19:14:23.774Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-12-11T19:14:23.774Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-12-11T19:14:23.774Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-12-11T19:14:23.774Z] === CONT TestMountDaemonRoot/private/mount_root [2020-12-11T19:14:23.774Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-12-11T19:14:24.036Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-12-11T19:14:24.036Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-12-11T19:14:24.036Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2020-12-11T19:14:24.036Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2020-12-11T19:14:24.036Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2020-12-11T19:14:24.036Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-12-11T19:14:24.036Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-12-11T19:14:24.036Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2020-12-11T19:14:24.036Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2020-12-11T19:14:24.036Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2020-12-11T19:14:24.036Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-12-11T19:14:24.036Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-12-11T19:14:24.036Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s) [2020-12-11T19:14:24.036Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-12-11T19:14:24.037Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-12-11T19:14:24.037Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-12-11T19:14:24.037Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-12-11T19:14:24.037Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.11s) [2020-12-11T19:14:24.037Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2020-12-11T19:14:24.037Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2020-12-11T19:14:24.037Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-12-11T19:14:24.037Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-12-11T19:14:24.037Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-12-11T19:14:24.037Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-12-11T19:14:24.037Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-12-11T19:14:24.037Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-12-11T19:14:24.037Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-12-11T19:14:24.037Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-12-11T19:14:24.037Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-12-11T19:14:24.037Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-12-11T19:14:24.037Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-12-11T19:14:24.037Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-12-11T19:14:24.037Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-12-11T19:14:24.037Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-12-11T19:14:24.037Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-12-11T19:14:24.037Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-12-11T19:14:24.037Z] === RUN TestContainerBindMountNonRecursive [2020-12-11T19:14:25.505Z] --- PASS: TestSecretsUpdate (3.80s) [2020-12-11T19:14:25.505Z] === RUN TestTemplatedSecret [2020-12-11T19:14:26.587Z] --- PASS: TestContainerBindMountNonRecursive (2.33s) [2020-12-11T19:14:26.587Z] === RUN TestContainerVolumesMountedAsShared [2020-12-11T19:14:27.161Z] --- PASS: TestContainerVolumesMountedAsShared (0.75s) [2020-12-11T19:14:27.161Z] === RUN TestContainerVolumesMountedAsSlave [2020-12-11T19:14:27.734Z] --- PASS: TestContainerVolumesMountedAsSlave (0.63s) [2020-12-11T19:14:27.734Z] === RUN TestNetworkNat [2020-12-11T19:14:28.679Z] --- PASS: TestNetworkNat (0.84s) [2020-12-11T19:14:28.679Z] === RUN TestNetworkLocalhostTCPNat [2020-12-11T19:14:29.065Z] --- PASS: TestTemplatedSecret (3.93s) [2020-12-11T19:14:29.065Z] === RUN TestSecretCreateResolve [2020-12-11T19:14:29.253Z] --- PASS: TestNetworkLocalhostTCPNat (0.84s) [2020-12-11T19:14:29.253Z] === RUN TestNetworkLoopbackNat [2020-12-11T19:14:32.558Z] --- PASS: TestNetworkLoopbackNat (3.17s) [2020-12-11T19:14:32.558Z] === RUN TestPause [2020-12-11T19:14:32.572Z] --- PASS: TestSecretCreateResolve (3.76s) [2020-12-11T19:14:32.572Z] PASS [2020-12-11T19:14:32.572Z] [2020-12-11T19:14:32.572Z] DONE 6 tests in 23.151s [2020-12-11T19:14:32.572Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-12-11T19:14:32.572Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:14:32.572Z] ++ set -e [2020-12-11T19:14:32.572Z] ++ '[' -n 0 ']' [2020-12-11T19:14:32.572Z] ++ set -x [2020-12-11T19:14:32.572Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:14:32.572Z] INFO: Testing against a local daemon [2020-12-11T19:14:32.572Z] === RUN TestServiceCreateInit [2020-12-11T19:14:32.572Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-12-11T19:14:33.132Z] --- PASS: TestPause (0.78s) [2020-12-11T19:14:33.132Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-12-11T19:14:33.132Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-12-11T19:14:33.132Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-12-11T19:14:33.132Z] === RUN TestPauseStopPausedContainer [2020-12-11T19:14:33.894Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-12-11T19:14:33.894Z] Using test binary docker [2020-12-11T19:14:33.894Z] +++ /etc/init.d/apparmor start [2020-12-11T19:14:33.894Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-12-11T19:14:33.894Z] INFO: Waiting for daemon to start... [2020-12-11T19:14:33.894Z] Starting dockerd [2020-12-11T19:14:33.894Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2020-12-11T19:14:33.894Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-12-11T19:14:33.894Z] Using test binary docker [2020-12-11T19:14:33.894Z] +++ /etc/init.d/apparmor start [2020-12-11T19:14:33.894Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-12-11T19:14:33.894Z] INFO: Waiting for daemon to start... [2020-12-11T19:14:33.894Z] Starting dockerd [2020-12-11T19:14:33.894Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2020-12-11T19:14:33.894Z] . [2020-12-11T19:14:33.894Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-12-11T19:14:33.894Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-12-11T19:14:33.894Z] Error: No such image: emptyfs [2020-12-11T19:14:33.894Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-12-11T19:14:33.894Z] ++++ docker load [2020-12-11T19:14:33.894Z] Running integration-test (iteration 1) [2020-12-11T19:14:33.894Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-12-11T19:14:33.894Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-12-11T19:14:33.894Z] ++ set -e [2020-12-11T19:14:33.894Z] ++ '[' -n 0 ']' [2020-12-11T19:14:33.894Z] ++ set -x [2020-12-11T19:14:33.894Z] ++ env -i DEST=/go/src/github.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)/' [2020-12-11T19:14:33.894Z] [2020-12-11T19:14:33.894Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-12-11T19:14:33.894Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-12-11T19:14:33.894Z] Error: No such image: emptyfs [2020-12-11T19:14:33.894Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-12-11T19:14:33.894Z] ++++ docker load [2020-12-11T19:14:33.894Z] Running integration-test (iteration 1) [2020-12-11T19:14:33.894Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-12-11T19:14:33.894Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-12-11T19:14:33.894Z] ++ set -e [2020-12-11T19:14:33.894Z] ++ '[' -n 0 ']' [2020-12-11T19:14:33.894Z] ++ set -x [2020-12-11T19:14:33.894Z] ++ env -i DEST=/go/src/github.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)/' [2020-12-11T19:14:34.077Z] --- PASS: TestPauseStopPausedContainer (0.81s) [2020-12-11T19:14:34.077Z] === RUN TestPsFilter [2020-12-11T19:14:34.338Z] --- PASS: TestPsFilter (0.25s) [2020-12-11T19:14:34.338Z] === RUN TestRemoveContainerWithRemovedVolume [2020-12-11T19:14:35.283Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.77s) [2020-12-11T19:14:35.283Z] === RUN TestRemoveContainerWithVolume [2020-12-11T19:14:35.855Z] --- PASS: TestRemoveContainerWithVolume (0.80s) [2020-12-11T19:14:35.856Z] === RUN TestRemoveContainerRunning [2020-12-11T19:14:36.801Z] --- PASS: TestRemoveContainerRunning (0.77s) [2020-12-11T19:14:36.801Z] === RUN TestRemoveContainerForceRemoveRunning [2020-12-11T19:14:37.044Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-12-11T19:14:37.044Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-12-11T19:14:37.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-12-11T19:14:37.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-12-11T19:14:37.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-12-11T19:14:37.373Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.74s) [2020-12-11T19:14:37.374Z] === RUN TestRemoveInvalidContainer [2020-12-11T19:14:37.374Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-12-11T19:14:37.374Z] === RUN TestRenameLinkedContainer [2020-12-11T19:14:38.130Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-12-11T19:14:38.577Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-12-11T19:14:40.680Z] --- PASS: TestRenameLinkedContainer (3.00s) [2020-12-11T19:14:40.680Z] === RUN TestRenameStoppedContainer [2020-12-11T19:14:41.253Z] --- PASS: TestRenameStoppedContainer (0.77s) [2020-12-11T19:14:41.253Z] === RUN TestRenameRunningContainerAndReuse [2020-12-11T19:14:42.127Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-12-11T19:14:43.170Z] --- PASS: TestRenameRunningContainerAndReuse (1.57s) [2020-12-11T19:14:43.170Z] === RUN TestRenameInvalidName [2020-12-11T19:14:43.432Z] --- PASS: TestRenameInvalidName (0.75s) [2020-12-11T19:14:43.432Z] === RUN TestRenameAnonymousContainer [2020-12-11T19:14:43.728Z] --- PASS: TestServiceCreateInit (11.01s) [2020-12-11T19:14:43.728Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.45s) [2020-12-11T19:14:43.728Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.55s) [2020-12-11T19:14:43.728Z] === RUN TestCreateServiceMultipleTimes [2020-12-11T19:14:44.200Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-12-11T19:14:45.717Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-12-11T19:14:46.361Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-12-11T19:14:47.647Z] --- PASS: TestRenameAnonymousContainer (3.96s) [2020-12-11T19:14:47.647Z] === RUN TestRenameContainerWithSameName [2020-12-11T19:14:47.874Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-12-11T19:14:48.220Z] --- PASS: TestRenameContainerWithSameName (0.79s) [2020-12-11T19:14:48.220Z] === RUN TestRenameContainerWithLinkedContainer [2020-12-11T19:14:49.410Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-12-11T19:14:50.141Z] --- PASS: TestRenameContainerWithLinkedContainer (1.56s) [2020-12-11T19:14:50.141Z] === RUN TestResize [2020-12-11T19:14:50.714Z] --- PASS: TestResize (0.78s) [2020-12-11T19:14:50.714Z] === RUN TestResizeWithInvalidSize [2020-12-11T19:14:50.927Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-12-11T19:14:51.288Z] --- PASS: TestResizeWithInvalidSize (0.77s) [2020-12-11T19:14:51.288Z] === RUN TestResizeWhenContainerNotStarted [2020-12-11T19:14:52.248Z] --- PASS: TestResizeWhenContainerNotStarted (0.76s) [2020-12-11T19:14:52.248Z] === RUN TestDaemonRestartKillContainers [2020-12-11T19:14:52.248Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-11T19:14:52.248Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-11T19:14:52.248Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-11T19:14:52.248Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-11T19:14:52.248Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-11T19:14:52.248Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-11T19:14:52.248Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-11T19:14:52.248Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-11T19:14:52.248Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-11T19:14:52.248Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-11T19:14:52.248Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-11T19:14:52.248Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-11T19:14:52.248Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-11T19:14:52.248Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-11T19:14:52.248Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-11T19:14:52.248Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-11T19:14:52.248Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:14:52.248Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:14:52.248Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:14:52.248Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:14:52.248Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:14:52.248Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:14:52.248Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:14:52.248Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:14:52.248Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-11T19:14:52.248Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-11T19:14:52.248Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-11T19:14:52.248Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-11T19:14:52.447Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-12-11T19:14:53.487Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-12-11T19:14:55.004Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-12-11T19:14:55.004Z] Using test binary docker [2020-12-11T19:14:55.004Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-12-11T19:14:55.004Z] +++ /etc/init.d/apparmor start [2020-12-11T19:14:55.004Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-12-11T19:14:55.004Z] INFO: Waiting for daemon to start... [2020-12-11T19:14:55.004Z] Starting dockerd [2020-12-11T19:14:55.004Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2020-12-11T19:14:55.561Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:14:55.561Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:14:55.561Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-11T19:14:55.826Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-11T19:14:56.774Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-11T19:14:56.774Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:14:57.073Z] . [2020-12-11T19:14:57.073Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-12-11T19:14:57.073Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-12-11T19:14:57.073Z] Error: No such image: emptyfs [2020-12-11T19:14:57.073Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-12-11T19:14:57.073Z] ++++ docker load [2020-12-11T19:14:57.073Z] Running integration-test (iteration 1) [2020-12-11T19:14:57.073Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-12-11T19:14:57.073Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:14:57.073Z] ++ set -e [2020-12-11T19:14:57.073Z] ++ '[' -n 0 ']' [2020-12-11T19:14:57.073Z] ++ set -x [2020-12-11T19:14:57.073Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-12-11T19:14:58.174Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-11T19:14:58.436Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:15:00.358Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-12-11T19:15:00.358Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.84s) [2020-12-11T19:15:00.358Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.86s) [2020-12-11T19:15:00.358Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.46s) [2020-12-11T19:15:00.358Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.77s) [2020-12-11T19:15:00.358Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.66s) [2020-12-11T19:15:00.358Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.72s) [2020-12-11T19:15:00.358Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.50s) [2020-12-11T19:15:00.358Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.64s) [2020-12-11T19:15:00.358Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.56s) [2020-12-11T19:15:00.358Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.53s) [2020-12-11T19:15:00.358Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.64s) [2020-12-11T19:15:00.358Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.30s) [2020-12-11T19:15:00.358Z] === RUN TestCgroupNamespacesRun [2020-12-11T19:15:02.278Z] --- PASS: TestCgroupNamespacesRun (1.83s) [2020-12-11T19:15:02.278Z] === RUN TestCgroupNamespacesRunPrivileged [2020-12-11T19:15:04.199Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.81s) [2020-12-11T19:15:04.199Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-12-11T19:15:04.818Z] --- PASS: TestImportExtremelyLargeImageWorks (105.08s) [2020-12-11T19:15:04.818Z] PASS [2020-12-11T19:15:04.818Z] [2020-12-11T19:15:04.818Z] === Skipped [2020-12-11T19:15:04.818Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-12-11T19:15:04.818Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-12-11T19:15:04.818Z] [2020-12-11T19:15:04.818Z] [2020-12-11T19:15:04.818Z] DONE 12 tests, 1 skipped in 108.637s [2020-12-11T19:15:04.818Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-12-11T19:15:04.818Z] INFO: Testing against a local daemon [2020-12-11T19:15:04.818Z] === RUN TestNetworkCreateDelete [2020-12-11T19:15:04.818Z] --- PASS: TestNetworkCreateDelete (0.15s) [2020-12-11T19:15:04.818Z] === RUN TestDockerNetworkDeletePreferID [2020-12-11T19:15:04.818Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2020-12-11T19:15:04.818Z] === RUN TestDaemonDNSFallback [2020-12-11T19:15:06.117Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.82s) [2020-12-11T19:15:06.118Z] === RUN TestCgroupNamespacesRunHostMode [2020-12-11T19:15:06.202Z] --- PASS: TestCreateServiceMultipleTimes (22.52s) [2020-12-11T19:15:06.202Z] === RUN TestCreateServiceConflict [2020-12-11T19:15:06.701Z] --- PASS: TestDaemonDNSFallback (7.33s) [2020-12-11T19:15:06.701Z] === RUN TestInspectNetwork [2020-12-11T19:15:06.701Z] --- SKIP: TestInspectNetwork (0.00s) [2020-12-11T19:15:06.701Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:06.701Z] === RUN TestRunContainerWithBridgeNone [2020-12-11T19:15:06.701Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-12-11T19:15:06.701Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-11T19:15:06.701Z] === RUN TestNetworkInvalidJSON [2020-12-11T19:15:06.701Z] === RUN TestNetworkInvalidJSON//networks/create [2020-12-11T19:15:06.701Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-12-11T19:15:06.701Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-12-11T19:15:06.701Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-12-11T19:15:06.701Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-11T19:15:06.701Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-11T19:15:06.701Z] === CONT TestNetworkInvalidJSON//networks/create [2020-12-11T19:15:06.701Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-11T19:15:06.701Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-12-11T19:15:06.701Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-12-11T19:15:06.701Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-12-11T19:15:06.701Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-12-11T19:15:06.701Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-12-11T19:15:06.701Z] === RUN TestHostIPv4BridgeLabel [2020-12-11T19:15:06.701Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-12-11T19:15:06.701Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-11T19:15:06.701Z] === RUN TestDaemonRestartWithLiveRestore [2020-12-11T19:15:06.701Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.03s) [2020-12-11T19:15:06.701Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-11T19:15:06.701Z] === RUN TestDaemonDefaultNetworkPools [2020-12-11T19:15:06.701Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2020-12-11T19:15:06.701Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-11T19:15:06.701Z] === RUN TestDaemonRestartWithExistingNetwork [2020-12-11T19:15:06.701Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2020-12-11T19:15:06.701Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-11T19:15:06.701Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-12-11T19:15:06.701Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-12-11T19:15:06.701Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-11T19:15:06.701Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-12-11T19:15:06.701Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-12-11T19:15:06.701Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-11T19:15:06.701Z] === RUN TestServiceWithPredefinedNetwork [2020-12-11T19:15:06.701Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-12-11T19:15:06.701Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:06.701Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-12-11T19:15:06.701Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-11T19:15:06.701Z] service_test.go:236: FLAKY_TEST [2020-12-11T19:15:06.701Z] === RUN TestServiceWithDataPathPortInit [2020-12-11T19:15:06.701Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2020-12-11T19:15:06.701Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:06.701Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-12-11T19:15:06.701Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-12-11T19:15:06.701Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:06.701Z] PASS [2020-12-11T19:15:06.701Z] [2020-12-11T19:15:06.701Z] === Skipped [2020-12-11T19:15:06.701Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2020-12-11T19:15:06.701Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:06.701Z] [2020-12-11T19:15:06.701Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2020-12-11T19:15:06.701Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-11T19:15:06.701Z] [2020-12-11T19:15:06.701Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2020-12-11T19:15:06.701Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-11T19:15:06.701Z] [2020-12-11T19:15:06.701Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.03s) [2020-12-11T19:15:06.701Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-11T19:15:06.701Z] [2020-12-11T19:15:06.701Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2020-12-11T19:15:06.701Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-11T19:15:06.701Z] [2020-12-11T19:15:06.701Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2020-12-11T19:15:06.701Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-11T19:15:06.701Z] [2020-12-11T19:15:06.701Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-12-11T19:15:06.701Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-11T19:15:06.701Z] [2020-12-11T19:15:06.701Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-12-11T19:15:06.701Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-11T19:15:06.701Z] [2020-12-11T19:15:06.701Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2020-12-11T19:15:06.701Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:06.701Z] [2020-12-11T19:15:06.701Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-11T19:15:06.701Z] service_test.go:236: FLAKY_TEST [2020-12-11T19:15:06.701Z] [2020-12-11T19:15:06.701Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2020-12-11T19:15:06.701Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:06.701Z] [2020-12-11T19:15:06.701Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-12-11T19:15:06.701Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:06.701Z] [2020-12-11T19:15:06.702Z] [2020-12-11T19:15:06.702Z] DONE 19 tests, 12 skipped in 8.021s [2020-12-11T19:15:06.702Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-12-11T19:15:06.702Z] INFO: Testing against a local daemon [2020-12-11T19:15:06.702Z] === RUN TestDockerNetworkIpvlanPersistance [2020-12-11T19:15:06.702Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-12-11T19:15:06.702Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-11T19:15:06.702Z] === RUN TestDockerNetworkIpvlan [2020-12-11T19:15:06.702Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-12-11T19:15:06.702Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-11T19:15:06.702Z] PASS [2020-12-11T19:15:06.702Z] [2020-12-11T19:15:06.702Z] === Skipped [2020-12-11T19:15:06.702Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-12-11T19:15:06.702Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-11T19:15:06.702Z] [2020-12-11T19:15:06.702Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-12-11T19:15:06.702Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-11T19:15:06.702Z] [2020-12-11T19:15:06.702Z] [2020-12-11T19:15:06.702Z] DONE 2 tests, 2 skipped in 0.103s [2020-12-11T19:15:06.702Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-12-11T19:15:06.702Z] INFO: Testing against a local daemon [2020-12-11T19:15:06.702Z] === RUN TestDockerNetworkMacvlanPersistance [2020-12-11T19:15:06.702Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2020-12-11T19:15:06.702Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-11T19:15:06.702Z] === RUN TestDockerNetworkMacvlan [2020-12-11T19:15:06.702Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2020-12-11T19:15:06.702Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-11T19:15:06.702Z] PASS [2020-12-11T19:15:06.702Z] [2020-12-11T19:15:06.702Z] === Skipped [2020-12-11T19:15:06.702Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2020-12-11T19:15:06.702Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-11T19:15:06.702Z] [2020-12-11T19:15:06.702Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2020-12-11T19:15:06.702Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-11T19:15:06.702Z] [2020-12-11T19:15:06.702Z] [2020-12-11T19:15:06.702Z] DONE 2 tests, 2 skipped in 0.102s [2020-12-11T19:15:06.702Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-12-11T19:15:06.702Z] testing: warning: no tests to run [2020-12-11T19:15:06.702Z] PASS [2020-12-11T19:15:06.702Z] [2020-12-11T19:15:06.702Z] DONE 0 tests in 0.023s [2020-12-11T19:15:06.702Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-12-11T19:15:06.957Z] INFO: Testing against a local daemon [2020-12-11T19:15:06.957Z] === RUN TestAuthZPluginAllowRequest [2020-12-11T19:15:06.957Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2020-12-11T19:15:06.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:06.957Z] === RUN TestAuthZPluginTLS [2020-12-11T19:15:06.957Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2020-12-11T19:15:06.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:06.957Z] === RUN TestAuthZPluginDenyRequest [2020-12-11T19:15:06.957Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2020-12-11T19:15:06.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:06.957Z] === RUN TestAuthZPluginAPIDenyResponse [2020-12-11T19:15:06.957Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2020-12-11T19:15:06.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:06.957Z] === RUN TestAuthZPluginDenyResponse [2020-12-11T19:15:06.957Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2020-12-11T19:15:06.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:06.957Z] === RUN TestAuthZPluginAllowEventStream [2020-12-11T19:15:06.957Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2020-12-11T19:15:06.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:06.957Z] === RUN TestAuthZPluginErrorResponse [2020-12-11T19:15:06.957Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2020-12-11T19:15:06.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:06.957Z] === RUN TestAuthZPluginErrorRequest [2020-12-11T19:15:06.957Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2020-12-11T19:15:06.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:06.957Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-12-11T19:15:06.957Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-12-11T19:15:06.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:06.957Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-12-11T19:15:06.957Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-12-11T19:15:06.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:06.957Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-12-11T19:15:06.957Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-12-11T19:15:06.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:06.957Z] === RUN TestAuthZPluginHeader [2020-12-11T19:15:06.957Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2020-12-11T19:15:06.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:06.957Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-12-11T19:15:06.957Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.21s) [2020-12-11T19:15:06.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:06.957Z] === RUN TestAuthZPluginV2Disable [2020-12-11T19:15:06.957Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2020-12-11T19:15:06.957Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:06.957Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-12-11T19:15:07.213Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2020-12-11T19:15:07.213Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:07.213Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-12-11T19:15:07.213Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2020-12-11T19:15:07.213Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:07.213Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-12-11T19:15:07.213Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2020-12-11T19:15:07.213Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:07.213Z] PASS [2020-12-11T19:15:07.213Z] [2020-12-11T19:15:07.213Z] === Skipped [2020-12-11T19:15:07.213Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2020-12-11T19:15:07.213Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:07.213Z] [2020-12-11T19:15:07.213Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2020-12-11T19:15:07.213Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:07.213Z] [2020-12-11T19:15:07.213Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2020-12-11T19:15:07.213Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:07.213Z] [2020-12-11T19:15:07.213Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2020-12-11T19:15:07.213Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:07.213Z] [2020-12-11T19:15:07.213Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2020-12-11T19:15:07.213Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:07.213Z] [2020-12-11T19:15:07.213Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2020-12-11T19:15:07.213Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:07.213Z] [2020-12-11T19:15:07.213Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2020-12-11T19:15:07.213Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:07.213Z] [2020-12-11T19:15:07.213Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2020-12-11T19:15:07.213Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:07.213Z] [2020-12-11T19:15:07.213Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-12-11T19:15:07.213Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:07.213Z] [2020-12-11T19:15:07.213Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-12-11T19:15:07.213Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:07.213Z] [2020-12-11T19:15:07.213Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-12-11T19:15:07.213Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:07.213Z] [2020-12-11T19:15:07.213Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2020-12-11T19:15:07.213Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:07.213Z] [2020-12-11T19:15:07.213Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.21s) [2020-12-11T19:15:07.213Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:07.213Z] [2020-12-11T19:15:07.213Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2020-12-11T19:15:07.213Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:07.213Z] [2020-12-11T19:15:07.213Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2020-12-11T19:15:07.213Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:07.213Z] [2020-12-11T19:15:07.213Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2020-12-11T19:15:07.213Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:07.213Z] [2020-12-11T19:15:07.213Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2020-12-11T19:15:07.213Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:07.213Z] [2020-12-11T19:15:07.213Z] [2020-12-11T19:15:07.213Z] DONE 17 tests, 17 skipped in 0.403s [2020-12-11T19:15:07.213Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-12-11T19:15:07.213Z] INFO: Testing against a local daemon [2020-12-11T19:15:07.213Z] === RUN TestPluginInvalidJSON [2020-12-11T19:15:07.213Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-12-11T19:15:07.213Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-12-11T19:15:07.213Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-12-11T19:15:07.213Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-12-11T19:15:07.213Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-12-11T19:15:07.213Z] === RUN TestPluginInstall [2020-12-11T19:15:07.213Z] --- SKIP: TestPluginInstall (0.00s) [2020-12-11T19:15:07.213Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:07.213Z] PASS [2020-12-11T19:15:07.213Z] [2020-12-11T19:15:07.213Z] === Skipped [2020-12-11T19:15:07.213Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2020-12-11T19:15:07.213Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-11T19:15:07.213Z] [2020-12-11T19:15:07.213Z] [2020-12-11T19:15:07.213Z] DONE 3 tests, 1 skipped in 0.134s [2020-12-11T19:15:07.213Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-12-11T19:15:07.468Z] INFO: Testing against a local daemon [2020-12-11T19:15:07.468Z] === RUN TestExternalGraphDriver [2020-12-11T19:15:07.468Z] --- SKIP: TestExternalGraphDriver (0.07s) [2020-12-11T19:15:07.468Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-12-11T19:15:07.468Z] === RUN TestGraphdriverPluginV2 [2020-12-11T19:15:08.051Z] --- PASS: TestCgroupNamespacesRunHostMode (1.82s) [2020-12-11T19:15:08.051Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-12-11T19:15:09.440Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.77s) [2020-12-11T19:15:09.440Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-12-11T19:15:10.636Z] --- PASS: TestCreateServiceConflict (3.84s) [2020-12-11T19:15:10.636Z] === RUN TestCreateServiceMaxReplicas [2020-12-11T19:15:11.360Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.70s) [2020-12-11T19:15:11.360Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-12-11T19:15:12.305Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.09s) [2020-12-11T19:15:12.305Z] === RUN TestCgroupNamespacesRunOlderClient [2020-12-11T19:15:12.467Z] Loaded image: buildpack-deps:buster [2020-12-11T19:15:12.467Z] Loaded image: busybox:latest [2020-12-11T19:15:12.467Z] Loaded image: busybox:glibc [2020-12-11T19:15:12.467Z] Loaded image: debian:buster [2020-12-11T19:15:12.467Z] Loaded image: hello-world:latest [2020-12-11T19:15:12.467Z] Loaded image: arm32v7/hello-world:latest [2020-12-11T19:15:12.467Z] INFO: Testing against a local daemon [2020-12-11T19:15:12.467Z] === RUN TestCgroupNamespacesBuild [2020-12-11T19:15:12.467Z] --- PASS: TestCgroupNamespacesBuild (1.37s) [2020-12-11T19:15:12.467Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-12-11T19:15:12.663Z] Loaded image: buildpack-deps:buster [2020-12-11T19:15:12.663Z] Loaded image: busybox:latest [2020-12-11T19:15:12.663Z] Loaded image: busybox:glibc [2020-12-11T19:15:12.663Z] Loaded image: debian:buster [2020-12-11T19:15:12.663Z] Loaded image: buildpack-deps:buster [2020-12-11T19:15:12.663Z] Loaded image: hello-world:latest [2020-12-11T19:15:12.663Z] Loaded image: arm32v7/hello-world:latest [2020-12-11T19:15:12.663Z] Loaded image: busybox:latest [2020-12-11T19:15:12.663Z] INFO: Testing against a local daemon [2020-12-11T19:15:12.663Z] === RUN TestDockerSuite [2020-12-11T19:15:12.663Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-12-11T19:15:12.663Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-12-11T19:15:12.663Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-12-11T19:15:12.663Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-12-11T19:15:12.663Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-12-11T19:15:12.663Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-12-11T19:15:12.663Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-12-11T19:15:12.663Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-12-11T19:15:12.663Z] Loaded image: busybox:glibc [2020-12-11T19:15:12.663Z] Loaded image: debian:buster [2020-12-11T19:15:12.663Z] Loaded image: hello-world:latest [2020-12-11T19:15:12.663Z] Loaded image: arm32v7/hello-world:latest [2020-12-11T19:15:12.663Z] INFO: Testing against a local daemon [2020-12-11T19:15:12.663Z] === RUN TestDockerDaemonSuite [2020-12-11T19:15:12.663Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-12-11T19:15:13.098Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.32s) [2020-12-11T19:15:13.098Z] === RUN TestBuildWithSession [2020-12-11T19:15:13.098Z] --- SKIP: TestBuildWithSession (0.00s) [2020-12-11T19:15:13.098Z] build_session_test.go:25: TODO: BuildKit [2020-12-11T19:15:13.098Z] === RUN TestBuildSquashParent [2020-12-11T19:15:13.993Z] --- PASS: TestGraphdriverPluginV2 (6.03s) [2020-12-11T19:15:13.993Z] PASS [2020-12-11T19:15:13.993Z] [2020-12-11T19:15:13.993Z] === Skipped [2020-12-11T19:15:13.993Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s) [2020-12-11T19:15:13.993Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-12-11T19:15:13.993Z] [2020-12-11T19:15:13.993Z] [2020-12-11T19:15:13.993Z] DONE 2 tests, 1 skipped in 6.211s [2020-12-11T19:15:13.993Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-12-11T19:15:13.993Z] INFO: Testing against a local daemon [2020-12-11T19:15:13.993Z] === RUN TestContinueAfterPluginCrash [2020-12-11T19:15:13.993Z] === PAUSE TestContinueAfterPluginCrash [2020-12-11T19:15:13.993Z] === RUN TestReadPluginNoRead [2020-12-11T19:15:13.993Z] === PAUSE TestReadPluginNoRead [2020-12-11T19:15:13.993Z] === RUN TestDaemonStartWithLogOpt [2020-12-11T19:15:13.993Z] === PAUSE TestDaemonStartWithLogOpt [2020-12-11T19:15:13.993Z] === CONT TestContinueAfterPluginCrash [2020-12-11T19:15:13.994Z] === CONT TestDaemonStartWithLogOpt [2020-12-11T19:15:14.137Z] --- PASS: TestCreateServiceMaxReplicas (3.45s) [2020-12-11T19:15:14.137Z] === RUN TestCreateWithDuplicateNetworkNames [2020-12-11T19:15:14.226Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.83s) [2020-12-11T19:15:14.226Z] === RUN TestKernelTCPMemory [2020-12-11T19:15:14.578Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-12-11T19:15:14.578Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-12-11T19:15:15.172Z] --- PASS: TestKernelTCPMemory (0.90s) [2020-12-11T19:15:15.172Z] === RUN TestNISDomainname [2020-12-11T19:15:15.180Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-12-11T19:15:15.180Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-12-11T19:15:16.118Z] --- PASS: TestNISDomainname (0.95s) [2020-12-11T19:15:16.118Z] === RUN TestHostnameDnsResolution [2020-12-11T19:15:16.133Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-12-11T19:15:16.133Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-12-11T19:15:16.133Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-12-11T19:15:16.309Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-12-11T19:15:17.507Z] --- PASS: TestHostnameDnsResolution (1.69s) [2020-12-11T19:15:17.507Z] === RUN TestStats [2020-12-11T19:15:17.548Z] --- PASS: TestBuildSquashParent (4.23s) [2020-12-11T19:15:17.548Z] === RUN TestBuildWithRemoveAndForceRemove [2020-12-11T19:15:17.548Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-11T19:15:17.548Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-11T19:15:17.548Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-11T19:15:17.548Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-11T19:15:17.548Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-11T19:15:17.548Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-11T19:15:17.548Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-11T19:15:17.548Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-11T19:15:17.548Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-11T19:15:17.548Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-11T19:15:17.548Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-11T19:15:17.548Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-11T19:15:17.548Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-11T19:15:17.548Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-11T19:15:17.548Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-11T19:15:17.548Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-11T19:15:18.053Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-12-11T19:15:18.315Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-12-11T19:15:18.315Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-12-11T19:15:18.315Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-12-11T19:15:18.576Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-12-11T19:15:19.525Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-12-11T19:15:19.668Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-11T19:15:19.962Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-11T19:15:20.467Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-12-11T19:15:20.468Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-12-11T19:15:20.565Z] --- PASS: TestDaemonStartWithLogOpt (6.45s) [2020-12-11T19:15:20.565Z] === CONT TestReadPluginNoRead [2020-12-11T19:15:20.731Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-12-11T19:15:20.731Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-12-11T19:15:20.731Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-12-11T19:15:20.816Z] --- PASS: TestStats (2.83s) [2020-12-11T19:15:20.816Z] === RUN TestStopContainerWithTimeout [2020-12-11T19:15:20.816Z] === RUN TestStopContainerWithTimeout/0 [2020-12-11T19:15:20.816Z] === PAUSE TestStopContainerWithTimeout/0 [2020-12-11T19:15:20.816Z] === RUN TestStopContainerWithTimeout/1 [2020-12-11T19:15:20.816Z] === PAUSE TestStopContainerWithTimeout/1 [2020-12-11T19:15:20.816Z] === RUN TestStopContainerWithTimeout/3 [2020-12-11T19:15:20.816Z] === PAUSE TestStopContainerWithTimeout/3 [2020-12-11T19:15:20.816Z] === RUN TestStopContainerWithTimeout/-1 [2020-12-11T19:15:20.816Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-12-11T19:15:20.816Z] === CONT TestStopContainerWithTimeout/0 [2020-12-11T19:15:20.816Z] === CONT TestStopContainerWithTimeout/-1 [2020-12-11T19:15:20.816Z] === CONT TestStopContainerWithTimeout/3 [2020-12-11T19:15:20.816Z] === CONT TestStopContainerWithTimeout/1 [2020-12-11T19:15:22.034Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-12-11T19:15:22.034Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.96s) [2020-12-11T19:15:22.034Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.64s) [2020-12-11T19:15:22.034Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.78s) [2020-12-11T19:15:22.034Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.83s) [2020-12-11T19:15:22.034Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.95s) [2020-12-11T19:15:22.034Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.63s) [2020-12-11T19:15:22.034Z] === RUN TestBuildMultiStageCopy [2020-12-11T19:15:22.034Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-12-11T19:15:23.069Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-12-11T19:15:23.360Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-12-11T19:15:23.652Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-12-11T19:15:23.827Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-12-11T19:15:23.827Z] --- PASS: TestContinueAfterPluginCrash (10.18s) [2020-12-11T19:15:24.123Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-12-11T19:15:24.123Z] --- PASS: TestStopContainerWithTimeout/0 (1.29s) [2020-12-11T19:15:24.123Z] --- PASS: TestStopContainerWithTimeout/1 (2.27s) [2020-12-11T19:15:24.123Z] --- PASS: TestStopContainerWithTimeout/-1 (3.16s) [2020-12-11T19:15:24.123Z] --- PASS: TestStopContainerWithTimeout/3 (3.19s) [2020-12-11T19:15:24.123Z] === RUN TestDeleteDevicemapper [2020-12-11T19:15:24.123Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-12-11T19:15:24.123Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-12-11T19:15:24.123Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-12-11T19:15:24.285Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-12-11T19:15:24.599Z] --- PASS: TestBuildMultiStageCopy (2.78s) [2020-12-11T19:15:24.599Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.47s) [2020-12-11T19:15:24.599Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.30s) [2020-12-11T19:15:24.599Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.31s) [2020-12-11T19:15:24.599Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.37s) [2020-12-11T19:15:24.599Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.33s) [2020-12-11T19:15:24.599Z] === RUN TestBuildMultiStageParentConfig [2020-12-11T19:15:25.232Z] --- PASS: TestBuildMultiStageParentConfig (0.83s) [2020-12-11T19:15:25.232Z] === RUN TestBuildLabelWithTargets [2020-12-11T19:15:26.337Z] === RUN TestReadPluginNoRead/default [2020-12-11T19:15:26.679Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.93s) [2020-12-11T19:15:26.679Z] === RUN TestUpdateMemory [2020-12-11T19:15:26.679Z] --- SKIP: TestUpdateMemory (0.00s) [2020-12-11T19:15:26.679Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-12-11T19:15:26.679Z] === RUN TestUpdateCPUQuota [2020-12-11T19:15:26.742Z] --- PASS: TestBuildLabelWithTargets (1.29s) [2020-12-11T19:15:26.742Z] === RUN TestBuildWithEmptyLayers [2020-12-11T19:15:27.320Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-12-11T19:15:27.374Z] --- PASS: TestBuildWithEmptyLayers (0.62s) [2020-12-11T19:15:27.374Z] === RUN TestBuildMultiStageOnBuild [2020-12-11T19:15:28.069Z] --- PASS: TestUpdateCPUQuota (1.32s) [2020-12-11T19:15:28.069Z] === RUN TestUpdatePidsLimit [2020-12-11T19:15:28.069Z] === RUN TestUpdatePidsLimit/update_from_none [2020-12-11T19:15:28.310Z] === RUN TestReadPluginNoRead/disabled_caching [2020-12-11T19:15:28.331Z] === RUN TestUpdatePidsLimit/no_change [2020-12-11T19:15:28.593Z] === RUN TestUpdatePidsLimit/update_lower [2020-12-11T19:15:28.881Z] --- PASS: TestBuildMultiStageOnBuild (1.74s) [2020-12-11T19:15:28.881Z] === RUN TestBuildUncleanTarFilenames [2020-12-11T19:15:29.166Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-12-11T19:15:29.428Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-12-11T19:15:29.486Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.65s) [2020-12-11T19:15:29.486Z] === RUN TestCreateServiceSecretFileMode [2020-12-11T19:15:29.915Z] --- PASS: TestBuildUncleanTarFilenames (0.89s) [2020-12-11T19:15:29.915Z] === RUN TestBuildMultiStageLayerLeak [2020-12-11T19:15:30.002Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-12-11T19:15:30.263Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-12-11T19:15:30.629Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-12-11T19:15:30.820Z] --- PASS: TestReadPluginNoRead (10.41s) [2020-12-11T19:15:30.820Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.23s) [2020-12-11T19:15:30.820Z] --- PASS: TestReadPluginNoRead/default (2.22s) [2020-12-11T19:15:30.820Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.28s) [2020-12-11T19:15:30.820Z] read_test.go:92: [d725fbaf6f3ae] daemon is not started [2020-12-11T19:15:30.820Z] PASS [2020-12-11T19:15:30.820Z] [2020-12-11T19:15:30.820Z] DONE 6 tests in 16.996s [2020-12-11T19:15:30.820Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-12-11T19:15:30.820Z] testing: warning: no tests to run [2020-12-11T19:15:30.820Z] PASS [2020-12-11T19:15:30.820Z] [2020-12-11T19:15:30.820Z] DONE 0 tests in 0.039s [2020-12-11T19:15:30.820Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-12-11T19:15:30.820Z] INFO: Testing against a local daemon [2020-12-11T19:15:30.820Z] === RUN TestPluginWithDevMounts [2020-12-11T19:15:30.820Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-12-11T19:15:30.820Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-12-11T19:15:30.820Z] PASS [2020-12-11T19:15:30.820Z] [2020-12-11T19:15:30.820Z] === Skipped [2020-12-11T19:15:30.820Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2020-12-11T19:15:30.820Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-12-11T19:15:30.820Z] [2020-12-11T19:15:30.820Z] [2020-12-11T19:15:30.820Z] DONE 1 tests, 1 skipped in 0.137s [2020-12-11T19:15:30.820Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-12-11T19:15:30.820Z] INFO: Testing against a local daemon [2020-12-11T19:15:30.820Z] === RUN TestSecretInspect [2020-12-11T19:15:30.820Z] --- SKIP: TestSecretInspect (0.01s) [2020-12-11T19:15:30.820Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:30.820Z] === RUN TestSecretList [2020-12-11T19:15:30.820Z] --- SKIP: TestSecretList (0.02s) [2020-12-11T19:15:30.820Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:30.820Z] === RUN TestSecretsCreateAndDelete [2020-12-11T19:15:30.820Z] --- SKIP: TestSecretsCreateAndDelete (0.02s) [2020-12-11T19:15:30.820Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:30.820Z] === RUN TestSecretsUpdate [2020-12-11T19:15:30.820Z] --- SKIP: TestSecretsUpdate (0.01s) [2020-12-11T19:15:30.820Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:30.820Z] === RUN TestTemplatedSecret [2020-12-11T19:15:30.820Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-12-11T19:15:30.820Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:30.820Z] === RUN TestSecretCreateResolve [2020-12-11T19:15:30.820Z] --- SKIP: TestSecretCreateResolve (0.01s) [2020-12-11T19:15:30.820Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:30.820Z] PASS [2020-12-11T19:15:30.820Z] [2020-12-11T19:15:30.820Z] === Skipped [2020-12-11T19:15:30.820Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2020-12-11T19:15:30.820Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:30.820Z] [2020-12-11T19:15:30.820Z] === SKIP: amd64.integration.secret TestSecretList (0.02s) [2020-12-11T19:15:30.820Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:30.820Z] [2020-12-11T19:15:30.820Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.02s) [2020-12-11T19:15:30.820Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:30.820Z] [2020-12-11T19:15:30.820Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2020-12-11T19:15:30.820Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:30.820Z] [2020-12-11T19:15:30.820Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2020-12-11T19:15:30.820Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:30.820Z] [2020-12-11T19:15:30.820Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2020-12-11T19:15:30.820Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:30.820Z] [2020-12-11T19:15:30.820Z] [2020-12-11T19:15:30.820Z] DONE 6 tests, 6 skipped in 0.180s [2020-12-11T19:15:30.820Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-12-11T19:15:31.075Z] INFO: Testing against a local daemon [2020-12-11T19:15:31.075Z] === RUN TestServiceCreateInit [2020-12-11T19:15:31.075Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-12-11T19:15:31.075Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-12-11T19:15:31.075Z] --- PASS: TestServiceCreateInit (0.02s) [2020-12-11T19:15:31.075Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-12-11T19:15:31.075Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:31.075Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-12-11T19:15:31.075Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:31.075Z] === RUN TestCreateServiceMultipleTimes [2020-12-11T19:15:31.075Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2020-12-11T19:15:31.075Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:31.075Z] === RUN TestCreateServiceConflict [2020-12-11T19:15:31.075Z] --- SKIP: TestCreateServiceConflict (0.01s) [2020-12-11T19:15:31.075Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:31.075Z] === RUN TestCreateServiceMaxReplicas [2020-12-11T19:15:31.075Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2020-12-11T19:15:31.075Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:31.075Z] === RUN TestCreateWithDuplicateNetworkNames [2020-12-11T19:15:31.075Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.02s) [2020-12-11T19:15:31.075Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:31.075Z] === RUN TestCreateServiceSecretFileMode [2020-12-11T19:15:31.075Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2020-12-11T19:15:31.075Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:31.075Z] === RUN TestCreateServiceConfigFileMode [2020-12-11T19:15:31.075Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2020-12-11T19:15:31.075Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:31.075Z] === RUN TestCreateServiceSysctls [2020-12-11T19:15:31.075Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2020-12-11T19:15:31.075Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:31.075Z] === RUN TestCreateServiceCapabilities [2020-12-11T19:15:31.075Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2020-12-11T19:15:31.075Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:31.075Z] === RUN TestInspect [2020-12-11T19:15:31.075Z] --- SKIP: TestInspect (0.01s) [2020-12-11T19:15:31.075Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:31.075Z] === RUN TestCreateJob [2020-12-11T19:15:31.075Z] --- SKIP: TestCreateJob (0.01s) [2020-12-11T19:15:31.075Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:31.075Z] === RUN TestReplicatedJob [2020-12-11T19:15:31.331Z] --- SKIP: TestReplicatedJob (0.01s) [2020-12-11T19:15:31.331Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:31.331Z] === RUN TestUpdateReplicatedJob [2020-12-11T19:15:31.331Z] --- SKIP: TestUpdateReplicatedJob (0.02s) [2020-12-11T19:15:31.331Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:31.331Z] === RUN TestServiceListWithStatuses [2020-12-11T19:15:31.331Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-12-11T19:15:31.331Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-12-11T19:15:31.331Z] === RUN TestDockerNetworkConnectAlias [2020-12-11T19:15:31.331Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2020-12-11T19:15:31.331Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:31.331Z] === RUN TestDockerNetworkReConnect [2020-12-11T19:15:31.331Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2020-12-11T19:15:31.331Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:31.331Z] === RUN TestServicePlugin [2020-12-11T19:15:31.651Z] --- PASS: TestUpdatePidsLimit (3.70s) [2020-12-11T19:15:31.651Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.37s) [2020-12-11T19:15:31.651Z] --- PASS: TestUpdatePidsLimit/no_change (0.39s) [2020-12-11T19:15:31.651Z] --- PASS: TestUpdatePidsLimit/update_lower (0.37s) [2020-12-11T19:15:31.651Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.42s) [2020-12-11T19:15:31.651Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.39s) [2020-12-11T19:15:31.651Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s) [2020-12-11T19:15:31.651Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2020-12-11T19:15:31.651Z] === RUN TestUpdateRestartPolicy [2020-12-11T19:15:31.983Z] --- PASS: TestBuildMultiStageLayerLeak (1.87s) [2020-12-11T19:15:31.983Z] === RUN TestBuildWithHugeFile [2020-12-11T19:15:32.543Z] ......... [ 86%] [2020-12-11T19:15:32.544Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-12-11T19:15:32.988Z] --- PASS: TestCreateServiceSecretFileMode (3.65s) [2020-12-11T19:15:32.988Z] === RUN TestCreateServiceConfigFileMode [2020-12-11T19:15:35.096Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-12-11T19:15:35.489Z] --- SKIP: TestServicePlugin (3.55s) [2020-12-11T19:15:35.489Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] === RUN TestServiceUpdateLabel [2020-12-11T19:15:35.489Z] --- SKIP: TestServiceUpdateLabel (0.02s) [2020-12-11T19:15:35.489Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] === RUN TestServiceUpdateSecrets [2020-12-11T19:15:35.489Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2020-12-11T19:15:35.489Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] === RUN TestServiceUpdateConfigs [2020-12-11T19:15:35.489Z] --- SKIP: TestServiceUpdateConfigs (0.02s) [2020-12-11T19:15:35.489Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] === RUN TestServiceUpdateNetwork [2020-12-11T19:15:35.489Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2020-12-11T19:15:35.489Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] === RUN TestServiceUpdatePidsLimit [2020-12-11T19:15:35.489Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s) [2020-12-11T19:15:35.489Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] PASS [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] === Skipped [2020-12-11T19:15:35.489Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-12-11T19:15:35.489Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-12-11T19:15:35.489Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-12-11T19:15:35.489Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-12-11T19:15:35.489Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2020-12-11T19:15:35.489Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2020-12-11T19:15:35.489Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2020-12-11T19:15:35.489Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.02s) [2020-12-11T19:15:35.489Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2020-12-11T19:15:35.489Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2020-12-11T19:15:35.489Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2020-12-11T19:15:35.489Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2020-12-11T19:15:35.489Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2020-12-11T19:15:35.489Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2020-12-11T19:15:35.489Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2020-12-11T19:15:35.489Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.02s) [2020-12-11T19:15:35.489Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-12-11T19:15:35.489Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2020-12-11T19:15:35.489Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2020-12-11T19:15:35.489Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] === SKIP: amd64.integration.service TestServicePlugin (3.55s) [2020-12-11T19:15:35.489Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.02s) [2020-12-11T19:15:35.489Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2020-12-11T19:15:35.489Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.02s) [2020-12-11T19:15:35.489Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2020-12-11T19:15:35.489Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s) [2020-12-11T19:15:35.489Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] DONE 24 tests, 23 skipped in 3.986s [2020-12-11T19:15:35.489Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-12-11T19:15:35.489Z] INFO: Testing against a local daemon [2020-12-11T19:15:35.489Z] === RUN TestSessionCreate [2020-12-11T19:15:35.489Z] --- PASS: TestSessionCreate (0.02s) [2020-12-11T19:15:35.489Z] === RUN TestSessionCreateWithBadUpgrade [2020-12-11T19:15:35.489Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-12-11T19:15:35.489Z] PASS [2020-12-11T19:15:35.489Z] [2020-12-11T19:15:35.489Z] DONE 2 tests in 0.147s [2020-12-11T19:15:35.489Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-12-11T19:15:35.489Z] INFO: Testing against a local daemon [2020-12-11T19:15:35.489Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-12-11T19:15:35.489Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-11T19:15:35.489Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-12-11T19:15:35.489Z] === RUN TestEventsExecDie [2020-12-11T19:15:35.669Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-12-11T19:15:35.744Z] --- PASS: TestEventsExecDie (0.47s) [2020-12-11T19:15:35.744Z] === RUN TestEventsBackwardsCompatible [2020-12-11T19:15:35.744Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2020-12-11T19:15:35.744Z] === RUN TestInfoBinaryCommits [2020-12-11T19:15:35.744Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-12-11T19:15:35.744Z] === RUN TestInfoAPIVersioned [2020-12-11T19:15:35.744Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-12-11T19:15:35.744Z] === RUN TestInfoDiscoveryBackend [2020-12-11T19:15:36.499Z] --- PASS: TestCreateServiceConfigFileMode (3.68s) [2020-12-11T19:15:36.499Z] === RUN TestCreateServiceSysctls [2020-12-11T19:15:36.614Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-12-11T19:15:37.149Z] --- PASS: TestInfoDiscoveryBackend (1.54s) [2020-12-11T19:15:37.149Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-12-11T19:15:37.186Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-12-11T19:15:37.448Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-12-11T19:15:38.048Z] tests/integration/models_images_test.py ............... [ 89%] [2020-12-11T19:15:38.394Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-12-11T19:15:39.242Z] tests/integration/models_networks_test.py .... [ 90%] [2020-12-11T19:15:39.784Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-12-11T19:15:40.359Z] --- PASS: TestBuildWithHugeFile (105.00s) [2020-12-11T19:15:40.359Z] === RUN TestBuildWithEmptyDockerfile [2020-12-11T19:15:40.359Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-11T19:15:40.359Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-11T19:15:40.359Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-11T19:15:40.359Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-11T19:15:40.359Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-11T19:15:40.359Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-11T19:15:40.359Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-11T19:15:40.359Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-11T19:15:40.359Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-12-11T19:15:40.359Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-11T19:15:40.621Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2020-12-11T19:15:40.621Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.21s) [2020-12-11T19:15:40.621Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2020-12-11T19:15:40.621Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.17s) [2020-12-11T19:15:40.621Z] === RUN TestBuildPreserveOwnership [2020-12-11T19:15:40.621Z] === RUN TestBuildPreserveOwnership/copy_from [2020-12-11T19:15:41.306Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.38s) [2020-12-11T19:15:41.307Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-12-11T19:15:41.307Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-12-11T19:15:41.307Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-11T19:15:41.307Z] === RUN TestInfoAPI [2020-12-11T19:15:41.307Z] --- PASS: TestInfoAPI (0.04s) [2020-12-11T19:15:41.307Z] === RUN TestInfoAPIWarnings [2020-12-11T19:15:42.009Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-12-11T19:15:42.009Z] === RUN TestDockerSuite/TestAttachDetach [2020-12-11T19:15:42.051Z] --- PASS: TestCreateServiceSysctls (4.66s) [2020-12-11T19:15:42.051Z] === RUN TestCreateServiceCapabilities [2020-12-11T19:15:43.397Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-12-11T19:15:43.659Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-12-11T19:15:43.893Z] --- PASS: TestUpdateRestartPolicy (12.37s) [2020-12-11T19:15:43.893Z] === RUN TestUpdateRestartWithAutoRemove [2020-12-11T19:15:43.920Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-12-11T19:15:43.920Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-12-11T19:15:44.769Z] --- PASS: TestCreateServiceCapabilities (3.75s) [2020-12-11T19:15:44.769Z] === RUN TestInspect [2020-12-11T19:15:44.838Z] --- PASS: TestUpdateRestartWithAutoRemove (0.80s) [2020-12-11T19:15:44.838Z] === RUN TestWaitNonBlocked [2020-12-11T19:15:44.838Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-11T19:15:44.838Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-11T19:15:44.838Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-11T19:15:44.838Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-11T19:15:44.838Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-11T19:15:44.838Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-11T19:15:45.306Z] --- PASS: TestBuildPreserveOwnership (4.53s) [2020-12-11T19:15:45.306Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.30s) [2020-12-11T19:15:45.306Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.23s) [2020-12-11T19:15:45.306Z] === RUN TestBuildPlatformInvalid [2020-12-11T19:15:45.306Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2020-12-11T19:15:45.306Z] PASS [2020-12-11T19:15:45.306Z] [2020-12-11T19:15:45.306Z] === Skipped [2020-12-11T19:15:45.306Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-12-11T19:15:45.306Z] build_session_test.go:25: TODO: BuildKit [2020-12-11T19:15:45.306Z] [2020-12-11T19:15:45.306Z] [2020-12-11T19:15:45.306Z] DONE 32 tests, 1 skipped in 194.146s [2020-12-11T19:15:45.306Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-12-11T19:15:45.306Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:15:45.306Z] ++ set -e [2020-12-11T19:15:45.306Z] ++ '[' -n 0 ']' [2020-12-11T19:15:45.306Z] ++ set -x [2020-12-11T19:15:45.306Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:15:45.306Z] INFO: Testing against a local daemon [2020-12-11T19:15:45.306Z] === RUN TestConfigInspect [2020-12-11T19:15:45.567Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-12-11T19:15:45.785Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-12-11T19:15:45.785Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.87s) [2020-12-11T19:15:45.785Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.93s) [2020-12-11T19:15:45.785Z] === RUN TestWaitBlocked [2020-12-11T19:15:45.785Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-11T19:15:45.785Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-11T19:15:45.785Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-12-11T19:15:45.785Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-12-11T19:15:45.785Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-11T19:15:45.785Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-12-11T19:15:45.803Z] tests/integration/models_nodes_test.py . [ 91%] [2020-12-11T19:15:45.803Z] tests/integration/models_resources_test.py . [ 91%] [2020-12-11T19:15:46.139Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-12-11T19:15:46.711Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-12-11T19:15:46.733Z] --- PASS: TestWaitBlocked (0.02s) [2020-12-11T19:15:46.733Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.97s) [2020-12-11T19:15:46.733Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.01s) [2020-12-11T19:15:46.733Z] === CONT TestContainerStartOnDaemonRestart [2020-12-11T19:15:46.733Z] === CONT TestContainerKillOnDaemonStart [2020-12-11T19:15:46.733Z] === CONT TestDaemonHostGatewayIP [2020-12-11T19:15:46.733Z] === CONT TestIpcModeOlderClient [2020-12-11T19:15:46.997Z] --- PASS: TestIpcModeOlderClient (0.25s) [2020-12-11T19:15:46.997Z] === CONT TestDaemonRestartIpcMode [2020-12-11T19:15:48.097Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-12-11T19:15:48.097Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-12-11T19:15:48.357Z] --- PASS: TestConfigInspect (2.95s) [2020-12-11T19:15:48.357Z] === RUN TestConfigList [2020-12-11T19:15:49.205Z] --- PASS: TestInspect (3.79s) [2020-12-11T19:15:49.205Z] === RUN TestCreateJob [2020-12-11T19:15:49.747Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-12-11T19:15:50.377Z] --- PASS: TestContainerStartOnDaemonRestart (3.74s) [2020-12-11T19:15:50.691Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-12-11T19:15:50.691Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-12-11T19:15:51.324Z] --- PASS: TestDaemonRestartIpcMode (4.43s) [2020-12-11T19:15:51.637Z] --- PASS: TestConfigList (3.25s) [2020-12-11T19:15:51.637Z] === RUN TestConfigsCreateAndDelete [2020-12-11T19:15:51.637Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-12-11T19:15:51.637Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-12-11T19:15:51.898Z] --- PASS: TestDaemonHostGatewayIP (5.14s) [2020-12-11T19:15:51.931Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-12-11T19:15:52.708Z] --- PASS: TestCreateJob (4.06s) [2020-12-11T19:15:52.708Z] === RUN TestReplicatedJob [2020-12-11T19:15:53.026Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-12-11T19:15:53.026Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-12-11T19:15:53.600Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-12-11T19:15:54.724Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-12-11T19:15:54.984Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-12-11T19:15:54.996Z] --- PASS: TestConfigsCreateAndDelete (3.44s) [2020-12-11T19:15:54.996Z] === RUN TestConfigsUpdate [2020-12-11T19:15:56.393Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-12-11T19:15:58.311Z] --- PASS: TestConfigsUpdate (3.15s) [2020-12-11T19:15:58.311Z] === RUN TestTemplatedConfig [2020-12-11T19:15:58.907Z] tests/integration/regression_test.py ...... [ 98%] [2020-12-11T19:15:59.256Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-12-11T19:15:59.425Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-12-11T19:15:59.425Z] tests/integration/credentials/utils_test.py . [100%] [2020-12-11T19:15:59.425Z] [2020-12-11T19:15:59.425Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-12-11T19:15:59.425Z] =========================== short test summary info ============================ [2020-12-11T19:15:59.425Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-12-11T19:15:59.425Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-12-11T19:15:59.425Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-12-11T19:15:59.425Z] Not supported on most drivers [2020-12-11T19:15:59.425Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2020-12-11T19:15:59.425Z] Output of docker top depends on host distro, and is not formalized. [2020-12-11T19:15:59.425Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2020-12-11T19:15:59.425Z] Output of docker top depends on host distro, and is not formalized. [2020-12-11T19:15:59.425Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-12-11T19:15:59.425Z] Can fail if eth0 has multiple IP addresses [2020-12-11T19:15:59.425Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-12-11T19:15:59.425Z] This doesn't seem to be taken into account by the engine [2020-12-11T19:15:59.425Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-12-11T19:15:59.425Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-12-11T19:15:59.425Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 334.57 seconds == [2020-12-11T19:15:59.442Z] --- PASS: TestInfoAPIWarnings (17.36s) [2020-12-11T19:15:59.442Z] === RUN TestInfoDebug [2020-12-11T19:15:59.442Z] --- PASS: TestInfoDebug (1.52s) [2020-12-11T19:15:59.442Z] === RUN TestInfoInsecureRegistries [2020-12-11T19:15:59.683Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-12-11T19:16:00.043Z] --- PASS: TestContainerKillOnDaemonStart (13.26s) [2020-12-11T19:16:00.043Z] PASS [2020-12-11T19:16:00.043Z] [2020-12-11T19:16:00.043Z] === Skipped [2020-12-11T19:16:00.043Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-12-11T19:16:00.043Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-11T19:16:00.043Z] [2020-12-11T19:16:00.043Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-12-11T19:16:00.043Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-11T19:16:00.043Z] [2020-12-11T19:16:00.043Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-12-11T19:16:00.043Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-11T19:16:00.043Z] [2020-12-11T19:16:00.043Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-12-11T19:16:00.043Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-12-11T19:16:00.043Z] [2020-12-11T19:16:00.043Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-12-11T19:16:00.043Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-12-11T19:16:00.043Z] [2020-12-11T19:16:00.043Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-12-11T19:16:00.043Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-12-11T19:16:00.043Z] [2020-12-11T19:16:00.043Z] [2020-12-11T19:16:00.043Z] DONE 195 tests, 6 skipped in 139.613s [2020-12-11T19:16:00.043Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-12-11T19:16:00.044Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:16:00.044Z] ++ set -e [2020-12-11T19:16:00.044Z] ++ '[' -n 0 ']' [2020-12-11T19:16:00.044Z] ++ set -x [2020-12-11T19:16:00.044Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:16:00.305Z] INFO: Testing against a local daemon [2020-12-11T19:16:00.305Z] === RUN TestCommitInheritsEnv [2020-12-11T19:16:00.878Z] --- PASS: TestCommitInheritsEnv (0.55s) [2020-12-11T19:16:00.878Z] === RUN TestImportExtremelyLargeImageWorks [2020-12-11T19:16:00.878Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-12-11T19:16:00.878Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-12-11T19:16:00.878Z] === RUN TestImagesFilterMultiReference [2020-12-11T19:16:00.878Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2020-12-11T19:16:00.878Z] === RUN TestImagePullPlatformInvalid [2020-12-11T19:16:00.878Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-12-11T19:16:00.878Z] === RUN TestRemoveImageOrphaning [2020-12-11T19:16:01.174Z] --- PASS: TestReplicatedJob (7.09s) [2020-12-11T19:16:01.174Z] === RUN TestUpdateReplicatedJob [2020-12-11T19:16:01.351Z] --- PASS: TestInfoInsecureRegistries (1.52s) [2020-12-11T19:16:01.351Z] === RUN TestInfoRegistryMirrors [2020-12-11T19:16:01.451Z] --- PASS: TestRemoveImageOrphaning (0.55s) [2020-12-11T19:16:01.451Z] === RUN TestRemoveImageGarbageCollector [2020-12-11T19:16:01.451Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-12-11T19:16:01.451Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:16:01.451Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-12-11T19:16:01.451Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2020-12-11T19:16:01.451Z] === RUN TestTagInvalidReference [2020-12-11T19:16:01.712Z] --- PASS: TestTagInvalidReference (0.03s) [2020-12-11T19:16:01.712Z] === RUN TestTagValidPrefixedRepo [2020-12-11T19:16:01.712Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2020-12-11T19:16:01.712Z] === RUN TestTagExistedNameWithoutForce [2020-12-11T19:16:01.712Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-12-11T19:16:01.712Z] === RUN TestTagOfficialNames [2020-12-11T19:16:01.712Z] --- PASS: TestTagOfficialNames (0.08s) [2020-12-11T19:16:01.712Z] === RUN TestTagMatchesDigest [2020-12-11T19:16:01.712Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-12-11T19:16:01.712Z] PASS [2020-12-11T19:16:01.712Z] [2020-12-11T19:16:01.712Z] === Skipped [2020-12-11T19:16:01.712Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-12-11T19:16:01.712Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-12-11T19:16:01.712Z] [2020-12-11T19:16:01.712Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-12-11T19:16:01.712Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:16:01.712Z] [2020-12-11T19:16:01.712Z] [2020-12-11T19:16:01.712Z] DONE 12 tests, 2 skipped in 1.756s [2020-12-11T19:16:01.712Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-12-11T19:16:01.712Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:16:01.712Z] ++ set -e [2020-12-11T19:16:01.712Z] ++ '[' -n 0 ']' [2020-12-11T19:16:01.712Z] ++ set -x [2020-12-11T19:16:01.712Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:16:01.808Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-12-11T19:16:01.974Z] INFO: Testing against a local daemon [2020-12-11T19:16:01.974Z] === RUN TestNetworkCreateDelete [2020-12-11T19:16:02.070Z] --- PASS: TestTemplatedConfig (3.83s) [2020-12-11T19:16:02.070Z] === RUN TestConfigCreateResolve [2020-12-11T19:16:02.547Z] --- PASS: TestNetworkCreateDelete (0.41s) [2020-12-11T19:16:02.547Z] === RUN TestDockerNetworkDeletePreferID [2020-12-11T19:16:02.757Z] --- PASS: TestInfoRegistryMirrors (1.52s) [2020-12-11T19:16:02.757Z] === RUN TestLoginFailsWithBadCredentials [2020-12-11T19:16:02.757Z] --- PASS: TestLoginFailsWithBadCredentials (0.19s) [2020-12-11T19:16:02.757Z] === RUN TestPingCacheHeaders [2020-12-11T19:16:02.757Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-12-11T19:16:02.757Z] === RUN TestPingGet [2020-12-11T19:16:02.757Z] --- PASS: TestPingGet (0.01s) [2020-12-11T19:16:02.757Z] === RUN TestPingHead [2020-12-11T19:16:02.757Z] --- PASS: TestPingHead (0.02s) [2020-12-11T19:16:02.757Z] === RUN TestVersion [2020-12-11T19:16:02.757Z] --- PASS: TestVersion (0.02s) [2020-12-11T19:16:02.757Z] PASS [2020-12-11T19:16:02.757Z] [2020-12-11T19:16:03.054Z] === Skipped [2020-12-11T19:16:03.054Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-11T19:16:03.054Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-12-11T19:16:03.054Z] [2020-12-11T19:16:03.054Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-12-11T19:16:03.054Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-11T19:16:03.054Z] [2020-12-11T19:16:03.054Z] [2020-12-11T19:16:03.054Z] DONE 18 tests, 2 skipped in 27.808s [2020-12-11T19:16:03.054Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-12-11T19:16:03.054Z] INFO: Testing against a local daemon [2020-12-11T19:16:03.054Z] === RUN TestVolumesCreateAndList [2020-12-11T19:16:03.054Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-12-11T19:16:03.054Z] === RUN TestVolumesRemove [2020-12-11T19:16:03.054Z] --- PASS: TestVolumesRemove (0.06s) [2020-12-11T19:16:03.054Z] === RUN TestVolumesInspect [2020-12-11T19:16:03.054Z] --- PASS: TestVolumesInspect (0.02s) [2020-12-11T19:16:03.054Z] === RUN TestVolumesInvalidJSON [2020-12-11T19:16:03.054Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-12-11T19:16:03.054Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-12-11T19:16:03.054Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-12-11T19:16:03.054Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-12-11T19:16:03.054Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-12-11T19:16:03.054Z] PASS [2020-12-11T19:16:03.054Z] [2020-12-11T19:16:03.054Z] DONE 5 tests in 0.207s [2020-12-11T19:16:03.054Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-12-11T19:16:03.054Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12219 is not a child of this shell [2020-12-11T19:16:03.054Z] warning: PID 12219 from bundles/test-integration/docker.pid had a nonzero exit code [2020-12-11T19:16:03.054Z] Leaving: AppArmorNo profiles have been unloaded. [2020-12-11T19:16:03.054Z] [2020-12-11T19:16:03.054Z] Unloading profiles will leave already running processes permanently [2020-12-11T19:16:03.054Z] unconfined, which can lead to unexpected situations. [2020-12-11T19:16:03.054Z] [2020-12-11T19:16:03.054Z] To set a process to complain mode, use the command line tool [2020-12-11T19:16:03.054Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-12-11T19:16:03.054Z] Removing test suite binaries [2020-12-11T19:16:03.309Z] exiting test-integration [2020-12-11T19:16:03.309Z] ++ exit 0 [2020-12-11T19:16:03.458Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-12-11T19:16:03.492Z] --- PASS: TestDockerNetworkDeletePreferID (1.18s) [2020-12-11T19:16:03.492Z] === RUN TestDaemonDNSFallback [2020-12-11T19:16:04.277Z] [2020-12-11T19:16:04.676Z] --- PASS: TestUpdateReplicatedJob (4.84s) [2020-12-11T19:16:04.676Z] === RUN TestServiceListWithStatuses [2020-12-11T19:16:04.676Z] --- SKIP: TestServiceListWithStatuses (0.01s) [2020-12-11T19:16:04.676Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-12-11T19:16:04.676Z] === RUN TestDockerNetworkConnectAlias [2020-12-11T19:16:04.847Z] --- PASS: TestConfigCreateResolve (2.79s) [2020-12-11T19:16:04.847Z] === RUN TestConfigDaemonLibtrustID [2020-12-11T19:16:05.420Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2020-12-11T19:16:05.420Z] PASS [2020-12-11T19:16:05.420Z] [2020-12-11T19:16:05.420Z] DONE 7 tests in 20.063s [2020-12-11T19:16:05.420Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-12-11T19:16:05.420Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:16:05.420Z] ++ set -e [2020-12-11T19:16:05.420Z] ++ '[' -n 0 ']' [2020-12-11T19:16:05.420Z] ++ set -x [2020-12-11T19:16:05.420Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-12-11T19:16:05.420Z] INFO: Testing against a local daemon [2020-12-11T19:16:05.420Z] === RUN TestCheckpoint [2020-12-11T19:16:05.420Z] --- SKIP: TestCheckpoint (0.00s) [2020-12-11T19:16:05.420Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-11T19:16:05.420Z] === RUN TestContainerInvalidJSON [2020-12-11T19:16:05.420Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-12-11T19:16:05.420Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-12-11T19:16:05.420Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-12-11T19:16:05.420Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-12-11T19:16:05.420Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-12-11T19:16:05.420Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-12-11T19:16:05.420Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-12-11T19:16:05.420Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-12-11T19:16:05.420Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-12-11T19:16:05.420Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-12-11T19:16:05.420Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-12-11T19:16:05.420Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-12-11T19:16:05.420Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-12-11T19:16:05.420Z] === RUN TestCopyFromContainerPathDoesNotExist Post stage [Pipeline] junit [2020-12-11T19:16:05.649Z] Recording test results [2020-12-11T19:16:05.682Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2020-12-11T19:16:05.682Z] === RUN TestCopyFromContainerPathIsNotDir [2020-12-11T19:16:05.682Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2020-12-11T19:16:05.682Z] === RUN TestCopyToContainerPathDoesNotExist [2020-12-11T19:16:05.682Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-12-11T19:16:05.682Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2020-12-11T19:16:05.682Z] === RUN TestCopyToContainerPathIsNotDir [2020-12-11T19:16:05.944Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s) [2020-12-11T19:16:05.944Z] === RUN TestCopyFromContainer [2020-12-11T19:16:06.205Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-12-11T19:16:06.779Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-12-11T19:16:07.355Z] === RUN TestCopyFromContainer// [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-12-11T19:16:07.617Z] === RUN TestCopyFromContainer//bar/root [2020-12-11T19:16:07.618Z] === RUN TestCopyFromContainer//bar/root/ [2020-12-11T19:16:07.881Z] === RUN TestCopyFromContainer/bar/quux [2020-12-11T19:16:07.914Z] + echo Ensuring container killed. [2020-12-11T19:16:07.914Z] Ensuring container killed. [2020-12-11T19:16:07.914Z] + docker rm -vf docker-pr1 [2020-12-11T19:16:07.914Z] Error: No such container: docker-pr1 [2020-12-11T19:16:07.914Z] + true [Pipeline] sh [2020-12-11T19:16:08.143Z] === RUN TestCopyFromContainer/bar/quux/ [2020-12-11T19:16:08.143Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-12-11T19:16:08.143Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-12-11T19:16:08.188Z] + echo Chowning /workspace to jenkins user [2020-12-11T19:16:08.188Z] Chowning /workspace to jenkins user [2020-12-11T19:16:08.188Z] + id -u [2020-12-11T19:16:08.188Z] + id -g [2020-12-11T19:16:08.188Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41783:/workspace busybox chown -R 1000:1000 /workspace [2020-12-11T19:16:08.188Z] Unable to find image 'busybox:latest' locally [2020-12-11T19:16:08.404Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-12-11T19:16:08.443Z] latest: Pulling from library/busybox [2020-12-11T19:16:08.443Z] ea97eb0eb3ec: Pulling fs layer [2020-12-11T19:16:08.667Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-12-11T19:16:08.667Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-12-11T19:16:08.667Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-12-11T19:16:08.667Z] === RUN TestCopyFromContainer/bar/notarget [2020-12-11T19:16:08.929Z] --- PASS: TestCopyFromContainer (3.15s) [2020-12-11T19:16:08.929Z] --- PASS: TestCopyFromContainer// (0.19s) [2020-12-11T19:16:08.929Z] --- PASS: TestCopyFromContainer//bar/root (0.15s) [2020-12-11T19:16:08.929Z] --- PASS: TestCopyFromContainer//bar/root/ (0.15s) [2020-12-11T19:16:08.929Z] --- PASS: TestCopyFromContainer/bar/quux (0.20s) [2020-12-11T19:16:08.929Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2020-12-11T19:16:08.929Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.18s) [2020-12-11T19:16:08.929Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.16s) [2020-12-11T19:16:08.929Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s) [2020-12-11T19:16:08.929Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2020-12-11T19:16:08.929Z] --- PASS: TestCopyFromContainer/bar/notarget (0.13s) [2020-12-11T19:16:08.929Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-12-11T19:16:08.929Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-11T19:16:08.929Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-11T19:16:08.929Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-11T19:16:08.929Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-11T19:16:08.929Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-11T19:16:08.929Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-11T19:16:08.929Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-11T19:16:08.929Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-11T19:16:08.929Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-11T19:16:08.929Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-12-11T19:16:08.929Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-12-11T19:16:08.929Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-12-11T19:16:08.929Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-12-11T19:16:08.929Z] === RUN TestCreateLinkToNonExistingContainer [2020-12-11T19:16:09.191Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2020-12-11T19:16:09.191Z] === RUN TestCreateWithInvalidEnv [2020-12-11T19:16:09.191Z] === RUN TestCreateWithInvalidEnv/0 [2020-12-11T19:16:09.191Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-12-11T19:16:09.191Z] === RUN TestCreateWithInvalidEnv/1 [2020-12-11T19:16:09.191Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-12-11T19:16:09.191Z] === RUN TestCreateWithInvalidEnv/2 [2020-12-11T19:16:09.191Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-12-11T19:16:09.191Z] === CONT TestCreateWithInvalidEnv/0 [2020-12-11T19:16:09.191Z] === CONT TestCreateWithInvalidEnv/2 [2020-12-11T19:16:09.191Z] === CONT TestCreateWithInvalidEnv/1 [2020-12-11T19:16:09.191Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-12-11T19:16:09.191Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-12-11T19:16:09.191Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-12-11T19:16:09.191Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-12-11T19:16:09.191Z] === RUN TestCreateTmpfsMountsTarget [2020-12-11T19:16:09.191Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-12-11T19:16:09.191Z] === RUN TestCreateWithCustomMaskedPaths [2020-12-11T19:16:10.578Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-12-11T19:16:11.570Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-12-11T19:16:11.570Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-12-11T19:16:11.570Z] --- PASS: TestCreateWithCustomMaskedPaths (2.39s) [2020-12-11T19:16:11.570Z] === RUN TestCreateWithCustomReadonlyPaths [2020-12-11T19:16:11.637Z] --- PASS: TestDaemonDNSFallback (7.45s) [2020-12-11T19:16:11.637Z] === RUN TestInspectNetwork [2020-12-11T19:16:11.881Z] Leaving: AppArmorNo profiles have been unloaded. [2020-12-11T19:16:11.882Z] [2020-12-11T19:16:11.882Z] Unloading profiles will leave already running processes permanently [2020-12-11T19:16:11.882Z] unconfined, which can lead to unexpected situations. [2020-12-11T19:16:11.882Z] [2020-12-11T19:16:11.882Z] To set a process to complain mode, use the command line tool [2020-12-11T19:16:11.882Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-12-11T19:16:11.882Z] Post stage [Pipeline] junit [2020-12-11T19:16:12.462Z] Recording test results [2020-12-11T19:16:13.005Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-12-11T19:16:13.266Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [Pipeline] sh [2020-12-11T19:16:13.527Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-12-11T19:16:13.675Z] + echo Ensuring container killed. [2020-12-11T19:16:13.675Z] Ensuring container killed. [2020-12-11T19:16:13.675Z] + docker rm -vf docker-pr1 [2020-12-11T19:16:13.675Z] Error: No such container: docker-pr1 [2020-12-11T19:16:13.675Z] + true [2020-12-11T19:16:13.678Z] ea97eb0eb3ec: Verifying Checksum [2020-12-11T19:16:13.678Z] ea97eb0eb3ec: Download complete [2020-12-11T19:16:13.678Z] ea97eb0eb3ec: Pull complete [2020-12-11T19:16:13.678Z] Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678 [2020-12-11T19:16:13.678Z] Status: Downloaded newer image for busybox:latest [Pipeline] sh [2020-12-11T19:16:13.957Z] + echo Chowning /workspace to jenkins user [2020-12-11T19:16:13.957Z] Chowning /workspace to jenkins user [2020-12-11T19:16:13.957Z] + id -u [2020-12-11T19:16:13.957Z] + id -g [2020-12-11T19:16:13.957Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41783:/workspace busybox chown -R 1000:1000 /workspace [2020-12-11T19:16:13.957Z] Unable to find image 'busybox:latest' locally [2020-12-11T19:16:14.100Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.46s) [2020-12-11T19:16:14.100Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-12-11T19:16:14.100Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-11T19:16:14.100Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-11T19:16:14.100Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-11T19:16:14.100Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-11T19:16:14.100Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-11T19:16:14.100Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-11T19:16:14.100Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-11T19:16:14.100Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-11T19:16:14.100Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-11T19:16:14.100Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-11T19:16:14.100Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-11T19:16:14.100Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-11T19:16:14.100Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-11T19:16:14.100Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-11T19:16:14.100Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-11T19:16:14.100Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-12-11T19:16:14.100Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-12-11T19:16:14.100Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-12-11T19:16:14.100Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2020-12-11T19:16:14.100Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.05s) [2020-12-11T19:16:14.100Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-12-11T19:16:14.100Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-12-11T19:16:14.378Z] 4612f6d0b889: Pull complete [2020-12-11T19:16:14.673Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-12-11T19:16:14.934Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.75s) [2020-12-11T19:16:14.934Z] === RUN TestCreateDifferentPlatform [2020-12-11T19:16:14.934Z] === RUN TestCreateDifferentPlatform/different_os [2020-12-11T19:16:14.934Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-12-11T19:16:14.934Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-12-11T19:16:14.934Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2020-12-11T19:16:14.934Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-12-11T19:16:14.934Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-12-11T19:16:14.934Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2020-12-11T19:16:14.934Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-12-11T19:16:14.934Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2020-12-11T19:16:14.934Z] === RUN TestContainerStartOnDaemonRestart [2020-12-11T19:16:14.934Z] === PAUSE TestContainerStartOnDaemonRestart [2020-12-11T19:16:14.934Z] === RUN TestDaemonRestartIpcMode [2020-12-11T19:16:14.934Z] === PAUSE TestDaemonRestartIpcMode [2020-12-11T19:16:14.934Z] === RUN TestDaemonHostGatewayIP [2020-12-11T19:16:14.934Z] === PAUSE TestDaemonHostGatewayIP [2020-12-11T19:16:14.934Z] === RUN TestContainerKillOnDaemonStart [2020-12-11T19:16:14.934Z] === PAUSE TestContainerKillOnDaemonStart [2020-12-11T19:16:14.934Z] === RUN TestDiff [2020-12-11T19:16:15.051Z] --- PASS: TestDockerNetworkConnectAlias (8.86s) [2020-12-11T19:16:15.051Z] === RUN TestDockerNetworkReConnect [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-12-11T19:16:15.333Z] + bundleName=amd64-rootless [2020-12-11T19:16:15.333Z] + echo Creating amd64-rootless-bundles.tar.gz [2020-12-11T19:16:15.333Z] Creating amd64-rootless-bundles.tar.gz [2020-12-11T19:16:15.333Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-12-11T19:16:15.333Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2020-12-11T19:16:15.342Z] Archiving artifacts [2020-12-11T19:16:15.507Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-12-11T19:16:15.768Z] --- PASS: TestDiff (0.86s) [2020-12-11T19:16:15.768Z] === RUN TestExecWithCloseStdin [2020-12-11T19:16:16.713Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-12-11T19:16:16.713Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-12-11T19:16:16.713Z] --- PASS: TestExecWithCloseStdin (0.91s) [2020-12-11T19:16:16.713Z] === RUN TestExec [2020-12-11T19:16:16.824Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41783/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-12-11T19:16:16.931Z] === RUN TestInspectNetwork/full_network_id [2020-12-11T19:16:16.931Z] === RUN TestInspectNetwork/partial_network_id [2020-12-11T19:16:16.931Z] === RUN TestInspectNetwork/network_name [2020-12-11T19:16:16.931Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-12-11T19:16:17.172Z] + make clean [2020-12-11T19:16:17.287Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-12-11T19:16:17.428Z] docker volume rm -f docker-dev-cache [2020-12-11T19:16:17.428Z] docker-dev-cache [Pipeline] deleteDir [2020-12-11T19:16:17.549Z] --- PASS: TestExec (0.84s) [2020-12-11T19:16:17.549Z] === RUN TestExecUser [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-11T19:16:18.491Z] --- PASS: TestExecUser (0.73s) [2020-12-11T19:16:18.491Z] === RUN TestExportContainerAndImportImage [2020-12-11T19:16:19.065Z] --- PASS: TestExportContainerAndImportImage (0.64s) [2020-12-11T19:16:19.065Z] === RUN TestExportContainerAfterDaemonRestart [2020-12-11T19:16:19.222Z] latest: Pulling from library/busybox [2020-12-11T19:16:19.222Z] ea97eb0eb3ec: Pulling fs layer [2020-12-11T19:16:19.222Z] ea97eb0eb3ec: Verifying Checksum [2020-12-11T19:16:19.222Z] ea97eb0eb3ec: Download complete [2020-12-11T19:16:19.222Z] ea97eb0eb3ec: Pull complete [2020-12-11T19:16:19.222Z] Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678 [2020-12-11T19:16:19.222Z] Status: Downloaded newer image for busybox:latest [2020-12-11T19:16:19.326Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-12-11T19:16:19.899Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-12-11T19:16:20.472Z] --- PASS: TestExportContainerAfterDaemonRestart (1.45s) [2020-12-11T19:16:20.472Z] === RUN TestHealthCheckWorkdir [2020-12-11T19:16:20.599Z] --- PASS: TestDockerNetworkReConnect (6.46s) [2020-12-11T19:16:20.599Z] === RUN TestServicePlugin [2020-12-11T19:16:20.599Z] --- SKIP: TestServicePlugin (0.00s) [2020-12-11T19:16:20.599Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:16:20.599Z] === RUN TestServiceUpdateLabel [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-12-11T19:16:20.733Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-12-11T19:16:20.899Z] + bundleName=docker-py [2020-12-11T19:16:20.899Z] + echo Creating docker-py-bundles.tar.gz [2020-12-11T19:16:20.899Z] Creating docker-py-bundles.tar.gz [2020-12-11T19:16:20.899Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2020-12-11T19:16:20.910Z] Archiving artifacts [2020-12-11T19:16:21.140Z] --- PASS: TestInspectNetwork (9.62s) [2020-12-11T19:16:21.140Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-12-11T19:16:21.140Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-12-11T19:16:21.140Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-12-11T19:16:21.140Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-12-11T19:16:21.140Z] === RUN TestRunContainerWithBridgeNone [2020-12-11T19:16:21.305Z] --- PASS: TestHealthCheckWorkdir (0.94s) [2020-12-11T19:16:21.306Z] === RUN TestHealthKillContainer [2020-12-11T19:16:22.204Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41783/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-12-11T19:16:22.560Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41783/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d -e DOCKER_GRAPHDRIVER docker:5fd8d701ceff35235fc447ca9433b44f855d688d hack/make.sh binary-daemon [2020-12-11T19:16:23.057Z] --- PASS: TestRunContainerWithBridgeNone (2.46s) [2020-12-11T19:16:23.057Z] === RUN TestNetworkInvalidJSON [2020-12-11T19:16:23.057Z] === RUN TestNetworkInvalidJSON//networks/create [2020-12-11T19:16:23.057Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-12-11T19:16:23.057Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-12-11T19:16:23.057Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-12-11T19:16:23.057Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-11T19:16:23.057Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-11T19:16:23.057Z] === CONT TestNetworkInvalidJSON//networks/create [2020-12-11T19:16:23.057Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-11T19:16:23.057Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-12-11T19:16:23.057Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-12-11T19:16:23.057Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-12-11T19:16:23.057Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-12-11T19:16:23.057Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-12-11T19:16:23.057Z] === RUN TestHostIPv4BridgeLabel [2020-12-11T19:16:23.129Z] [2020-12-11T19:16:23.129Z] Removing bundles/ [2020-12-11T19:16:23.129Z] [2020-12-11T19:16:23.129Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-12-11T19:16:23.129Z] Building: bundles/binary-daemon/dockerd-dev [2020-12-11T19:16:23.129Z] GOOS="" GOARCH="" GOARM="" [2020-12-11T19:16:24.002Z] --- PASS: TestHostIPv4BridgeLabel (0.78s) [2020-12-11T19:16:24.002Z] === RUN TestDaemonRestartWithLiveRestore [2020-12-11T19:16:24.611Z] --- PASS: TestHealthKillContainer (2.73s) [2020-12-11T19:16:24.611Z] === RUN TestInspectCpusetInConfigPre120 [2020-12-11T19:16:24.611Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-12-11T19:16:24.611Z] --- PASS: TestInspectCpusetInConfigPre120 (0.66s) [2020-12-11T19:16:24.611Z] === RUN TestIpcModeNone [2020-12-11T19:16:24.735Z] --- PASS: TestServiceUpdateLabel (3.86s) [2020-12-11T19:16:24.735Z] === RUN TestServiceUpdateSecrets [2020-12-11T19:16:24.872Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-12-11T19:16:25.391Z] --- PASS: TestDaemonRestartWithLiveRestore (1.36s) [2020-12-11T19:16:25.391Z] === RUN TestDaemonDefaultNetworkPools [2020-12-11T19:16:25.445Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-12-11T19:16:25.445Z] --- PASS: TestIpcModeNone (0.76s) [2020-12-11T19:16:25.445Z] === RUN TestIpcModePrivate [2020-12-11T19:16:25.445Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-12-11T19:16:26.017Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-12-11T19:16:26.590Z] --- PASS: TestIpcModePrivate (0.98s) [2020-12-11T19:16:26.590Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:95, shared: false, mustBeShared: false [2020-12-11T19:16:26.590Z] === RUN TestIpcModeShareable [2020-12-11T19:16:26.590Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-12-11T19:16:26.777Z] --- PASS: TestDaemonDefaultNetworkPools (1.27s) [2020-12-11T19:16:26.777Z] === RUN TestDaemonRestartWithExistingNetwork [2020-12-11T19:16:27.164Z] --- PASS: TestIpcModeShareable (0.78s) [2020-12-11T19:16:27.164Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:89, shared: true, mustBeShared: true [2020-12-11T19:16:27.164Z] === RUN TestAPIIpcModeShareableAndContainer [2020-12-11T19:16:28.697Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.90s) [2020-12-11T19:16:28.697Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-12-11T19:16:28.932Z] --- PASS: TestBuildWithHugeFile (54.75s) [2020-12-11T19:16:28.932Z] === RUN TestBuildWithEmptyDockerfile [2020-12-11T19:16:28.932Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-11T19:16:28.932Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-11T19:16:28.932Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-11T19:16:28.932Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-11T19:16:28.932Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-11T19:16:28.932Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-11T19:16:28.932Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-11T19:16:28.932Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-11T19:16:28.932Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-11T19:16:28.932Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2020-12-11T19:16:28.932Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.23s) [2020-12-11T19:16:28.932Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s) [2020-12-11T19:16:28.932Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2020-12-11T19:16:28.932Z] === RUN TestBuildPreserveOwnership [2020-12-11T19:16:28.932Z] === RUN TestBuildPreserveOwnership/copy_from [2020-12-11T19:16:29.089Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-12-11T19:16:29.224Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-12-11T19:16:29.351Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-12-11T19:16:29.923Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-12-11T19:16:29.923Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.73s) [2020-12-11T19:16:29.923Z] === RUN TestAPIIpcModeHost [2020-12-11T19:16:30.736Z] --- PASS: TestBuildPreserveOwnership (3.85s) [2020-12-11T19:16:30.737Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.50s) [2020-12-11T19:16:30.737Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.34s) [2020-12-11T19:16:30.737Z] === RUN TestBuildPlatformInvalid [2020-12-11T19:16:30.737Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2020-12-11T19:16:30.737Z] PASS [2020-12-11T19:16:30.737Z] [2020-12-11T19:16:30.737Z] === Skipped [2020-12-11T19:16:30.737Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-12-11T19:16:30.737Z] build_session_test.go:25: TODO: BuildKit [2020-12-11T19:16:30.737Z] [2020-12-11T19:16:30.737Z] [2020-12-11T19:16:30.737Z] DONE 32 tests, 1 skipped in 93.515s [2020-12-11T19:16:30.737Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-12-11T19:16:30.737Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:16:30.737Z] ++ set -e [2020-12-11T19:16:30.737Z] ++ '[' -n 0 ']' [2020-12-11T19:16:30.737Z] ++ set -x [2020-12-11T19:16:30.737Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:16:30.737Z] INFO: Testing against a local daemon [2020-12-11T19:16:30.737Z] === RUN TestConfigInspect [2020-12-11T19:16:30.867Z] --- PASS: TestAPIIpcModeHost (0.74s) [2020-12-11T19:16:30.867Z] === RUN TestDaemonIpcModeShareable [2020-12-11T19:16:31.247Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.36s) [2020-12-11T19:16:31.247Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-12-11T19:16:31.439Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-12-11T19:16:31.509Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.83s) [2020-12-11T19:16:31.509Z] === RUN TestServiceWithPredefinedNetwork [2020-12-11T19:16:32.384Z] --- PASS: TestDaemonIpcModeShareable (1.71s) [2020-12-11T19:16:32.384Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: true, mustBeShared: true [2020-12-11T19:16:32.384Z] === RUN TestDaemonIpcModePrivate [2020-12-11T19:16:32.809Z] --- PASS: TestConfigInspect (1.94s) [2020-12-11T19:16:32.809Z] === RUN TestConfigList [2020-12-11T19:16:34.302Z] --- PASS: TestDaemonIpcModePrivate (1.87s) [2020-12-11T19:16:34.302Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2020-12-11T19:16:34.302Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-12-11T19:16:34.874Z] --- PASS: TestConfigList (1.93s) [2020-12-11T19:16:34.874Z] === RUN TestConfigsCreateAndDelete [2020-12-11T19:16:34.876Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-12-11T19:16:35.139Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-12-11T19:16:35.723Z] --- PASS: TestServiceWithPredefinedNetwork (3.34s) [2020-12-11T19:16:35.723Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-12-11T19:16:35.723Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-11T19:16:35.723Z] service_test.go:236: FLAKY_TEST [2020-12-11T19:16:35.723Z] === RUN TestServiceWithDataPathPortInit [2020-12-11T19:16:36.083Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.74s) [2020-12-11T19:16:36.084Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2020-12-11T19:16:36.084Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-12-11T19:16:36.346Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-12-11T19:16:36.939Z] --- PASS: TestConfigsCreateAndDelete (1.95s) [2020-12-11T19:16:36.939Z] === RUN TestConfigsUpdate [2020-12-11T19:16:37.291Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-12-11T19:16:37.553Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-12-11T19:16:37.553Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-12-11T19:16:37.815Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.77s) [2020-12-11T19:16:37.815Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:90, shared: true, mustBeShared: true [2020-12-11T19:16:37.815Z] === RUN TestIpcModeOlderClient [2020-12-11T19:16:37.815Z] === PAUSE TestIpcModeOlderClient [2020-12-11T19:16:37.815Z] === RUN TestKillContainerInvalidSignal [2020-12-11T19:16:38.763Z] --- PASS: TestKillContainerInvalidSignal (0.85s) [2020-12-11T19:16:38.763Z] === RUN TestKillContainer [2020-12-11T19:16:38.763Z] === RUN TestKillContainer/no_signal [2020-12-11T19:16:39.029Z] --- PASS: TestConfigsUpdate (1.99s) [2020-12-11T19:16:39.029Z] === RUN TestTemplatedConfig [2020-12-11T19:16:39.337Z] === RUN TestKillContainer/non_killing_signal [2020-12-11T19:16:39.911Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-12-11T19:16:39.911Z] === RUN TestKillContainer/killing_signal [2020-12-11T19:16:40.857Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-12-11T19:16:40.857Z] --- PASS: TestKillContainer (2.32s) [2020-12-11T19:16:40.857Z] --- PASS: TestKillContainer/no_signal (0.74s) [2020-12-11T19:16:40.857Z] --- PASS: TestKillContainer/non_killing_signal (0.59s) [2020-12-11T19:16:40.857Z] --- PASS: TestKillContainer/killing_signal (0.74s) [2020-12-11T19:16:40.857Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-12-11T19:16:41.103Z] --- PASS: TestTemplatedConfig (2.37s) [2020-12-11T19:16:41.103Z] === RUN TestConfigCreateResolve [2020-12-11T19:16:41.119Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-12-11T19:16:41.693Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-12-11T19:16:41.954Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-12-11T19:16:41.992Z] --- PASS: TestServiceUpdateSecrets (15.73s) [2020-12-11T19:16:41.992Z] === RUN TestServiceUpdateConfigs [2020-12-11T19:16:42.215Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.25s) [2020-12-11T19:16:42.215Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.69s) [2020-12-11T19:16:42.215Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.41s) [2020-12-11T19:16:42.215Z] === RUN TestKillStoppedContainer [2020-12-11T19:16:42.215Z] --- PASS: TestKillStoppedContainer (0.07s) [2020-12-11T19:16:42.215Z] === RUN TestKillStoppedContainerAPIPre120 [2020-12-11T19:16:42.476Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2020-12-11T19:16:42.476Z] === RUN TestKillDifferentUserContainer [2020-12-11T19:16:43.050Z] --- PASS: TestKillDifferentUserContainer (0.56s) [2020-12-11T19:16:43.050Z] === RUN TestInspectOomKilledTrue [2020-12-11T19:16:43.050Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-12-11T19:16:43.050Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-11T19:16:43.050Z] === RUN TestInspectOomKilledFalse [2020-12-11T19:16:43.050Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-12-11T19:16:43.050Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-11T19:16:43.050Z] === RUN TestLinksEtcHostsContentMatch [2020-12-11T19:16:43.167Z] --- PASS: TestConfigCreateResolve (1.90s) [2020-12-11T19:16:43.167Z] === RUN TestConfigDaemonLibtrustID [2020-12-11T19:16:43.311Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-12-11T19:16:43.311Z] --- PASS: TestLinksEtcHostsContentMatch (0.46s) [2020-12-11T19:16:43.311Z] === RUN TestLinksContainerNames [2020-12-11T19:16:43.459Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2020-12-11T19:16:43.459Z] PASS [2020-12-11T19:16:43.459Z] [2020-12-11T19:16:43.459Z] DONE 7 tests in 12.710s [2020-12-11T19:16:43.459Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-12-11T19:16:43.459Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:16:43.459Z] ++ set -e [2020-12-11T19:16:43.459Z] ++ '[' -n 0 ']' [2020-12-11T19:16:43.459Z] ++ set -x [2020-12-11T19:16:43.459Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:16:43.459Z] INFO: Testing against a local daemon [2020-12-11T19:16:43.459Z] === RUN TestCheckpoint [2020-12-11T19:16:43.459Z] --- SKIP: TestCheckpoint (0.00s) [2020-12-11T19:16:43.459Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-11T19:16:43.459Z] === RUN TestContainerInvalidJSON [2020-12-11T19:16:43.459Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-12-11T19:16:43.459Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-12-11T19:16:43.459Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-12-11T19:16:43.459Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-12-11T19:16:43.459Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-12-11T19:16:43.459Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-12-11T19:16:43.459Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-12-11T19:16:43.459Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-12-11T19:16:43.459Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-12-11T19:16:43.459Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-12-11T19:16:43.459Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-12-11T19:16:43.459Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-12-11T19:16:43.459Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-12-11T19:16:43.459Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-12-11T19:16:43.751Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2020-12-11T19:16:43.751Z] === RUN TestCopyFromContainerPathIsNotDir [2020-12-11T19:16:43.751Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2020-12-11T19:16:43.751Z] === RUN TestCopyToContainerPathDoesNotExist [2020-12-11T19:16:43.751Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2020-12-11T19:16:43.751Z] === RUN TestCopyToContainerPathIsNotDir [2020-12-11T19:16:43.751Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2020-12-11T19:16:43.751Z] === RUN TestCopyFromContainer [2020-12-11T19:16:43.886Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-12-11T19:16:44.830Z] --- PASS: TestLinksContainerNames (1.44s) [2020-12-11T19:16:44.830Z] === RUN TestLogsFollowTailEmpty [2020-12-11T19:16:45.092Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-12-11T19:16:45.092Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-12-11T19:16:45.259Z] === RUN TestCopyFromContainer// [2020-12-11T19:16:45.259Z] === RUN TestCopyFromContainer//bar/root [2020-12-11T19:16:45.259Z] === RUN TestCopyFromContainer//bar/root/ [2020-12-11T19:16:45.259Z] === RUN TestCopyFromContainer/bar/quux [2020-12-11T19:16:45.259Z] === RUN TestCopyFromContainer/bar/quux/ [2020-12-11T19:16:45.553Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-12-11T19:16:45.553Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-12-11T19:16:45.553Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-12-11T19:16:45.553Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-12-11T19:16:45.667Z] --- PASS: TestLogsFollowTailEmpty (0.72s) [2020-12-11T19:16:45.667Z] === RUN TestContainerNetworkMountsNoChown [2020-12-11T19:16:45.846Z] === RUN TestCopyFromContainer/bar/notarget [2020-12-11T19:16:45.846Z] --- PASS: TestCopyFromContainer (1.95s) [2020-12-11T19:16:45.846Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-12-11T19:16:45.846Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2020-12-11T19:16:45.846Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-12-11T19:16:45.846Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2020-12-11T19:16:45.846Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2020-12-11T19:16:45.846Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2020-12-11T19:16:45.846Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2020-12-11T19:16:45.846Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-12-11T19:16:45.846Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2020-12-11T19:16:45.846Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-12-11T19:16:45.846Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-12-11T19:16:45.846Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-11T19:16:45.846Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-11T19:16:45.846Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-11T19:16:45.846Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-11T19:16:45.846Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-11T19:16:45.846Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-11T19:16:45.846Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-11T19:16:45.846Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-11T19:16:45.846Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-11T19:16:45.846Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-12-11T19:16:45.846Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-12-11T19:16:45.846Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-12-11T19:16:45.846Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-12-11T19:16:45.846Z] === RUN TestCreateLinkToNonExistingContainer [2020-12-11T19:16:45.846Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-12-11T19:16:45.846Z] === RUN TestCreateWithInvalidEnv [2020-12-11T19:16:45.846Z] === RUN TestCreateWithInvalidEnv/0 [2020-12-11T19:16:45.846Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-12-11T19:16:45.846Z] === RUN TestCreateWithInvalidEnv/1 [2020-12-11T19:16:45.846Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-12-11T19:16:45.846Z] === RUN TestCreateWithInvalidEnv/2 [2020-12-11T19:16:45.846Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-12-11T19:16:45.846Z] === CONT TestCreateWithInvalidEnv/0 [2020-12-11T19:16:45.846Z] === CONT TestCreateWithInvalidEnv/1 [2020-12-11T19:16:45.846Z] === CONT TestCreateWithInvalidEnv/2 [2020-12-11T19:16:45.846Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-12-11T19:16:45.846Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-12-11T19:16:45.846Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-12-11T19:16:45.846Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-12-11T19:16:45.846Z] === RUN TestCreateTmpfsMountsTarget [2020-12-11T19:16:45.846Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-12-11T19:16:45.846Z] === RUN TestCreateWithCustomMaskedPaths [2020-12-11T19:16:46.241Z] --- PASS: TestContainerNetworkMountsNoChown (0.80s) [2020-12-11T19:16:46.241Z] === RUN TestMountDaemonRoot [2020-12-11T19:16:46.241Z] === RUN TestMountDaemonRoot/default [2020-12-11T19:16:46.241Z] === PAUSE TestMountDaemonRoot/default [2020-12-11T19:16:46.241Z] === RUN TestMountDaemonRoot/private [2020-12-11T19:16:46.241Z] === PAUSE TestMountDaemonRoot/private [2020-12-11T19:16:46.241Z] === RUN TestMountDaemonRoot/rprivate [2020-12-11T19:16:46.241Z] === PAUSE TestMountDaemonRoot/rprivate [2020-12-11T19:16:46.241Z] === RUN TestMountDaemonRoot/slave [2020-12-11T19:16:46.241Z] === PAUSE TestMountDaemonRoot/slave [2020-12-11T19:16:46.241Z] === RUN TestMountDaemonRoot/rslave [2020-12-11T19:16:46.241Z] === PAUSE TestMountDaemonRoot/rslave [2020-12-11T19:16:46.241Z] === RUN TestMountDaemonRoot/shared [2020-12-11T19:16:46.241Z] === PAUSE TestMountDaemonRoot/shared [2020-12-11T19:16:46.241Z] === RUN TestMountDaemonRoot/rshared [2020-12-11T19:16:46.241Z] === PAUSE TestMountDaemonRoot/rshared [2020-12-11T19:16:46.503Z] === CONT TestMountDaemonRoot/default [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/default/mount_root [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/default/bind_root [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-12-11T19:16:46.503Z] === CONT TestMountDaemonRoot/default/mount_root [2020-12-11T19:16:46.503Z] === CONT TestMountDaemonRoot/rshared [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-12-11T19:16:46.503Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-12-11T19:16:46.503Z] === CONT TestMountDaemonRoot/shared [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-12-11T19:16:46.503Z] === CONT TestMountDaemonRoot/rslave [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-12-11T19:16:46.503Z] === CONT TestMountDaemonRoot/slave [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-12-11T19:16:46.503Z] === CONT TestMountDaemonRoot/rprivate [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-12-11T19:16:46.503Z] === CONT TestMountDaemonRoot/private [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/private/mount_root [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/private/bind_root [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-12-11T19:16:46.503Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-12-11T19:16:46.503Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-12-11T19:16:46.503Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-12-11T19:16:46.503Z] === CONT TestMountDaemonRoot/default/bind_root [2020-12-11T19:16:46.503Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-12-11T19:16:46.503Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-12-11T19:16:46.503Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-12-11T19:16:46.503Z] === RUN TestDockerSuite/TestBuildAddScript [2020-12-11T19:16:46.503Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-12-11T19:16:46.765Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-12-11T19:16:46.765Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-12-11T19:16:46.765Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-12-11T19:16:46.765Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-12-11T19:16:46.765Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-12-11T19:16:46.765Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-12-11T19:16:46.765Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-12-11T19:16:46.765Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-12-11T19:16:46.765Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-12-11T19:16:46.765Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-12-11T19:16:47.027Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-12-11T19:16:47.027Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-12-11T19:16:47.027Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-12-11T19:16:47.027Z] === CONT TestMountDaemonRoot/private/mount_root [2020-12-11T19:16:47.027Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-12-11T19:16:47.027Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-12-11T19:16:47.027Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-12-11T19:16:47.027Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-12-11T19:16:47.027Z] === CONT TestMountDaemonRoot/private/bind_root [2020-12-11T19:16:47.027Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.10s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-12-11T19:16:47.027Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-12-11T19:16:47.027Z] === RUN TestContainerBindMountNonRecursive [2020-12-11T19:16:47.352Z] --- PASS: TestCreateWithCustomMaskedPaths (1.45s) [2020-12-11T19:16:47.352Z] === RUN TestCreateWithCustomReadonlyPaths [2020-12-11T19:16:48.419Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-12-11T19:16:48.864Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.63s) [2020-12-11T19:16:48.864Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-12-11T19:16:48.864Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-11T19:16:48.864Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-11T19:16:48.864Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-11T19:16:48.864Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-11T19:16:48.864Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-11T19:16:48.864Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-11T19:16:48.864Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-11T19:16:48.864Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-11T19:16:48.864Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-11T19:16:48.864Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-11T19:16:48.992Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-12-11T19:16:48.992Z] --- PASS: TestContainerBindMountNonRecursive (2.02s) [2020-12-11T19:16:48.992Z] === RUN TestContainerVolumesMountedAsShared [2020-12-11T19:16:49.162Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-11T19:16:49.162Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-11T19:16:49.162Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-11T19:16:49.162Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-11T19:16:49.162Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-11T19:16:49.162Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-12-11T19:16:49.162Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2020-12-11T19:16:49.162Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.05s) [2020-12-11T19:16:49.162Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2020-12-11T19:16:49.162Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s) [2020-12-11T19:16:49.162Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-12-11T19:16:49.162Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-12-11T19:16:49.455Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.50s) [2020-12-11T19:16:49.455Z] === RUN TestCreateDifferentPlatform [2020-12-11T19:16:49.455Z] === RUN TestCreateDifferentPlatform/different_os [2020-12-11T19:16:49.455Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-12-11T19:16:49.455Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-12-11T19:16:49.455Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-12-11T19:16:49.455Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-12-11T19:16:49.455Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-12-11T19:16:49.565Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-12-11T19:16:49.771Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2020-12-11T19:16:49.771Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-12-11T19:16:49.771Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.08s) [2020-12-11T19:16:49.771Z] === RUN TestContainerStartOnDaemonRestart [2020-12-11T19:16:49.771Z] === PAUSE TestContainerStartOnDaemonRestart [2020-12-11T19:16:49.771Z] === RUN TestDaemonRestartIpcMode [2020-12-11T19:16:49.771Z] === PAUSE TestDaemonRestartIpcMode [2020-12-11T19:16:49.771Z] === RUN TestDaemonHostGatewayIP [2020-12-11T19:16:49.771Z] === PAUSE TestDaemonHostGatewayIP [2020-12-11T19:16:49.771Z] === RUN TestContainerKillOnDaemonStart [2020-12-11T19:16:49.771Z] === PAUSE TestContainerKillOnDaemonStart [2020-12-11T19:16:49.771Z] === RUN TestDiff [2020-12-11T19:16:49.827Z] --- PASS: TestContainerVolumesMountedAsShared (0.68s) [2020-12-11T19:16:49.827Z] === RUN TestContainerVolumesMountedAsSlave [2020-12-11T19:16:50.401Z] --- PASS: TestContainerVolumesMountedAsSlave (0.54s) [2020-12-11T19:16:50.401Z] === RUN TestNetworkNat [2020-12-11T19:16:50.404Z] --- PASS: TestDiff (0.56s) [2020-12-11T19:16:50.404Z] === RUN TestExecWithCloseStdin [2020-12-11T19:16:50.973Z] --- PASS: TestNetworkNat (0.67s) [2020-12-11T19:16:50.973Z] === RUN TestNetworkLocalhostTCPNat [2020-12-11T19:16:51.039Z] --- PASS: TestExecWithCloseStdin (0.75s) [2020-12-11T19:16:51.039Z] === RUN TestExec [2020-12-11T19:16:51.673Z] --- PASS: TestExec (0.61s) [2020-12-11T19:16:51.673Z] === RUN TestExecUser [2020-12-11T19:16:51.918Z] --- PASS: TestNetworkLocalhostTCPNat (0.79s) [2020-12-11T19:16:51.918Z] === RUN TestNetworkLoopbackNat [2020-12-11T19:16:52.309Z] --- PASS: TestExecUser (0.63s) [2020-12-11T19:16:52.309Z] === RUN TestExportContainerAndImportImage [2020-12-11T19:16:52.864Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-12-11T19:16:52.944Z] --- PASS: TestExportContainerAndImportImage (0.76s) [2020-12-11T19:16:52.944Z] === RUN TestExportContainerAfterDaemonRestart [2020-12-11T19:16:53.849Z] --- PASS: TestServiceWithDataPathPortInit (18.00s) [2020-12-11T19:16:53.849Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-12-11T19:16:54.459Z] --- PASS: TestExportContainerAfterDaemonRestart (1.42s) [2020-12-11T19:16:54.459Z] === RUN TestHealthCheckWorkdir [2020-12-11T19:16:54.781Z] --- PASS: TestNetworkLoopbackNat (2.88s) [2020-12-11T19:16:54.781Z] === RUN TestPause [2020-12-11T19:16:55.094Z] --- PASS: TestHealthCheckWorkdir (0.74s) [2020-12-11T19:16:55.094Z] === RUN TestHealthKillContainer [2020-12-11T19:16:55.727Z] --- PASS: TestPause (0.98s) [2020-12-11T19:16:55.727Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-12-11T19:16:55.727Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-12-11T19:16:55.727Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-12-11T19:16:55.727Z] === RUN TestPauseStopPausedContainer [2020-12-11T19:16:55.988Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-12-11T19:16:56.189Z] --- PASS: TestServiceUpdateConfigs (15.88s) [2020-12-11T19:16:56.189Z] === RUN TestServiceUpdateNetwork [2020-12-11T19:16:56.250Z] --- PASS: TestPauseStopPausedContainer (0.66s) [2020-12-11T19:16:56.250Z] === RUN TestPsFilter [2020-12-11T19:16:56.514Z] --- PASS: TestPsFilter (0.16s) [2020-12-11T19:16:56.514Z] === RUN TestRemoveContainerWithRemovedVolume [2020-12-11T19:16:56.515Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-12-11T19:16:57.087Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.69s) [2020-12-11T19:16:57.087Z] === RUN TestRemoveContainerWithVolume [2020-12-11T19:16:57.822Z] --- PASS: TestHealthKillContainer (2.59s) [2020-12-11T19:16:57.822Z] === RUN TestInspectCpusetInConfigPre120 [2020-12-11T19:16:58.032Z] --- PASS: TestRemoveContainerWithVolume (0.76s) [2020-12-11T19:16:58.032Z] === RUN TestRemoveContainerRunning [2020-12-11T19:16:58.455Z] --- PASS: TestInspectCpusetInConfigPre120 (0.54s) [2020-12-11T19:16:58.455Z] === RUN TestIpcModeNone [2020-12-11T19:16:58.977Z] --- PASS: TestRemoveContainerRunning (0.81s) [2020-12-11T19:16:58.977Z] === RUN TestRemoveContainerForceRemoveRunning [2020-12-11T19:16:59.089Z] --- PASS: TestIpcModeNone (0.60s) [2020-12-11T19:16:59.089Z] === RUN TestIpcModePrivate [2020-12-11T19:16:59.382Z] --- PASS: TestIpcModePrivate (0.60s) [2020-12-11T19:16:59.382Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-12-11T19:16:59.382Z] === RUN TestIpcModeShareable [2020-12-11T19:16:59.550Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.90s) [2020-12-11T19:16:59.550Z] === RUN TestRemoveInvalidContainer [2020-12-11T19:16:59.550Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-12-11T19:16:59.550Z] === RUN TestRenameLinkedContainer [2020-12-11T19:17:00.024Z] --- PASS: TestIpcModeShareable (0.63s) [2020-12-11T19:17:00.024Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-12-11T19:17:00.024Z] === RUN TestAPIIpcModeShareableAndContainer [2020-12-11T19:17:00.174Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-12-11T19:17:00.756Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-12-11T19:17:01.020Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-12-11T19:17:01.283Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-12-11T19:17:01.861Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-12-11T19:17:01.995Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.83s) [2020-12-11T19:17:01.995Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:y95bx80bs5va9n2djllqcg27m Created:2020-12-11 19:16:54.582109212 +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[981dfff5e0e628f87625d299fb8896203e22e2dd913e5fcdd1843c39d0196dc8:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xl1kv5uq7nmdff9enqakr9the EndpointID:2db52f8f8e882dbf44c96976999e1eb6c090b3c17cdd4ab54de2b17666d29e98 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:367513ffdd5f7ff5e08904e7c1c7feb930fad6259f6359c0f5a761c81da638e3 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:31960707bc3c IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xl1kv5uq7nmdff9enqakr9the EndpointID:2db52f8f8e882dbf44c96976999e1eb6c090b3c17cdd4ab54de2b17666d29e98 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-12-11T19:17:01.995Z] PASS [2020-12-11T19:17:01.995Z] [2020-12-11T19:17:01.995Z] === Skipped [2020-12-11T19:17:01.995Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-11T19:17:01.995Z] service_test.go:236: FLAKY_TEST [2020-12-11T19:17:01.995Z] [2020-12-11T19:17:01.995Z] [2020-12-11T19:17:01.995Z] DONE 23 tests, 1 skipped in 59.979s [2020-12-11T19:17:01.995Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-12-11T19:17:01.995Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:17:01.995Z] ++ set -e [2020-12-11T19:17:01.995Z] ++ '[' -n 0 ']' [2020-12-11T19:17:01.995Z] ++ set -x [2020-12-11T19:17:01.995Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:17:01.995Z] INFO: Testing against a local daemon [2020-12-11T19:17:01.995Z] === RUN TestDockerNetworkIpvlanPersistance [2020-12-11T19:17:01.995Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-12-11T19:17:01.995Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-11T19:17:01.995Z] === RUN TestDockerNetworkIpvlan [2020-12-11T19:17:01.995Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-12-11T19:17:01.995Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-11T19:17:01.995Z] PASS [2020-12-11T19:17:01.995Z] [2020-12-11T19:17:01.995Z] === Skipped [2020-12-11T19:17:01.995Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-12-11T19:17:01.995Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-11T19:17:01.995Z] [2020-12-11T19:17:01.995Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-12-11T19:17:01.995Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-11T19:17:01.995Z] [2020-12-11T19:17:01.995Z] [2020-12-11T19:17:01.995Z] DONE 2 tests, 2 skipped in 0.172s [2020-12-11T19:17:01.995Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-12-11T19:17:01.995Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:17:01.995Z] ++ set -e [2020-12-11T19:17:01.995Z] ++ '[' -n 0 ']' [2020-12-11T19:17:01.995Z] ++ set -x [2020-12-11T19:17:01.995Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:17:02.098Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.86s) [2020-12-11T19:17:02.098Z] === RUN TestAPIIpcModeHost [2020-12-11T19:17:02.257Z] INFO: Testing against a local daemon [2020-12-11T19:17:02.257Z] === RUN TestDockerNetworkMacvlanPersistance [2020-12-11T19:17:02.390Z] --- PASS: TestAPIIpcModeHost (0.49s) [2020-12-11T19:17:02.390Z] === RUN TestDaemonIpcModeShareable [2020-12-11T19:17:02.806Z] --- PASS: TestRenameLinkedContainer (3.12s) [2020-12-11T19:17:02.807Z] === RUN TestRenameStoppedContainer [2020-12-11T19:17:03.753Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-12-11T19:17:03.753Z] --- PASS: TestRenameStoppedContainer (0.82s) [2020-12-11T19:17:03.753Z] === RUN TestRenameRunningContainerAndReuse [2020-12-11T19:17:03.898Z] --- PASS: TestDaemonIpcModeShareable (1.39s) [2020-12-11T19:17:03.898Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-12-11T19:17:03.898Z] === RUN TestDaemonIpcModePrivate [2020-12-11T19:17:04.015Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-12-11T19:17:04.589Z] === RUN TestDockerSuite/TestBuildAddTar [2020-12-11T19:17:04.807Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.25s) [2020-12-11T19:17:04.807Z] === RUN TestDockerNetworkMacvlan [2020-12-11T19:17:05.162Z] --- PASS: TestRenameRunningContainerAndReuse (1.51s) [2020-12-11T19:17:05.162Z] === RUN TestRenameInvalidName [2020-12-11T19:17:05.412Z] --- PASS: TestDaemonIpcModePrivate (1.39s) [2020-12-11T19:17:05.412Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-12-11T19:17:05.412Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-12-11T19:17:05.423Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-12-11T19:17:05.751Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-12-11T19:17:05.996Z] --- PASS: TestRenameInvalidName (0.78s) [2020-12-11T19:17:05.996Z] === RUN TestRenameAnonymousContainer [2020-12-11T19:17:06.695Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-12-11T19:17:06.925Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.37s) [2020-12-11T19:17:06.925Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-12-11T19:17:06.925Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-12-11T19:17:07.386Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-12-11T19:17:07.959Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.42s) [2020-12-11T19:17:07.959Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-12-11T19:17:07.959Z] === RUN TestIpcModeOlderClient [2020-12-11T19:17:07.959Z] === PAUSE TestIpcModeOlderClient [2020-12-11T19:17:07.959Z] === RUN TestKillContainerInvalidSignal [2020-12-11T19:17:08.083Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-12-11T19:17:08.596Z] --- PASS: TestKillContainerInvalidSignal (0.52s) [2020-12-11T19:17:08.596Z] === RUN TestKillContainer [2020-12-11T19:17:08.596Z] === RUN TestKillContainer/no_signal [2020-12-11T19:17:08.773Z] --- PASS: TestRenameAnonymousContainer (2.99s) [2020-12-11T19:17:08.773Z] === RUN TestRenameContainerWithSameName [2020-12-11T19:17:09.034Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-12-11T19:17:09.230Z] === RUN TestKillContainer/non_killing_signal [2020-12-11T19:17:09.523Z] === RUN TestKillContainer/killing_signal [2020-12-11T19:17:09.607Z] --- PASS: TestRenameContainerWithSameName (0.72s) [2020-12-11T19:17:09.607Z] === RUN TestRenameContainerWithLinkedContainer [2020-12-11T19:17:10.160Z] --- PASS: TestKillContainer (1.59s) [2020-12-11T19:17:10.160Z] --- PASS: TestKillContainer/no_signal (0.54s) [2020-12-11T19:17:10.160Z] --- PASS: TestKillContainer/non_killing_signal (0.34s) [2020-12-11T19:17:10.160Z] --- PASS: TestKillContainer/killing_signal (0.49s) [2020-12-11T19:17:10.160Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-12-11T19:17:10.160Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-12-11T19:17:10.797Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-12-11T19:17:10.999Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-12-11T19:17:11.261Z] --- PASS: TestRenameContainerWithLinkedContainer (1.67s) [2020-12-11T19:17:11.261Z] === RUN TestResize [2020-12-11T19:17:11.432Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.12s) [2020-12-11T19:17:11.432Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.53s) [2020-12-11T19:17:11.432Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.40s) [2020-12-11T19:17:11.432Z] === RUN TestKillStoppedContainer [2020-12-11T19:17:11.432Z] --- PASS: TestKillStoppedContainer (0.07s) [2020-12-11T19:17:11.432Z] === RUN TestKillStoppedContainerAPIPre120 [2020-12-11T19:17:11.432Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2020-12-11T19:17:11.432Z] === RUN TestKillDifferentUserContainer [2020-12-11T19:17:12.071Z] --- PASS: TestKillDifferentUserContainer (0.54s) [2020-12-11T19:17:12.071Z] === RUN TestInspectOomKilledTrue [2020-12-11T19:17:12.205Z] --- PASS: TestResize (0.75s) [2020-12-11T19:17:12.205Z] === RUN TestResizeWithInvalidSize [2020-12-11T19:17:12.296Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-12-11T19:17:12.780Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-12-11T19:17:12.780Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-12-11T19:17:12.780Z] --- PASS: TestResizeWithInvalidSize (0.79s) [2020-12-11T19:17:12.780Z] === RUN TestResizeWhenContainerNotStarted [2020-12-11T19:17:13.121Z] --- PASS: TestInspectOomKilledTrue (1.00s) [2020-12-11T19:17:13.121Z] === RUN TestInspectOomKilledFalse [2020-12-11T19:17:13.413Z] --- PASS: TestInspectOomKilledFalse (0.53s) [2020-12-11T19:17:13.413Z] === RUN TestLinksEtcHostsContentMatch [2020-12-11T19:17:13.723Z] --- PASS: TestResizeWhenContainerNotStarted (0.71s) [2020-12-11T19:17:13.723Z] === RUN TestDaemonRestartKillContainers [2020-12-11T19:17:13.723Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-11T19:17:13.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-11T19:17:13.723Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-11T19:17:13.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-11T19:17:13.723Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-11T19:17:13.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-11T19:17:13.723Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-11T19:17:13.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-11T19:17:13.723Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-11T19:17:13.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-11T19:17:13.723Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-11T19:17:13.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-11T19:17:13.723Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-11T19:17:13.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-11T19:17:13.723Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-11T19:17:13.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-11T19:17:13.723Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:17:13.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:17:13.724Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:17:13.724Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:17:13.724Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:17:13.724Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:17:13.724Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:17:13.724Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:17:13.724Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-11T19:17:13.724Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-11T19:17:14.046Z] --- PASS: TestLinksEtcHostsContentMatch (0.40s) [2020-12-11T19:17:14.046Z] === RUN TestLinksContainerNames [2020-12-11T19:17:14.297Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-12-11T19:17:14.841Z] --- PASS: TestServiceUpdateNetwork (17.06s) [2020-12-11T19:17:14.841Z] === RUN TestServiceUpdatePidsLimit [2020-12-11T19:17:14.841Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-12-11T19:17:14.841Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-12-11T19:17:14.845Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-12-11T19:17:14.871Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-12-11T19:17:15.088Z] --- PASS: TestLinksContainerNames (1.01s) [2020-12-11T19:17:15.088Z] === RUN TestLogsFollowTailEmpty [2020-12-11T19:17:15.380Z] --- PASS: TestLogsFollowTailEmpty (0.55s) [2020-12-11T19:17:15.380Z] === RUN TestContainerNetworkMountsNoChown [2020-12-11T19:17:15.444Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-12-11T19:17:16.018Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-12-11T19:17:16.054Z] --- PASS: TestContainerNetworkMountsNoChown (0.54s) [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/default [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/default [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/private [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/private [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/rprivate [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/rprivate [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/slave [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/slave [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/rslave [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/rslave [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/shared [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/shared [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/rshared [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/rshared [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/default [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/rslave [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/rprivate [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/rshared [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/default/bind_root [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/default/mount_root [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/private [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/shared [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/private/mount_root [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/slave [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/private/bind_root [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-12-11T19:17:16.054Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-12-11T19:17:16.054Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/default/mount_root [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/default/bind_root [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-12-11T19:17:16.054Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-12-11T19:17:16.348Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-12-11T19:17:16.348Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-12-11T19:17:16.348Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-12-11T19:17:16.348Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-12-11T19:17:16.348Z] === CONT TestMountDaemonRoot/private/mount_root [2020-12-11T19:17:16.348Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-12-11T19:17:16.348Z] === CONT TestMountDaemonRoot/private/bind_root [2020-12-11T19:17:16.348Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-12-11T19:17:16.348Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2020-12-11T19:17:16.348Z] === RUN TestContainerBindMountNonRecursive [2020-12-11T19:17:16.591Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:17:16.591Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:17:17.857Z] --- PASS: TestContainerBindMountNonRecursive (1.28s) [2020-12-11T19:17:17.857Z] === RUN TestContainerVolumesMountedAsShared [2020-12-11T19:17:17.979Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:17:17.979Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:17:18.150Z] --- PASS: TestContainerVolumesMountedAsShared (0.54s) [2020-12-11T19:17:18.150Z] === RUN TestContainerVolumesMountedAsSlave [2020-12-11T19:17:18.443Z] --- PASS: TestContainerVolumesMountedAsSlave (0.43s) [2020-12-11T19:17:18.443Z] === RUN TestNetworkNat [2020-12-11T19:17:18.923Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-12-11T19:17:19.076Z] --- PASS: TestNetworkNat (0.55s) [2020-12-11T19:17:19.076Z] === RUN TestNetworkLocalhostTCPNat [2020-12-11T19:17:19.184Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-12-11T19:17:19.445Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-11T19:17:19.706Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-11T19:17:19.709Z] --- PASS: TestNetworkLocalhostTCPNat (0.57s) [2020-12-11T19:17:19.709Z] === RUN TestNetworkLoopbackNat [2020-12-11T19:17:21.440Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-12-11T19:17:22.265Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-11T19:17:22.265Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-11T19:17:22.436Z] --- PASS: TestNetworkLoopbackNat (2.77s) [2020-12-11T19:17:22.436Z] === RUN TestPause [2020-12-11T19:17:23.072Z] --- PASS: TestPause (0.58s) [2020-12-11T19:17:23.072Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-12-11T19:17:23.072Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-12-11T19:17:23.072Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-12-11T19:17:23.072Z] === RUN TestPauseStopPausedContainer [2020-12-11T19:17:23.300Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-12-11T19:17:23.357Z] --- PASS: TestDockerNetworkMacvlan (18.61s) [2020-12-11T19:17:23.357Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2020-12-11T19:17:23.357Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2020-12-11T19:17:23.357Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.20s) [2020-12-11T19:17:23.357Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.04s) [2020-12-11T19:17:23.357Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.74s) [2020-12-11T19:17:23.357Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.32s) [2020-12-11T19:17:23.357Z] PASS [2020-12-11T19:17:23.357Z] [2020-12-11T19:17:23.357Z] DONE 8 tests in 21.021s [2020-12-11T19:17:23.357Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-12-11T19:17:23.357Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:17:23.357Z] ++ set -e [2020-12-11T19:17:23.357Z] ++ '[' -n 0 ']' [2020-12-11T19:17:23.357Z] ++ set -x [2020-12-11T19:17:23.357Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:17:23.357Z] testing: warning: no tests to run [2020-12-11T19:17:23.357Z] PASS [2020-12-11T19:17:23.357Z] [2020-12-11T19:17:23.357Z] DONE 0 tests in 0.026s [2020-12-11T19:17:23.357Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-12-11T19:17:23.357Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:17:23.357Z] ++ set -e [2020-12-11T19:17:23.357Z] ++ '[' -n 0 ']' [2020-12-11T19:17:23.357Z] ++ set -x [2020-12-11T19:17:23.357Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:17:23.357Z] INFO: Testing against a local daemon [2020-12-11T19:17:23.357Z] === RUN TestAuthZPluginAllowRequest [2020-12-11T19:17:23.716Z] --- PASS: TestPauseStopPausedContainer (0.60s) [2020-12-11T19:17:23.716Z] === RUN TestPsFilter [2020-12-11T19:17:23.716Z] --- PASS: TestPsFilter (0.16s) [2020-12-11T19:17:23.716Z] === RUN TestRemoveContainerWithRemovedVolume [2020-12-11T19:17:24.351Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.51s) [2020-12-11T19:17:24.351Z] === RUN TestRemoveContainerWithVolume [2020-12-11T19:17:24.817Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-11T19:17:24.817Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-11T19:17:24.983Z] --- PASS: TestRemoveContainerWithVolume (0.55s) [2020-12-11T19:17:24.983Z] === RUN TestRemoveContainerRunning [2020-12-11T19:17:25.078Z] === RUN TestDockerSuite/TestBuildBlankName [2020-12-11T19:17:25.275Z] --- PASS: TestRemoveContainerRunning (0.52s) [2020-12-11T19:17:25.275Z] === RUN TestRemoveContainerForceRemoveRunning [2020-12-11T19:17:25.276Z] --- PASS: TestAuthZPluginAllowRequest (1.74s) [2020-12-11T19:17:25.277Z] === RUN TestAuthZPluginTLS [2020-12-11T19:17:25.339Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-12-11T19:17:25.600Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-12-11T19:17:25.850Z] --- PASS: TestAuthZPluginTLS (0.70s) [2020-12-11T19:17:25.850Z] === RUN TestAuthZPluginDenyRequest [2020-12-11T19:17:25.912Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.54s) [2020-12-11T19:17:25.912Z] === RUN TestRemoveInvalidContainer [2020-12-11T19:17:25.912Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-12-11T19:17:25.912Z] === RUN TestRenameLinkedContainer [2020-12-11T19:17:26.424Z] --- PASS: TestAuthZPluginDenyRequest (0.64s) [2020-12-11T19:17:26.424Z] === RUN TestAuthZPluginAPIDenyResponse [2020-12-11T19:17:26.997Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.64s) [2020-12-11T19:17:26.997Z] === RUN TestAuthZPluginDenyResponse [2020-12-11T19:17:27.517Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-12-11T19:17:27.517Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.90s) [2020-12-11T19:17:27.517Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.04s) [2020-12-11T19:17:27.517Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.50s) [2020-12-11T19:17:27.517Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.50s) [2020-12-11T19:17:27.517Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.52s) [2020-12-11T19:17:27.517Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.70s) [2020-12-11T19:17:27.517Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.33s) [2020-12-11T19:17:27.517Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.31s) [2020-12-11T19:17:27.517Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.78s) [2020-12-11T19:17:27.517Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.86s) [2020-12-11T19:17:27.517Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.56s) [2020-12-11T19:17:27.517Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.67s) [2020-12-11T19:17:27.517Z] === RUN TestCgroupNamespacesRun [2020-12-11T19:17:27.570Z] --- PASS: TestAuthZPluginDenyResponse (0.66s) [2020-12-11T19:17:27.570Z] === RUN TestAuthZPluginAllowEventStream [2020-12-11T19:17:27.778Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-12-11T19:17:27.987Z] --- PASS: TestRenameLinkedContainer (2.05s) [2020-12-11T19:17:27.988Z] === RUN TestRenameStoppedContainer [2020-12-11T19:17:28.618Z] --- PASS: TestRenameStoppedContainer (0.55s) [2020-12-11T19:17:28.619Z] === RUN TestRenameRunningContainerAndReuse [2020-12-11T19:17:29.487Z] --- PASS: TestAuthZPluginAllowEventStream (1.85s) [2020-12-11T19:17:29.487Z] === RUN TestAuthZPluginErrorResponse [2020-12-11T19:17:29.654Z] --- PASS: TestRenameRunningContainerAndReuse (1.06s) [2020-12-11T19:17:29.654Z] === RUN TestRenameInvalidName [2020-12-11T19:17:29.694Z] --- PASS: TestCgroupNamespacesRun (1.75s) [2020-12-11T19:17:29.694Z] === RUN TestCgroupNamespacesRunPrivileged [2020-12-11T19:17:29.694Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-12-11T19:17:30.061Z] --- PASS: TestAuthZPluginErrorResponse (0.65s) [2020-12-11T19:17:30.061Z] === RUN TestAuthZPluginErrorRequest [2020-12-11T19:17:30.288Z] --- PASS: TestRenameInvalidName (0.61s) [2020-12-11T19:17:30.288Z] === RUN TestRenameAnonymousContainer [2020-12-11T19:17:31.005Z] --- PASS: TestAuthZPluginErrorRequest (0.65s) [2020-12-11T19:17:31.005Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-12-11T19:17:31.081Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-12-11T19:17:31.342Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.06s) [2020-12-11T19:17:31.342Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-12-11T19:17:31.580Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.67s) [2020-12-11T19:17:31.580Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-12-11T19:17:31.756Z] --- PASS: TestServiceUpdatePidsLimit (18.04s) [2020-12-11T19:17:31.756Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.91s) [2020-12-11T19:17:31.756Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.24s) [2020-12-11T19:17:31.756Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.24s) [2020-12-11T19:17:31.756Z] PASS [2020-12-11T19:17:31.756Z] [2020-12-11T19:17:31.756Z] === Skipped [2020-12-11T19:17:31.756Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.01s) [2020-12-11T19:17:31.756Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-12-11T19:17:31.756Z] [2020-12-11T19:17:31.756Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-12-11T19:17:31.756Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:17:31.756Z] [2020-12-11T19:17:31.756Z] [2020-12-11T19:17:31.756Z] DONE 27 tests, 2 skipped in 178.076s [2020-12-11T19:17:31.756Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-12-11T19:17:31.756Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:17:31.756Z] ++ set -e [2020-12-11T19:17:31.756Z] ++ '[' -n 0 ']' [2020-12-11T19:17:31.756Z] ++ set -x [2020-12-11T19:17:31.756Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-12-11T19:17:31.756Z] INFO: Testing against a local daemon [2020-12-11T19:17:31.756Z] === RUN TestSessionCreate [2020-12-11T19:17:31.756Z] --- PASS: TestSessionCreate (0.02s) [2020-12-11T19:17:31.756Z] === RUN TestSessionCreateWithBadUpgrade [2020-12-11T19:17:31.756Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-12-11T19:17:31.756Z] PASS [2020-12-11T19:17:31.756Z] [2020-12-11T19:17:31.756Z] DONE 2 tests in 0.198s [2020-12-11T19:17:31.756Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-12-11T19:17:31.756Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:17:31.756Z] ++ set -e [2020-12-11T19:17:31.756Z] ++ '[' -n 0 ']' [2020-12-11T19:17:31.756Z] ++ set -x [2020-12-11T19:17:31.756Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-12-11T19:17:31.756Z] INFO: Testing against a local daemon [2020-12-11T19:17:31.756Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-12-11T19:17:31.756Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-11T19:17:31.756Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-12-11T19:17:31.756Z] === RUN TestEventsExecDie [2020-12-11T19:17:32.046Z] --- PASS: TestEventsExecDie (0.97s) [2020-12-11T19:17:32.046Z] === RUN TestEventsBackwardsCompatible [2020-12-11T19:17:32.046Z] --- PASS: TestEventsBackwardsCompatible (0.12s) [2020-12-11T19:17:32.046Z] === RUN TestInfoBinaryCommits [2020-12-11T19:17:32.046Z] --- PASS: TestInfoBinaryCommits (0.01s) [2020-12-11T19:17:32.046Z] === RUN TestInfoAPIVersioned [2020-12-11T19:17:32.046Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-12-11T19:17:32.046Z] === RUN TestInfoDiscoveryBackend [2020-12-11T19:17:32.357Z] --- PASS: TestRenameAnonymousContainer (1.95s) [2020-12-11T19:17:32.357Z] === RUN TestRenameContainerWithSameName [2020-12-11T19:17:32.650Z] --- PASS: TestRenameContainerWithSameName (0.53s) [2020-12-11T19:17:32.650Z] === RUN TestRenameContainerWithLinkedContainer [2020-12-11T19:17:32.674Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-12-11T19:17:32.674Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-12-11T19:17:33.258Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-12-11T19:17:33.258Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.79s) [2020-12-11T19:17:33.258Z] === RUN TestCgroupNamespacesRunHostMode [2020-12-11T19:17:33.519Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-12-11T19:17:33.685Z] --- PASS: TestRenameContainerWithLinkedContainer (1.04s) [2020-12-11T19:17:33.685Z] === RUN TestResize [2020-12-11T19:17:33.704Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-12-11T19:17:33.704Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-12-11T19:17:34.129Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.28s) [2020-12-11T19:17:34.129Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-12-11T19:17:34.318Z] --- PASS: TestResize (0.59s) [2020-12-11T19:17:34.318Z] === RUN TestResizeWithInvalidSize [2020-12-11T19:17:34.357Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-12-11T19:17:34.358Z] === RUN TestInfoAPI [2020-12-11T19:17:34.358Z] --- PASS: TestInfoAPI (0.02s) [2020-12-11T19:17:34.358Z] === RUN TestInfoAPIWarnings [2020-12-11T19:17:34.908Z] --- PASS: TestCgroupNamespacesRunHostMode (1.75s) [2020-12-11T19:17:34.908Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-12-11T19:17:34.973Z] --- PASS: TestResizeWithInvalidSize (0.56s) [2020-12-11T19:17:34.973Z] === RUN TestResizeWhenContainerNotStarted [2020-12-11T19:17:35.268Z] --- PASS: TestResizeWhenContainerNotStarted (0.51s) [2020-12-11T19:17:35.268Z] === RUN TestDaemonRestartKillContainers [2020-12-11T19:17:35.268Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-11T19:17:35.268Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-11T19:17:35.268Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-11T19:17:35.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-11T19:17:35.269Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-11T19:17:35.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-11T19:17:35.269Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-11T19:17:35.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-11T19:17:35.269Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-11T19:17:35.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-11T19:17:35.269Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-11T19:17:35.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-11T19:17:35.269Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-11T19:17:35.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-11T19:17:35.269Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-11T19:17:35.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-11T19:17:35.269Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:17:35.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:17:35.269Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:17:35.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:17:35.269Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:17:35.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:17:35.269Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:17:35.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:17:35.269Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-11T19:17:35.269Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-11T19:17:35.269Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-11T19:17:35.269Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-11T19:17:35.481Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-12-11T19:17:36.045Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.30s) [2020-12-11T19:17:36.046Z] === RUN TestAuthZPluginHeader [2020-12-11T19:17:36.052Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-12-11T19:17:36.624Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.76s) [2020-12-11T19:17:36.625Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-12-11T19:17:36.991Z] --- PASS: TestAuthZPluginHeader (1.01s) [2020-12-11T19:17:36.991Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-12-11T19:17:36.991Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-12-11T19:17:36.991Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:17:36.991Z] === RUN TestAuthZPluginV2Disable [2020-12-11T19:17:36.991Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-12-11T19:17:36.991Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:17:36.991Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-12-11T19:17:36.991Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-12-11T19:17:36.991Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:17:36.991Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-12-11T19:17:36.991Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-12-11T19:17:36.991Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:17:36.991Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-12-11T19:17:38.025Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-11T19:17:38.025Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:17:38.322Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-11T19:17:38.616Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:17:39.173Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.29s) [2020-12-11T19:17:39.173Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-12-11T19:17:39.173Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-12-11T19:17:40.117Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.06s) [2020-12-11T19:17:40.117Z] === RUN TestCgroupNamespacesRunOlderClient [2020-12-11T19:17:40.140Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-11T19:17:40.140Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-11T19:17:40.436Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-11T19:17:40.692Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-12-11T19:17:41.494Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-11T19:17:42.080Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.90s) [2020-12-11T19:17:42.080Z] === RUN TestKernelTCPMemory [2020-12-11T19:17:43.473Z] --- PASS: TestKernelTCPMemory (1.42s) [2020-12-11T19:17:43.473Z] === RUN TestNISDomainname [2020-12-11T19:17:43.566Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-12-11T19:17:43.566Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.65s) [2020-12-11T19:17:43.566Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.75s) [2020-12-11T19:17:43.566Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.88s) [2020-12-11T19:17:43.566Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.37s) [2020-12-11T19:17:43.566Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.76s) [2020-12-11T19:17:43.566Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.80s) [2020-12-11T19:17:43.566Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.73s) [2020-12-11T19:17:43.566Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.55s) [2020-12-11T19:17:43.566Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.77s) [2020-12-11T19:17:43.566Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.42s) [2020-12-11T19:17:43.566Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.35s) [2020-12-11T19:17:43.566Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.01s) [2020-12-11T19:17:43.566Z] === RUN TestCgroupNamespacesRun [2020-12-11T19:17:44.417Z] --- PASS: TestNISDomainname (0.93s) [2020-12-11T19:17:44.417Z] === RUN TestHostnameDnsResolution [2020-12-11T19:17:44.575Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-12-11T19:17:44.575Z] Copying nested executables into bundles/binary-daemon [2020-12-11T19:17:44.679Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-12-11T19:17:45.075Z] --- PASS: TestCgroupNamespacesRun (1.38s) [2020-12-11T19:17:45.075Z] === RUN TestCgroupNamespacesRunPrivileged [2020-12-11T19:17:45.146Z] [2020-12-11T19:17:46.070Z] --- PASS: TestHostnameDnsResolution (1.69s) [2020-12-11T19:17:46.070Z] === RUN TestStats [2020-12-11T19:17:46.580Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.39s) [2020-12-11T19:17:46.580Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-12-11T19:17:47.620Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.39s) [2020-12-11T19:17:47.620Z] === RUN TestCgroupNamespacesRunHostMode [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-12-11T19:17:48.041Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41783/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d -e DOCKER_GRAPHDRIVER docker:5fd8d701ceff35235fc447ca9433b44f855d688d hack/make.sh cross [2020-12-11T19:17:48.306Z] [2020-12-11T19:17:48.566Z] Removing bundles/ [2020-12-11T19:17:48.566Z] [2020-12-11T19:17:48.566Z] ---> Making bundle: cross (in bundles/cross) [2020-12-11T19:17:48.566Z] Cross building: bundles/cross/linux/amd64 [2020-12-11T19:17:48.566Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-12-11T19:17:48.566Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-12-11T19:17:49.133Z] --- PASS: TestCgroupNamespacesRunHostMode (1.38s) [2020-12-11T19:17:49.133Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-12-11T19:17:49.377Z] --- PASS: TestStats (3.26s) [2020-12-11T19:17:49.377Z] === RUN TestStopContainerWithTimeout [2020-12-11T19:17:49.377Z] === RUN TestStopContainerWithTimeout/0 [2020-12-11T19:17:49.377Z] === PAUSE TestStopContainerWithTimeout/0 [2020-12-11T19:17:49.377Z] === RUN TestStopContainerWithTimeout/1 [2020-12-11T19:17:49.377Z] === PAUSE TestStopContainerWithTimeout/1 [2020-12-11T19:17:49.377Z] === RUN TestStopContainerWithTimeout/3 [2020-12-11T19:17:49.377Z] === PAUSE TestStopContainerWithTimeout/3 [2020-12-11T19:17:49.377Z] === RUN TestStopContainerWithTimeout/-1 [2020-12-11T19:17:49.377Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-12-11T19:17:49.377Z] === CONT TestStopContainerWithTimeout/0 [2020-12-11T19:17:49.377Z] === CONT TestStopContainerWithTimeout/3 [2020-12-11T19:17:49.639Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-12-11T19:17:50.586Z] === CONT TestStopContainerWithTimeout/-1 [2020-12-11T19:17:50.643Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.36s) [2020-12-11T19:17:50.643Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-12-11T19:17:51.680Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.35s) [2020-12-11T19:17:51.680Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-12-11T19:17:51.972Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-12-11T19:17:52.545Z] === CONT TestStopContainerWithTimeout/1 [2020-12-11T19:17:52.719Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.81s) [2020-12-11T19:17:52.719Z] === RUN TestCgroupNamespacesRunOlderClient [2020-12-11T19:17:52.910Z] --- PASS: TestInfoAPIWarnings (16.25s) [2020-12-11T19:17:52.910Z] === RUN TestInfoDebug [2020-12-11T19:17:52.910Z] --- PASS: TestInfoDebug (0.52s) [2020-12-11T19:17:52.910Z] === RUN TestInfoInsecureRegistries [2020-12-11T19:17:52.910Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-12-11T19:17:52.910Z] === RUN TestInfoRegistryMirrors [2020-12-11T19:17:52.910Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-12-11T19:17:52.910Z] === RUN TestLoginFailsWithBadCredentials [2020-12-11T19:17:52.910Z] --- PASS: TestLoginFailsWithBadCredentials (0.28s) [2020-12-11T19:17:52.910Z] === RUN TestPingCacheHeaders [2020-12-11T19:17:52.910Z] --- PASS: TestPingCacheHeaders (0.01s) [2020-12-11T19:17:52.910Z] === RUN TestPingGet [2020-12-11T19:17:52.910Z] --- PASS: TestPingGet (0.01s) [2020-12-11T19:17:52.910Z] === RUN TestPingHead [2020-12-11T19:17:52.910Z] --- PASS: TestPingHead (0.01s) [2020-12-11T19:17:52.910Z] === RUN TestVersion [2020-12-11T19:17:52.910Z] --- PASS: TestVersion (0.02s) [2020-12-11T19:17:52.910Z] PASS [2020-12-11T19:17:52.910Z] [2020-12-11T19:17:52.910Z] === Skipped [2020-12-11T19:17:52.910Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-11T19:17:52.910Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-12-11T19:17:52.910Z] [2020-12-11T19:17:52.910Z] [2020-12-11T19:17:52.910Z] DONE 18 tests, 1 skipped in 21.475s [2020-12-11T19:17:52.910Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-12-11T19:17:52.910Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:17:52.910Z] ++ set -e [2020-12-11T19:17:52.910Z] ++ '[' -n 0 ']' [2020-12-11T19:17:52.910Z] ++ set -x [2020-12-11T19:17:52.910Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:17:52.910Z] INFO: Testing against a local daemon [2020-12-11T19:17:52.910Z] === RUN TestVolumesCreateAndList [2020-12-11T19:17:52.910Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-12-11T19:17:52.910Z] === RUN TestVolumesRemove [2020-12-11T19:17:52.910Z] --- PASS: TestVolumesRemove (0.10s) [2020-12-11T19:17:52.910Z] === RUN TestVolumesInspect [2020-12-11T19:17:52.910Z] --- PASS: TestVolumesInspect (0.01s) [2020-12-11T19:17:52.910Z] === RUN TestVolumesInvalidJSON [2020-12-11T19:17:52.910Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-12-11T19:17:52.910Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-12-11T19:17:52.910Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-12-11T19:17:52.910Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-12-11T19:17:52.910Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2020-12-11T19:17:52.910Z] PASS [2020-12-11T19:17:52.910Z] [2020-12-11T19:17:52.910Z] DONE 5 tests in 0.271s [2020-12-11T19:17:52.910Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-12-11T19:17:52.910Z] ++++ cat bundles/test-integration/docker.pid [2020-12-11T19:17:52.910Z] +++ kill 12190 [2020-12-11T19:17:53.133Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-12-11T19:17:54.229Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.40s) [2020-12-11T19:17:54.229Z] === RUN TestKernelTCPMemory [2020-12-11T19:17:54.412Z] +++ /etc/init.d/apparmor stop [2020-12-11T19:17:54.412Z] Leaving: AppArmorNo profiles have been unloaded. [2020-12-11T19:17:54.412Z] [2020-12-11T19:17:54.412Z] Unloading profiles will leave already running processes permanently [2020-12-11T19:17:54.412Z] unconfined, which can lead to unexpected situations. [2020-12-11T19:17:54.412Z] [2020-12-11T19:17:54.412Z] To set a process to complain mode, use the command line tool [2020-12-11T19:17:54.412Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-12-11T19:17:54.412Z] +++ true [2020-12-11T19:17:54.412Z] exiting test-integration [2020-12-11T19:17:54.412Z] ++ exit 0 [2020-12-11T19:17:54.412Z] [2020-12-11T19:17:54.521Z] --- PASS: TestKernelTCPMemory (0.60s) [2020-12-11T19:17:54.521Z] === RUN TestNISDomainname [2020-12-11T19:17:54.551Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-12-11T19:17:54.551Z] --- PASS: TestStopContainerWithTimeout/0 (1.21s) [2020-12-11T19:17:54.551Z] --- PASS: TestStopContainerWithTimeout/3 (3.14s) [2020-12-11T19:17:54.551Z] --- PASS: TestStopContainerWithTimeout/-1 (2.87s) [2020-12-11T19:17:54.551Z] --- PASS: TestStopContainerWithTimeout/1 (1.82s) [2020-12-11T19:17:54.551Z] === RUN TestDeleteDevicemapper [2020-12-11T19:17:54.551Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-12-11T19:17:54.551Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-12-11T19:17:54.551Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-12-11T19:17:55.115Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.14s) [2020-12-11T19:17:55.115Z] PASS [2020-12-11T19:17:55.115Z] [2020-12-11T19:17:55.115Z] === Skipped [2020-12-11T19:17:55.115Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-12-11T19:17:55.115Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:17:55.115Z] [2020-12-11T19:17:55.115Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-12-11T19:17:55.115Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:17:55.115Z] [2020-12-11T19:17:55.115Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-12-11T19:17:55.115Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:17:55.115Z] [2020-12-11T19:17:55.115Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-12-11T19:17:55.115Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:17:55.115Z] [2020-12-11T19:17:55.115Z] [2020-12-11T19:17:55.115Z] DONE 17 tests, 4 skipped in 32.130s [2020-12-11T19:17:55.155Z] --- PASS: TestNISDomainname (0.66s) [2020-12-11T19:17:55.155Z] === RUN TestHostnameDnsResolution [2020-12-11T19:17:55.377Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-12-11T19:17:55.377Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:17:55.377Z] ++ set -e [2020-12-11T19:17:55.377Z] ++ '[' -n 0 ']' [2020-12-11T19:17:55.377Z] ++ set -x [2020-12-11T19:17:55.377Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:17:55.638Z] INFO: Testing against a local daemon [2020-12-11T19:17:55.638Z] === RUN TestPluginInvalidJSON [2020-12-11T19:17:55.638Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-12-11T19:17:55.638Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-12-11T19:17:55.638Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-12-11T19:17:55.638Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-12-11T19:17:55.638Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-12-11T19:17:55.638Z] === RUN TestPluginInstall [2020-12-11T19:17:55.638Z] === RUN TestPluginInstall/no_auth [2020-12-11T19:17:56.190Z] --- PASS: TestHostnameDnsResolution (0.82s) [2020-12-11T19:17:56.190Z] === RUN TestStats [2020-12-11T19:17:56.469Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion Post stage [Pipeline] junit [2020-12-11T19:17:56.544Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-12-11T19:17:57.042Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.63s) [2020-12-11T19:17:57.042Z] === RUN TestUpdateMemory [2020-12-11T19:17:57.042Z] --- SKIP: TestUpdateMemory (0.00s) [2020-12-11T19:17:57.042Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-12-11T19:17:57.042Z] === RUN TestUpdateCPUQuota [2020-12-11T19:17:57.342Z] + echo Ensuring container killed. [2020-12-11T19:17:57.342Z] Ensuring container killed. [2020-12-11T19:17:57.342Z] + docker rm -vf docker-pr1 [2020-12-11T19:17:57.342Z] Error: No such container: docker-pr1 [2020-12-11T19:17:57.342Z] + true [Pipeline] sh [2020-12-11T19:17:57.720Z] + echo Chowning /workspace to jenkins user [2020-12-11T19:17:57.720Z] Chowning /workspace to jenkins user [2020-12-11T19:17:57.720Z] + id -u [2020-12-11T19:17:57.720Z] + id -g [2020-12-11T19:17:57.720Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41783:/workspace busybox chown -R 1001:1001 /workspace [2020-12-11T19:17:57.720Z] Unable to find image 'busybox:latest' locally [2020-12-11T19:17:57.986Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-12-11T19:17:58.011Z] latest: Pulling from library/busybox [2020-12-11T19:17:58.011Z] 93035723f9e5: Pulling fs layer [2020-12-11T19:17:58.189Z] time="2020-12-11T19:17:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:17:58.189Z] time="2020-12-11T19:17:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6d89425c91f16ac5308a66378786736f8b8a1a7852e66862002fcece9c162353" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-11T19:17:58.189Z] time="2020-12-11T19:17:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:17:58.189Z] time="2020-12-11T19:17:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6d89425c91f16ac5308a66378786736f8b8a1a7852e66862002fcece9c162353" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-11T19:17:58.189Z] === RUN TestPluginInstall/with_htpasswd [2020-12-11T19:17:58.247Z] --- PASS: TestUpdateCPUQuota (1.38s) [2020-12-11T19:17:58.247Z] === RUN TestUpdatePidsLimit [2020-12-11T19:17:58.247Z] === RUN TestUpdatePidsLimit/update_from_none [2020-12-11T19:17:58.301Z] 93035723f9e5: Verifying Checksum [2020-12-11T19:17:58.301Z] 93035723f9e5: Download complete [2020-12-11T19:17:58.820Z] === RUN TestUpdatePidsLimit/no_change [2020-12-11T19:17:58.917Z] --- PASS: TestStats (2.54s) [2020-12-11T19:17:58.917Z] === RUN TestStopContainerWithTimeout [2020-12-11T19:17:58.917Z] === RUN TestStopContainerWithTimeout/0 [2020-12-11T19:17:58.917Z] === PAUSE TestStopContainerWithTimeout/0 [2020-12-11T19:17:58.917Z] === RUN TestStopContainerWithTimeout/1 [2020-12-11T19:17:58.917Z] === PAUSE TestStopContainerWithTimeout/1 [2020-12-11T19:17:58.917Z] === RUN TestStopContainerWithTimeout/3 [2020-12-11T19:17:58.917Z] === PAUSE TestStopContainerWithTimeout/3 [2020-12-11T19:17:58.917Z] === RUN TestStopContainerWithTimeout/-1 [2020-12-11T19:17:58.917Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-12-11T19:17:58.917Z] === CONT TestStopContainerWithTimeout/0 [2020-12-11T19:17:58.917Z] === CONT TestStopContainerWithTimeout/1 [2020-12-11T19:17:58.917Z] === CONT TestStopContainerWithTimeout/3 [2020-12-11T19:17:58.917Z] === CONT TestStopContainerWithTimeout/-1 [2020-12-11T19:17:58.937Z] 93035723f9e5: Pull complete [2020-12-11T19:17:58.937Z] Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678 [2020-12-11T19:17:58.937Z] Status: Downloaded newer image for busybox:latest [2020-12-11T19:17:59.082Z] === RUN TestUpdatePidsLimit/update_lower [2020-12-11T19:17:59.134Z] time="2020-12-11T19:17:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:17:59.134Z] time="2020-12-11T19:17:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fe6f5279aa47c80877937c5bfb1cc8b41abeb2b83df29f2fe7a4d290ab2bafcb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-11T19:17:59.134Z] time="2020-12-11T19:17:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:17:59.134Z] time="2020-12-11T19:17:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fe6f5279aa47c80877937c5bfb1cc8b41abeb2b83df29f2fe7a4d290ab2bafcb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-11T19:17:59.344Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-12-11T19:17:59.395Z] === RUN TestPluginInstall/with_insecure [2020-12-11T19:17:59.605Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-12-11T19:17:59.868Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-12-11T19:18:00.442Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-12-11T19:18:00.703Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-12-11T19:18:00.703Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-12-11T19:18:00.783Z] time="2020-12-11T19:18:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:18:00.783Z] time="2020-12-11T19:18:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:249c4332ba280bbfedc03c61aa78cc2294352a8751a30c7b7dc89bc2d577bbb4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-11T19:18:00.783Z] time="2020-12-11T19:18:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:18:00.783Z] time="2020-12-11T19:18:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:249c4332ba280bbfedc03c61aa78cc2294352a8751a30c7b7dc89bc2d577bbb4" mediatype=application/vnd.docker.plugin.v1+json size=522 [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-12-11T19:18:01.045Z] --- PASS: TestPluginInstall (5.63s) [2020-12-11T19:18:01.045Z] --- PASS: TestPluginInstall/no_auth (2.65s) [2020-12-11T19:18:01.045Z] --- PASS: TestPluginInstall/with_htpasswd (1.23s) [2020-12-11T19:18:01.045Z] --- PASS: TestPluginInstall/with_insecure (1.75s) [2020-12-11T19:18:01.045Z] plugin_test.go:157: [dce7c91aeddf0] daemon is not started [2020-12-11T19:18:01.045Z] PASS [2020-12-11T19:18:01.306Z] [2020-12-11T19:18:01.306Z] DONE 6 tests in 5.844s [2020-12-11T19:18:01.306Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-12-11T19:18:01.306Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:18:01.306Z] ++ set -e [2020-12-11T19:18:01.306Z] ++ '[' -n 0 ']' [2020-12-11T19:18:01.306Z] ++ set -x [2020-12-11T19:18:01.306Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:18:01.306Z] INFO: Testing against a local daemon [2020-12-11T19:18:01.306Z] === RUN TestExternalGraphDriver [2020-12-11T19:18:01.403Z] + bundleName=s390x-integration [2020-12-11T19:18:01.403Z] + echo Creating s390x-integration-bundles.tar.gz [2020-12-11T19:18:01.403Z] Creating s390x-integration-bundles.tar.gz [2020-12-11T19:18:01.403Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-12-11T19:18:01.403Z] + xargs tar -czf s390x-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-12-11T19:18:01.446Z] Archiving artifacts [2020-12-11T19:18:01.567Z] === RUN TestExternalGraphDriver/json [2020-12-11T19:18:01.806Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41783/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-12-11T19:18:02.092Z] --- PASS: TestUpdatePidsLimit (3.75s) [2020-12-11T19:18:02.092Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.40s) [2020-12-11T19:18:02.092Z] --- PASS: TestUpdatePidsLimit/no_change (0.34s) [2020-12-11T19:18:02.092Z] --- PASS: TestUpdatePidsLimit/update_lower (0.42s) [2020-12-11T19:18:02.092Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.42s) [2020-12-11T19:18:02.092Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.46s) [2020-12-11T19:18:02.092Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s) [2020-12-11T19:18:02.092Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.40s) [2020-12-11T19:18:02.092Z] === RUN TestUpdateRestartPolicy [2020-12-11T19:18:02.092Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-12-11T19:18:02.181Z] + make clean [2020-12-11T19:18:02.432Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-12-11T19:18:02.432Z] --- PASS: TestStopContainerWithTimeout/0 (0.92s) [2020-12-11T19:18:02.432Z] --- PASS: TestStopContainerWithTimeout/1 (1.97s) [2020-12-11T19:18:02.432Z] --- PASS: TestStopContainerWithTimeout/3 (3.02s) [2020-12-11T19:18:02.432Z] --- PASS: TestStopContainerWithTimeout/-1 (3.15s) [2020-12-11T19:18:02.432Z] === RUN TestDeleteDevicemapper [2020-12-11T19:18:02.432Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-12-11T19:18:02.432Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-12-11T19:18:02.432Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-12-11T19:18:02.470Z] docker volume rm -f docker-dev-cache [2020-12-11T19:18:02.665Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-12-11T19:18:02.760Z] docker-dev-cache [Pipeline] deleteDir [2020-12-11T19:18:03.948Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.88s) [2020-12-11T19:18:03.948Z] === RUN TestUpdateMemory [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-11T19:18:04.118Z] === RUN TestExternalGraphDriver/spec [2020-12-11T19:18:04.581Z] --- PASS: TestUpdateMemory (0.71s) [2020-12-11T19:18:04.581Z] === RUN TestUpdateCPUQuota [2020-12-11T19:18:04.585Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-12-11T19:18:05.212Z] --- PASS: TestUpdateCPUQuota (0.91s) [2020-12-11T19:18:05.212Z] === RUN TestUpdatePidsLimit [2020-12-11T19:18:05.212Z] === RUN TestUpdatePidsLimit/update_from_none [2020-12-11T19:18:05.505Z] === RUN TestUpdatePidsLimit/no_change [2020-12-11T19:18:05.529Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-12-11T19:18:05.796Z] === RUN TestUpdatePidsLimit/update_lower [2020-12-11T19:18:06.090Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-12-11T19:18:06.100Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-12-11T19:18:06.382Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-12-11T19:18:06.668Z] === RUN TestExternalGraphDriver/pull [2020-12-11T19:18:06.674Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-12-11T19:18:06.674Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-12-11T19:18:07.043Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-12-11T19:18:07.708Z] --- PASS: TestUpdatePidsLimit (2.35s) [2020-12-11T19:18:07.708Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.24s) [2020-12-11T19:18:07.708Z] --- PASS: TestUpdatePidsLimit/no_change (0.24s) [2020-12-11T19:18:07.708Z] --- PASS: TestUpdatePidsLimit/update_lower (0.26s) [2020-12-11T19:18:07.708Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.24s) [2020-12-11T19:18:07.708Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.24s) [2020-12-11T19:18:07.708Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.26s) [2020-12-11T19:18:07.708Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.25s) [2020-12-11T19:18:07.708Z] === RUN TestUpdateRestartPolicy [2020-12-11T19:18:08.967Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-12-11T19:18:09.220Z] --- PASS: TestExternalGraphDriver (7.73s) [2020-12-11T19:18:09.220Z] --- PASS: TestExternalGraphDriver/json (2.52s) [2020-12-11T19:18:09.220Z] --- PASS: TestExternalGraphDriver/spec (2.73s) [2020-12-11T19:18:09.220Z] --- PASS: TestExternalGraphDriver/pull (2.36s) [2020-12-11T19:18:09.220Z] === RUN TestGraphdriverPluginV2 [2020-12-11T19:18:09.220Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2020-12-11T19:18:09.220Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:18:09.220Z] PASS [2020-12-11T19:18:09.220Z] [2020-12-11T19:18:09.220Z] === Skipped [2020-12-11T19:18:09.220Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2020-12-11T19:18:09.220Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:18:09.220Z] [2020-12-11T19:18:09.220Z] [2020-12-11T19:18:09.220Z] DONE 5 tests, 1 skipped in 7.933s [2020-12-11T19:18:09.220Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-12-11T19:18:09.220Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:18:09.220Z] ++ set -e [2020-12-11T19:18:09.220Z] ++ '[' -n 0 ']' [2020-12-11T19:18:09.220Z] ++ set -x [2020-12-11T19:18:09.221Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-12-11T19:18:09.221Z] INFO: Testing against a local daemon [2020-12-11T19:18:09.221Z] === RUN TestContinueAfterPluginCrash [2020-12-11T19:18:09.221Z] === PAUSE TestContinueAfterPluginCrash [2020-12-11T19:18:09.221Z] === RUN TestReadPluginNoRead [2020-12-11T19:18:09.221Z] === PAUSE TestReadPluginNoRead [2020-12-11T19:18:09.221Z] === RUN TestDaemonStartWithLogOpt [2020-12-11T19:18:09.221Z] === PAUSE TestDaemonStartWithLogOpt [2020-12-11T19:18:09.221Z] === CONT TestContinueAfterPluginCrash [2020-12-11T19:18:09.221Z] === CONT TestDaemonStartWithLogOpt [2020-12-11T19:18:09.221Z] === CONT TestReadPluginNoRead [2020-12-11T19:18:10.884Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-12-11T19:18:10.931Z] aa4f58cd6da1: Pull complete [2020-12-11T19:18:10.931Z] Digest: sha256:0030f755ca84ec601a080df3b47f281896d90ec7cf42bb95af04bd118511e9da [2020-12-11T19:18:10.931Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-11T19:18:10.931Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-12-11T19:18:10.931Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-12-11T19:18:10.931Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1637' [2020-12-11T19:18:10.931Z] WARN: Skipping validation tests [2020-12-11T19:18:10.931Z] INFO: Running unit tests at 12/11/2020 19:18:06... [2020-12-11T19:18:10.931Z] INFO: make.ps1 starting at 12/11/2020 19:18:10 [2020-12-11T19:18:11.395Z] INFO: Git commit (5fd8d701ce) assumed from DOCKER_GITCOMMIT environment variable [2020-12-11T19:18:11.395Z] INFO: Invoking autogen... [2020-12-11T19:18:11.828Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-12-11T19:18:11.862Z] INFO: Running unit tests... [2020-12-11T19:18:12.774Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-12-11T19:18:13.720Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-12-11T19:18:14.294Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-12-11T19:18:14.529Z] === RUN TestReadPluginNoRead/default [2020-12-11T19:18:14.529Z] --- PASS: TestDaemonStartWithLogOpt (4.83s) [2020-12-11T19:18:14.868Z] --- PASS: TestUpdateRestartPolicy (12.92s) [2020-12-11T19:18:14.868Z] === RUN TestUpdateRestartWithAutoRemove [2020-12-11T19:18:15.474Z] === RUN TestReadPluginNoRead/disabled_caching [2020-12-11T19:18:15.813Z] --- PASS: TestUpdateRestartWithAutoRemove (0.69s) [2020-12-11T19:18:15.814Z] === RUN TestWaitNonBlocked [2020-12-11T19:18:15.814Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-11T19:18:15.814Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-11T19:18:15.814Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-11T19:18:15.814Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-11T19:18:15.814Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-11T19:18:15.814Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-11T19:18:17.204Z] --- PASS: TestWaitNonBlocked (0.05s) [2020-12-11T19:18:17.204Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.41s) [2020-12-11T19:18:17.204Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.47s) [2020-12-11T19:18:17.204Z] === RUN TestWaitBlocked [2020-12-11T19:18:17.204Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-11T19:18:17.204Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-11T19:18:17.204Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-12-11T19:18:17.204Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-12-11T19:18:17.204Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-11T19:18:17.204Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-12-11T19:18:17.392Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-12-11T19:18:18.594Z] --- PASS: TestWaitBlocked (0.02s) [2020-12-11T19:18:18.594Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.05s) [2020-12-11T19:18:18.594Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.17s) [2020-12-11T19:18:18.594Z] === CONT TestContainerStartOnDaemonRestart [2020-12-11T19:18:18.594Z] === CONT TestContainerKillOnDaemonStart [2020-12-11T19:18:18.594Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-12-11T19:18:19.310Z] --- PASS: TestReadPluginNoRead (9.76s) [2020-12-11T19:18:19.310Z] --- PASS: TestReadPluginNoRead/default (1.84s) [2020-12-11T19:18:19.310Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.79s) [2020-12-11T19:18:19.310Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.85s) [2020-12-11T19:18:19.310Z] read_test.go:92: [d929db95919c0] daemon is not started [2020-12-11T19:18:19.572Z] --- PASS: TestContinueAfterPluginCrash (10.13s) [2020-12-11T19:18:19.572Z] PASS [2020-12-11T19:18:19.572Z] [2020-12-11T19:18:19.572Z] DONE 6 tests in 10.295s [2020-12-11T19:18:19.572Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-12-11T19:18:19.572Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:18:19.572Z] ++ set -e [2020-12-11T19:18:19.572Z] ++ '[' -n 0 ']' [2020-12-11T19:18:19.572Z] ++ set -x [2020-12-11T19:18:19.572Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:18:19.573Z] testing: warning: no tests to run [2020-12-11T19:18:19.573Z] PASS [2020-12-11T19:18:19.573Z] [2020-12-11T19:18:19.573Z] DONE 0 tests in 0.065s [2020-12-11T19:18:19.573Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-12-11T19:18:19.573Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:18:19.573Z] ++ set -e [2020-12-11T19:18:19.573Z] ++ '[' -n 0 ']' [2020-12-11T19:18:19.573Z] ++ set -x [2020-12-11T19:18:19.573Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:18:19.835Z] INFO: Testing against a local daemon [2020-12-11T19:18:19.835Z] === RUN TestPluginWithDevMounts [2020-12-11T19:18:19.835Z] === PAUSE TestPluginWithDevMounts [2020-12-11T19:18:19.835Z] === CONT TestPluginWithDevMounts [2020-12-11T19:18:20.350Z] --- PASS: TestUpdateRestartPolicy (11.30s) [2020-12-11T19:18:20.350Z] === RUN TestUpdateRestartWithAutoRemove [2020-12-11T19:18:20.350Z] --- PASS: TestUpdateRestartWithAutoRemove (0.55s) [2020-12-11T19:18:20.350Z] === RUN TestWaitNonBlocked [2020-12-11T19:18:20.350Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-11T19:18:20.350Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-11T19:18:20.350Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-11T19:18:20.350Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-11T19:18:20.350Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-11T19:18:20.350Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-11T19:18:20.350Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-12-11T19:18:20.350Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.61s) [2020-12-11T19:18:20.350Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.67s) [2020-12-11T19:18:20.350Z] === RUN TestWaitBlocked [2020-12-11T19:18:20.350Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-11T19:18:20.350Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-11T19:18:20.350Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-12-11T19:18:20.350Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-12-11T19:18:20.350Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-11T19:18:20.350Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-12-11T19:18:20.992Z] --- PASS: TestWaitBlocked (0.03s) [2020-12-11T19:18:20.992Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.74s) [2020-12-11T19:18:20.992Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.82s) [2020-12-11T19:18:20.992Z] === CONT TestContainerStartOnDaemonRestart [2020-12-11T19:18:20.992Z] === CONT TestIpcModeOlderClient [2020-12-11T19:18:20.992Z] === CONT TestDaemonHostGatewayIP [2020-12-11T19:18:20.992Z] === CONT TestContainerKillOnDaemonStart [2020-12-11T19:18:21.150Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-12-11T19:18:21.287Z] --- PASS: TestIpcModeOlderClient (0.16s) [2020-12-11T19:18:21.287Z] === CONT TestDaemonRestartIpcMode [2020-12-11T19:18:22.094Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-12-11T19:18:22.094Z] --- PASS: TestContainerStartOnDaemonRestart (3.68s) [2020-12-11T19:18:22.094Z] === CONT TestDaemonHostGatewayIP [2020-12-11T19:18:22.251Z] 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 [2020-12-11T19:18:22.383Z] --- PASS: TestPluginWithDevMounts (2.19s) [2020-12-11T19:18:22.383Z] PASS [2020-12-11T19:18:22.383Z] [2020-12-11T19:18:22.383Z] DONE 1 tests in 2.383s [2020-12-11T19:18:22.383Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-12-11T19:18:22.383Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:18:22.383Z] ++ set -e [2020-12-11T19:18:22.383Z] ++ '[' -n 0 ']' [2020-12-11T19:18:22.383Z] ++ set -x [2020-12-11T19:18:22.383Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:18:22.383Z] INFO: Testing against a local daemon [2020-12-11T19:18:22.383Z] === RUN TestSecretInspect [2020-12-11T19:18:22.667Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-12-11T19:18:23.611Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-12-11T19:18:23.611Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-12-11T19:18:24.556Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-12-11T19:18:24.850Z] --- PASS: TestContainerStartOnDaemonRestart (3.72s) [2020-12-11T19:18:25.142Z] --- PASS: TestDaemonHostGatewayIP (4.06s) [2020-12-11T19:18:25.433Z] --- PASS: TestDaemonRestartIpcMode (4.22s) [2020-12-11T19:18:25.499Z] --- PASS: TestDaemonHostGatewayIP (3.40s) [2020-12-11T19:18:25.499Z] === CONT TestDaemonRestartIpcMode [2020-12-11T19:18:25.686Z] --- PASS: TestSecretInspect (3.21s) [2020-12-11T19:18:25.686Z] === RUN TestSecretList [2020-12-11T19:18:26.072Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-12-11T19:18:28.991Z] --- PASS: TestSecretList (3.20s) [2020-12-11T19:18:28.991Z] === RUN TestSecretsCreateAndDelete [2020-12-11T19:18:29.358Z] ? github.com/docker/docker/api [no test files] [2020-12-11T19:18:29.379Z] --- PASS: TestDaemonRestartIpcMode (3.50s) [2020-12-11T19:18:29.379Z] === CONT TestIpcModeOlderClient [2020-12-11T19:18:29.379Z] --- PASS: TestIpcModeOlderClient (0.08s) [2020-12-11T19:18:29.379Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-12-11T19:18:29.379Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-12-11T19:18:29.379Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-12-11T19:18:29.640Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-12-11T19:18:31.556Z] --- PASS: TestContainerKillOnDaemonStart (12.94s) [2020-12-11T19:18:31.556Z] PASS [2020-12-11T19:18:31.556Z] [2020-12-11T19:18:31.556Z] === Skipped [2020-12-11T19:18:31.556Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-12-11T19:18:31.556Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-11T19:18:31.556Z] [2020-12-11T19:18:31.556Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-12-11T19:18:31.556Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-11T19:18:31.556Z] [2020-12-11T19:18:31.556Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-12-11T19:18:31.556Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-11T19:18:31.556Z] [2020-12-11T19:18:31.556Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-12-11T19:18:31.556Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-12-11T19:18:31.556Z] [2020-12-11T19:18:31.556Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-12-11T19:18:31.556Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-12-11T19:18:31.556Z] [2020-12-11T19:18:31.556Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-12-11T19:18:31.556Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-12-11T19:18:31.556Z] [2020-12-11T19:18:31.556Z] [2020-12-11T19:18:31.556Z] DONE 195 tests, 6 skipped in 145.974s [2020-12-11T19:18:31.556Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-12-11T19:18:31.556Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:18:31.556Z] ++ set -e [2020-12-11T19:18:31.556Z] ++ '[' -n 0 ']' [2020-12-11T19:18:31.556Z] ++ set -x [2020-12-11T19:18:31.556Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:18:31.556Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-12-11T19:18:31.556Z] INFO: Testing against a local daemon [2020-12-11T19:18:31.556Z] === RUN TestCommitInheritsEnv [2020-12-11T19:18:32.129Z] --- PASS: TestCommitInheritsEnv (0.53s) [2020-12-11T19:18:32.129Z] === RUN TestImportExtremelyLargeImageWorks [2020-12-11T19:18:32.129Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-12-11T19:18:32.129Z] === RUN TestImagesFilterMultiReference [2020-12-11T19:18:32.129Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2020-12-11T19:18:32.129Z] === RUN TestImagePullPlatformInvalid [2020-12-11T19:18:32.129Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-12-11T19:18:32.129Z] === RUN TestRemoveImageOrphaning [2020-12-11T19:18:32.296Z] --- PASS: TestSecretsCreateAndDelete (3.26s) [2020-12-11T19:18:32.297Z] === RUN TestSecretsUpdate [2020-12-11T19:18:32.390Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-12-11T19:18:32.390Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-12-11T19:18:32.652Z] --- PASS: TestRemoveImageOrphaning (0.53s) [2020-12-11T19:18:32.652Z] === RUN TestRemoveImageGarbageCollector [2020-12-11T19:18:32.913Z] === RUN TestDockerSuite/TestBuildCmd [2020-12-11T19:18:33.486Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-12-11T19:18:33.899Z] --- PASS: TestContainerKillOnDaemonStart (12.83s) [2020-12-11T19:18:33.899Z] PASS [2020-12-11T19:18:33.899Z] [2020-12-11T19:18:33.899Z] === Skipped [2020-12-11T19:18:33.899Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-12-11T19:18:33.899Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-11T19:18:33.899Z] [2020-12-11T19:18:33.899Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-12-11T19:18:33.899Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-12-11T19:18:33.899Z] [2020-12-11T19:18:33.899Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-12-11T19:18:33.899Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-12-11T19:18:33.899Z] [2020-12-11T19:18:33.899Z] [2020-12-11T19:18:33.899Z] DONE 195 tests, 3 skipped in 110.402s [2020-12-11T19:18:33.899Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-12-11T19:18:33.899Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:18:33.899Z] ++ set -e [2020-12-11T19:18:33.899Z] ++ '[' -n 0 ']' [2020-12-11T19:18:33.899Z] ++ set -x [2020-12-11T19:18:33.899Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:18:33.899Z] INFO: Testing against a local daemon [2020-12-11T19:18:33.899Z] === RUN TestCommitInheritsEnv [2020-12-11T19:18:34.058Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-12-11T19:18:34.319Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-12-11T19:18:34.319Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-12-11T19:18:34.536Z] --- PASS: TestCommitInheritsEnv (0.36s) [2020-12-11T19:18:34.536Z] === RUN TestImportExtremelyLargeImageWorks [2020-12-11T19:18:34.536Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-12-11T19:18:34.536Z] === RUN TestImagesFilterMultiReference [2020-12-11T19:18:34.536Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2020-12-11T19:18:34.536Z] === RUN TestImagePullPlatformInvalid [2020-12-11T19:18:34.536Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-12-11T19:18:34.536Z] === RUN TestRemoveImageOrphaning [2020-12-11T19:18:34.829Z] --- PASS: TestRemoveImageOrphaning (0.32s) [2020-12-11T19:18:34.829Z] === RUN TestRemoveImageGarbageCollector [2020-12-11T19:18:34.829Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-12-11T19:18:34.829Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:18:34.829Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-12-11T19:18:34.829Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-12-11T19:18:34.829Z] === RUN TestTagInvalidReference [2020-12-11T19:18:34.829Z] --- PASS: TestTagInvalidReference (0.02s) [2020-12-11T19:18:34.829Z] === RUN TestTagValidPrefixedRepo [2020-12-11T19:18:34.829Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2020-12-11T19:18:34.829Z] === RUN TestTagExistedNameWithoutForce [2020-12-11T19:18:34.829Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-12-11T19:18:34.829Z] === RUN TestTagOfficialNames [2020-12-11T19:18:34.829Z] --- PASS: TestTagOfficialNames (0.04s) [2020-12-11T19:18:34.829Z] === RUN TestTagMatchesDigest [2020-12-11T19:18:34.829Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-12-11T19:18:34.829Z] === CONT TestImportExtremelyLargeImageWorks [2020-12-11T19:18:34.845Z] --- PASS: TestSecretsUpdate (2.73s) [2020-12-11T19:18:34.845Z] === RUN TestTemplatedSecret [2020-12-11T19:18:35.268Z] --- PASS: TestRemoveImageGarbageCollector (2.44s) [2020-12-11T19:18:35.268Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-12-11T19:18:35.268Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2020-12-11T19:18:35.268Z] === RUN TestTagInvalidReference [2020-12-11T19:18:35.268Z] --- PASS: TestTagInvalidReference (0.04s) [2020-12-11T19:18:35.268Z] === RUN TestTagValidPrefixedRepo [2020-12-11T19:18:35.268Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2020-12-11T19:18:35.268Z] === RUN TestTagExistedNameWithoutForce [2020-12-11T19:18:35.268Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-12-11T19:18:35.268Z] === RUN TestTagOfficialNames [2020-12-11T19:18:35.530Z] --- PASS: TestTagOfficialNames (0.07s) [2020-12-11T19:18:35.530Z] === RUN TestTagMatchesDigest [2020-12-11T19:18:35.530Z] --- PASS: TestTagMatchesDigest (0.04s) [2020-12-11T19:18:35.530Z] === CONT TestImportExtremelyLargeImageWorks [2020-12-11T19:18:36.103Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-12-11T19:18:37.052Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-12-11T19:18:38.151Z] --- PASS: TestTemplatedSecret (3.54s) [2020-12-11T19:18:38.151Z] === RUN TestSecretCreateResolve [2020-12-11T19:18:40.361Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-12-11T19:18:41.460Z] --- PASS: TestSecretCreateResolve (3.23s) [2020-12-11T19:18:41.460Z] PASS [2020-12-11T19:18:41.460Z] [2020-12-11T19:18:41.460Z] DONE 6 tests in 19.330s [2020-12-11T19:18:41.460Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-12-11T19:18:41.460Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:18:41.460Z] ++ set -e [2020-12-11T19:18:41.460Z] ++ '[' -n 0 ']' [2020-12-11T19:18:41.460Z] ++ set -x [2020-12-11T19:18:41.460Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:18:41.460Z] INFO: Testing against a local daemon [2020-12-11T19:18:41.460Z] === RUN TestServiceCreateInit [2020-12-11T19:18:41.460Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-12-11T19:18:41.751Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-12-11T19:18:43.668Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-12-11T19:18:43.668Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-12-11T19:18:44.221Z] === RUN TestMiddlewares [2020-12-11T19:18:44.221Z] --- PASS: TestMiddlewares (0.00s) [2020-12-11T19:18:44.221Z] PASS [2020-12-11T19:18:44.221Z] coverage: 9.0% of statements [2020-12-11T19:18:44.221Z] ok github.com/docker/docker/api/server 0.168s coverage: 9.0% of statements [2020-12-11T19:18:44.240Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-12-11T19:18:44.812Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-12-11T19:18:45.756Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-12-11T19:18:46.328Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-12-11T19:18:46.328Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-12-11T19:18:46.590Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-12-11T19:18:46.754Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-12-11T19:18:50.831Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-12-11T19:18:52.070Z] --- PASS: TestServiceCreateInit (10.01s) [2020-12-11T19:18:52.070Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.92s) [2020-12-11T19:18:52.070Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.06s) [2020-12-11T19:18:52.070Z] === RUN TestCreateServiceMultipleTimes [2020-12-11T19:18:55.043Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-12-11T19:18:59.254Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-12-11T19:18:59.254Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-12-11T19:19:00.640Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-12-11T19:19:01.212Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-12-11T19:19:01.784Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-12-11T19:19:05.092Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-12-11T19:19:05.092Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-12-11T19:19:08.399Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-12-11T19:19:08.972Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-12-11T19:19:10.005Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-12-11T19:19:10.005Z] Copying nested executables into bundles/cross/linux/amd64 [2020-12-11T19:19:10.229Z] --- PASS: TestCreateServiceMultipleTimes (18.87s) [2020-12-11T19:19:10.229Z] === RUN TestCreateServiceConflict [2020-12-11T19:19:10.363Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-12-11T19:19:10.363Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-12-11T19:19:10.363Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-12-11T19:19:10.363Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-12-11T19:19:10.363Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-12-11T19:19:10.937Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-12-11T19:19:11.382Z] Cross building: bundles/cross/windows/amd64 [2020-12-11T19:19:11.383Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-12-11T19:19:11.383Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-12-11T19:19:13.536Z] --- PASS: TestCreateServiceConflict (3.19s) [2020-12-11T19:19:13.536Z] === RUN TestCreateServiceMaxReplicas [2020-12-11T19:19:14.242Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-12-11T19:19:14.242Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-12-11T19:19:16.843Z] --- PASS: TestCreateServiceMaxReplicas (3.00s) [2020-12-11T19:19:16.843Z] === RUN TestCreateWithDuplicateNetworkNames [2020-12-11T19:19:18.451Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-12-11T19:19:19.839Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-12-11T19:19:21.230Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-12-11T19:19:21.230Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-12-11T19:19:21.492Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-12-11T19:19:21.754Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-12-11T19:19:22.328Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-12-11T19:19:27.626Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-12-11T19:19:27.626Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-12-11T19:19:28.571Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-12-11T19:19:29.144Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-12-11T19:19:31.064Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-12-11T19:19:31.760Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.75s) [2020-12-11T19:19:31.760Z] === RUN TestCreateServiceSecretFileMode [2020-12-11T19:19:33.613Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-12-11T19:19:34.186Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-12-11T19:19:34.186Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-12-11T19:19:34.759Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-12-11T19:19:34.988Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-12-11T19:19:35.071Z] --- PASS: TestCreateServiceSecretFileMode (3.42s) [2020-12-11T19:19:35.071Z] === RUN TestCreateServiceConfigFileMode [2020-12-11T19:19:35.451Z] === RUN TestBoolValue [2020-12-11T19:19:35.451Z] --- PASS: TestBoolValue (0.00s) [2020-12-11T19:19:35.451Z] === RUN TestBoolValueOrDefault [2020-12-11T19:19:35.451Z] --- PASS: TestBoolValueOrDefault (0.00s) [2020-12-11T19:19:35.451Z] === RUN TestInt64ValueOrZero [2020-12-11T19:19:35.451Z] --- PASS: TestInt64ValueOrZero (0.00s) [2020-12-11T19:19:35.451Z] === RUN TestInt64ValueOrDefault [2020-12-11T19:19:35.451Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2020-12-11T19:19:35.451Z] === RUN TestInt64ValueOrDefaultWithError [2020-12-11T19:19:35.451Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2020-12-11T19:19:35.451Z] === RUN TestJsonContentType [2020-12-11T19:19:35.451Z] --- PASS: TestJsonContentType (0.00s) [2020-12-11T19:19:35.451Z] PASS [2020-12-11T19:19:35.451Z] coverage: 14.7% of statements [2020-12-11T19:19:35.451Z] ok github.com/docker/docker/api/server/httputils 0.125s coverage: 14.7% of statements [2020-12-11T19:19:35.705Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-12-11T19:19:37.000Z] === RUN TestMaskSecretKeys [2020-12-11T19:19:37.000Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2020-12-11T19:19:37.000Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2020-12-11T19:19:37.000Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2020-12-11T19:19:37.000Z] --- PASS: TestMaskSecretKeys (0.00s) [2020-12-11T19:19:37.000Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2020-12-11T19:19:37.000Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2020-12-11T19:19:37.000Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2020-12-11T19:19:37.000Z] === RUN TestVersionMiddlewareVersion [2020-12-11T19:19:37.000Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2020-12-11T19:19:37.000Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2020-12-11T19:19:37.000Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2020-12-11T19:19:37.000Z] PASS [2020-12-11T19:19:37.000Z] coverage: 37.7% of statements [2020-12-11T19:19:37.000Z] ok github.com/docker/docker/api/server/middleware 0.197s coverage: 37.7% of statements [2020-12-11T19:19:37.000Z] ? github.com/docker/docker/api/server/router [no test files] [2020-12-11T19:19:37.000Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-12-11T19:19:37.000Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-12-11T19:19:37.000Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-12-11T19:19:37.000Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-12-11T19:19:37.000Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-12-11T19:19:37.000Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-12-11T19:19:37.000Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-12-11T19:19:37.000Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-12-11T19:19:37.000Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-12-11T19:19:37.000Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-12-11T19:19:38.256Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-12-11T19:19:38.378Z] --- PASS: TestCreateServiceConfigFileMode (3.24s) [2020-12-11T19:19:38.378Z] === RUN TestCreateServiceSysctls [2020-12-11T19:19:38.549Z] === RUN TestStrSliceMarshalJSON [2020-12-11T19:19:38.549Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2020-12-11T19:19:38.549Z] === RUN TestStrSliceUnmarshalJSON [2020-12-11T19:19:38.549Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2020-12-11T19:19:38.549Z] === RUN TestStrSliceUnmarshalString [2020-12-11T19:19:38.549Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2020-12-11T19:19:38.549Z] === RUN TestStrSliceUnmarshalSlice [2020-12-11T19:19:38.549Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2020-12-11T19:19:38.549Z] PASS [2020-12-11T19:19:38.549Z] coverage: 90.0% of statements [2020-12-11T19:19:38.549Z] ok github.com/docker/docker/api/types/strslice 0.043s coverage: 90.0% of statements [2020-12-11T19:19:38.549Z] === RUN TestToJSON [2020-12-11T19:19:38.549Z] --- PASS: TestToJSON (0.00s) [2020-12-11T19:19:38.549Z] === RUN TestToParamWithVersion [2020-12-11T19:19:38.549Z] --- PASS: TestToParamWithVersion (0.00s) [2020-12-11T19:19:38.549Z] === RUN TestFromJSON [2020-12-11T19:19:38.549Z] --- PASS: TestFromJSON (0.00s) [2020-12-11T19:19:38.549Z] === RUN TestEmpty [2020-12-11T19:19:38.549Z] --- PASS: TestEmpty (0.00s) [2020-12-11T19:19:38.549Z] === RUN TestArgsMatchKVListEmptySources [2020-12-11T19:19:38.549Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2020-12-11T19:19:38.549Z] === RUN TestArgsMatchKVList [2020-12-11T19:19:38.549Z] --- PASS: TestArgsMatchKVList (0.00s) [2020-12-11T19:19:38.549Z] === RUN TestArgsMatch [2020-12-11T19:19:38.549Z] --- PASS: TestArgsMatch (0.00s) [2020-12-11T19:19:38.549Z] === RUN TestAdd [2020-12-11T19:19:38.549Z] --- PASS: TestAdd (0.00s) [2020-12-11T19:19:38.549Z] === RUN TestDel [2020-12-11T19:19:38.549Z] --- PASS: TestDel (0.00s) [2020-12-11T19:19:38.549Z] === RUN TestLen [2020-12-11T19:19:38.549Z] --- PASS: TestLen (0.00s) [2020-12-11T19:19:38.549Z] === RUN TestExactMatch [2020-12-11T19:19:38.549Z] --- PASS: TestExactMatch (0.00s) [2020-12-11T19:19:38.549Z] === RUN TestOnlyOneExactMatch [2020-12-11T19:19:38.549Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2020-12-11T19:19:38.549Z] === RUN TestContains [2020-12-11T19:19:38.549Z] --- PASS: TestContains (0.00s) [2020-12-11T19:19:38.549Z] === RUN TestValidate [2020-12-11T19:19:38.549Z] --- PASS: TestValidate (0.00s) [2020-12-11T19:19:38.549Z] === RUN TestWalkValues [2020-12-11T19:19:38.549Z] --- PASS: TestWalkValues (0.00s) [2020-12-11T19:19:38.549Z] === RUN TestFuzzyMatch [2020-12-11T19:19:38.549Z] --- PASS: TestFuzzyMatch (0.00s) [2020-12-11T19:19:38.549Z] === RUN TestClone [2020-12-11T19:19:38.549Z] --- PASS: TestClone (0.00s) [2020-12-11T19:19:38.549Z] PASS [2020-12-11T19:19:38.549Z] coverage: 92.2% of statements [2020-12-11T19:19:38.549Z] ok github.com/docker/docker/api/types/filters 0.107s coverage: 92.2% of statements [2020-12-11T19:19:39.017Z] === RUN TestAdjustForAPIVersion [2020-12-11T19:19:39.017Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2020-12-11T19:19:39.017Z] PASS [2020-12-11T19:19:39.017Z] coverage: 5.7% of statements [2020-12-11T19:19:39.017Z] ok github.com/docker/docker/api/server/router/swarm 0.226s coverage: 5.7% of statements [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/api/types [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/api/types/container [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/api/types/events [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/api/types/image [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/api/types/network [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-12-11T19:19:39.017Z] === RUN TestDurationToSecondsString [2020-12-11T19:19:39.017Z] --- PASS: TestDurationToSecondsString (0.00s) [2020-12-11T19:19:39.017Z] === RUN TestGetTimestamp [2020-12-11T19:19:39.017Z] --- PASS: TestGetTimestamp (0.12s) [2020-12-11T19:19:39.017Z] === RUN TestParseTimestamps [2020-12-11T19:19:39.017Z] --- PASS: TestParseTimestamps (0.00s) [2020-12-11T19:19:39.017Z] PASS [2020-12-11T19:19:39.017Z] coverage: 100.0% of statements [2020-12-11T19:19:39.017Z] ok github.com/docker/docker/api/types/time 0.256s coverage: 100.0% of statements [2020-12-11T19:19:39.017Z] === RUN TestCompareVersion [2020-12-11T19:19:39.017Z] --- PASS: TestCompareVersion (0.00s) [2020-12-11T19:19:39.017Z] PASS [2020-12-11T19:19:39.017Z] coverage: 75.0% of statements [2020-12-11T19:19:39.017Z] ok github.com/docker/docker/api/types/versions 0.040s coverage: 75.0% of statements [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/builder [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-12-11T19:19:39.017Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-12-11T19:19:39.645Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-12-11T19:19:39.645Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-12-11T19:19:40.590Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-12-11T19:19:40.590Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-12-11T19:19:41.210Z] === RUN TestParseRemoteURL [2020-12-11T19:19:41.210Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2020-12-11T19:19:41.210Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2020-12-11T19:19:41.210Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2020-12-11T19:19:41.210Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2020-12-11T19:19:41.210Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2020-12-11T19:19:41.210Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2020-12-11T19:19:41.210Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2020-12-11T19:19:41.210Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2020-12-11T19:19:41.210Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2020-12-11T19:19:41.210Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2020-12-11T19:19:41.210Z] --- PASS: TestParseRemoteURL (0.00s) [2020-12-11T19:19:41.210Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2020-12-11T19:19:41.210Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2020-12-11T19:19:41.210Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2020-12-11T19:19:41.210Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2020-12-11T19:19:41.210Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2020-12-11T19:19:41.210Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2020-12-11T19:19:41.210Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2020-12-11T19:19:41.210Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2020-12-11T19:19:41.210Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2020-12-11T19:19:41.210Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2020-12-11T19:19:41.210Z] === RUN TestCloneArgsSmartHttp [2020-12-11T19:19:41.210Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2020-12-11T19:19:41.210Z] === RUN TestCloneArgsDumbHttp [2020-12-11T19:19:41.210Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2020-12-11T19:19:41.210Z] === RUN TestCloneArgsGit [2020-12-11T19:19:41.210Z] --- PASS: TestCloneArgsGit (0.00s) [2020-12-11T19:19:41.210Z] === RUN TestCheckoutGit [2020-12-11T19:19:41.977Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-12-11T19:19:42.589Z] --- PASS: TestCreateServiceSysctls (4.22s) [2020-12-11T19:19:42.589Z] === RUN TestCreateServiceCapabilities [2020-12-11T19:19:42.759Z] === RUN TestEnable [2020-12-11T19:19:42.759Z] --- PASS: TestEnable (0.00s) [2020-12-11T19:19:42.759Z] === RUN TestDisable [2020-12-11T19:19:42.759Z] --- PASS: TestDisable (0.00s) [2020-12-11T19:19:42.759Z] === RUN TestEnabled [2020-12-11T19:19:42.759Z] --- PASS: TestEnabled (0.00s) [2020-12-11T19:19:42.759Z] PASS [2020-12-11T19:19:42.759Z] coverage: 100.0% of statements [2020-12-11T19:19:42.759Z] ok github.com/docker/docker/cli/debug 0.175s coverage: 100.0% of statements [2020-12-11T19:19:43.226Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2020-12-11T19:19:43.226Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2020-12-11T19:19:43.226Z] === RUN TestProcessNoDockerignore [2020-12-11T19:19:43.226Z] --- PASS: TestProcessNoDockerignore (0.00s) [2020-12-11T19:19:43.226Z] === RUN TestProcessShouldLeaveAllFiles [2020-12-11T19:19:43.226Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2020-12-11T19:19:43.226Z] === RUN TestDetectContentType [2020-12-11T19:19:43.226Z] --- PASS: TestDetectContentType (0.00s) [2020-12-11T19:19:43.226Z] === RUN TestSelectAcceptableMIME [2020-12-11T19:19:43.226Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2020-12-11T19:19:43.226Z] === RUN TestInspectEmptyResponse [2020-12-11T19:19:43.226Z] --- PASS: TestInspectEmptyResponse (0.00s) [2020-12-11T19:19:43.226Z] === RUN TestInspectResponseBinary [2020-12-11T19:19:43.226Z] --- PASS: TestInspectResponseBinary (0.00s) [2020-12-11T19:19:43.226Z] === RUN TestResponseUnsupportedContentType [2020-12-11T19:19:43.226Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2020-12-11T19:19:43.226Z] === RUN TestInspectResponseTextSimple [2020-12-11T19:19:43.226Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2020-12-11T19:19:43.226Z] === RUN TestInspectResponseEmptyContentType [2020-12-11T19:19:43.226Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2020-12-11T19:19:43.226Z] === RUN TestUnknownContentLength [2020-12-11T19:19:43.226Z] --- PASS: TestUnknownContentLength (0.00s) [2020-12-11T19:19:43.226Z] === RUN TestDownloadRemote [2020-12-11T19:19:43.365Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-12-11T19:19:43.626Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-12-11T19:19:43.688Z] --- PASS: TestDownloadRemote (0.07s) [2020-12-11T19:19:43.688Z] === RUN TestGetWithStatusError [2020-12-11T19:19:43.688Z] --- PASS: TestGetWithStatusError (0.00s) [2020-12-11T19:19:43.688Z] === RUN TestCloseRootDirectory [2020-12-11T19:19:43.688Z] --- SKIP: TestCloseRootDirectory (0.00s) [2020-12-11T19:19:43.688Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:19:43.688Z] === RUN TestHashFile [2020-12-11T19:19:43.688Z] --- SKIP: TestHashFile (0.01s) [2020-12-11T19:19:43.688Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:19:43.688Z] === RUN TestHashSubdir [2020-12-11T19:19:43.688Z] --- SKIP: TestHashSubdir (0.00s) [2020-12-11T19:19:43.688Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:19:43.688Z] === RUN TestRemoveDirectory [2020-12-11T19:19:43.688Z] --- SKIP: TestRemoveDirectory (0.00s) [2020-12-11T19:19:43.688Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:19:43.688Z] PASS [2020-12-11T19:19:43.688Z] coverage: 9.3% of statements [2020-12-11T19:19:43.688Z] ok github.com/docker/docker/builder/remotecontext 0.496s coverage: 9.3% of statements [2020-12-11T19:19:44.151Z] === RUN TestGetAllAllowed [2020-12-11T19:19:44.151Z] --- PASS: TestGetAllAllowed (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestGetAllMeta [2020-12-11T19:19:44.151Z] --- PASS: TestGetAllMeta (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestWarnOnUnusedBuildArgs [2020-12-11T19:19:44.151Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestIsUnreferencedBuiltin [2020-12-11T19:19:44.151Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestIsExistingDirectory [2020-12-11T19:19:44.151Z] --- PASS: TestIsExistingDirectory (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestGetFilenameForDownload [2020-12-11T19:19:44.151Z] --- PASS: TestGetFilenameForDownload (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestEnv2Variables [2020-12-11T19:19:44.151Z] --- PASS: TestEnv2Variables (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestEnvValueWithExistingRunConfigEnv [2020-12-11T19:19:44.151Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestMaintainer [2020-12-11T19:19:44.151Z] --- PASS: TestMaintainer (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestLabel [2020-12-11T19:19:44.151Z] --- PASS: TestLabel (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestFromScratch [2020-12-11T19:19:44.151Z] --- PASS: TestFromScratch (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestFromWithArg [2020-12-11T19:19:44.151Z] --- PASS: TestFromWithArg (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestFromWithArgButBuildArgsNotGiven [2020-12-11T19:19:44.151Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestFromWithUndefinedArg [2020-12-11T19:19:44.151Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestFromMultiStageWithNamedStage [2020-12-11T19:19:44.151Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestOnbuild [2020-12-11T19:19:44.151Z] --- PASS: TestOnbuild (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestWorkdir [2020-12-11T19:19:44.151Z] --- PASS: TestWorkdir (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestCmd [2020-12-11T19:19:44.151Z] --- PASS: TestCmd (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestHealthcheckNone [2020-12-11T19:19:44.151Z] --- PASS: TestHealthcheckNone (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestHealthcheckCmd [2020-12-11T19:19:44.151Z] --- PASS: TestHealthcheckCmd (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestEntrypoint [2020-12-11T19:19:44.151Z] --- PASS: TestEntrypoint (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestExpose [2020-12-11T19:19:44.151Z] --- PASS: TestExpose (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestUser [2020-12-11T19:19:44.151Z] --- PASS: TestUser (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestVolume [2020-12-11T19:19:44.151Z] --- PASS: TestVolume (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestStopSignal [2020-12-11T19:19:44.151Z] --- SKIP: TestStopSignal (0.00s) [2020-12-11T19:19:44.151Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-12-11T19:19:44.151Z] === RUN TestArg [2020-12-11T19:19:44.151Z] --- PASS: TestArg (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestShell [2020-12-11T19:19:44.151Z] --- PASS: TestShell (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestPrependEnvOnCmd [2020-12-11T19:19:44.151Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestRunWithBuildArgs [2020-12-11T19:19:44.151Z] --- PASS: TestRunWithBuildArgs (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestRunIgnoresHealthcheck [2020-12-11T19:19:44.151Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestNormalizeWorkdir [2020-12-11T19:19:44.151Z] --- PASS: TestNormalizeWorkdir (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestDispatch [2020-12-11T19:19:44.151Z] === RUN TestDispatch/ADD_multiple_files_to_file [2020-12-11T19:19:44.151Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2020-12-11T19:19:44.151Z] === RUN TestDispatch/COPY_multiple_files_to_file [2020-12-11T19:19:44.151Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2020-12-11T19:19:44.151Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2020-12-11T19:19:44.151Z] === RUN TestDispatch/COPY_wildcard_no_files [2020-12-11T19:19:44.151Z] === RUN TestDispatch/COPY_url [2020-12-11T19:19:44.151Z] --- PASS: TestDispatch (0.05s) [2020-12-11T19:19:44.151Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2020-12-11T19:19:44.151Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2020-12-11T19:19:44.151Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2020-12-11T19:19:44.151Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2020-12-11T19:19:44.151Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2020-12-11T19:19:44.151Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2020-12-11T19:19:44.151Z] --- PASS: TestDispatch/COPY_url (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestAddScratchImageAddsToMounts [2020-12-11T19:19:44.151Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestAddFromScratchPopulatesPlatform [2020-12-11T19:19:44.151Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2020-12-11T19:19:44.151Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2020-12-11T19:19:44.151Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestImageSourceGetAddsToMounts [2020-12-11T19:19:44.151Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestEmptyDockerfile [2020-12-11T19:19:44.151Z] --- PASS: TestEmptyDockerfile (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestSymlinkDockerfile [2020-12-11T19:19:44.151Z] --- PASS: TestSymlinkDockerfile (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestDockerfileOutsideTheBuildContext [2020-12-11T19:19:44.151Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestNonExistingDockerfile [2020-12-11T19:19:44.151Z] --- PASS: TestNonExistingDockerfile (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestCopyRunConfig [2020-12-11T19:19:44.151Z] --- PASS: TestCopyRunConfig (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestDeepCopyRunConfig [2020-12-11T19:19:44.151Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestExportImage [2020-12-11T19:19:44.151Z] --- PASS: TestExportImage (0.00s) [2020-12-11T19:19:44.151Z] === RUN TestNormalizeDest [2020-12-11T19:19:44.151Z] --- PASS: TestNormalizeDest (0.00s) [2020-12-11T19:19:44.151Z] PASS [2020-12-11T19:19:44.151Z] coverage: 46.6% of statements [2020-12-11T19:19:44.151Z] ok github.com/docker/docker/builder/dockerfile 0.439s coverage: 46.6% of statements [2020-12-11T19:19:44.151Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-12-11T19:19:44.572Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-12-11T19:19:44.835Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-12-11T19:19:45.895Z] --- PASS: TestCreateServiceCapabilities (3.33s) [2020-12-11T19:19:45.895Z] === RUN TestInspect [2020-12-11T19:19:49.203Z] --- PASS: TestInspect (3.60s) [2020-12-11T19:19:49.203Z] === RUN TestCreateJob [2020-12-11T19:19:50.130Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-12-11T19:19:53.416Z] --- PASS: TestCreateJob (4.14s) [2020-12-11T19:19:53.416Z] === RUN TestReplicatedJob [2020-12-11T19:19:53.437Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-12-11T19:19:54.514Z] === RUN TestCheckpointCreateError [2020-12-11T19:19:54.514Z] --- PASS: TestCheckpointCreateError (0.00s) [2020-12-11T19:19:54.514Z] === RUN TestCheckpointCreate [2020-12-11T19:19:54.514Z] --- PASS: TestCheckpointCreate (0.00s) [2020-12-11T19:19:54.514Z] === RUN TestCheckpointDeleteError [2020-12-11T19:19:54.514Z] --- PASS: TestCheckpointDeleteError (0.00s) [2020-12-11T19:19:54.514Z] === RUN TestCheckpointDelete [2020-12-11T19:19:54.514Z] --- PASS: TestCheckpointDelete (0.00s) [2020-12-11T19:19:54.514Z] === RUN TestCheckpointListError [2020-12-11T19:19:54.514Z] --- PASS: TestCheckpointListError (0.00s) [2020-12-11T19:19:54.514Z] === RUN TestCheckpointList [2020-12-11T19:19:54.514Z] --- PASS: TestCheckpointList (0.00s) [2020-12-11T19:19:54.514Z] === RUN TestCheckpointListContainerNotFound [2020-12-11T19:19:54.514Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2020-12-11T19:19:54.514Z] === RUN TestNewClientWithOpsFromEnv [2020-12-11T19:19:54.514Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2020-12-11T19:19:54.514Z] client_test.go:23: runtime.GOOS == "windows" [2020-12-11T19:19:54.514Z] === RUN TestGetAPIPath [2020-12-11T19:19:54.514Z] --- PASS: TestGetAPIPath (0.00s) [2020-12-11T19:19:54.514Z] === RUN TestParseHostURL [2020-12-11T19:19:54.514Z] --- PASS: TestParseHostURL (0.00s) [2020-12-11T19:19:54.514Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2020-12-11T19:19:54.514Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2020-12-11T19:19:54.514Z] === RUN TestNegotiateAPIVersionEmpty [2020-12-11T19:19:54.514Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2020-12-11T19:19:54.514Z] === RUN TestNegotiateAPIVersion [2020-12-11T19:19:54.514Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2020-12-11T19:19:54.514Z] === RUN TestNegotiateAPVersionOverride [2020-12-11T19:19:54.514Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2020-12-11T19:19:54.514Z] === RUN TestNegotiateAPIVersionAutomatic [2020-12-11T19:19:54.514Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2020-12-11T19:19:54.514Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2020-12-11T19:19:54.514Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2020-12-11T19:19:54.514Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2020-12-11T19:19:54.514Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2020-12-11T19:19:54.514Z] === RUN TestClientRedirect [2020-12-11T19:19:54.514Z] --- PASS: TestClientRedirect (0.00s) [2020-12-11T19:19:54.514Z] === RUN TestConfigCreateUnsupported [2020-12-11T19:19:54.514Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2020-12-11T19:19:54.514Z] === RUN TestConfigCreateError [2020-12-11T19:19:54.514Z] --- PASS: TestConfigCreateError (0.00s) [2020-12-11T19:19:54.514Z] === RUN TestConfigCreate [2020-12-11T19:19:54.514Z] --- PASS: TestConfigCreate (0.00s) [2020-12-11T19:19:54.514Z] === RUN TestConfigInspectNotFound [2020-12-11T19:19:54.979Z] --- PASS: TestConfigInspectNotFound (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestConfigInspectWithEmptyID [2020-12-11T19:19:54.979Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestConfigInspectUnsupported [2020-12-11T19:19:54.979Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestConfigInspectError [2020-12-11T19:19:54.979Z] --- PASS: TestConfigInspectError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestConfigInspectConfigNotFound [2020-12-11T19:19:54.979Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestConfigInspect [2020-12-11T19:19:54.979Z] --- PASS: TestConfigInspect (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestConfigListUnsupported [2020-12-11T19:19:54.979Z] --- PASS: TestConfigListUnsupported (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestConfigListError [2020-12-11T19:19:54.979Z] --- PASS: TestConfigListError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestConfigList [2020-12-11T19:19:54.979Z] --- PASS: TestConfigList (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestConfigRemoveUnsupported [2020-12-11T19:19:54.979Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestConfigRemoveError [2020-12-11T19:19:54.979Z] --- PASS: TestConfigRemoveError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestConfigRemove [2020-12-11T19:19:54.979Z] --- PASS: TestConfigRemove (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestConfigUpdateUnsupported [2020-12-11T19:19:54.979Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestConfigUpdateError [2020-12-11T19:19:54.979Z] --- PASS: TestConfigUpdateError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestConfigUpdate [2020-12-11T19:19:54.979Z] --- PASS: TestConfigUpdate (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerCommitError [2020-12-11T19:19:54.979Z] --- PASS: TestContainerCommitError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerCommit [2020-12-11T19:19:54.979Z] --- PASS: TestContainerCommit (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerStatPathError [2020-12-11T19:19:54.979Z] --- PASS: TestContainerStatPathError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerStatPathNotFoundError [2020-12-11T19:19:54.979Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerStatPathNoHeaderError [2020-12-11T19:19:54.979Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerStatPath [2020-12-11T19:19:54.979Z] --- PASS: TestContainerStatPath (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestCopyToContainerError [2020-12-11T19:19:54.979Z] --- PASS: TestCopyToContainerError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestCopyToContainerNotFoundError [2020-12-11T19:19:54.979Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestCopyToContainerNotStatusOKError [2020-12-11T19:19:54.979Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestCopyToContainer [2020-12-11T19:19:54.979Z] --- PASS: TestCopyToContainer (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestCopyFromContainerError [2020-12-11T19:19:54.979Z] --- PASS: TestCopyFromContainerError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestCopyFromContainerNotFoundError [2020-12-11T19:19:54.979Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestCopyFromContainerNotStatusOKError [2020-12-11T19:19:54.979Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestCopyFromContainerNoHeaderError [2020-12-11T19:19:54.979Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestCopyFromContainer [2020-12-11T19:19:54.979Z] --- PASS: TestCopyFromContainer (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerCreateError [2020-12-11T19:19:54.979Z] --- PASS: TestContainerCreateError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerCreateImageNotFound [2020-12-11T19:19:54.979Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerCreateWithName [2020-12-11T19:19:54.979Z] --- PASS: TestContainerCreateWithName (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerCreateAutoRemove [2020-12-11T19:19:54.979Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerDiffError [2020-12-11T19:19:54.979Z] --- PASS: TestContainerDiffError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerDiff [2020-12-11T19:19:54.979Z] --- PASS: TestContainerDiff (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerExecCreateError [2020-12-11T19:19:54.979Z] --- PASS: TestContainerExecCreateError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerExecCreate [2020-12-11T19:19:54.979Z] --- PASS: TestContainerExecCreate (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerExecStartError [2020-12-11T19:19:54.979Z] --- PASS: TestContainerExecStartError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerExecStart [2020-12-11T19:19:54.979Z] --- PASS: TestContainerExecStart (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerExecInspectError [2020-12-11T19:19:54.979Z] --- PASS: TestContainerExecInspectError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerExecInspect [2020-12-11T19:19:54.979Z] --- PASS: TestContainerExecInspect (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerExportError [2020-12-11T19:19:54.979Z] --- PASS: TestContainerExportError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerExport [2020-12-11T19:19:54.979Z] --- PASS: TestContainerExport (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerInspectError [2020-12-11T19:19:54.979Z] --- PASS: TestContainerInspectError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerInspectContainerNotFound [2020-12-11T19:19:54.979Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerInspectWithEmptyID [2020-12-11T19:19:54.979Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerInspect [2020-12-11T19:19:54.979Z] --- PASS: TestContainerInspect (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerInspectNode [2020-12-11T19:19:54.979Z] --- PASS: TestContainerInspectNode (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerKillError [2020-12-11T19:19:54.979Z] --- PASS: TestContainerKillError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerKill [2020-12-11T19:19:54.979Z] --- PASS: TestContainerKill (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerListError [2020-12-11T19:19:54.979Z] --- PASS: TestContainerListError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerList [2020-12-11T19:19:54.979Z] --- PASS: TestContainerList (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerLogsNotFoundError [2020-12-11T19:19:54.979Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerLogsError [2020-12-11T19:19:54.979Z] --- PASS: TestContainerLogsError (0.00s) [2020-12-11T19:19:54.979Z] === RUN TestContainerLogs [2020-12-11T19:19:54.979Z] --- PASS: TestContainerLogs (0.14s) [2020-12-11T19:19:54.980Z] === RUN TestContainerPauseError [2020-12-11T19:19:54.980Z] --- PASS: TestContainerPauseError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerPause [2020-12-11T19:19:54.980Z] --- PASS: TestContainerPause (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainersPruneError [2020-12-11T19:19:54.980Z] --- PASS: TestContainersPruneError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainersPrune [2020-12-11T19:19:54.980Z] --- PASS: TestContainersPrune (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerRemoveError [2020-12-11T19:19:54.980Z] --- PASS: TestContainerRemoveError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerRemoveNotFoundError [2020-12-11T19:19:54.980Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerRemove [2020-12-11T19:19:54.980Z] --- PASS: TestContainerRemove (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerRenameError [2020-12-11T19:19:54.980Z] --- PASS: TestContainerRenameError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerRename [2020-12-11T19:19:54.980Z] --- PASS: TestContainerRename (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerResizeError [2020-12-11T19:19:54.980Z] --- PASS: TestContainerResizeError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerExecResizeError [2020-12-11T19:19:54.980Z] --- PASS: TestContainerExecResizeError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerResize [2020-12-11T19:19:54.980Z] --- PASS: TestContainerResize (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerExecResize [2020-12-11T19:19:54.980Z] --- PASS: TestContainerExecResize (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerRestartError [2020-12-11T19:19:54.980Z] --- PASS: TestContainerRestartError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerRestart [2020-12-11T19:19:54.980Z] --- PASS: TestContainerRestart (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerStartError [2020-12-11T19:19:54.980Z] --- PASS: TestContainerStartError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerStart [2020-12-11T19:19:54.980Z] --- PASS: TestContainerStart (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerStatsError [2020-12-11T19:19:54.980Z] --- PASS: TestContainerStatsError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerStats [2020-12-11T19:19:54.980Z] --- PASS: TestContainerStats (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerStopError [2020-12-11T19:19:54.980Z] --- PASS: TestContainerStopError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerStop [2020-12-11T19:19:54.980Z] --- PASS: TestContainerStop (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerTopError [2020-12-11T19:19:54.980Z] --- PASS: TestContainerTopError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerTop [2020-12-11T19:19:54.980Z] --- PASS: TestContainerTop (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerUnpauseError [2020-12-11T19:19:54.980Z] --- PASS: TestContainerUnpauseError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerUnpause [2020-12-11T19:19:54.980Z] --- PASS: TestContainerUnpause (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerUpdateError [2020-12-11T19:19:54.980Z] --- PASS: TestContainerUpdateError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerUpdate [2020-12-11T19:19:54.980Z] --- PASS: TestContainerUpdate (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerWaitError [2020-12-11T19:19:54.980Z] --- PASS: TestContainerWaitError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestContainerWait [2020-12-11T19:19:54.980Z] --- PASS: TestContainerWait (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestDiskUsageError [2020-12-11T19:19:54.980Z] --- PASS: TestDiskUsageError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestDiskUsage [2020-12-11T19:19:54.980Z] --- PASS: TestDiskUsage (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestDistributionInspectUnsupported [2020-12-11T19:19:54.980Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestDistributionInspectWithEmptyID [2020-12-11T19:19:54.980Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestEventsErrorInOptions [2020-12-11T19:19:54.980Z] --- PASS: TestEventsErrorInOptions (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestEventsErrorFromServer [2020-12-11T19:19:54.980Z] --- PASS: TestEventsErrorFromServer (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestEvents [2020-12-11T19:19:54.980Z] --- PASS: TestEvents (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestTLSCloseWriter [2020-12-11T19:19:54.980Z] === PAUSE TestTLSCloseWriter [2020-12-11T19:19:54.980Z] === RUN TestImageBuildError [2020-12-11T19:19:54.980Z] --- PASS: TestImageBuildError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageBuild [2020-12-11T19:19:54.980Z] --- PASS: TestImageBuild (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestGetDockerOS [2020-12-11T19:19:54.980Z] --- PASS: TestGetDockerOS (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageCreateError [2020-12-11T19:19:54.980Z] --- PASS: TestImageCreateError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageCreate [2020-12-11T19:19:54.980Z] --- PASS: TestImageCreate (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageHistoryError [2020-12-11T19:19:54.980Z] --- PASS: TestImageHistoryError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageHistory [2020-12-11T19:19:54.980Z] --- PASS: TestImageHistory (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageImportError [2020-12-11T19:19:54.980Z] --- PASS: TestImageImportError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageImport [2020-12-11T19:19:54.980Z] --- PASS: TestImageImport (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageInspectError [2020-12-11T19:19:54.980Z] --- PASS: TestImageInspectError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageInspectImageNotFound [2020-12-11T19:19:54.980Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageInspectWithEmptyID [2020-12-11T19:19:54.980Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageInspect [2020-12-11T19:19:54.980Z] --- PASS: TestImageInspect (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageListError [2020-12-11T19:19:54.980Z] --- PASS: TestImageListError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageList [2020-12-11T19:19:54.980Z] --- PASS: TestImageList (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageListApiBefore125 [2020-12-11T19:19:54.980Z] --- PASS: TestImageListApiBefore125 (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageLoadError [2020-12-11T19:19:54.980Z] --- PASS: TestImageLoadError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageLoad [2020-12-11T19:19:54.980Z] --- PASS: TestImageLoad (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImagesPruneError [2020-12-11T19:19:54.980Z] --- PASS: TestImagesPruneError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImagesPrune [2020-12-11T19:19:54.980Z] --- PASS: TestImagesPrune (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImagePullReferenceParseError [2020-12-11T19:19:54.980Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImagePullAnyError [2020-12-11T19:19:54.980Z] --- PASS: TestImagePullAnyError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImagePullStatusUnauthorizedError [2020-12-11T19:19:54.980Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2020-12-11T19:19:54.980Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-12-11T19:19:54.980Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImagePullWithPrivilegedFuncNoError [2020-12-11T19:19:54.980Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImagePullWithoutErrors [2020-12-11T19:19:54.980Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImagePushReferenceError [2020-12-11T19:19:54.980Z] --- PASS: TestImagePushReferenceError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImagePushAnyError [2020-12-11T19:19:54.980Z] --- PASS: TestImagePushAnyError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImagePushStatusUnauthorizedError [2020-12-11T19:19:54.980Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2020-12-11T19:19:54.980Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-12-11T19:19:54.980Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImagePushWithPrivilegedFuncNoError [2020-12-11T19:19:54.980Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImagePushWithoutErrors [2020-12-11T19:19:54.980Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2020-12-11T19:19:54.980Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2020-12-11T19:19:54.980Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2020-12-11T19:19:54.980Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2020-12-11T19:19:54.980Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2020-12-11T19:19:54.980Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2020-12-11T19:19:54.980Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2020-12-11T19:19:54.980Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2020-12-11T19:19:54.980Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageRemoveError [2020-12-11T19:19:54.980Z] --- PASS: TestImageRemoveError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageRemoveImageNotFound [2020-12-11T19:19:54.980Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageRemove [2020-12-11T19:19:54.980Z] --- PASS: TestImageRemove (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageSaveError [2020-12-11T19:19:54.980Z] --- PASS: TestImageSaveError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageSave [2020-12-11T19:19:54.980Z] --- PASS: TestImageSave (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageSearchAnyError [2020-12-11T19:19:54.980Z] --- PASS: TestImageSearchAnyError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageSearchStatusUnauthorizedError [2020-12-11T19:19:54.980Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2020-12-11T19:19:54.980Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-12-11T19:19:54.980Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2020-12-11T19:19:54.980Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageSearchWithoutErrors [2020-12-11T19:19:54.980Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageTagError [2020-12-11T19:19:54.980Z] --- PASS: TestImageTagError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageTagInvalidReference [2020-12-11T19:19:54.980Z] --- PASS: TestImageTagInvalidReference (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageTagInvalidSourceImageName [2020-12-11T19:19:54.980Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageTagHexSource [2020-12-11T19:19:54.980Z] --- PASS: TestImageTagHexSource (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestImageTag [2020-12-11T19:19:54.980Z] --- PASS: TestImageTag (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestInfoServerError [2020-12-11T19:19:54.980Z] --- PASS: TestInfoServerError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestInfoInvalidResponseJSONError [2020-12-11T19:19:54.980Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestInfo [2020-12-11T19:19:54.980Z] --- PASS: TestInfo (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNetworkConnectError [2020-12-11T19:19:54.980Z] --- PASS: TestNetworkConnectError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2020-12-11T19:19:54.980Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNetworkConnect [2020-12-11T19:19:54.980Z] --- PASS: TestNetworkConnect (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNetworkCreateError [2020-12-11T19:19:54.980Z] --- PASS: TestNetworkCreateError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNetworkCreate [2020-12-11T19:19:54.980Z] --- PASS: TestNetworkCreate (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNetworkDisconnectError [2020-12-11T19:19:54.980Z] --- PASS: TestNetworkDisconnectError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNetworkDisconnect [2020-12-11T19:19:54.980Z] --- PASS: TestNetworkDisconnect (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNetworkInspectError [2020-12-11T19:19:54.980Z] --- PASS: TestNetworkInspectError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNetworkInspectNotFoundError [2020-12-11T19:19:54.980Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNetworkInspectWithEmptyID [2020-12-11T19:19:54.980Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNetworkInspect [2020-12-11T19:19:54.980Z] --- PASS: TestNetworkInspect (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNetworkListError [2020-12-11T19:19:54.980Z] --- PASS: TestNetworkListError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNetworkList [2020-12-11T19:19:54.980Z] --- PASS: TestNetworkList (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNetworksPruneError [2020-12-11T19:19:54.980Z] --- PASS: TestNetworksPruneError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNetworksPrune [2020-12-11T19:19:54.980Z] --- PASS: TestNetworksPrune (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNetworkRemoveError [2020-12-11T19:19:54.980Z] --- PASS: TestNetworkRemoveError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNetworkRemove [2020-12-11T19:19:54.980Z] --- PASS: TestNetworkRemove (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNodeInspectError [2020-12-11T19:19:54.980Z] --- PASS: TestNodeInspectError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNodeInspectNodeNotFound [2020-12-11T19:19:54.980Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNodeInspectWithEmptyID [2020-12-11T19:19:54.980Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNodeInspect [2020-12-11T19:19:54.980Z] --- PASS: TestNodeInspect (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNodeListError [2020-12-11T19:19:54.980Z] --- PASS: TestNodeListError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNodeList [2020-12-11T19:19:54.980Z] --- PASS: TestNodeList (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNodeRemoveError [2020-12-11T19:19:54.980Z] --- PASS: TestNodeRemoveError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNodeRemove [2020-12-11T19:19:54.980Z] --- PASS: TestNodeRemove (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNodeUpdateError [2020-12-11T19:19:54.980Z] --- PASS: TestNodeUpdateError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestNodeUpdate [2020-12-11T19:19:54.980Z] --- PASS: TestNodeUpdate (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestOptionWithTimeout [2020-12-11T19:19:54.980Z] --- PASS: TestOptionWithTimeout (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestPingFail [2020-12-11T19:19:54.980Z] --- PASS: TestPingFail (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestPingWithError [2020-12-11T19:19:54.980Z] 2020/12/11 19:19:54 RoundTripper returned a response & error; ignoring response [2020-12-11T19:19:54.980Z] 2020/12/11 19:19:54 RoundTripper returned a response & error; ignoring response [2020-12-11T19:19:54.980Z] --- PASS: TestPingWithError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestPingSuccess [2020-12-11T19:19:54.980Z] --- PASS: TestPingSuccess (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestPingHeadFallback [2020-12-11T19:19:54.980Z] === RUN TestPingHeadFallback/OK [2020-12-11T19:19:54.980Z] === RUN TestPingHeadFallback/Internal_Server_Error [2020-12-11T19:19:54.980Z] === RUN TestPingHeadFallback/Not_Found [2020-12-11T19:19:54.980Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2020-12-11T19:19:54.980Z] --- PASS: TestPingHeadFallback (0.00s) [2020-12-11T19:19:54.980Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2020-12-11T19:19:54.980Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2020-12-11T19:19:54.980Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2020-12-11T19:19:54.980Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestPluginDisableError [2020-12-11T19:19:54.980Z] --- PASS: TestPluginDisableError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestPluginDisable [2020-12-11T19:19:54.980Z] --- PASS: TestPluginDisable (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestPluginEnableError [2020-12-11T19:19:54.980Z] --- PASS: TestPluginEnableError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestPluginEnable [2020-12-11T19:19:54.980Z] --- PASS: TestPluginEnable (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestPluginInspectError [2020-12-11T19:19:54.980Z] --- PASS: TestPluginInspectError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestPluginInspectWithEmptyID [2020-12-11T19:19:54.980Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestPluginInspect [2020-12-11T19:19:54.980Z] --- PASS: TestPluginInspect (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestPluginListError [2020-12-11T19:19:54.980Z] --- PASS: TestPluginListError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestPluginList [2020-12-11T19:19:54.980Z] --- PASS: TestPluginList (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestPluginPushError [2020-12-11T19:19:54.980Z] --- PASS: TestPluginPushError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestPluginPush [2020-12-11T19:19:54.980Z] --- PASS: TestPluginPush (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestPluginRemoveError [2020-12-11T19:19:54.980Z] --- PASS: TestPluginRemoveError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestPluginRemove [2020-12-11T19:19:54.980Z] --- PASS: TestPluginRemove (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestPluginSetError [2020-12-11T19:19:54.980Z] --- PASS: TestPluginSetError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestPluginSet [2020-12-11T19:19:54.980Z] --- PASS: TestPluginSet (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestSetHostHeader [2020-12-11T19:19:54.980Z] --- PASS: TestSetHostHeader (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestPlainTextError [2020-12-11T19:19:54.980Z] --- PASS: TestPlainTextError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestInfiniteError [2020-12-11T19:19:54.980Z] --- PASS: TestInfiniteError (0.01s) [2020-12-11T19:19:54.980Z] === RUN TestSecretCreateUnsupported [2020-12-11T19:19:54.980Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestSecretCreateError [2020-12-11T19:19:54.980Z] --- PASS: TestSecretCreateError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestSecretCreate [2020-12-11T19:19:54.980Z] --- PASS: TestSecretCreate (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestSecretInspectUnsupported [2020-12-11T19:19:54.980Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestSecretInspectError [2020-12-11T19:19:54.980Z] --- PASS: TestSecretInspectError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestSecretInspectSecretNotFound [2020-12-11T19:19:54.980Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestSecretInspectWithEmptyID [2020-12-11T19:19:54.980Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestSecretInspect [2020-12-11T19:19:54.980Z] --- PASS: TestSecretInspect (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestSecretListUnsupported [2020-12-11T19:19:54.980Z] --- PASS: TestSecretListUnsupported (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestSecretListError [2020-12-11T19:19:54.980Z] --- PASS: TestSecretListError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestSecretList [2020-12-11T19:19:54.980Z] --- PASS: TestSecretList (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestSecretRemoveUnsupported [2020-12-11T19:19:54.980Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestSecretRemoveError [2020-12-11T19:19:54.980Z] --- PASS: TestSecretRemoveError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestSecretRemove [2020-12-11T19:19:54.980Z] --- PASS: TestSecretRemove (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestSecretUpdateUnsupported [2020-12-11T19:19:54.980Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestSecretUpdateError [2020-12-11T19:19:54.980Z] --- PASS: TestSecretUpdateError (0.01s) [2020-12-11T19:19:54.980Z] === RUN TestSecretUpdate [2020-12-11T19:19:54.980Z] --- PASS: TestSecretUpdate (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestServiceCreateError [2020-12-11T19:19:54.980Z] --- PASS: TestServiceCreateError (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestServiceCreate [2020-12-11T19:19:54.980Z] --- PASS: TestServiceCreate (0.00s) [2020-12-11T19:19:54.980Z] === RUN TestServiceCreateCompatiblePlatforms [2020-12-11T19:19:54.981Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestServiceCreateDigestPinning [2020-12-11T19:19:54.981Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestServiceInspectError [2020-12-11T19:19:54.981Z] --- PASS: TestServiceInspectError (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestServiceInspectServiceNotFound [2020-12-11T19:19:54.981Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestServiceInspectWithEmptyID [2020-12-11T19:19:54.981Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestServiceInspect [2020-12-11T19:19:54.981Z] --- PASS: TestServiceInspect (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestServiceListError [2020-12-11T19:19:54.981Z] --- PASS: TestServiceListError (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestServiceList [2020-12-11T19:19:54.981Z] --- PASS: TestServiceList (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestServiceLogsError [2020-12-11T19:19:54.981Z] --- PASS: TestServiceLogsError (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestServiceLogs [2020-12-11T19:19:54.981Z] --- PASS: TestServiceLogs (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestServiceRemoveError [2020-12-11T19:19:54.981Z] --- PASS: TestServiceRemoveError (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestServiceRemoveNotFoundError [2020-12-11T19:19:54.981Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestServiceRemove [2020-12-11T19:19:54.981Z] --- PASS: TestServiceRemove (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestServiceUpdateError [2020-12-11T19:19:54.981Z] --- PASS: TestServiceUpdateError (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestServiceUpdate [2020-12-11T19:19:54.981Z] --- PASS: TestServiceUpdate (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestSwarmGetUnlockKeyError [2020-12-11T19:19:54.981Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestSwarmGetUnlockKey [2020-12-11T19:19:54.981Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestSwarmInitError [2020-12-11T19:19:54.981Z] --- PASS: TestSwarmInitError (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestSwarmInit [2020-12-11T19:19:54.981Z] --- PASS: TestSwarmInit (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestSwarmInspectError [2020-12-11T19:19:54.981Z] --- PASS: TestSwarmInspectError (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestSwarmInspect [2020-12-11T19:19:54.981Z] --- PASS: TestSwarmInspect (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestSwarmJoinError [2020-12-11T19:19:54.981Z] --- PASS: TestSwarmJoinError (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestSwarmJoin [2020-12-11T19:19:54.981Z] --- PASS: TestSwarmJoin (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestSwarmLeaveError [2020-12-11T19:19:54.981Z] --- PASS: TestSwarmLeaveError (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestSwarmLeave [2020-12-11T19:19:54.981Z] --- PASS: TestSwarmLeave (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestSwarmUnlockError [2020-12-11T19:19:54.981Z] --- PASS: TestSwarmUnlockError (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestSwarmUnlock [2020-12-11T19:19:54.981Z] --- PASS: TestSwarmUnlock (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestSwarmUpdateError [2020-12-11T19:19:54.981Z] --- PASS: TestSwarmUpdateError (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestSwarmUpdate [2020-12-11T19:19:54.981Z] --- PASS: TestSwarmUpdate (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestTaskInspectError [2020-12-11T19:19:54.981Z] --- PASS: TestTaskInspectError (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestTaskInspectWithEmptyID [2020-12-11T19:19:54.981Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestTaskInspect [2020-12-11T19:19:54.981Z] --- PASS: TestTaskInspect (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestTaskListError [2020-12-11T19:19:54.981Z] --- PASS: TestTaskListError (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestTaskList [2020-12-11T19:19:54.981Z] --- PASS: TestTaskList (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestVolumeCreateError [2020-12-11T19:19:54.981Z] --- PASS: TestVolumeCreateError (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestVolumeCreate [2020-12-11T19:19:54.981Z] --- PASS: TestVolumeCreate (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestVolumeInspectError [2020-12-11T19:19:54.981Z] --- PASS: TestVolumeInspectError (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestVolumeInspectNotFound [2020-12-11T19:19:54.981Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestVolumeInspectWithEmptyID [2020-12-11T19:19:54.981Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestVolumeInspect [2020-12-11T19:19:54.981Z] --- PASS: TestVolumeInspect (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestVolumeListError [2020-12-11T19:19:54.981Z] --- PASS: TestVolumeListError (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestVolumeList [2020-12-11T19:19:54.981Z] --- PASS: TestVolumeList (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestVolumeRemoveError [2020-12-11T19:19:54.981Z] --- PASS: TestVolumeRemoveError (0.00s) [2020-12-11T19:19:54.981Z] === RUN TestVolumeRemove [2020-12-11T19:19:54.981Z] --- PASS: TestVolumeRemove (0.00s) [2020-12-11T19:19:54.981Z] === CONT TestTLSCloseWriter [2020-12-11T19:19:54.981Z] --- PASS: TestTLSCloseWriter (0.01s) [2020-12-11T19:19:54.981Z] PASS [2020-12-11T19:19:54.981Z] coverage: 74.9% of statements [2020-12-11T19:19:54.981Z] ok github.com/docker/docker/client 0.577s coverage: 74.9% of statements [2020-12-11T19:19:55.354Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-12-11T19:19:55.927Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-12-11T19:19:56.871Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-12-11T19:19:58.298Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-12-11T19:19:58.876Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-12-11T19:19:59.449Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-12-11T19:20:00.021Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-12-11T19:20:00.021Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-12-11T19:20:01.567Z] --- PASS: TestReplicatedJob (6.91s) [2020-12-11T19:20:01.567Z] === RUN TestUpdateReplicatedJob [2020-12-11T19:20:01.940Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-12-11T19:20:01.940Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-12-11T19:20:04.491Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-12-11T19:20:04.874Z] --- PASS: TestUpdateReplicatedJob (4.17s) [2020-12-11T19:20:04.874Z] === RUN TestServiceListWithStatuses [2020-12-11T19:20:04.874Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-12-11T19:20:04.874Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-12-11T19:20:04.874Z] === RUN TestDockerNetworkConnectAlias [2020-12-11T19:20:06.409Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-12-11T19:20:10.621Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-12-11T19:20:10.882Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-12-11T19:20:11.466Z] --- PASS: TestDockerNetworkConnectAlias (6.19s) [2020-12-11T19:20:11.466Z] === RUN TestDockerNetworkReConnect [2020-12-11T19:20:11.826Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-12-11T19:20:12.087Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-12-11T19:20:12.087Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-12-11T19:20:12.722Z] --- PASS: TestCheckoutGit (29.99s) [2020-12-11T19:20:12.722Z] === RUN TestValidGitTransport [2020-12-11T19:20:12.722Z] --- PASS: TestValidGitTransport (0.00s) [2020-12-11T19:20:12.722Z] === RUN TestGitInvalidRef [2020-12-11T19:20:12.722Z] --- PASS: TestGitInvalidRef (0.19s) [2020-12-11T19:20:12.722Z] PASS [2020-12-11T19:20:12.722Z] coverage: 86.3% of statements [2020-12-11T19:20:12.722Z] ok github.com/docker/docker/builder/remotecontext/git 30.420s coverage: 86.3% of statements [2020-12-11T19:20:12.722Z] ? github.com/docker/docker/cli [no test files] [2020-12-11T19:20:12.722Z] ? github.com/docker/docker/cli/config [no test files] [2020-12-11T19:20:14.006Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-12-11T19:20:15.678Z] --- PASS: TestDockerNetworkReConnect (5.06s) [2020-12-11T19:20:15.678Z] === RUN TestServicePlugin [2020-12-11T19:20:15.678Z] --- SKIP: TestServicePlugin (0.00s) [2020-12-11T19:20:15.678Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:20:15.678Z] === RUN TestServiceUpdateLabel [2020-12-11T19:20:17.315Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-12-11T19:20:17.315Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-12-11T19:20:18.986Z] --- PASS: TestServiceUpdateLabel (3.19s) [2020-12-11T19:20:18.986Z] === RUN TestServiceUpdateSecrets [2020-12-11T19:20:19.233Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-12-11T19:20:19.836Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2020-12-11T19:20:19.836Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2020-12-11T19:20:19.836Z] === RUN TestLoadDaemonCliConfigWithTLS [2020-12-11T19:20:19.836Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2020-12-11T19:20:19.836Z] === RUN TestLoadDaemonCliConfigWithConflicts [2020-12-11T19:20:19.836Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2020-12-11T19:20:19.836Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2020-12-11T19:20:19.836Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2020-12-11T19:20:19.836Z] === RUN TestLoadDaemonCliWithConflictingLabels [2020-12-11T19:20:19.836Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2020-12-11T19:20:19.836Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2020-12-11T19:20:19.836Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2020-12-11T19:20:19.836Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2020-12-11T19:20:19.836Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2020-12-11T19:20:19.836Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2020-12-11T19:20:19.836Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2020-12-11T19:20:19.836Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2020-12-11T19:20:19.836Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2020-12-11T19:20:19.836Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2020-12-11T19:20:19.836Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2020-12-11T19:20:19.836Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2020-12-11T19:20:19.836Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2020-12-11T19:20:19.836Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2020-12-11T19:20:19.836Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2020-12-11T19:20:19.836Z] === RUN TestConfigureDaemonLogs [2020-12-11T19:20:19.836Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2020-12-11T19:20:19.836Z] === RUN TestCommonOptionsInstallFlags [2020-12-11T19:20:19.836Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2020-12-11T19:20:19.836Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2020-12-11T19:20:19.836Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2020-12-11T19:20:19.836Z] PASS [2020-12-11T19:20:19.836Z] coverage: 18.4% of statements [2020-12-11T19:20:19.836Z] ok github.com/docker/docker/cmd/dockerd 0.619s coverage: 18.4% of statements [2020-12-11T19:20:20.623Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-12-11T19:20:20.811Z] === RUN TestContainerStopSignal [2020-12-11T19:20:20.812Z] --- PASS: TestContainerStopSignal (0.00s) [2020-12-11T19:20:20.812Z] === RUN TestContainerStopTimeout [2020-12-11T19:20:20.812Z] --- PASS: TestContainerStopTimeout (0.00s) [2020-12-11T19:20:20.812Z] === RUN TestContainerSecretReferenceDestTarget [2020-12-11T19:20:20.812Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2020-12-11T19:20:20.812Z] === RUN TestContainerLogPathSetForJSONFileLogger [2020-12-11T19:20:20.812Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2020-12-11T19:20:20.812Z] === RUN TestContainerLogPathSetForRingLogger [2020-12-11T19:20:20.812Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2020-12-11T19:20:20.812Z] === RUN TestReplaceAndAppendEnvVars [2020-12-11T19:20:20.812Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2020-12-11T19:20:20.812Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2020-12-11T19:20:20.812Z] === RUN TestNewMemoryStore [2020-12-11T19:20:20.812Z] --- PASS: TestNewMemoryStore (0.00s) [2020-12-11T19:20:20.812Z] === RUN TestAddContainers [2020-12-11T19:20:20.812Z] --- PASS: TestAddContainers (0.00s) [2020-12-11T19:20:20.812Z] === RUN TestGetContainer [2020-12-11T19:20:20.812Z] --- PASS: TestGetContainer (0.00s) [2020-12-11T19:20:20.812Z] === RUN TestDeleteContainer [2020-12-11T19:20:20.812Z] --- PASS: TestDeleteContainer (0.00s) [2020-12-11T19:20:20.812Z] === RUN TestListContainers [2020-12-11T19:20:20.812Z] --- PASS: TestListContainers (0.00s) [2020-12-11T19:20:20.812Z] === RUN TestFirstContainer [2020-12-11T19:20:20.812Z] --- PASS: TestFirstContainer (0.00s) [2020-12-11T19:20:20.812Z] === RUN TestApplyAllContainer [2020-12-11T19:20:20.812Z] --- PASS: TestApplyAllContainer (0.00s) [2020-12-11T19:20:20.812Z] === RUN TestIsValidHealthString [2020-12-11T19:20:20.812Z] --- PASS: TestIsValidHealthString (0.00s) [2020-12-11T19:20:20.812Z] === RUN TestStateRunStop [2020-12-11T19:20:20.812Z] --- PASS: TestStateRunStop (0.00s) [2020-12-11T19:20:20.812Z] === RUN TestStateTimeoutWait [2020-12-11T19:20:20.812Z] --- PASS: TestStateTimeoutWait (0.10s) [2020-12-11T19:20:20.812Z] state_test.go:141: Stop callback fired [2020-12-11T19:20:20.812Z] state_test.go:165: Stop callback fired [2020-12-11T19:20:20.812Z] === RUN TestIsValidStateString [2020-12-11T19:20:20.812Z] --- PASS: TestIsValidStateString (0.00s) [2020-12-11T19:20:20.812Z] === RUN TestViewSaveDelete [2020-12-11T19:20:20.812Z] --- PASS: TestViewSaveDelete (0.03s) [2020-12-11T19:20:20.812Z] === RUN TestViewAll [2020-12-11T19:20:20.812Z] --- PASS: TestViewAll (0.01s) [2020-12-11T19:20:20.812Z] === RUN TestViewGet [2020-12-11T19:20:20.812Z] --- PASS: TestViewGet (0.01s) [2020-12-11T19:20:20.812Z] === RUN TestNames [2020-12-11T19:20:20.812Z] --- PASS: TestNames (0.00s) [2020-12-11T19:20:20.812Z] === RUN TestViewWithHealthCheck [2020-12-11T19:20:20.812Z] --- PASS: TestViewWithHealthCheck (0.01s) [2020-12-11T19:20:20.812Z] PASS [2020-12-11T19:20:20.812Z] coverage: 41.6% of statements [2020-12-11T19:20:20.812Z] ok github.com/docker/docker/container 0.505s coverage: 41.6% of statements [2020-12-11T19:20:20.812Z] ? github.com/docker/docker/container/stream [no test files] [2020-12-11T19:20:20.812Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-12-11T19:20:20.812Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-12-11T19:20:20.812Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-12-11T19:20:21.567Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-12-11T19:20:23.010Z] === RUN TestPrepare [2020-12-11T19:20:23.010Z] --- PASS: TestPrepare (0.00s) [2020-12-11T19:20:23.010Z] === RUN TestStart [2020-12-11T19:20:23.010Z] --- PASS: TestStart (0.00s) [2020-12-11T19:20:23.010Z] === RUN TestWaitCancel [2020-12-11T19:20:23.010Z] --- PASS: TestWaitCancel (0.00s) [2020-12-11T19:20:23.010Z] === RUN TestWaitDisabled [2020-12-11T19:20:23.010Z] --- PASS: TestWaitDisabled (0.00s) [2020-12-11T19:20:23.010Z] === RUN TestWaitEnabled [2020-12-11T19:20:23.010Z] --- PASS: TestWaitEnabled (0.00s) [2020-12-11T19:20:23.010Z] === RUN TestRemove [2020-12-11T19:20:23.010Z] --- PASS: TestRemove (0.00s) [2020-12-11T19:20:23.010Z] PASS [2020-12-11T19:20:23.010Z] coverage: 65.3% of statements [2020-12-11T19:20:23.010Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.287s coverage: 65.3% of statements [2020-12-11T19:20:24.877Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-12-11T19:20:25.205Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2020-12-11T19:20:25.205Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.11s) [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCContainerRuntime [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCIsolation [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCIsolation/empty [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCIsolation/default [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCIsolation/process [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertFromGRPCIsolation [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertFromGRPCIsolation/default [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertFromGRPCIsolation/process [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCCredentialSpec [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2020-12-11T19:20:25.205Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2020-12-11T19:20:25.205Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertFromGRPCConfigs [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertFromGRPCConfigs/file [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCConfigs [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCConfigs/file [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2020-12-11T19:20:25.205Z] === RUN TestServiceConvertToGRPCConfigs/none [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2020-12-11T19:20:25.205Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2020-12-11T19:20:25.205Z] PASS [2020-12-11T19:20:25.205Z] coverage: 35.9% of statements [2020-12-11T19:20:25.205Z] ok github.com/docker/docker/daemon/cluster/convert 0.494s coverage: 35.9% of statements [2020-12-11T19:20:26.182Z] === RUN TestNewListSecretsFilters [2020-12-11T19:20:26.182Z] --- PASS: TestNewListSecretsFilters (0.00s) [2020-12-11T19:20:26.182Z] === RUN TestNewListConfigsFilters [2020-12-11T19:20:26.182Z] --- PASS: TestNewListConfigsFilters (0.00s) [2020-12-11T19:20:26.182Z] PASS [2020-12-11T19:20:26.182Z] coverage: 0.5% of statements [2020-12-11T19:20:26.182Z] ok github.com/docker/docker/daemon/cluster 0.872s coverage: 0.5% of statements [2020-12-11T19:20:26.794Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-12-11T19:20:28.181Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-12-11T19:20:28.754Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-12-11T19:20:29.015Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-12-11T19:20:30.902Z] === RUN TestDiscoveryOptsErrors [2020-12-11T19:20:30.902Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2020-12-11T19:20:30.902Z] === RUN TestDiscoveryOpts [2020-12-11T19:20:30.902Z] --- PASS: TestDiscoveryOpts (0.00s) [2020-12-11T19:20:30.902Z] PASS [2020-12-11T19:20:30.902Z] coverage: 30.0% of statements [2020-12-11T19:20:30.902Z] ok github.com/docker/docker/daemon/discovery 0.186s coverage: 30.0% of statements [2020-12-11T19:20:30.902Z] === RUN TestBuilderGC [2020-12-11T19:20:30.902Z] --- PASS: TestBuilderGC (0.00s) [2020-12-11T19:20:30.902Z] === RUN TestDaemonConfigurationNotFound [2020-12-11T19:20:30.902Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2020-12-11T19:20:30.902Z] === RUN TestDaemonBrokenConfiguration [2020-12-11T19:20:30.902Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2020-12-11T19:20:30.902Z] === RUN TestParseClusterAdvertiseSettings [2020-12-11T19:20:30.902Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2020-12-11T19:20:30.902Z] === RUN TestFindConfigurationConflicts [2020-12-11T19:20:30.902Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2020-12-11T19:20:30.902Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2020-12-11T19:20:30.902Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2020-12-11T19:20:30.902Z] === RUN TestDaemonConfigurationMergeConflicts [2020-12-11T19:20:30.902Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2020-12-11T19:20:30.902Z] === RUN TestDaemonConfigurationMergeConcurrent [2020-12-11T19:20:30.902Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2020-12-11T19:20:30.902Z] === RUN TestDaemonConfigurationMergeConcurrentError [2020-12-11T19:20:30.902Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2020-12-11T19:20:30.902Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2020-12-11T19:20:30.902Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2020-12-11T19:20:30.902Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2020-12-11T19:20:30.902Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2020-12-11T19:20:30.902Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2020-12-11T19:20:30.902Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2020-12-11T19:20:30.902Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2020-12-11T19:20:30.902Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2020-12-11T19:20:30.902Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2020-12-11T19:20:30.902Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2020-12-11T19:20:30.902Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2020-12-11T19:20:30.902Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2020-12-11T19:20:30.902Z] === RUN TestFindConfigurationConflictsWithMergedValues [2020-12-11T19:20:30.902Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2020-12-11T19:20:30.902Z] === RUN TestValidateConfigurationErrors [2020-12-11T19:20:30.902Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2020-12-11T19:20:30.902Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2020-12-11T19:20:30.902Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2020-12-11T19:20:30.902Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2020-12-11T19:20:30.902Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2020-12-11T19:20:30.902Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2020-12-11T19:20:30.902Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2020-12-11T19:20:30.902Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2020-12-11T19:20:30.902Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2020-12-11T19:20:30.902Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2020-12-11T19:20:30.902Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2020-12-11T19:20:30.902Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2020-12-11T19:20:30.902Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2020-12-11T19:20:30.902Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2020-12-11T19:20:30.902Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2020-12-11T19:20:30.902Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2020-12-11T19:20:30.902Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2020-12-11T19:20:30.902Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2020-12-11T19:20:30.902Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2020-12-11T19:20:30.902Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2020-12-11T19:20:30.902Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2020-12-11T19:20:30.902Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2020-12-11T19:20:30.902Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2020-12-11T19:20:30.902Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2020-12-11T19:20:30.902Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2020-12-11T19:20:30.902Z] === RUN TestValidateConfiguration [2020-12-11T19:20:30.902Z] === RUN TestValidateConfiguration/with_label [2020-12-11T19:20:30.902Z] === RUN TestValidateConfiguration/with_dns [2020-12-11T19:20:30.902Z] === RUN TestValidateConfiguration/with_dns-search [2020-12-11T19:20:30.902Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2020-12-11T19:20:30.902Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2020-12-11T19:20:30.902Z] === RUN TestValidateConfiguration/with_max-download-attempts [2020-12-11T19:20:30.902Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2020-12-11T19:20:30.902Z] === RUN TestValidateConfiguration/with_node_generic_resources [2020-12-11T19:20:30.902Z] --- PASS: TestValidateConfiguration (0.00s) [2020-12-11T19:20:30.902Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2020-12-11T19:20:30.902Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2020-12-11T19:20:30.902Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2020-12-11T19:20:30.902Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2020-12-11T19:20:30.902Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2020-12-11T19:20:30.902Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2020-12-11T19:20:30.902Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2020-12-11T19:20:30.902Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2020-12-11T19:20:30.902Z] === RUN TestModifiedDiscoverySettings [2020-12-11T19:20:30.902Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2020-12-11T19:20:30.902Z] === RUN TestReloadSetConfigFileNotExist [2020-12-11T19:20:30.902Z] time="2020-12-11T19:20:30Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2020-12-11T19:20:30.902Z] --- PASS: TestReloadSetConfigFileNotExist (0.11s) [2020-12-11T19:20:30.902Z] === RUN TestReloadDefaultConfigNotExist [2020-12-11T19:20:30.902Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2020-12-11T19:20:30.902Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:20:30.902Z] === RUN TestReloadBadDefaultConfig [2020-12-11T19:20:30.902Z] time="2020-12-11T19:20:30Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-737419503" [2020-12-11T19:20:30.902Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2020-12-11T19:20:30.902Z] === RUN TestReloadWithConflictingLabels [2020-12-11T19:20:30.902Z] time="2020-12-11T19:20:30Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-472579970" [2020-12-11T19:20:30.902Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2020-12-11T19:20:30.902Z] === RUN TestReloadWithDuplicateLabels [2020-12-11T19:20:30.902Z] time="2020-12-11T19:20:30Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-136740601" [2020-12-11T19:20:30.902Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2020-12-11T19:20:30.902Z] === RUN TestDaemonConfigurationMerge [2020-12-11T19:20:30.902Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2020-12-11T19:20:30.902Z] PASS [2020-12-11T19:20:30.902Z] coverage: 79.7% of statements [2020-12-11T19:20:30.902Z] ok github.com/docker/docker/daemon/config 0.522s coverage: 79.7% of statements [2020-12-11T19:20:31.564Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-12-11T19:20:32.507Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-12-11T19:20:32.832Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-12-11T19:20:32.832Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-12-11T19:20:32.832Z] remote: Enumerating objects: 2, done. [2020-12-11T19:20:32.832Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2020-12-11T19:20:32.832Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2020-12-11T19:20:32.832Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2020-12-11T19:20:32.832Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) Unpacking objects: 13% (3/23) Unpacking objects: 17% (4/23) Unpacking objects: 21% (5/23) Unpacking objects: 26% (6/23) Unpacking objects: 30% (7/23) Unpacking objects: 34% (8/23) Unpacking objects: 39% (9/23) Unpacking objects: 43% (10/23) Unpacking objects: 47% (11/23) Unpacking objects: 52% (12/23) Unpacking objects: 56% (13/23) Unpacking objects: 60% (14/23) Unpacking objects: 65% (15/23) Unpacking objects: 69% (16/23) Unpacking objects: 73% (17/23) Unpacking objects: 78% (18/23) Unpacking objects: 82% (19/23) Unpacking objects: 86% (20/23) Unpacking objects: 91% (21/23) Unpacking objects: 95% (22/23) Unpacking objects: 100% (23/23) Unpacking objects: 100% (23/23), done. [2020-12-11T19:20:32.832Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-12-11T19:20:32.832Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-12-11T19:20:33.167Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41783/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5fd8d701ceff35235fc447ca9433b44f855d688d hack/test/unit [2020-12-11T19:20:33.828Z] === RUN TestVerifyNetworkingConfig [2020-12-11T19:20:33.828Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2020-12-11T19:20:33.828Z] === RUN TestGetContainer [2020-12-11T19:20:33.828Z] --- PASS: TestGetContainer (0.00s) [2020-12-11T19:20:33.828Z] === RUN TestValidContainerNames [2020-12-11T19:20:33.828Z] --- PASS: TestValidContainerNames (0.00s) [2020-12-11T19:20:33.828Z] === RUN TestContainerInitDNS [2020-12-11T19:20:33.828Z] --- SKIP: TestContainerInitDNS (0.00s) [2020-12-11T19:20:33.828Z] daemon_test.go:147: root required [2020-12-11T19:20:33.828Z] === RUN TestMerge [2020-12-11T19:20:33.828Z] --- PASS: TestMerge (0.00s) [2020-12-11T19:20:33.828Z] === RUN TestValidateContainerIsolation [2020-12-11T19:20:33.828Z] --- PASS: TestValidateContainerIsolation (0.00s) [2020-12-11T19:20:33.828Z] === RUN TestFindNetworkErrorType [2020-12-11T19:20:33.828Z] --- PASS: TestFindNetworkErrorType (0.00s) [2020-12-11T19:20:33.828Z] === RUN TestEnsureServicesExist [2020-12-11T19:20:33.828Z] --- PASS: TestEnsureServicesExist (0.00s) [2020-12-11T19:20:33.828Z] === RUN TestEnsureServicesExistErrors [2020-12-11T19:20:33.828Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2020-12-11T19:20:33.828Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2020-12-11T19:20:33.828Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2020-12-11T19:20:33.828Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2020-12-11T19:20:33.828Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2020-12-11T19:20:33.828Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2020-12-11T19:20:33.828Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2020-12-11T19:20:33.828Z] === RUN TestContainerDelete [2020-12-11T19:20:33.828Z] --- PASS: TestContainerDelete (0.00s) [2020-12-11T19:20:33.828Z] === RUN TestContainerDoubleDelete [2020-12-11T19:20:33.828Z] --- PASS: TestContainerDoubleDelete (0.00s) [2020-12-11T19:20:33.828Z] === RUN TestLogContainerEventCopyLabels [2020-12-11T19:20:33.828Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2020-12-11T19:20:33.828Z] === RUN TestLogContainerEventWithAttributes [2020-12-11T19:20:33.828Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2020-12-11T19:20:33.828Z] === RUN TestNoneHealthcheck [2020-12-11T19:20:33.828Z] --- PASS: TestNoneHealthcheck (0.00s) [2020-12-11T19:20:33.828Z] === RUN TestHealthStates [2020-12-11T19:20:33.828Z] time="2020-12-11T19:20:33Z" 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" [2020-12-11T19:20:33.828Z] time="2020-12-11T19:20:33Z" 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" [2020-12-11T19:20:33.828Z] time="2020-12-11T19:20:33Z" 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" [2020-12-11T19:20:33.828Z] time="2020-12-11T19:20:33Z" 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" [2020-12-11T19:20:33.828Z] time="2020-12-11T19:20:33Z" 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" [2020-12-11T19:20:33.829Z] time="2020-12-11T19:20:33Z" 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" [2020-12-11T19:20:33.829Z] time="2020-12-11T19:20:33Z" 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" [2020-12-11T19:20:33.829Z] time="2020-12-11T19:20:33Z" 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" [2020-12-11T19:20:33.829Z] time="2020-12-11T19:20:33Z" 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" [2020-12-11T19:20:33.829Z] time="2020-12-11T19:20:33Z" 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" [2020-12-11T19:20:33.829Z] --- PASS: TestHealthStates (0.08s) [2020-12-11T19:20:33.829Z] === RUN TestMaskURLCredentials [2020-12-11T19:20:33.829Z] --- PASS: TestMaskURLCredentials (0.00s) [2020-12-11T19:20:33.829Z] === RUN TestGetInspectData [2020-12-11T19:20:33.829Z] --- PASS: TestGetInspectData (0.00s) [2020-12-11T19:20:33.829Z] === RUN TestFillLicense [2020-12-11T19:20:33.829Z] --- PASS: TestFillLicense (0.00s) [2020-12-11T19:20:33.829Z] === RUN TestListInvalidFilter [2020-12-11T19:20:33.829Z] --- PASS: TestListInvalidFilter (0.00s) [2020-12-11T19:20:33.829Z] === RUN TestNameFilter [2020-12-11T19:20:33.829Z] --- PASS: TestNameFilter (0.00s) [2020-12-11T19:20:33.829Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2020-12-11T19:20:33.829Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2020-12-11T19:20:33.829Z] === RUN TestSetWindowsCredentialSpecInSpec [2020-12-11T19:20:33.829Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2020-12-11T19:20:33.829Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2020-12-11T19:20:33.829Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2020-12-11T19:20:33.829Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2020-12-11T19:20:33.829Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2020-12-11T19:20:33.829Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2020-12-11T19:20:33.829Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2020-12-11T19:20:33.829Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2020-12-11T19:20:33.829Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2020-12-11T19:20:33.829Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2020-12-11T19:20:33.829Z] === 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 [2020-12-11T19:20:33.829Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2020-12-11T19:20:33.829Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2020-12-11T19:20:33.829Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2020-12-11T19:20:33.829Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2020-12-11T19:20:33.829Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2020-12-11T19:20:33.829Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2020-12-11T19:20:33.829Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2020-12-11T19:20:33.829Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2020-12-11T19:20:33.829Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2020-12-11T19:20:33.829Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2020-12-11T19:20:33.829Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2020-12-11T19:20:33.829Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2020-12-11T19:20:33.829Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2020-12-11T19:20:33.829Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-12-11T19:20:33.829Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2020-12-11T19:20:33.829Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2020-12-11T19:20:33.829Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-12-11T19:20:33.829Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2020-12-11T19:20:33.829Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2020-12-11T19:20:33.829Z] --- 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) [2020-12-11T19:20:33.829Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2020-12-11T19:20:33.829Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2020-12-11T19:20:33.829Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2020-12-11T19:20:33.829Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2020-12-11T19:20:33.829Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2020-12-11T19:20:33.829Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2020-12-11T19:20:33.829Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2020-12-11T19:20:33.829Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2020-12-11T19:20:33.829Z] === RUN TestDaemonReloadLabels [2020-12-11T19:20:33.829Z] --- PASS: TestDaemonReloadLabels (0.00s) [2020-12-11T19:20:33.829Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2020-12-11T19:20:33.829Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2020-12-11T19:20:33.829Z] === RUN TestDaemonReloadMirrors [2020-12-11T19:20:33.829Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2020-12-11T19:20:33.829Z] === RUN TestDaemonReloadInsecureRegistries [2020-12-11T19:20:33.829Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2020-12-11T19:20:33.829Z] === RUN TestDaemonReloadNotAffectOthers [2020-12-11T19:20:33.829Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2020-12-11T19:20:33.829Z] === RUN TestDaemonDiscoveryReload [2020-12-11T19:20:33.894Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-12-11T19:20:34.806Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2020-12-11T19:20:34.806Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2020-12-11T19:20:34.806Z] === RUN TestWaitNodeAttachment [2020-12-11T19:20:34.806Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2020-12-11T19:20:34.806Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2020-12-11T19:20:35.268Z] === RUN TestEventsLog [2020-12-11T19:20:35.268Z] --- PASS: TestEventsLog (0.00s) [2020-12-11T19:20:35.268Z] === RUN TestEventsLogTimeout [2020-12-11T19:20:35.268Z] --- PASS: TestEventsLogTimeout (0.00s) [2020-12-11T19:20:35.268Z] === RUN TestLogEvents [2020-12-11T19:20:35.268Z] --- PASS: TestLogEvents (0.05s) [2020-12-11T19:20:35.268Z] === RUN TestLoadBufferedEvents [2020-12-11T19:20:35.268Z] --- PASS: TestLoadBufferedEvents (0.09s) [2020-12-11T19:20:35.268Z] === RUN TestLoadBufferedEventsOnlyFromPast [2020-12-11T19:20:35.268Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2020-12-11T19:20:35.268Z] === RUN TestIgnoreBufferedWhenNoTimes [2020-12-11T19:20:35.268Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2020-12-11T19:20:35.268Z] PASS [2020-12-11T19:20:35.268Z] coverage: 50.0% of statements [2020-12-11T19:20:35.268Z] ok github.com/docker/docker/daemon/events 1.867s coverage: 50.0% of statements [2020-12-11T19:20:35.268Z] --- PASS: TestWaitNodeAttachment (0.40s) [2020-12-11T19:20:35.268Z] === RUN TestIsolationConversion [2020-12-11T19:20:35.268Z] === RUN TestIsolationConversion/default [2020-12-11T19:20:35.268Z] === RUN TestIsolationConversion/process [2020-12-11T19:20:35.268Z] === RUN TestIsolationConversion/hyperv [2020-12-11T19:20:35.268Z] --- PASS: TestIsolationConversion (0.00s) [2020-12-11T19:20:35.268Z] --- PASS: TestIsolationConversion/default (0.00s) [2020-12-11T19:20:35.268Z] --- PASS: TestIsolationConversion/process (0.00s) [2020-12-11T19:20:35.268Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2020-12-11T19:20:35.268Z] === RUN TestContainerLabels [2020-12-11T19:20:35.268Z] --- PASS: TestContainerLabels (0.00s) [2020-12-11T19:20:35.268Z] === RUN TestCredentialSpecConversion [2020-12-11T19:20:35.268Z] === RUN TestCredentialSpecConversion/none [2020-12-11T19:20:35.268Z] === RUN TestCredentialSpecConversion/config [2020-12-11T19:20:35.269Z] === RUN TestCredentialSpecConversion/file [2020-12-11T19:20:35.269Z] === RUN TestCredentialSpecConversion/registry [2020-12-11T19:20:35.269Z] --- PASS: TestCredentialSpecConversion (0.00s) [2020-12-11T19:20:35.269Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2020-12-11T19:20:35.269Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2020-12-11T19:20:35.269Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2020-12-11T19:20:35.269Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2020-12-11T19:20:35.269Z] === RUN TestControllerValidateMountBind [2020-12-11T19:20:35.269Z] --- PASS: TestControllerValidateMountBind (0.00s) [2020-12-11T19:20:35.269Z] === RUN TestControllerValidateMountVolume [2020-12-11T19:20:35.269Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2020-12-11T19:20:35.269Z] === RUN TestControllerValidateMountTarget [2020-12-11T19:20:35.269Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2020-12-11T19:20:35.269Z] === RUN TestControllerValidateMountTmpfs [2020-12-11T19:20:35.269Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2020-12-11T19:20:35.269Z] === RUN TestControllerValidateMountInvalidType [2020-12-11T19:20:35.269Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2020-12-11T19:20:35.269Z] === RUN TestControllerValidateMountNamedPipe [2020-12-11T19:20:35.269Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2020-12-11T19:20:35.269Z] PASS [2020-12-11T19:20:35.269Z] coverage: 11.3% of statements [2020-12-11T19:20:35.269Z] ok github.com/docker/docker/daemon/cluster/executor/container 2.480s coverage: 11.3% of statements [2020-12-11T19:20:35.705Z] ? github.com/docker/docker/api [no test files] [2020-12-11T19:20:35.731Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2020-12-11T19:20:35.731Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2020-12-11T19:20:35.731Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-12-11T19:20:35.731Z] reload_test.go:520: root required [2020-12-11T19:20:35.731Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2020-12-11T19:20:35.731Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2020-12-11T19:20:35.731Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2020-12-11T19:20:35.731Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2020-12-11T19:20:35.731Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2020-12-11T19:20:35.731Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2020-12-11T19:20:35.731Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2020-12-11T19:20:35.731Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2020-12-11T19:20:35.731Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2020-12-11T19:20:35.731Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2020-12-11T19:20:35.731Z] === RUN TestParseVolumesFrom [2020-12-11T19:20:35.731Z] --- PASS: TestParseVolumesFrom (0.00s) [2020-12-11T19:20:35.731Z] PASS [2020-12-11T19:20:35.731Z] coverage: 9.1% of statements [2020-12-11T19:20:35.731Z] ok github.com/docker/docker/daemon 3.532s coverage: 9.1% of statements [2020-12-11T19:20:35.731Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-12-11T19:20:35.731Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-12-11T19:20:35.731Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-12-11T19:20:35.731Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-12-11T19:20:36.194Z] === RUN TestIsEmptyDir [2020-12-11T19:20:36.194Z] --- PASS: TestIsEmptyDir (0.01s) [2020-12-11T19:20:36.194Z] PASS [2020-12-11T19:20:36.194Z] coverage: 2.3% of statements [2020-12-11T19:20:36.194Z] ok github.com/docker/docker/daemon/graphdriver 0.258s coverage: 2.3% of statements [2020-12-11T19:20:36.657Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-12-11T19:20:36.657Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-12-11T19:20:36.657Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2020-12-11T19:20:36.657Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-12-11T19:20:36.657Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-12-11T19:20:36.657Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-12-11T19:20:36.657Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-12-11T19:20:36.657Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-12-11T19:20:36.657Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-12-11T19:20:36.657Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-12-11T19:20:36.657Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-12-11T19:20:36.657Z] === RUN TestLinkNaming [2020-12-11T19:20:36.657Z] --- PASS: TestLinkNaming (0.00s) [2020-12-11T19:20:36.657Z] === RUN TestLinkNew [2020-12-11T19:20:36.657Z] --- PASS: TestLinkNew (0.00s) [2020-12-11T19:20:36.657Z] === RUN TestLinkEnv [2020-12-11T19:20:36.657Z] --- PASS: TestLinkEnv (0.00s) [2020-12-11T19:20:36.657Z] === RUN TestLinkMultipleEnv [2020-12-11T19:20:36.657Z] --- PASS: TestLinkMultipleEnv (0.00s) [2020-12-11T19:20:36.657Z] === RUN TestLinkPortRangeEnv [2020-12-11T19:20:36.657Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2020-12-11T19:20:36.657Z] PASS [2020-12-11T19:20:36.657Z] coverage: 93.0% of statements [2020-12-11T19:20:36.657Z] ok github.com/docker/docker/daemon/links 0.113s coverage: 93.0% of statements [2020-12-11T19:20:37.110Z] --- PASS: TestServiceUpdateSecrets (15.30s) [2020-12-11T19:20:37.110Z] === RUN TestServiceUpdateConfigs [2020-12-11T19:20:39.583Z] === RUN TestAdapterReadLogs [2020-12-11T19:20:39.583Z] --- PASS: TestAdapterReadLogs (0.00s) [2020-12-11T19:20:39.583Z] === RUN TestCopier [2020-12-11T19:20:39.583Z] --- PASS: TestCopier (0.01s) [2020-12-11T19:20:39.583Z] === RUN TestCopierLongLines [2020-12-11T19:20:39.583Z] --- PASS: TestCopierLongLines (0.00s) [2020-12-11T19:20:39.583Z] === RUN TestCopierSlow [2020-12-11T19:20:39.583Z] --- PASS: TestCopierSlow (0.27s) [2020-12-11T19:20:39.583Z] === RUN TestCopierWithSized [2020-12-11T19:20:39.583Z] --- PASS: TestCopierWithSized (0.00s) [2020-12-11T19:20:39.583Z] === RUN TestCopierWithPartial [2020-12-11T19:20:39.583Z] --- PASS: TestCopierWithPartial (0.01s) [2020-12-11T19:20:39.583Z] === RUN TestRingLogger [2020-12-11T19:20:39.583Z] --- PASS: TestRingLogger (0.00s) [2020-12-11T19:20:39.583Z] === RUN TestRingCap [2020-12-11T19:20:39.583Z] --- PASS: TestRingCap (0.00s) [2020-12-11T19:20:39.583Z] === RUN TestRingClose [2020-12-11T19:20:39.583Z] --- PASS: TestRingClose (0.00s) [2020-12-11T19:20:39.583Z] === RUN TestRingDrain [2020-12-11T19:20:39.583Z] --- PASS: TestRingDrain (0.00s) [2020-12-11T19:20:39.583Z] PASS [2020-12-11T19:20:39.583Z] coverage: 41.2% of statements [2020-12-11T19:20:39.583Z] ok github.com/docker/docker/daemon/logger 0.730s coverage: 41.2% of statements [2020-12-11T19:20:40.047Z] === RUN TestNewStreamConfig [2020-12-11T19:20:40.047Z] === RUN TestNewStreamConfig/defaults [2020-12-11T19:20:40.047Z] === RUN TestNewStreamConfig/invalid_create_group [2020-12-11T19:20:40.047Z] === RUN TestNewStreamConfig/invalid_flush_interval [2020-12-11T19:20:40.047Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2020-12-11T19:20:40.047Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2020-12-11T19:20:40.047Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2020-12-11T19:20:40.047Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2020-12-11T19:20:40.047Z] --- PASS: TestNewStreamConfig (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestNewAWSLogsClientUserAgentHandler [2020-12-11T19:20:40.047Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2020-12-11T19:20:40.047Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestNewAWSLogsClientRegionDetect [2020-12-11T19:20:40.047Z] time="2020-12-11T19:20:39Z" level=info msg="Trying to get region from EC2 Metadata" [2020-12-11T19:20:40.047Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.11s) [2020-12-11T19:20:40.047Z] === RUN TestCreateSuccess [2020-12-11T19:20:40.047Z] --- PASS: TestCreateSuccess (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestCreateLogGroupSuccess [2020-12-11T19:20:40.047Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestCreateError [2020-12-11T19:20:40.047Z] --- PASS: TestCreateError (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestCreateAlreadyExists [2020-12-11T19:20:40.047Z] time="2020-12-11T19:20:39Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2020-12-11T19:20:40.047Z] --- PASS: TestCreateAlreadyExists (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestLogClosed [2020-12-11T19:20:40.047Z] --- PASS: TestLogClosed (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestLogBlocking [2020-12-11T19:20:40.047Z] --- PASS: TestLogBlocking (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestLogNonBlockingBufferEmpty [2020-12-11T19:20:40.047Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestLogNonBlockingBufferFull [2020-12-11T19:20:40.047Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestPublishBatchSuccess [2020-12-11T19:20:40.047Z] --- PASS: TestPublishBatchSuccess (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestPublishBatchError [2020-12-11T19:20:40.047Z] time="2020-12-11T19:20:39Z" level=error msg=Error [2020-12-11T19:20:40.047Z] --- PASS: TestPublishBatchError (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestPublishBatchInvalidSeqSuccess [2020-12-11T19:20:40.047Z] time="2020-12-11T19:20:39Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-12-11T19:20:40.047Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestPublishBatchAlreadyAccepted [2020-12-11T19:20:40.047Z] time="2020-12-11T19:20:39Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-12-11T19:20:40.047Z] time="2020-12-11T19:20:39Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2020-12-11T19:20:40.047Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestCollectBatchSimple [2020-12-11T19:20:40.047Z] --- PASS: TestCollectBatchSimple (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestCollectBatchTicker [2020-12-11T19:20:40.047Z] --- PASS: TestCollectBatchTicker (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestCollectBatchMultilinePattern [2020-12-11T19:20:40.047Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2020-12-11T19:20:40.047Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2020-12-11T19:20:40.047Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2020-12-11T19:20:40.047Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2020-12-11T19:20:40.047Z] === RUN TestCollectBatchClose [2020-12-11T19:20:40.047Z] --- PASS: TestCollectBatchClose (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestEffectiveLen [2020-12-11T19:20:40.047Z] === RUN TestEffectiveLen/0/Hello [2020-12-11T19:20:40.047Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2020-12-11T19:20:40.047Z] === RUN TestEffectiveLen/2/🙃 [2020-12-11T19:20:40.047Z] === RUN TestEffectiveLen/3/���� [2020-12-11T19:20:40.047Z] === RUN TestEffectiveLen/4/He��o [2020-12-11T19:20:40.047Z] === RUN TestEffectiveLen/5/ [2020-12-11T19:20:40.047Z] --- PASS: TestEffectiveLen (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestFindValidSplit [2020-12-11T19:20:40.047Z] === RUN TestFindValidSplit/0/ [2020-12-11T19:20:40.047Z] === RUN TestFindValidSplit/1/Hello [2020-12-11T19:20:40.047Z] === RUN TestFindValidSplit/2/Hello [2020-12-11T19:20:40.047Z] === RUN TestFindValidSplit/3/Hello [2020-12-11T19:20:40.047Z] === RUN TestFindValidSplit/4/🙃 [2020-12-11T19:20:40.047Z] === RUN TestFindValidSplit/5/🙃 [2020-12-11T19:20:40.047Z] === RUN TestFindValidSplit/6/a� [2020-12-11T19:20:40.047Z] === RUN TestFindValidSplit/7/a� [2020-12-11T19:20:40.047Z] --- PASS: TestFindValidSplit (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2020-12-11T19:20:40.047Z] cloudwatchlogs_test.go:1044: [2020-12-11T19:20:40.047Z] cloudwatchlogs_test.go:1045: [2020-12-11T19:20:40.047Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2020-12-11T19:20:40.047Z] cloudwatchlogs_test.go:1044: Hello [2020-12-11T19:20:40.047Z] cloudwatchlogs_test.go:1045: [2020-12-11T19:20:40.047Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2020-12-11T19:20:40.047Z] cloudwatchlogs_test.go:1044: He [2020-12-11T19:20:40.047Z] cloudwatchlogs_test.go:1045: llo [2020-12-11T19:20:40.047Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2020-12-11T19:20:40.047Z] cloudwatchlogs_test.go:1044: [2020-12-11T19:20:40.047Z] cloudwatchlogs_test.go:1045: Hello [2020-12-11T19:20:40.047Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2020-12-11T19:20:40.047Z] cloudwatchlogs_test.go:1044: [2020-12-11T19:20:40.047Z] cloudwatchlogs_test.go:1045: 🙃 [2020-12-11T19:20:40.047Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2020-12-11T19:20:40.047Z] cloudwatchlogs_test.go:1044: 🙃 [2020-12-11T19:20:40.047Z] cloudwatchlogs_test.go:1045: [2020-12-11T19:20:40.047Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2020-12-11T19:20:40.047Z] cloudwatchlogs_test.go:1044: a [2020-12-11T19:20:40.047Z] cloudwatchlogs_test.go:1045: � [2020-12-11T19:20:40.047Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2020-12-11T19:20:40.047Z] cloudwatchlogs_test.go:1044: a� [2020-12-11T19:20:40.047Z] cloudwatchlogs_test.go:1045: [2020-12-11T19:20:40.047Z] === RUN TestProcessEventEmoji [2020-12-11T19:20:40.047Z] --- PASS: TestProcessEventEmoji (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestCollectBatchLineSplit [2020-12-11T19:20:40.047Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestCollectBatchLineSplitWithBinary [2020-12-11T19:20:40.047Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2020-12-11T19:20:40.047Z] === RUN TestCollectBatchMaxEvents [2020-12-11T19:20:40.047Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2020-12-11T19:20:40.047Z] === RUN TestCollectBatchMaxTotalBytes [2020-12-11T19:20:40.047Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2020-12-11T19:20:40.047Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2020-12-11T19:20:40.047Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2020-12-11T19:20:40.047Z] === RUN TestCollectBatchWithDuplicateTimestamps [2020-12-11T19:20:40.047Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2020-12-11T19:20:40.047Z] === RUN TestParseLogOptionsMultilinePattern [2020-12-11T19:20:40.047Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestParseLogOptionsDatetimeFormat [2020-12-11T19:20:40.047Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2020-12-11T19:20:40.047Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2020-12-11T19:20:40.047Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2020-12-11T19:20:40.047Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2020-12-11T19:20:40.047Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2020-12-11T19:20:40.047Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2020-12-11T19:20:40.047Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2020-12-11T19:20:40.047Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2020-12-11T19:20:40.047Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2020-12-11T19:20:40.047Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2020-12-11T19:20:40.047Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2020-12-11T19:20:40.047Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2020-12-11T19:20:40.047Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2020-12-11T19:20:40.047Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2020-12-11T19:20:40.047Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2020-12-11T19:20:40.047Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2020-12-11T19:20:40.047Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2020-12-11T19:20:40.047Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2020-12-11T19:20:40.047Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2020-12-11T19:20:40.047Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestCreateTagSuccess [2020-12-11T19:20:40.047Z] --- PASS: TestCreateTagSuccess (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2020-12-11T19:20:40.047Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2020-12-11T19:20:40.047Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2020-12-11T19:20:40.047Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2020-12-11T19:20:40.047Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2020-12-11T19:20:40.047Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2020-12-11T19:20:40.047Z] PASS [2020-12-11T19:20:40.047Z] coverage: 77.8% of statements [2020-12-11T19:20:40.047Z] ok github.com/docker/docker/daemon/logger/awslogs 0.693s coverage: 77.8% of statements [2020-12-11T19:20:40.486Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-12-11T19:20:40.510Z] === RUN TestJSONFileLogger [2020-12-11T19:20:40.510Z] --- PASS: TestJSONFileLogger (0.00s) [2020-12-11T19:20:40.510Z] === RUN TestJSONFileLoggerWithTags [2020-12-11T19:20:40.974Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2020-12-11T19:20:40.974Z] === RUN TestJSONFileLoggerWithOpts [2020-12-11T19:20:40.974Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2020-12-11T19:20:40.974Z] === RUN TestJSONFileLoggerWithLabelsEnv [2020-12-11T19:20:40.974Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2020-12-11T19:20:40.974Z] === RUN TestEncodeDecode [2020-12-11T19:20:40.974Z] === PAUSE TestEncodeDecode [2020-12-11T19:20:40.974Z] === CONT TestEncodeDecode [2020-12-11T19:20:40.974Z] --- PASS: TestEncodeDecode (0.11s) [2020-12-11T19:20:40.974Z] PASS [2020-12-11T19:20:40.974Z] coverage: 61.6% of statements [2020-12-11T19:20:40.974Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.399s coverage: 61.6% of statements [2020-12-11T19:20:41.437Z] === RUN TestSearchRegistryForImagesErrors [2020-12-11T19:20:41.437Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2020-12-11T19:20:41.437Z] === RUN TestSearchRegistryForImages [2020-12-11T19:20:41.437Z] === RUN TestJSONLogsMarshalJSONBuf [2020-12-11T19:20:41.437Z] --- PASS: TestSearchRegistryForImages (0.00s) [2020-12-11T19:20:41.437Z] === RUN TestImageDelete [2020-12-11T19:20:41.437Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2020-12-11T19:20:41.437Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2020-12-11T19:20:41.437Z] === RUN TestImageDelete/no_lease [2020-12-11T19:20:41.437Z] === RUN TestImageDelete/lease_exists [2020-12-11T19:20:41.437Z] --- PASS: TestImageDelete (0.03s) [2020-12-11T19:20:41.437Z] --- PASS: TestImageDelete/no_lease (0.01s) [2020-12-11T19:20:41.437Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2020-12-11T19:20:41.437Z] === RUN TestContentStoreForPull [2020-12-11T19:20:41.437Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.18s) [2020-12-11T19:20:41.437Z] === RUN TestFastTimeMarshalJSON [2020-12-11T19:20:41.437Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2020-12-11T19:20:41.437Z] PASS [2020-12-11T19:20:41.437Z] coverage: 87.2% of statements [2020-12-11T19:20:41.437Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.556s coverage: 87.2% of statements [2020-12-11T19:20:41.437Z] --- PASS: TestContentStoreForPull (0.20s) [2020-12-11T19:20:41.437Z] PASS [2020-12-11T19:20:41.437Z] coverage: 6.5% of statements [2020-12-11T19:20:41.900Z] ok github.com/docker/docker/daemon/images 0.660s coverage: 6.5% of statements [2020-12-11T19:20:41.900Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-12-11T19:20:41.900Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-12-11T19:20:41.900Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-12-11T19:20:41.900Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-12-11T19:20:41.900Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-12-11T19:20:41.900Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-12-11T19:20:41.900Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-12-11T19:20:42.876Z] === RUN TestWriteLog [2020-12-11T19:20:42.876Z] === PAUSE TestWriteLog [2020-12-11T19:20:42.876Z] === RUN TestReadLog [2020-12-11T19:20:42.876Z] === PAUSE TestReadLog [2020-12-11T19:20:42.876Z] === CONT TestWriteLog [2020-12-11T19:20:42.876Z] --- PASS: TestWriteLog (0.00s) [2020-12-11T19:20:42.876Z] === CONT TestReadLog [2020-12-11T19:20:42.876Z] === RUN TestReadLog/tail_exact [2020-12-11T19:20:42.876Z] === RUN TestReadLog/tail_less_than_available [2020-12-11T19:20:42.876Z] === RUN TestReadLog/tail_more_than_available [2020-12-11T19:20:42.876Z] --- PASS: TestReadLog (0.13s) [2020-12-11T19:20:42.876Z] --- PASS: TestReadLog/tail_exact (0.12s) [2020-12-11T19:20:42.876Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2020-12-11T19:20:42.877Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2020-12-11T19:20:42.877Z] PASS [2020-12-11T19:20:42.877Z] coverage: 75.2% of statements [2020-12-11T19:20:42.877Z] ok github.com/docker/docker/daemon/logger/local 0.422s coverage: 75.2% of statements [2020-12-11T19:20:42.877Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-12-11T19:20:44.426Z] === RUN TestOpenFileDelete [2020-12-11T19:20:44.426Z] --- PASS: TestOpenFileDelete (0.00s) [2020-12-11T19:20:44.426Z] === RUN TestOpenFileRename [2020-12-11T19:20:44.426Z] --- PASS: TestOpenFileRename (0.00s) [2020-12-11T19:20:44.426Z] === RUN TestParseLogTagDefaultTag [2020-12-11T19:20:44.426Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2020-12-11T19:20:44.426Z] === RUN TestParseLogTag [2020-12-11T19:20:44.426Z] --- PASS: TestParseLogTag (0.00s) [2020-12-11T19:20:44.426Z] === RUN TestParseLogTagEmptyTag [2020-12-11T19:20:44.426Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2020-12-11T19:20:44.426Z] === RUN TestTailFiles [2020-12-11T19:20:44.426Z] --- PASS: TestTailFiles (0.00s) [2020-12-11T19:20:44.426Z] === RUN TestFollowLogsConsumerGone [2020-12-11T19:20:44.426Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2020-12-11T19:20:44.426Z] === RUN TestFollowLogsProducerGone [2020-12-11T19:20:44.426Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2020-12-11T19:20:44.426Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2020-12-11T19:20:44.426Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2020-12-11T19:20:44.426Z] === RUN TestCheckCapacityAndRotate [2020-12-11T19:20:44.426Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2020-12-11T19:20:44.426Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2020-12-11T19:20:44.426Z] --- PASS: TestCheckCapacityAndRotate (0.14s) [2020-12-11T19:20:44.426Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2020-12-11T19:20:44.426Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.12s) [2020-12-11T19:20:44.426Z] PASS [2020-12-11T19:20:44.426Z] coverage: 55.3% of statements [2020-12-11T19:20:44.426Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.520s coverage: 55.3% of statements [2020-12-11T19:20:44.426Z] === RUN TestLog [2020-12-11T19:20:44.426Z] --- PASS: TestLog (0.01s) [2020-12-11T19:20:44.426Z] PASS [2020-12-11T19:20:44.426Z] coverage: 33.3% of statements [2020-12-11T19:20:44.426Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.330s coverage: 33.3% of statements [2020-12-11T19:20:44.889Z] === RUN TestValidateLogOpt [2020-12-11T19:20:44.889Z] --- PASS: TestValidateLogOpt (0.00s) [2020-12-11T19:20:44.889Z] === RUN TestNewMissedConfig [2020-12-11T19:20:44.889Z] --- PASS: TestNewMissedConfig (0.00s) [2020-12-11T19:20:44.889Z] === RUN TestNewMissedUrl [2020-12-11T19:20:44.889Z] --- PASS: TestNewMissedUrl (0.00s) [2020-12-11T19:20:44.889Z] === RUN TestNewMissedToken [2020-12-11T19:20:44.889Z] --- PASS: TestNewMissedToken (0.00s) [2020-12-11T19:20:44.889Z] === RUN TestNewWithProxy [2020-12-11T19:20:44.889Z] --- PASS: TestNewWithProxy (0.00s) [2020-12-11T19:20:44.889Z] === RUN TestDefault [2020-12-11T19:20:44.889Z] --- PASS: TestDefault (0.01s) [2020-12-11T19:20:44.889Z] === RUN TestInlineFormatWithNonDefaultOptions [2020-12-11T19:20:44.889Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2020-12-11T19:20:44.889Z] === RUN TestJsonFormat [2020-12-11T19:20:44.889Z] --- PASS: TestJsonFormat (0.00s) [2020-12-11T19:20:44.889Z] === RUN TestRawFormat [2020-12-11T19:20:44.889Z] --- PASS: TestRawFormat (0.00s) [2020-12-11T19:20:44.889Z] === RUN TestRawFormatWithLabels [2020-12-11T19:20:44.889Z] --- PASS: TestRawFormatWithLabels (0.00s) [2020-12-11T19:20:44.889Z] === RUN TestRawFormatWithoutTag [2020-12-11T19:20:44.889Z] --- PASS: TestRawFormatWithoutTag (0.04s) [2020-12-11T19:20:44.889Z] === RUN TestBatching [2020-12-11T19:20:44.889Z] --- PASS: TestBatching (0.21s) [2020-12-11T19:20:44.889Z] === RUN TestFrequency [2020-12-11T19:20:45.352Z] === RUN TestParseLogFormat [2020-12-11T19:20:45.352Z] --- PASS: TestParseLogFormat (0.00s) [2020-12-11T19:20:45.352Z] === RUN TestValidateLogOptEmpty [2020-12-11T19:20:45.352Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2020-12-11T19:20:45.352Z] === RUN TestValidateSyslogAddress [2020-12-11T19:20:45.352Z] --- PASS: TestValidateSyslogAddress (0.00s) [2020-12-11T19:20:45.352Z] === RUN TestParseAddressDefaultPort [2020-12-11T19:20:45.352Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2020-12-11T19:20:45.352Z] === RUN TestValidateSyslogFacility [2020-12-11T19:20:45.352Z] --- PASS: TestValidateSyslogFacility (0.00s) [2020-12-11T19:20:45.352Z] === RUN TestValidateLogOptSyslogFormat [2020-12-11T19:20:45.352Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2020-12-11T19:20:45.352Z] === RUN TestValidateLogOpt [2020-12-11T19:20:45.352Z] --- PASS: TestValidateLogOpt (0.00s) [2020-12-11T19:20:45.352Z] PASS [2020-12-11T19:20:45.352Z] coverage: 46.8% of statements [2020-12-11T19:20:45.352Z] ok github.com/docker/docker/daemon/logger/syslog 0.209s coverage: 46.8% of statements [2020-12-11T19:20:45.352Z] --- PASS: TestFrequency (0.17s) [2020-12-11T19:20:45.352Z] === RUN TestOneMessagePerRequest [2020-12-11T19:20:45.352Z] --- PASS: TestOneMessagePerRequest (0.00s) [2020-12-11T19:20:45.352Z] === RUN TestVerify [2020-12-11T19:20:45.352Z] --- PASS: TestVerify (0.00s) [2020-12-11T19:20:45.352Z] === RUN TestSkipVerify [2020-12-11T19:20:45.352Z] time="2020-12-11T19:20:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-11T19:20:45.352Z] time="2020-12-11T19:20:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-11T19:20:45.352Z] time="2020-12-11T19:20:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-11T19:20:45.352Z] time="2020-12-11T19:20:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-11T19:20:45.816Z] --- PASS: TestSkipVerify (0.40s) [2020-12-11T19:20:45.816Z] === RUN TestBufferMaximum [2020-12-11T19:20:45.816Z] time="2020-12-11T19:20:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-11T19:20:45.816Z] time="2020-12-11T19:20:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-11T19:20:45.816Z] time="2020-12-11T19:20:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-11T19:20:45.816Z] time="2020-12-11T19:20:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-11T19:20:45.816Z] time="2020-12-11T19:20:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-11T19:20:45.816Z] time="2020-12-11T19:20:45Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1607714445.410299\",\"host\":\"4140d898b566\"}'" [2020-12-11T19:20:45.816Z] time="2020-12-11T19:20:45Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1607714445.410299\",\"host\":\"4140d898b566\"}'" [2020-12-11T19:20:45.816Z] --- PASS: TestBufferMaximum (0.00s) [2020-12-11T19:20:45.816Z] === RUN TestServerAlwaysDown [2020-12-11T19:20:45.816Z] time="2020-12-11T19:20:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-11T19:20:45.816Z] time="2020-12-11T19:20:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-11T19:20:45.816Z] time="2020-12-11T19:20:45Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1607714445.413293\",\"host\":\"4140d898b566\"}'" [2020-12-11T19:20:45.816Z] time="2020-12-11T19:20:45Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1607714445.413293\",\"host\":\"4140d898b566\"}'" [2020-12-11T19:20:45.816Z] time="2020-12-11T19:20:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-11T19:20:45.816Z] time="2020-12-11T19:20:45Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1607714445.413293\",\"host\":\"4140d898b566\"}'" [2020-12-11T19:20:45.816Z] time="2020-12-11T19:20:45Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1607714445.413293\",\"host\":\"4140d898b566\"}'" [2020-12-11T19:20:45.816Z] time="2020-12-11T19:20:45Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1607714445.413293\",\"host\":\"4140d898b566\"}'" [2020-12-11T19:20:45.816Z] --- PASS: TestServerAlwaysDown (0.00s) [2020-12-11T19:20:45.816Z] === RUN TestCannotSendAfterClose [2020-12-11T19:20:45.816Z] --- PASS: TestCannotSendAfterClose (0.00s) [2020-12-11T19:20:45.816Z] === RUN TestDeadlockOnBlockedEndpoint [2020-12-11T19:20:45.817Z] === RUN TestNewParse [2020-12-11T19:20:45.817Z] --- PASS: TestNewParse (0.00s) [2020-12-11T19:20:45.817Z] PASS [2020-12-11T19:20:45.817Z] coverage: 8.3% of statements [2020-12-11T19:20:45.817Z] ok github.com/docker/docker/daemon/logger/templates 0.064s coverage: 8.3% of statements [2020-12-11T19:20:46.794Z] time="2020-12-11T19:20:46Z" 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 [2020-12-11T19:20:46.794Z] time="2020-12-11T19:20:46Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"4140d898b566\"}'" [2020-12-11T19:20:46.794Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2020-12-11T19:20:46.794Z] PASS [2020-12-11T19:20:46.794Z] coverage: 82.5% of statements [2020-12-11T19:20:46.794Z] ok github.com/docker/docker/daemon/logger/splunk 2.223s coverage: 82.5% of statements [2020-12-11T19:20:46.794Z] ? github.com/docker/docker/daemon/names [no test files] [2020-12-11T19:20:46.794Z] ? github.com/docker/docker/daemon/network [no test files] [2020-12-11T19:20:46.794Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-12-11T19:20:47.258Z] === RUN TestV1IDService [2020-12-11T19:20:47.258Z] --- PASS: TestV1IDService (0.02s) [2020-12-11T19:20:47.258Z] === RUN TestV2MetadataService [2020-12-11T19:20:48.807Z] === RUN TestContinueOnError_NonMirrorEndpoint [2020-12-11T19:20:48.807Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2020-12-11T19:20:48.807Z] === RUN TestContinueOnError_MirrorEndpoint [2020-12-11T19:20:48.807Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2020-12-11T19:20:48.807Z] === RUN TestContinueOnError_NeverContinue [2020-12-11T19:20:48.807Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2020-12-11T19:20:48.807Z] === RUN TestContinueOnError_UnnestsErrors [2020-12-11T19:20:48.807Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2020-12-11T19:20:48.807Z] === RUN TestManifestStore [2020-12-11T19:20:48.807Z] === RUN TestManifestStore/no_remote_or_local [2020-12-11T19:20:48.807Z] time="2020-12-11T19:20:48Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local005420443\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2020-12-11T19:20:48.807Z] === RUN TestManifestStore/no_local_cache [2020-12-11T19:20:48.807Z] === RUN TestSuccessfulDownload [2020-12-11T19:20:48.807Z] --- SKIP: TestSuccessfulDownload (0.00s) [2020-12-11T19:20:48.807Z] download_test.go:268: Needs fixing on Windows [2020-12-11T19:20:48.807Z] === RUN TestCancelledDownload [2020-12-11T19:20:48.807Z] --- PASS: TestCancelledDownload (0.00s) [2020-12-11T19:20:48.807Z] === RUN TestMaxDownloadAttempts [2020-12-11T19:20:48.807Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-12-11T19:20:48.807Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-12-11T19:20:48.807Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-12-11T19:20:48.807Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-12-11T19:20:48.807Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-12-11T19:20:48.807Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-12-11T19:20:48.807Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-12-11T19:20:48.807Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-12-11T19:20:48.808Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-12-11T19:20:48.808Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-12-11T19:20:48.808Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-12-11T19:20:48.808Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-12-11T19:20:48.808Z] === RUN TestManifestStore/with_local_cache [2020-12-11T19:20:48.808Z] === RUN TestManifestStore/unknown_media_type [2020-12-11T19:20:48.808Z] === RUN TestManifestStore/unknown_media_type/no_cache [2020-12-11T19:20:48.808Z] time="2020-12-11T19:20:48Z" level=warning msg="reference for unknown type: " [2020-12-11T19:20:48.808Z] time="2020-12-11T19:20:48Z" level=warning msg="reference for unknown type: " [2020-12-11T19:20:48.808Z] === RUN TestManifestStore/unknown_media_type/with_cache [2020-12-11T19:20:48.808Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2020-12-11T19:20:48.808Z] time="2020-12-11T19:20:48Z" level=warning msg="reference for unknown type: " [2020-12-11T19:20:48.808Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2020-12-11T19:20:48.808Z] time="2020-12-11T19:20:48Z" level=warning msg="reference for unknown type: " [2020-12-11T19:20:48.808Z] time="2020-12-11T19:20:48Z" level=warning msg="reference for unknown type: " [2020-12-11T19:20:48.808Z] === RUN TestManifestStore/error_persisting_manifest [2020-12-11T19:20:48.808Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2020-12-11T19:20:48.808Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2020-12-11T19:20:48.808Z] time="2020-12-11T19:20:48Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2020-12-11T19:20:48.808Z] --- PASS: TestManifestStore (0.27s) [2020-12-11T19:20:48.808Z] --- PASS: TestManifestStore/no_remote_or_local (0.12s) [2020-12-11T19:20:48.808Z] --- PASS: TestManifestStore/no_local_cache (0.04s) [2020-12-11T19:20:48.808Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2020-12-11T19:20:48.808Z] --- PASS: TestManifestStore/unknown_media_type (0.08s) [2020-12-11T19:20:48.808Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2020-12-11T19:20:48.808Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.06s) [2020-12-11T19:20:48.808Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2020-12-11T19:20:48.808Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.05s) [2020-12-11T19:20:48.808Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2020-12-11T19:20:48.808Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2020-12-11T19:20:48.808Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2020-12-11T19:20:48.808Z] === RUN TestDetectManifestBlobMediaType [2020-12-11T19:20:48.808Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2020-12-11T19:20:48.808Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2020-12-11T19:20:48.808Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2020-12-11T19:20:48.808Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2020-12-11T19:20:48.808Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2020-12-11T19:20:48.808Z] === RUN TestDetectManifestBlobMediaType/schema1 [2020-12-11T19:20:48.808Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2020-12-11T19:20:48.808Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2020-12-11T19:20:48.808Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2020-12-11T19:20:48.808Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2020-12-11T19:20:48.808Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2020-12-11T19:20:48.808Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2020-12-11T19:20:48.808Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2020-12-11T19:20:48.808Z] === RUN TestFixManifestLayers [2020-12-11T19:20:48.808Z] --- PASS: TestFixManifestLayers (0.00s) [2020-12-11T19:20:48.808Z] === RUN TestFixManifestLayersBaseLayerParent [2020-12-11T19:20:48.808Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2020-12-11T19:20:48.808Z] pull_v2_test.go:73: Needs fixing on Windows [2020-12-11T19:20:48.808Z] === RUN TestFixManifestLayersBadParent [2020-12-11T19:20:48.808Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2020-12-11T19:20:48.808Z] === RUN TestValidateManifest [2020-12-11T19:20:48.808Z] --- SKIP: TestValidateManifest (0.00s) [2020-12-11T19:20:48.808Z] pull_v2_test.go:118: Needs fixing on Windows [2020-12-11T19:20:48.808Z] === RUN TestFormatPlatform [2020-12-11T19:20:48.808Z] --- PASS: TestFormatPlatform (0.00s) [2020-12-11T19:20:48.808Z] === RUN TestGetRepositoryMountCandidates [2020-12-11T19:20:48.808Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2020-12-11T19:20:48.808Z] === RUN TestLayerAlreadyExists [2020-12-11T19:20:48.808Z] --- PASS: TestLayerAlreadyExists (0.00s) [2020-12-11T19:20:48.808Z] 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} [2020-12-11T19:20:48.808Z] 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} [2020-12-11T19:20:48.808Z] 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} [2020-12-11T19:20:48.808Z] 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} [2020-12-11T19:20:48.808Z] 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} [2020-12-11T19:20:48.808Z] 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} [2020-12-11T19:20:48.808Z] === RUN TestWhenEmptyAuthConfig [2020-12-11T19:20:48.808Z] --- PASS: TestV2MetadataService (1.58s) [2020-12-11T19:20:48.808Z] PASS [2020-12-11T19:20:48.808Z] coverage: 48.2% of statements [2020-12-11T19:20:48.808Z] ok github.com/docker/docker/distribution/metadata 1.771s coverage: 48.2% of statements [2020-12-11T19:20:49.271Z] time="2020-12-11T19:20:48Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-12-11T19:20:49.271Z] time="2020-12-11T19:20:48Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-12-11T19:20:49.271Z] time="2020-12-11T19:20:48Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-12-11T19:20:49.271Z] time="2020-12-11T19:20:48Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-12-11T19:20:49.271Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2020-12-11T19:20:49.271Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.38s) [2020-12-11T19:20:49.271Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.38s) [2020-12-11T19:20:49.271Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.38s) [2020-12-11T19:20:49.271Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.38s) [2020-12-11T19:20:49.271Z] === RUN TestTransfer [2020-12-11T19:20:49.271Z] === RUN TestNotFound [2020-12-11T19:20:49.271Z] --- PASS: TestNotFound (0.00s) [2020-12-11T19:20:49.271Z] === RUN TestConflict [2020-12-11T19:20:49.271Z] --- PASS: TestConflict (0.00s) [2020-12-11T19:20:49.271Z] === RUN TestForbidden [2020-12-11T19:20:49.271Z] --- PASS: TestForbidden (0.00s) [2020-12-11T19:20:49.271Z] === RUN TestInvalidParameter [2020-12-11T19:20:49.271Z] --- PASS: TestInvalidParameter (0.00s) [2020-12-11T19:20:49.271Z] === RUN TestNotImplemented [2020-12-11T19:20:49.271Z] --- PASS: TestNotImplemented (0.00s) [2020-12-11T19:20:49.271Z] === RUN TestNotModified [2020-12-11T19:20:49.271Z] --- PASS: TestNotModified (0.00s) [2020-12-11T19:20:49.271Z] === RUN TestUnauthorized [2020-12-11T19:20:49.271Z] --- PASS: TestUnauthorized (0.00s) [2020-12-11T19:20:49.271Z] === RUN TestUnknown [2020-12-11T19:20:49.271Z] --- PASS: TestUnknown (0.00s) [2020-12-11T19:20:49.271Z] === RUN TestCancelled [2020-12-11T19:20:49.271Z] --- PASS: TestCancelled (0.00s) [2020-12-11T19:20:49.271Z] === RUN TestDeadline [2020-12-11T19:20:49.271Z] --- PASS: TestDeadline (0.00s) [2020-12-11T19:20:49.271Z] === RUN TestDataLoss [2020-12-11T19:20:49.271Z] --- PASS: TestDataLoss (0.00s) [2020-12-11T19:20:49.271Z] === RUN TestUnavailable [2020-12-11T19:20:49.271Z] --- PASS: TestUnavailable (0.00s) [2020-12-11T19:20:49.271Z] === RUN TestSystem [2020-12-11T19:20:49.271Z] --- PASS: TestSystem (0.00s) [2020-12-11T19:20:49.271Z] === RUN TestFromStatusCode [2020-12-11T19:20:49.271Z] === RUN TestFromStatusCode/Not_Found [2020-12-11T19:20:49.271Z] === RUN TestFromStatusCode/Bad_Request [2020-12-11T19:20:49.271Z] === RUN TestFromStatusCode/Conflict [2020-12-11T19:20:49.271Z] === RUN TestFromStatusCode/Unauthorized [2020-12-11T19:20:49.271Z] === RUN TestFromStatusCode/Service_Unavailable [2020-12-11T19:20:49.271Z] === RUN TestFromStatusCode/Forbidden [2020-12-11T19:20:49.271Z] === RUN TestFromStatusCode/Not_Modified [2020-12-11T19:20:49.271Z] === RUN TestFromStatusCode/Not_Implemented [2020-12-11T19:20:49.271Z] === RUN TestFromStatusCode/Internal_Server_Error [2020-12-11T19:20:49.271Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2020-12-11T19:20:49.271Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2020-12-11T19:20:49.271Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2020-12-11T19:20:49.271Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2020-12-11T19:20:49.271Z] --- PASS: TestFromStatusCode (0.00s) [2020-12-11T19:20:49.271Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2020-12-11T19:20:49.271Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2020-12-11T19:20:49.271Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2020-12-11T19:20:49.271Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2020-12-11T19:20:49.271Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2020-12-11T19:20:49.271Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2020-12-11T19:20:49.271Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2020-12-11T19:20:49.271Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2020-12-11T19:20:49.271Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2020-12-11T19:20:49.271Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2020-12-11T19:20:49.271Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2020-12-11T19:20:49.271Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2020-12-11T19:20:49.271Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2020-12-11T19:20:49.271Z] PASS [2020-12-11T19:20:49.271Z] coverage: 53.1% of statements [2020-12-11T19:20:49.271Z] ok github.com/docker/docker/errdefs 0.097s coverage: 53.1% of statements [2020-12-11T19:20:49.271Z] --- PASS: TestTransfer (0.12s) [2020-12-11T19:20:49.271Z] === RUN TestConcurrencyLimit [2020-12-11T19:20:49.349Z] --- PASS: TestServiceUpdateConfigs (15.38s) [2020-12-11T19:20:49.349Z] === RUN TestServiceUpdateNetwork [2020-12-11T19:20:49.735Z] --- PASS: TestConcurrencyLimit (0.40s) [2020-12-11T19:20:49.735Z] === RUN TestInactiveJobs [2020-12-11T19:20:50.198Z] --- PASS: TestWhenEmptyAuthConfig (1.09s) [2020-12-11T19:20:50.198Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2020-12-11T19:20:50.198Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2020-12-11T19:20:50.198Z] === RUN TestTokenPassThru [2020-12-11T19:20:50.198Z] --- PASS: TestTokenPassThru (0.00s) [2020-12-11T19:20:50.198Z] === RUN TestTokenPassThruDifferentHost [2020-12-11T19:20:50.198Z] --- PASS: TestTokenPassThruDifferentHost (0.00s) [2020-12-11T19:20:50.198Z] PASS [2020-12-11T19:20:50.198Z] coverage: 23.5% of statements [2020-12-11T19:20:50.198Z] ok github.com/docker/docker/distribution 1.567s coverage: 23.5% of statements [2020-12-11T19:20:50.198Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-12-11T19:20:50.198Z] --- PASS: TestInactiveJobs (0.49s) [2020-12-11T19:20:50.198Z] === RUN TestWatchRelease [2020-12-11T19:20:50.198Z] --- PASS: TestWatchRelease (0.05s) [2020-12-11T19:20:50.198Z] === RUN TestWatchFinishedTransfer [2020-12-11T19:20:50.198Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2020-12-11T19:20:50.199Z] === RUN TestDuplicateTransfer [2020-12-11T19:20:50.199Z] --- PASS: TestDuplicateTransfer (0.05s) [2020-12-11T19:20:50.199Z] === RUN TestSuccessfulUpload [2020-12-11T19:20:50.500Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-12-11T19:20:50.500Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-12-11T19:20:50.500Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-12-11T19:20:50.595Z] ok github.com/docker/docker/api/server 0.004s coverage: 9.0% of statements [2020-12-11T19:20:50.662Z] time="2020-12-11T19:20:50Z" level=error msg="Upload failed, retrying: simulating retry" [2020-12-11T19:20:50.662Z] --- PASS: TestSuccessfulUpload (0.51s) [2020-12-11T19:20:50.662Z] === RUN TestCancelledUpload [2020-12-11T19:20:50.662Z] --- PASS: TestCancelledUpload (0.00s) [2020-12-11T19:20:50.662Z] PASS [2020-12-11T19:20:50.662Z] coverage: 76.8% of statements [2020-12-11T19:20:50.662Z] ok github.com/docker/docker/distribution/xfer 2.298s coverage: 76.8% of statements [2020-12-11T19:20:50.662Z] ? github.com/docker/docker/dockerversion [no test files] [2020-12-11T19:20:51.125Z] === RUN TestCompare [2020-12-11T19:20:51.125Z] --- PASS: TestCompare (0.00s) [2020-12-11T19:20:51.125Z] PASS [2020-12-11T19:20:51.125Z] coverage: 19.2% of statements [2020-12-11T19:20:51.125Z] ok github.com/docker/docker/image/cache 0.216s coverage: 19.2% of statements [2020-12-11T19:20:51.125Z] === RUN TestFSGetInvalidData [2020-12-11T19:20:51.125Z] --- PASS: TestFSGetInvalidData (0.01s) [2020-12-11T19:20:51.125Z] === RUN TestFSInvalidSet [2020-12-11T19:20:51.125Z] --- PASS: TestFSInvalidSet (0.01s) [2020-12-11T19:20:51.125Z] === RUN TestFSInvalidRoot [2020-12-11T19:20:51.125Z] --- PASS: TestFSInvalidRoot (0.01s) [2020-12-11T19:20:51.125Z] === RUN TestFSMetadataGetSet [2020-12-11T19:20:51.125Z] --- PASS: TestFSMetadataGetSet (0.03s) [2020-12-11T19:20:51.125Z] === RUN TestFSInvalidWalker [2020-12-11T19:20:51.125Z] --- PASS: TestFSInvalidWalker (0.01s) [2020-12-11T19:20:51.125Z] === RUN TestFSGetSet [2020-12-11T19:20:51.125Z] --- PASS: TestFSGetSet (0.01s) [2020-12-11T19:20:51.125Z] === RUN TestFSGetUnsetKey [2020-12-11T19:20:51.125Z] --- PASS: TestFSGetUnsetKey (0.01s) [2020-12-11T19:20:51.125Z] === RUN TestFSGetEmptyData [2020-12-11T19:20:51.125Z] --- PASS: TestFSGetEmptyData (0.00s) [2020-12-11T19:20:51.125Z] === RUN TestFSDelete [2020-12-11T19:20:51.125Z] --- PASS: TestFSDelete (0.01s) [2020-12-11T19:20:51.125Z] === RUN TestFSWalker [2020-12-11T19:20:51.125Z] --- PASS: TestFSWalker (0.02s) [2020-12-11T19:20:51.125Z] === RUN TestFSWalkerStopOnError [2020-12-11T19:20:51.588Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2020-12-11T19:20:51.588Z] === RUN TestNewFromJSON [2020-12-11T19:20:51.588Z] --- PASS: TestNewFromJSON (0.00s) [2020-12-11T19:20:51.588Z] === RUN TestNewFromJSONWithInvalidJSON [2020-12-11T19:20:51.588Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2020-12-11T19:20:51.588Z] === RUN TestMarshalKeyOrder [2020-12-11T19:20:51.588Z] --- PASS: TestMarshalKeyOrder (0.00s) [2020-12-11T19:20:51.588Z] === RUN TestImage [2020-12-11T19:20:51.588Z] --- PASS: TestImage (0.00s) [2020-12-11T19:20:51.588Z] === RUN TestImageOSNotEmpty [2020-12-11T19:20:51.588Z] --- PASS: TestImageOSNotEmpty (0.00s) [2020-12-11T19:20:51.588Z] === RUN TestNewChildImageFromImageWithRootFS [2020-12-11T19:20:51.588Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2020-12-11T19:20:51.588Z] === RUN TestRestore [2020-12-11T19:20:51.588Z] time="2020-12-11T19:20:51Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2020-12-11T19:20:51.588Z] --- PASS: TestRestore (0.16s) [2020-12-11T19:20:51.588Z] === RUN TestAddDelete [2020-12-11T19:20:51.588Z] --- PASS: TestAddDelete (0.12s) [2020-12-11T19:20:51.588Z] === RUN TestSearchAfterDelete [2020-12-11T19:20:51.588Z] --- PASS: TestSearchAfterDelete (0.01s) [2020-12-11T19:20:51.588Z] === RUN TestParentReset [2020-12-11T19:20:51.588Z] --- PASS: TestParentReset (0.03s) [2020-12-11T19:20:51.588Z] === RUN TestGetAndSetLastUpdated [2020-12-11T19:20:51.588Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2020-12-11T19:20:51.588Z] === RUN TestStoreLen [2020-12-11T19:20:51.588Z] --- PASS: TestStoreLen (0.05s) [2020-12-11T19:20:51.588Z] PASS [2020-12-11T19:20:51.588Z] coverage: 86.4% of statements [2020-12-11T19:20:51.588Z] ok github.com/docker/docker/image 0.777s coverage: 86.4% of statements [2020-12-11T19:20:51.887Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-12-11T19:20:52.051Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-12-11T19:20:52.514Z] === RUN TestMakeV1ConfigFromConfig [2020-12-11T19:20:52.514Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2020-12-11T19:20:52.514Z] PASS [2020-12-11T19:20:52.514Z] coverage: 25.0% of statements [2020-12-11T19:20:52.514Z] ok github.com/docker/docker/image/v1 0.499s coverage: 25.0% of statements [2020-12-11T19:20:52.514Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-12-11T19:20:53.492Z] === RUN TestSerialization [2020-12-11T19:20:53.492Z] --- PASS: TestSerialization (0.02s) [2020-12-11T19:20:53.492Z] PASS [2020-12-11T19:20:53.492Z] coverage: 100.0% of statements [2020-12-11T19:20:53.492Z] ok github.com/docker/docker/libcontainerd/queue 0.105s coverage: 100.0% of statements [2020-12-11T19:20:53.804Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-12-11T19:20:54.468Z] === RUN TestEmptyLayer [2020-12-11T19:20:54.468Z] --- PASS: TestEmptyLayer (0.00s) [2020-12-11T19:20:54.468Z] === RUN TestCommitFailure [2020-12-11T19:20:54.468Z] --- PASS: TestCommitFailure (0.16s) [2020-12-11T19:20:54.468Z] === RUN TestStartTransactionFailure [2020-12-11T19:20:54.468Z] --- PASS: TestStartTransactionFailure (0.00s) [2020-12-11T19:20:54.468Z] === RUN TestGetOrphan [2020-12-11T19:20:54.468Z] --- PASS: TestGetOrphan (0.01s) [2020-12-11T19:20:54.468Z] === RUN TestMountAndRegister [2020-12-11T19:20:54.468Z] --- PASS: TestMountAndRegister (0.06s) [2020-12-11T19:20:54.468Z] layer_test.go:271: Layer size: 14 [2020-12-11T19:20:54.468Z] === RUN TestLayerRelease [2020-12-11T19:20:54.468Z] --- SKIP: TestLayerRelease (0.00s) [2020-12-11T19:20:54.468Z] layer_test.go:304: Failing on Windows [2020-12-11T19:20:54.468Z] === RUN TestStoreRestore [2020-12-11T19:20:54.468Z] --- SKIP: TestStoreRestore (0.00s) [2020-12-11T19:20:54.468Z] layer_test.go:353: Failing on Windows [2020-12-11T19:20:54.468Z] === RUN TestTarStreamStability [2020-12-11T19:20:54.468Z] --- SKIP: TestTarStreamStability (0.00s) [2020-12-11T19:20:54.468Z] layer_test.go:468: Failing on Windows [2020-12-11T19:20:54.468Z] === RUN TestRegisterExistingLayer [2020-12-11T19:20:54.468Z] === RUN TestEnvironmentParsing [2020-12-11T19:20:54.468Z] --- PASS: TestEnvironmentParsing (0.00s) [2020-12-11T19:20:54.468Z] PASS [2020-12-11T19:20:54.468Z] coverage: 1.0% of statements [2020-12-11T19:20:54.468Z] ok github.com/docker/docker/libcontainerd/local 0.558s coverage: 1.0% of statements [2020-12-11T19:20:54.931Z] === RUN TestAddressPoolOpt [2020-12-11T19:20:54.931Z] --- PASS: TestAddressPoolOpt (0.00s) [2020-12-11T19:20:54.931Z] === RUN TestValidateEnv [2020-12-11T19:20:54.931Z] === RUN TestValidateEnv/a [2020-12-11T19:20:54.931Z] === RUN TestValidateEnv/something [2020-12-11T19:20:54.931Z] === RUN TestValidateEnv/_=a [2020-12-11T19:20:54.931Z] === RUN TestValidateEnv/env1=value1 [2020-12-11T19:20:54.931Z] === RUN TestValidateEnv/_env1=value1 [2020-12-11T19:20:54.931Z] === RUN TestValidateEnv/env2=value2=value3 [2020-12-11T19:20:54.931Z] === RUN TestValidateEnv/env3=abc!qwe [2020-12-11T19:20:54.931Z] === RUN TestValidateEnv/env_4=value_4 [2020-12-11T19:20:54.931Z] === RUN TestValidateEnv/PATH [2020-12-11T19:20:54.932Z] === RUN TestValidateEnv/=a [2020-12-11T19:20:54.932Z] === RUN TestValidateEnv/PATH= [2020-12-11T19:20:54.932Z] === RUN TestValidateEnv/PATH=something [2020-12-11T19:20:54.932Z] === RUN TestValidateEnv/asd!qwe [2020-12-11T19:20:54.932Z] === RUN TestValidateEnv/1asd [2020-12-11T19:20:54.932Z] === RUN TestValidateEnv/123 [2020-12-11T19:20:54.932Z] === RUN TestValidateEnv/some_space [2020-12-11T19:20:54.932Z] === RUN TestValidateEnv/__some_space_before [2020-12-11T19:20:54.932Z] === RUN TestValidateEnv/some_space_after__ [2020-12-11T19:20:54.932Z] === RUN TestValidateEnv/= [2020-12-11T19:20:54.932Z] === RUN TestValidateEnv/PaTh [2020-12-11T19:20:54.932Z] --- PASS: TestValidateEnv (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateEnv/a (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateEnv/something (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateEnv/_=a (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateEnv/PATH (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateEnv/=a (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateEnv/1asd (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateEnv/123 (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateEnv/some_space (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateEnv/= (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2020-12-11T19:20:54.932Z] === RUN TestParseHost [2020-12-11T19:20:54.932Z] --- PASS: TestParseHost (0.00s) [2020-12-11T19:20:54.932Z] === RUN TestParseDockerDaemonHost [2020-12-11T19:20:54.932Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2020-12-11T19:20:54.932Z] === RUN TestParseTCP [2020-12-11T19:20:54.932Z] --- PASS: TestParseTCP (0.00s) [2020-12-11T19:20:54.932Z] === RUN TestParseInvalidUnixAddrInvalid [2020-12-11T19:20:54.932Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2020-12-11T19:20:54.932Z] === RUN TestValidateExtraHosts [2020-12-11T19:20:54.932Z] --- PASS: TestValidateExtraHosts (0.00s) [2020-12-11T19:20:54.932Z] === RUN TestIpOptString [2020-12-11T19:20:54.932Z] --- PASS: TestIpOptString (0.00s) [2020-12-11T19:20:54.932Z] === RUN TestNewIpOptInvalidDefaultVal [2020-12-11T19:20:54.932Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2020-12-11T19:20:54.932Z] === RUN TestNewIpOptValidDefaultVal [2020-12-11T19:20:54.932Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2020-12-11T19:20:54.932Z] === RUN TestIpOptSetInvalidVal [2020-12-11T19:20:54.932Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2020-12-11T19:20:54.932Z] === RUN TestValidateIPAddress [2020-12-11T19:20:54.932Z] --- PASS: TestValidateIPAddress (0.00s) [2020-12-11T19:20:54.932Z] === RUN TestMapOpts [2020-12-11T19:20:54.932Z] --- PASS: TestMapOpts (0.00s) [2020-12-11T19:20:54.932Z] === RUN TestListOptsWithoutValidator [2020-12-11T19:20:54.932Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2020-12-11T19:20:54.932Z] === RUN TestListOptsWithValidator [2020-12-11T19:20:54.932Z] --- PASS: TestListOptsWithValidator (0.00s) [2020-12-11T19:20:54.932Z] === RUN TestValidateDNSSearch [2020-12-11T19:20:54.932Z] --- PASS: TestValidateDNSSearch (0.00s) [2020-12-11T19:20:54.932Z] === RUN TestValidateLabel [2020-12-11T19:20:54.932Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2020-12-11T19:20:54.932Z] === RUN TestValidateLabel/label_with_general_format [2020-12-11T19:20:54.932Z] === RUN TestValidateLabel/label_with_more_than_one_= [2020-12-11T19:20:54.932Z] === RUN TestValidateLabel/label_with_one_more [2020-12-11T19:20:54.932Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2020-12-11T19:20:54.932Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2020-12-11T19:20:54.932Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2020-12-11T19:20:54.932Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2020-12-11T19:20:54.932Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2020-12-11T19:20:54.932Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2020-12-11T19:20:54.932Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2020-12-11T19:20:54.932Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2020-12-11T19:20:54.932Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2020-12-11T19:20:54.932Z] --- PASS: TestValidateLabel (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2020-12-11T19:20:54.932Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2020-12-11T19:20:54.932Z] === RUN TestNamedListOpts [2020-12-11T19:20:54.932Z] --- PASS: TestNamedListOpts (0.00s) [2020-12-11T19:20:54.932Z] === RUN TestNamedMapOpts [2020-12-11T19:20:54.932Z] --- PASS: TestNamedMapOpts (0.00s) [2020-12-11T19:20:54.932Z] === RUN TestParseLink [2020-12-11T19:20:54.932Z] --- PASS: TestParseLink (0.00s) [2020-12-11T19:20:54.932Z] === RUN TestQuotedStringSetWithQuotes [2020-12-11T19:20:54.932Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2020-12-11T19:20:54.932Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2020-12-11T19:20:54.932Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2020-12-11T19:20:54.932Z] === RUN TestQuotedStringSetWithNoQuotes [2020-12-11T19:20:54.932Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2020-12-11T19:20:54.932Z] === RUN TestUlimitOpt [2020-12-11T19:20:54.932Z] --- PASS: TestUlimitOpt (0.00s) [2020-12-11T19:20:54.932Z] PASS [2020-12-11T19:20:54.932Z] coverage: 67.1% of statements [2020-12-11T19:20:54.932Z] ok github.com/docker/docker/opts 0.102s coverage: 67.1% of statements [2020-12-11T19:20:54.932Z] --- PASS: TestRegisterExistingLayer (0.18s) [2020-12-11T19:20:54.932Z] === RUN TestTarStreamVerification [2020-12-11T19:20:54.932Z] --- SKIP: TestTarStreamVerification (0.00s) [2020-12-11T19:20:54.932Z] layer_test.go:697: Failing on Windows [2020-12-11T19:20:54.932Z] === RUN TestLayerMigration [2020-12-11T19:20:54.932Z] --- SKIP: TestLayerMigration (0.00s) [2020-12-11T19:20:54.932Z] migration_test.go:46: Failing on Windows [2020-12-11T19:20:54.932Z] === RUN TestLayerMigrationNoTarsplit [2020-12-11T19:20:54.932Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2020-12-11T19:20:54.932Z] migration_test.go:182: Failing on Windows [2020-12-11T19:20:54.932Z] === RUN TestMountInit [2020-12-11T19:20:54.932Z] --- SKIP: TestMountInit (0.00s) [2020-12-11T19:20:54.932Z] mount_test.go:17: Failing on Windows [2020-12-11T19:20:54.932Z] === RUN TestMountSize [2020-12-11T19:20:54.932Z] --- SKIP: TestMountSize (0.00s) [2020-12-11T19:20:54.932Z] mount_test.go:76: Failing on Windows [2020-12-11T19:20:54.932Z] === RUN TestMountChanges [2020-12-11T19:20:54.932Z] --- SKIP: TestMountChanges (0.00s) [2020-12-11T19:20:54.932Z] mount_test.go:125: Failing on Windows [2020-12-11T19:20:54.932Z] === RUN TestMountApply [2020-12-11T19:20:54.932Z] --- SKIP: TestMountApply (0.00s) [2020-12-11T19:20:54.932Z] mount_test.go:212: Failing on Windows [2020-12-11T19:20:54.932Z] PASS [2020-12-11T19:20:54.932Z] coverage: 30.1% of statements [2020-12-11T19:20:54.932Z] ok github.com/docker/docker/layer 0.768s coverage: 30.1% of statements [2020-12-11T19:20:54.932Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-12-11T19:20:54.932Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-12-11T19:20:54.932Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-12-11T19:20:54.932Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-12-11T19:20:54.932Z] ? github.com/docker/docker/oci [no test files] [2020-12-11T19:20:54.932Z] ? github.com/docker/docker/oci/caps [no test files] [2020-12-11T19:20:55.192Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-12-11T19:20:55.395Z] === RUN TestParseVersion [2020-12-11T19:20:55.395Z] --- PASS: TestParseVersion (0.00s) [2020-12-11T19:20:55.395Z] PASS [2020-12-11T19:20:55.395Z] coverage: 52.9% of statements [2020-12-11T19:20:55.395Z] ok github.com/docker/docker/pkg/aaparser 0.046s coverage: 52.9% of statements [2020-12-11T19:20:55.764Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-12-11T19:20:56.336Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-12-11T19:20:56.336Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-12-11T19:20:56.336Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-12-11T19:20:56.371Z] === RUN TestUnbuffered [2020-12-11T19:20:56.371Z] --- PASS: TestUnbuffered (0.00s) [2020-12-11T19:20:56.371Z] === RUN TestRaceUnbuffered [2020-12-11T19:20:56.371Z] --- PASS: TestRaceUnbuffered (0.00s) [2020-12-11T19:20:56.371Z] PASS [2020-12-11T19:20:56.371Z] coverage: 100.0% of statements [2020-12-11T19:20:56.371Z] ok github.com/docker/docker/pkg/broadcaster 0.087s coverage: 100.0% of statements [2020-12-11T19:20:56.834Z] === RUN TestPeerCertificateMarshalJSON [2020-12-11T19:20:57.281Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-12-11T19:20:57.281Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-12-11T19:20:57.297Z] === RUN TestMatch [2020-12-11T19:20:57.297Z] === RUN TestMatch/[[]] [2020-12-11T19:20:57.297Z] === RUN TestMatch/[[foo]] [2020-12-11T19:20:57.297Z] === RUN TestMatch/[[bar]_[foo]] [2020-12-11T19:20:57.297Z] === RUN TestMatch/[[foo_bar]] [2020-12-11T19:20:57.297Z] === RUN TestMatch/[[qux]_[foo]] [2020-12-11T19:20:57.297Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2020-12-11T19:20:57.297Z] === RUN TestMatch/[] [2020-12-11T19:20:57.297Z] === RUN TestMatch/[]#01 [2020-12-11T19:20:57.297Z] === RUN TestMatch/[[qux]] [2020-12-11T19:20:57.297Z] === RUN TestMatch/[[foo_bar_qux]] [2020-12-11T19:20:57.297Z] === RUN TestMatch/[[qux]_[baz]] [2020-12-11T19:20:57.297Z] === RUN TestMatch/[[foo_baz]] [2020-12-11T19:20:57.297Z] --- PASS: TestMatch (0.00s) [2020-12-11T19:20:57.297Z] --- PASS: TestMatch/[[]] (0.00s) [2020-12-11T19:20:57.297Z] --- PASS: TestMatch/[[foo]] (0.00s) [2020-12-11T19:20:57.297Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2020-12-11T19:20:57.297Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2020-12-11T19:20:57.297Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2020-12-11T19:20:57.297Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2020-12-11T19:20:57.297Z] --- PASS: TestMatch/[] (0.00s) [2020-12-11T19:20:57.297Z] --- PASS: TestMatch/[]#01 (0.00s) [2020-12-11T19:20:57.297Z] --- PASS: TestMatch/[[qux]] (0.00s) [2020-12-11T19:20:57.297Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2020-12-11T19:20:57.297Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2020-12-11T19:20:57.297Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2020-12-11T19:20:57.297Z] PASS [2020-12-11T19:20:57.297Z] coverage: 87.5% of statements [2020-12-11T19:20:57.297Z] ok github.com/docker/docker/pkg/capabilities 0.206s coverage: 87.5% of statements [2020-12-11T19:20:57.760Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2020-12-11T19:20:57.760Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2020-12-11T19:20:57.760Z] --- PASS: TestPeerCertificateMarshalJSON (0.63s) [2020-12-11T19:20:57.760Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.04s) [2020-12-11T19:20:57.760Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2020-12-11T19:20:57.760Z] === RUN TestMiddleware [2020-12-11T19:20:57.760Z] --- PASS: TestMiddleware (0.00s) [2020-12-11T19:20:57.760Z] === RUN TestNewResponseModifier [2020-12-11T19:20:57.760Z] --- PASS: TestNewResponseModifier (0.00s) [2020-12-11T19:20:57.760Z] PASS [2020-12-11T19:20:57.760Z] coverage: 26.8% of statements [2020-12-11T19:20:57.760Z] ok github.com/docker/docker/pkg/authorization 0.797s coverage: 26.8% of statements [2020-12-11T19:20:57.854Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-12-11T19:20:58.115Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-12-11T19:20:58.223Z] === RUN TestIsArchivePathDir [2020-12-11T19:20:58.223Z] --- PASS: TestIsArchivePathDir (0.06s) [2020-12-11T19:20:58.223Z] === RUN TestIsArchivePathInvalidFile [2020-12-11T19:20:58.223Z] === RUN TestChrootTarUntar [2020-12-11T19:20:58.223Z] --- SKIP: TestChrootTarUntar (0.00s) [2020-12-11T19:20:58.223Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:20:58.224Z] === RUN TestChrootUntarWithHugeExcludesList [2020-12-11T19:20:58.224Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.01s) [2020-12-11T19:20:58.224Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:20:58.224Z] === RUN TestChrootUntarEmptyArchive [2020-12-11T19:20:58.224Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2020-12-11T19:20:58.224Z] === RUN TestChrootTarUntarWithSymlink [2020-12-11T19:20:58.224Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2020-12-11T19:20:58.224Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-12-11T19:20:58.224Z] === RUN TestChrootCopyWithTar [2020-12-11T19:20:58.224Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2020-12-11T19:20:58.224Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-12-11T19:20:58.224Z] === RUN TestChrootCopyFileWithTar [2020-12-11T19:20:58.224Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2020-12-11T19:20:58.224Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:20:58.224Z] === RUN TestChrootUntarPath [2020-12-11T19:20:58.224Z] --- SKIP: TestChrootUntarPath (0.00s) [2020-12-11T19:20:58.224Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-12-11T19:20:58.224Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2020-12-11T19:20:58.224Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-12-11T19:20:58.224Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:20:58.224Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2020-12-11T19:20:58.224Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-12-11T19:20:58.224Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:20:58.224Z] === RUN TestChrootApplyDotDotFile [2020-12-11T19:20:58.224Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2020-12-11T19:20:58.224Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:20:58.224Z] PASS [2020-12-11T19:20:58.224Z] coverage: 15.4% of statements [2020-12-11T19:20:58.224Z] ok github.com/docker/docker/pkg/chrootarchive 0.438s coverage: 15.4% of statements [2020-12-11T19:20:58.224Z] === RUN TestSizeEmpty [2020-12-11T19:20:58.224Z] --- PASS: TestSizeEmpty (0.00s) [2020-12-11T19:20:58.224Z] === RUN TestSizeEmptyFile [2020-12-11T19:20:58.224Z] --- PASS: TestSizeEmptyFile (0.00s) [2020-12-11T19:20:58.224Z] === RUN TestSizeNonemptyFile [2020-12-11T19:20:58.224Z] --- PASS: TestSizeNonemptyFile (0.00s) [2020-12-11T19:20:58.224Z] === RUN TestSizeNestedDirectoryEmpty [2020-12-11T19:20:58.224Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2020-12-11T19:20:58.224Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2020-12-11T19:20:58.224Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2020-12-11T19:20:58.224Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2020-12-11T19:20:58.224Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2020-12-11T19:20:58.224Z] === RUN TestMoveToSubdir [2020-12-11T19:20:58.224Z] --- PASS: TestMoveToSubdir (0.00s) [2020-12-11T19:20:58.224Z] === RUN TestSizeNonExistingDirectory [2020-12-11T19:20:58.224Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2020-12-11T19:20:58.224Z] PASS [2020-12-11T19:20:58.224Z] coverage: 80.0% of statements [2020-12-11T19:20:58.224Z] ok github.com/docker/docker/pkg/directory 0.280s coverage: 80.0% of statements [2020-12-11T19:20:58.224Z] --- PASS: TestIsArchivePathInvalidFile (0.17s) [2020-12-11T19:20:58.224Z] === RUN TestIsArchivePathTar [2020-12-11T19:20:58.688Z] --- PASS: TestIsArchivePathTar (0.15s) [2020-12-11T19:20:58.688Z] === RUN TestDecompressStreamGzip [2020-12-11T19:20:58.688Z] --- PASS: TestDecompressStreamGzip (0.11s) [2020-12-11T19:20:58.688Z] === RUN TestDecompressStreamBzip2 [2020-12-11T19:20:58.688Z] --- PASS: TestDecompressStreamBzip2 (0.17s) [2020-12-11T19:20:58.688Z] === RUN TestDecompressStreamXz [2020-12-11T19:20:58.688Z] --- SKIP: TestDecompressStreamXz (0.00s) [2020-12-11T19:20:58.688Z] archive_test.go:133: Xz not present in msys2 [2020-12-11T19:20:58.688Z] === RUN TestCompressStreamXzUnsupported [2020-12-11T19:20:58.688Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2020-12-11T19:20:59.151Z] === RUN TestCompressStreamBzip2Unsupported [2020-12-11T19:20:59.151Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2020-12-11T19:20:59.151Z] === RUN TestCompressStreamInvalid [2020-12-11T19:20:59.151Z] --- PASS: TestCompressStreamInvalid (0.00s) [2020-12-11T19:20:59.151Z] === RUN TestExtensionInvalid [2020-12-11T19:20:59.151Z] --- PASS: TestExtensionInvalid (0.00s) [2020-12-11T19:20:59.151Z] === RUN TestExtensionUncompressed [2020-12-11T19:20:59.151Z] --- PASS: TestExtensionUncompressed (0.00s) [2020-12-11T19:20:59.151Z] === RUN TestExtensionBzip2 [2020-12-11T19:20:59.151Z] --- PASS: TestExtensionBzip2 (0.00s) [2020-12-11T19:20:59.151Z] === RUN TestExtensionGzip [2020-12-11T19:20:59.151Z] --- PASS: TestExtensionGzip (0.00s) [2020-12-11T19:20:59.151Z] === RUN TestExtensionXz [2020-12-11T19:20:59.151Z] --- PASS: TestExtensionXz (0.00s) [2020-12-11T19:20:59.151Z] === RUN TestCmdStreamLargeStderr [2020-12-11T19:20:59.151Z] --- PASS: TestCmdStreamLargeStderr (0.10s) [2020-12-11T19:20:59.151Z] === RUN TestCmdStreamBad [2020-12-11T19:20:59.151Z] --- SKIP: TestCmdStreamBad (0.00s) [2020-12-11T19:20:59.151Z] archive_test.go:238: Failing on Windows CI machines [2020-12-11T19:20:59.151Z] === RUN TestCmdStreamGood [2020-12-11T19:20:59.151Z] --- PASS: TestCmdStreamGood (0.03s) [2020-12-11T19:20:59.151Z] === RUN TestUntarPathWithInvalidDest [2020-12-11T19:20:59.151Z] --- PASS: TestUntarPathWithInvalidDest (0.21s) [2020-12-11T19:20:59.151Z] === RUN TestUntarPathWithInvalidSrc [2020-12-11T19:20:59.151Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2020-12-11T19:20:59.151Z] === RUN TestUntarPath [2020-12-11T19:20:59.151Z] --- PASS: TestUntarPath (0.07s) [2020-12-11T19:20:59.151Z] === RUN TestUntarPathWithDestinationFile [2020-12-11T19:20:59.151Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2020-12-11T19:20:59.151Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2020-12-11T19:20:59.615Z] === RUN Test [2020-12-11T19:20:59.615Z] === RUN Test/TestContainsEntry [2020-12-11T19:20:59.615Z] === RUN Test/TestCreateEntries [2020-12-11T19:20:59.615Z] === RUN Test/TestEntriesDiff [2020-12-11T19:20:59.615Z] === RUN Test/TestEntriesEquality [2020-12-11T19:20:59.615Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2020-12-11T19:20:59.615Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2020-12-11T19:20:59.615Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2020-12-11T19:20:59.615Z] === RUN Test/TestGeneratorNotGenerate [2020-12-11T19:20:59.615Z] === RUN Test/TestGeneratorWithPort [2020-12-11T19:20:59.615Z] === RUN Test/TestGeneratorWithPortNotGenerate [2020-12-11T19:20:59.615Z] === RUN Test/TestNewEntry [2020-12-11T19:20:59.615Z] === RUN Test/TestParse [2020-12-11T19:20:59.615Z] --- PASS: Test (0.00s) [2020-12-11T19:20:59.615Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2020-12-11T19:20:59.615Z] --- PASS: Test/TestContainsEntry (0.00s) [2020-12-11T19:20:59.615Z] --- PASS: Test/TestCreateEntries (0.00s) [2020-12-11T19:20:59.615Z] === RUN TestCopyWithTarInvalidSrc [2020-12-11T19:20:59.615Z] --- PASS: Test/TestEntriesDiff (0.00s) [2020-12-11T19:20:59.615Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2020-12-11T19:20:59.615Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2020-12-11T19:20:59.615Z] --- PASS: Test/TestEntriesEquality (0.00s) [2020-12-11T19:20:59.615Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2020-12-11T19:20:59.615Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2020-12-11T19:20:59.615Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2020-12-11T19:20:59.615Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2020-12-11T19:20:59.615Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2020-12-11T19:20:59.615Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2020-12-11T19:20:59.615Z] --- PASS: Test/TestNewEntry (0.00s) [2020-12-11T19:20:59.615Z] --- PASS: Test/TestParse (0.00s) [2020-12-11T19:20:59.615Z] PASS [2020-12-11T19:20:59.615Z] coverage: 58.3% of statements [2020-12-11T19:20:59.615Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2020-12-11T19:20:59.615Z] === RUN TestCopyWithTarSrcFile [2020-12-11T19:20:59.615Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2020-12-11T19:20:59.615Z] === RUN TestCopyWithTarSrcFolder [2020-12-11T19:20:59.615Z] ok github.com/docker/docker/pkg/discovery 0.110s coverage: 58.3% of statements [2020-12-11T19:20:59.615Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2020-12-11T19:20:59.615Z] === RUN TestCopyFileWithTarInvalidSrc [2020-12-11T19:20:59.615Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.01s) [2020-12-11T19:20:59.615Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2020-12-11T19:20:59.615Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2020-12-11T19:20:59.615Z] === RUN TestCopyFileWithTarSrcFolder [2020-12-11T19:20:59.615Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2020-12-11T19:20:59.615Z] === RUN TestCopyFileWithTarSrcFile [2020-12-11T19:20:59.615Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2020-12-11T19:20:59.615Z] === RUN TestTarFiles [2020-12-11T19:20:59.615Z] === RUN Test [2020-12-11T19:20:59.615Z] === RUN Test/TestContent [2020-12-11T19:20:59.615Z] === RUN Test/TestInitialize [2020-12-11T19:20:59.615Z] === RUN Test/TestNew [2020-12-11T19:20:59.615Z] === RUN Test/TestParsingContentsWithComments [2020-12-11T19:20:59.615Z] === RUN Test/TestRegister [2020-12-11T19:20:59.615Z] === RUN Test/TestWatch [2020-12-11T19:20:59.615Z] --- PASS: Test (0.01s) [2020-12-11T19:20:59.615Z] --- PASS: Test/TestContent (0.00s) [2020-12-11T19:20:59.615Z] --- PASS: Test/TestInitialize (0.00s) [2020-12-11T19:20:59.615Z] --- PASS: Test/TestNew (0.00s) [2020-12-11T19:20:59.615Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2020-12-11T19:20:59.615Z] --- PASS: Test/TestRegister (0.00s) [2020-12-11T19:20:59.615Z] --- PASS: Test/TestWatch (0.01s) [2020-12-11T19:20:59.615Z] PASS [2020-12-11T19:20:59.615Z] coverage: 92.9% of statements [2020-12-11T19:20:59.615Z] ok github.com/docker/docker/pkg/discovery/file 0.166s coverage: 92.9% of statements [2020-12-11T19:21:00.665Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-12-11T19:21:01.165Z] === RUN Test [2020-12-11T19:21:01.165Z] === RUN Test/TestWatch [2020-12-11T19:21:01.165Z] --- PASS: Test (0.00s) [2020-12-11T19:21:01.165Z] --- PASS: Test/TestWatch (0.00s) [2020-12-11T19:21:01.165Z] PASS [2020-12-11T19:21:01.165Z] coverage: 92.3% of statements [2020-12-11T19:21:01.165Z] ok github.com/docker/docker/pkg/discovery/memory 0.202s coverage: 92.3% of statements [2020-12-11T19:21:01.627Z] === RUN Test [2020-12-11T19:21:01.627Z] === RUN Test/TestInitialize [2020-12-11T19:21:01.627Z] time="2020-12-11T19:21:01Z" level=info msg="Initializing discovery without TLS" [2020-12-11T19:21:01.627Z] time="2020-12-11T19:21:01Z" level=info msg="Initializing discovery without TLS" [2020-12-11T19:21:01.627Z] time="2020-12-11T19:21:01Z" level=info msg="Initializing discovery without TLS" [2020-12-11T19:21:01.627Z] === RUN Test/TestInitializeWithCerts [2020-12-11T19:21:01.627Z] time="2020-12-11T19:21:01Z" level=info msg="Initializing discovery with TLS" [2020-12-11T19:21:01.627Z] === RUN Test/TestWatch [2020-12-11T19:21:01.627Z] time="2020-12-11T19:21:01Z" level=info msg="Initializing discovery without TLS" [2020-12-11T19:21:01.627Z] === RUN Test [2020-12-11T19:21:01.627Z] === RUN Test/TestInitialize [2020-12-11T19:21:01.627Z] === RUN Test/TestInitializeWithPattern [2020-12-11T19:21:01.627Z] === RUN Test/TestRegister [2020-12-11T19:21:01.627Z] === RUN Test/TestWatch [2020-12-11T19:21:01.627Z] --- PASS: Test (0.00s) [2020-12-11T19:21:01.627Z] --- PASS: Test/TestInitialize (0.00s) [2020-12-11T19:21:01.627Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2020-12-11T19:21:01.627Z] --- PASS: Test/TestRegister (0.00s) [2020-12-11T19:21:01.627Z] --- PASS: Test/TestWatch (0.00s) [2020-12-11T19:21:01.627Z] PASS [2020-12-11T19:21:01.627Z] coverage: 93.8% of statements [2020-12-11T19:21:01.627Z] ok github.com/docker/docker/pkg/discovery/nodes 0.176s coverage: 93.8% of statements [2020-12-11T19:21:02.590Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite (351.73s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.94s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.70s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.86s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.63s) [2020-12-11T19:21:02.590Z] docker_cli_daemon_test.go:1455: [d484f2de95156] daemon is not started [2020-12-11T19:21:02.590Z] check_test.go:309: [df0684ea00edd] daemon is not started [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.30s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.63s) [2020-12-11T19:21:02.590Z] check_test.go:309: [d772f57732c62] daemon is not started [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.43s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.60s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.21s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.22s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.21s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.60s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.53s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.25s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-12-11T19:21:02.590Z] check_test.go:309: [da7206ccbdabd] daemon is not started [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2020-12-11T19:21:02.590Z] check_test.go:309: [d5e7b9bf07f50] daemon is not started [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.52s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.55s) [2020-12-11T19:21:02.590Z] check_test.go:309: [d30522fa95e4b] daemon is not started [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.53s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.70s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.41s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.20s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.59s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.59s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.65s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2020-12-11T19:21:02.590Z] check_test.go:309: [ddb34b56c12c5] daemon is not started [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.54s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.56s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.18s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.13s) [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.72s) [2020-12-11T19:21:02.590Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-12-11T19:21:02.590Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-12-11T19:21:02.590Z] check_test.go:309: [d153f5813c710] daemon is not started [2020-12-11T19:21:02.590Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.10s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.18s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.39s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.85s) [2020-12-11T19:21:02.591Z] check_test.go:309: [d80ee239676c5] daemon is not started [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.09s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.59s) [2020-12-11T19:21:02.591Z] check_test.go:309: [d3edd08d72286] daemon is not started [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.08s) [2020-12-11T19:21:02.591Z] docker_cli_daemon_plugins_test.go:79: [d6e8a66403ca4] daemon is not started [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.68s) [2020-12-11T19:21:02.591Z] docker_cli_daemon_plugins_test.go:169: [d9d51cb68623c] daemon is not started [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.53s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.58s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2020-12-11T19:21:02.591Z] check_test.go:309: [d35b999cbb698] daemon is not started [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.87s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.81s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.82s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.86s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.73s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.92s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.09s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.56s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.55s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.55s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.50s) [2020-12-11T19:21:02.591Z] check_test.go:309: [d5d88b19354c8] daemon is not started [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.34s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.26s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.35s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.15s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.76s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.91s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.68s) [2020-12-11T19:21:02.591Z] check_test.go:309: [dfc39b28d1feb] daemon is not started [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.44s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.18s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.62s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.24s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.64s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.35s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.29s) [2020-12-11T19:21:02.591Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-12-11T19:21:02.591Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-12-11T19:21:02.591Z] check_test.go:309: [d78efd1a2afb0] daemon is not started [2020-12-11T19:21:02.591Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-12-11T19:21:02.591Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-12-11T19:21:02.591Z] check_test.go:309: [d35d5be007dfa] daemon is not started [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.25s) [2020-12-11T19:21:02.591Z] check_test.go:309: [dc264e76e6d46] daemon is not started [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.45s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.43s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.27s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.74s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.13s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.59s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.88s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.87s) [2020-12-11T19:21:02.591Z] check_test.go:309: [de83277e6f7a0] daemon is not started [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.32s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.72s) [2020-12-11T19:21:02.591Z] docker_cli_daemon_plugins_test.go:105: [dea9efcaa8fd2] daemon is not started [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.86s) [2020-12-11T19:21:02.591Z] check_test.go:309: [de5f14906a4dc] daemon is not started [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.64s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.12s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.66s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.23s) [2020-12-11T19:21:02.591Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2020-12-11T19:21:02.591Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2020-12-11T19:21:02.591Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2020-12-11T19:21:02.591Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2020-12-11T19:21:02.591Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2020-12-11T19:21:02.591Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2020-12-11T19:21:02.591Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2020-12-11T19:21:02.591Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2020-12-11T19:21:02.591Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2020-12-11T19:21:02.591Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2020-12-11T19:21:02.591Z] check_test.go:309: [d00b4e311e5e7] daemon is not started [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.16s) [2020-12-11T19:21:02.591Z] check_test.go:309: [da93c0fc27445] daemon is not started [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.55s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.55s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.38s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2020-12-11T19:21:02.591Z] check_test.go:309: [d705c0bdffbac] daemon is not started [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.13s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.80s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.15s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.07s) [2020-12-11T19:21:02.591Z] check_test.go:309: [d4389bccaac29] daemon is not started [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.65s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.62s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.85s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.34s) [2020-12-11T19:21:02.591Z] check_test.go:309: [d6ebec4141e40] daemon is not started [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.61s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.67s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.59s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.77s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2020-12-11T19:21:02.591Z] check_test.go:309: [d7f3868199147] daemon is not started [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.10s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.20s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.90s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.64s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.99s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.35s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.25s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.51s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.76s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.25s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.17s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.33s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.97s) [2020-12-11T19:21:02.591Z] docker_cli_daemon_test.go:2550: [d7de047fda26c] daemon is not started [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.63s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.64s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.00s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.73s) [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.12s) [2020-12-11T19:21:02.591Z] check_test.go:309: [d57c0b33a50d4] daemon is not started [2020-12-11T19:21:02.591Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.82s) [2020-12-11T19:21:02.591Z] === RUN TestDockerSwarmSuite [2020-12-11T19:21:02.591Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-12-11T19:21:02.604Z] === RUN TestPollerAddRemove [2020-12-11T19:21:02.604Z] --- PASS: TestPollerAddRemove (0.00s) [2020-12-11T19:21:02.604Z] === RUN TestPollerEvent [2020-12-11T19:21:02.604Z] --- SKIP: TestPollerEvent (0.00s) [2020-12-11T19:21:02.604Z] poller_test.go:41: No chmod on Windows [2020-12-11T19:21:02.604Z] === RUN TestPollerClose [2020-12-11T19:21:02.604Z] --- PASS: TestPollerClose (0.00s) [2020-12-11T19:21:02.604Z] PASS [2020-12-11T19:21:02.604Z] coverage: 36.2% of statements [2020-12-11T19:21:02.604Z] ok github.com/docker/docker/pkg/filenotify 0.131s coverage: 36.2% of statements [2020-12-11T19:21:03.067Z] === RUN TestCopyFileWithInvalidSrc [2020-12-11T19:21:03.067Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestCopyFileWithInvalidDest [2020-12-11T19:21:03.067Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestCopyFileWithSameSrcAndDest [2020-12-11T19:21:03.067Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2020-12-11T19:21:03.067Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestCopyFile [2020-12-11T19:21:03.067Z] --- PASS: TestCopyFile (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2020-12-11T19:21:03.067Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-12-11T19:21:03.067Z] fileutils_test.go:134: Needs porting to Windows [2020-12-11T19:21:03.067Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2020-12-11T19:21:03.067Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestReadSymlinkedDirectoryToFile [2020-12-11T19:21:03.067Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2020-12-11T19:21:03.067Z] fileutils_test.go:180: Needs porting to Windows [2020-12-11T19:21:03.067Z] === RUN TestWildcardMatches [2020-12-11T19:21:03.067Z] --- PASS: TestWildcardMatches (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestPatternMatches [2020-12-11T19:21:03.067Z] --- PASS: TestPatternMatches (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestExclusionPatternMatchesPatternBefore [2020-12-11T19:21:03.067Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestPatternMatchesFolderExclusions [2020-12-11T19:21:03.067Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2020-12-11T19:21:03.067Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestPatternMatchesFolderWildcardExclusions [2020-12-11T19:21:03.067Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestExclusionPatternMatchesPatternAfter [2020-12-11T19:21:03.067Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestExclusionPatternMatchesWholeDirectory [2020-12-11T19:21:03.067Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestSingleExclamationError [2020-12-11T19:21:03.067Z] --- PASS: TestSingleExclamationError (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestMatchesWithNoPatterns [2020-12-11T19:21:03.067Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestMatchesWithMalformedPatterns [2020-12-11T19:21:03.067Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestMatches [2020-12-11T19:21:03.067Z] --- PASS: TestMatches (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestCleanPatterns [2020-12-11T19:21:03.067Z] --- PASS: TestCleanPatterns (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestCleanPatternsStripEmptyPatterns [2020-12-11T19:21:03.067Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestCleanPatternsExceptionFlag [2020-12-11T19:21:03.067Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2020-12-11T19:21:03.067Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2020-12-11T19:21:03.067Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestCleanPatternsErrorSingleException [2020-12-11T19:21:03.067Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestCreateIfNotExistsDir [2020-12-11T19:21:03.067Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestCreateIfNotExistsFile [2020-12-11T19:21:03.067Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2020-12-11T19:21:03.067Z] === RUN TestMatch [2020-12-11T19:21:03.067Z] --- PASS: TestMatch (0.00s) [2020-12-11T19:21:03.067Z] PASS [2020-12-11T19:21:03.067Z] coverage: 87.7% of statements [2020-12-11T19:21:03.067Z] ok github.com/docker/docker/pkg/fileutils 0.204s coverage: 87.7% of statements [2020-12-11T19:21:03.977Z] === RUN TestDockerSuite/TestBuildEnv [2020-12-11T19:21:04.045Z] === RUN TestGet [2020-12-11T19:21:04.045Z] --- PASS: TestGet (0.00s) [2020-12-11T19:21:04.045Z] === RUN TestGetShortcutString [2020-12-11T19:21:04.045Z] --- PASS: TestGetShortcutString (0.00s) [2020-12-11T19:21:04.045Z] PASS [2020-12-11T19:21:04.045Z] coverage: 42.9% of statements [2020-12-11T19:21:04.045Z] ok github.com/docker/docker/pkg/homedir 0.152s coverage: 42.9% of statements [2020-12-11T19:21:04.264Z] --- PASS: TestServiceUpdateNetwork (14.58s) [2020-12-11T19:21:04.264Z] === RUN TestServiceUpdatePidsLimit [2020-12-11T19:21:04.508Z] --- PASS: Test (3.11s) [2020-12-11T19:21:04.508Z] --- PASS: Test/TestInitialize (0.09s) [2020-12-11T19:21:04.508Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2020-12-11T19:21:04.508Z] --- PASS: Test/TestWatch (3.01s) [2020-12-11T19:21:04.508Z] PASS [2020-12-11T19:21:04.508Z] coverage: 84.1% of statements [2020-12-11T19:21:04.508Z] ok github.com/docker/docker/pkg/discovery/kv 3.709s coverage: 84.1% of statements [2020-12-11T19:21:04.971Z] --- PASS: TestTarFiles (5.30s) [2020-12-11T19:21:04.971Z] === RUN TestTarUntar [2020-12-11T19:21:04.971Z] --- PASS: TestTarUntar (0.02s) [2020-12-11T19:21:04.971Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2020-12-11T19:21:04.971Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2020-12-11T19:21:04.971Z] === RUN TestCreateIDMapOrder [2020-12-11T19:21:04.971Z] === RUN TestTarWithOptions [2020-12-11T19:21:04.971Z] --- PASS: TestCreateIDMapOrder (0.00s) [2020-12-11T19:21:04.971Z] PASS [2020-12-11T19:21:04.971Z] coverage: 7.3% of statements [2020-12-11T19:21:04.971Z] ok github.com/docker/docker/pkg/idtools 0.174s coverage: 7.3% of statements [2020-12-11T19:21:04.971Z] --- PASS: TestTarWithOptions (0.02s) [2020-12-11T19:21:04.971Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2020-12-11T19:21:04.971Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2020-12-11T19:21:04.971Z] === RUN TestUntarUstarGnuConflict [2020-12-11T19:21:04.971Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2020-12-11T19:21:04.971Z] === RUN TestUntarInvalidFilenames [2020-12-11T19:21:04.971Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames660077714\\dest" [2020-12-11T19:21:04.971Z] --- PASS: TestUntarInvalidFilenames (0.13s) [2020-12-11T19:21:04.971Z] === RUN TestUntarHardlinkToSymlink [2020-12-11T19:21:04.971Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2020-12-11T19:21:04.971Z] === RUN TestUntarInvalidHardlink [2020-12-11T19:21:04.971Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink007692771\\victim\\hello" -> "../victim/hello" [2020-12-11T19:21:04.971Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink526043622\\victim\\hello" -> "/../victim/hello" [2020-12-11T19:21:04.971Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink460179469\\victim" -> "../victim" [2020-12-11T19:21:04.971Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink266104840\\victim" -> "../victim" [2020-12-11T19:21:04.971Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink404003271\\victim" -> "../victim" [2020-12-11T19:21:04.971Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink939096186\\victim" -> "../victim" [2020-12-11T19:21:04.971Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2020-12-11T19:21:04.971Z] === RUN TestUntarInvalidSymlink [2020-12-11T19:21:04.971Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink414527889\\dest\\dotdot" -> "../victim/hello" [2020-12-11T19:21:04.971Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink257272252\\dest\\slash-dotdot" -> "/../victim/hello" [2020-12-11T19:21:04.971Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink473983467\\dest\\loophole-victim" -> "../victim" [2020-12-11T19:21:04.971Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink290842190\\dest\\loophole-victim" -> "../victim" [2020-12-11T19:21:04.971Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink950511957\\dest\\loophole-victim" -> "../victim" [2020-12-11T19:21:04.971Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink315434160\\dest\\loophole-victim" -> "../victim" [2020-12-11T19:21:04.971Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink026544719\\dest\\dir\\loophole" -> "../../victim" [2020-12-11T19:21:04.971Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2020-12-11T19:21:04.971Z] === RUN TestTempArchiveCloseMultipleTimes [2020-12-11T19:21:04.971Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2020-12-11T19:21:04.971Z] === RUN TestReplaceFileTarWrapper [2020-12-11T19:21:04.971Z] --- PASS: TestReplaceFileTarWrapper (0.17s) [2020-12-11T19:21:04.971Z] === RUN TestPrefixHeaderReadable [2020-12-11T19:21:05.434Z] --- PASS: TestPrefixHeaderReadable (0.01s) [2020-12-11T19:21:05.434Z] === RUN TestDisablePigz [2020-12-11T19:21:05.434Z] --- PASS: TestDisablePigz (0.13s) [2020-12-11T19:21:05.434Z] archive_test.go:1310: Test will not check full path when Pigz not installed [2020-12-11T19:21:05.434Z] === RUN TestPigz [2020-12-11T19:21:05.434Z] --- PASS: TestPigz (0.12s) [2020-12-11T19:21:05.434Z] archive_test.go:1339: Tested whether Pigz is not used, as it not installed [2020-12-11T19:21:05.434Z] === RUN TestCopyFileWithInvalidDest [2020-12-11T19:21:05.434Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2020-12-11T19:21:05.434Z] archive_windows_test.go:16: Currently fails [2020-12-11T19:21:05.434Z] === RUN TestCanonicalTarNameForPath [2020-12-11T19:21:05.434Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2020-12-11T19:21:05.434Z] === RUN TestCanonicalTarName [2020-12-11T19:21:05.434Z] --- PASS: TestCanonicalTarName (0.00s) [2020-12-11T19:21:05.434Z] === RUN TestChmodTarEntry [2020-12-11T19:21:05.434Z] --- PASS: TestChmodTarEntry (0.00s) [2020-12-11T19:21:05.434Z] === RUN TestHardLinkOrder [2020-12-11T19:21:05.434Z] === RUN TestFixedBufferCap [2020-12-11T19:21:05.434Z] --- PASS: TestFixedBufferCap (0.00s) [2020-12-11T19:21:05.434Z] === RUN TestFixedBufferLen [2020-12-11T19:21:05.434Z] --- PASS: TestFixedBufferLen (0.00s) [2020-12-11T19:21:05.434Z] === RUN TestFixedBufferString [2020-12-11T19:21:05.434Z] --- PASS: TestFixedBufferString (0.00s) [2020-12-11T19:21:05.434Z] === RUN TestFixedBufferWrite [2020-12-11T19:21:05.434Z] --- PASS: TestFixedBufferWrite (0.00s) [2020-12-11T19:21:05.434Z] === RUN TestFixedBufferRead [2020-12-11T19:21:05.434Z] --- PASS: TestFixedBufferRead (0.00s) [2020-12-11T19:21:05.434Z] === RUN TestBytesPipeRead [2020-12-11T19:21:05.434Z] --- PASS: TestBytesPipeRead (0.00s) [2020-12-11T19:21:05.434Z] === RUN TestBytesPipeWrite [2020-12-11T19:21:05.434Z] --- PASS: TestBytesPipeWrite (0.00s) [2020-12-11T19:21:05.434Z] === RUN TestBytesPipeWriteRandomChunks [2020-12-11T19:21:05.652Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-12-11T19:21:05.894Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-12-11T19:21:05.894Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-12-11T19:21:05.897Z] --- PASS: TestHardLinkOrder (0.21s) [2020-12-11T19:21:05.897Z] === RUN TestChangeString [2020-12-11T19:21:05.897Z] --- PASS: TestChangeString (0.00s) [2020-12-11T19:21:05.897Z] === RUN TestChangesWithNoChanges [2020-12-11T19:21:05.897Z] --- PASS: TestChangesWithNoChanges (0.02s) [2020-12-11T19:21:05.897Z] === RUN TestChangesWithChanges [2020-12-11T19:21:05.897Z] --- PASS: TestChangesWithChanges (0.02s) [2020-12-11T19:21:05.897Z] === RUN TestChangesWithChangesGH13590 [2020-12-11T19:21:05.897Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2020-12-11T19:21:05.897Z] changes_test.go:192: needs more investigation [2020-12-11T19:21:05.897Z] === RUN TestChangesDirsEmpty [2020-12-11T19:21:05.897Z] --- PASS: TestChangesDirsEmpty (0.09s) [2020-12-11T19:21:05.897Z] === RUN TestChangesDirsMutated [2020-12-11T19:21:05.897Z] === RUN TestError [2020-12-11T19:21:05.897Z] --- PASS: TestError (0.00s) [2020-12-11T19:21:05.897Z] === RUN TestProgressString [2020-12-11T19:21:05.897Z] === RUN TestProgressString/no_progress [2020-12-11T19:21:05.897Z] === RUN TestProgressString/progress_1 [2020-12-11T19:21:05.897Z] === RUN TestProgressString/some_progress_with_a_start_time [2020-12-11T19:21:05.897Z] === RUN TestProgressString/some_progress_without_a_start_time [2020-12-11T19:21:05.897Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2020-12-11T19:21:05.897Z] === RUN TestProgressString/with_units [2020-12-11T19:21:05.897Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2020-12-11T19:21:05.897Z] === RUN TestProgressString/hide_counts [2020-12-11T19:21:05.897Z] --- PASS: TestProgressString (0.00s) [2020-12-11T19:21:05.897Z] --- PASS: TestProgressString/no_progress (0.00s) [2020-12-11T19:21:05.897Z] --- PASS: TestProgressString/progress_1 (0.00s) [2020-12-11T19:21:05.897Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2020-12-11T19:21:05.897Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2020-12-11T19:21:05.897Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2020-12-11T19:21:05.897Z] --- PASS: TestProgressString/with_units (0.00s) [2020-12-11T19:21:05.897Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2020-12-11T19:21:05.897Z] --- PASS: TestProgressString/hide_counts (0.00s) [2020-12-11T19:21:05.897Z] === RUN TestJSONMessageDisplay [2020-12-11T19:21:05.897Z] --- PASS: TestChangesDirsMutated (0.12s) [2020-12-11T19:21:05.897Z] === RUN TestApplyLayer [2020-12-11T19:21:05.897Z] --- SKIP: TestApplyLayer (0.00s) [2020-12-11T19:21:05.897Z] changes_test.go:405: needs further investigation [2020-12-11T19:21:05.897Z] === RUN TestChangesSizeWithHardlinks [2020-12-11T19:21:05.897Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2020-12-11T19:21:05.897Z] changes_test.go:441: needs further investigation [2020-12-11T19:21:05.897Z] === RUN TestChangesSizeWithNoChanges [2020-12-11T19:21:05.897Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2020-12-11T19:21:05.897Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2020-12-11T19:21:05.897Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2020-12-11T19:21:05.897Z] === RUN TestChangesSize [2020-12-11T19:21:05.897Z] --- PASS: TestChangesSize (0.00s) [2020-12-11T19:21:05.897Z] === RUN TestApplyLayerInvalidFilenames [2020-12-11T19:21:05.897Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames851873283\\dest" [2020-12-11T19:21:05.897Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2020-12-11T19:21:05.897Z] === RUN TestApplyLayerInvalidHardlink [2020-12-11T19:21:05.897Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink799458093\\victim\\hello" -> "../victim/hello" [2020-12-11T19:21:05.897Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink062934696\\victim\\hello" -> "/../victim/hello" [2020-12-11T19:21:05.897Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink136414183\\victim" -> "../victim" [2020-12-11T19:21:05.897Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink709391898\\victim" -> "../victim" [2020-12-11T19:21:05.897Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink384102577\\victim" -> "../victim" [2020-12-11T19:21:05.897Z] --- PASS: TestJSONMessageDisplay (0.11s) [2020-12-11T19:21:05.897Z] === RUN TestJSONMessageDisplayWithJSONError [2020-12-11T19:21:05.897Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2020-12-11T19:21:05.897Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2020-12-11T19:21:05.897Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2020-12-11T19:21:05.897Z] === RUN TestDisplayJSONMessagesStream [2020-12-11T19:21:05.897Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink732737116\\victim" -> "../victim" [2020-12-11T19:21:05.897Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2020-12-11T19:21:05.897Z] PASS [2020-12-11T19:21:05.897Z] coverage: 91.7% of statements [2020-12-11T19:21:05.897Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2020-12-11T19:21:05.897Z] === RUN TestApplyLayerInvalidSymlink [2020-12-11T19:21:05.897Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink053500427\\dest\\dotdot" -> "../victim/hello" [2020-12-11T19:21:05.897Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink168775662\\dest\\slash-dotdot" -> "/../victim/hello" [2020-12-11T19:21:05.898Z] ok github.com/docker/docker/pkg/jsonmessage 0.253s coverage: 91.7% of statements [2020-12-11T19:21:05.898Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink015365237\\dest\\loophole-victim" -> "../victim" [2020-12-11T19:21:05.898Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink347809104\\dest\\loophole-victim" -> "../victim" [2020-12-11T19:21:05.898Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink349577327\\dest\\loophole-victim" -> "../victim" [2020-12-11T19:21:05.898Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink253401346\\dest\\loophole-victim" -> "../victim" [2020-12-11T19:21:05.898Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2020-12-11T19:21:05.898Z] === RUN TestApplyLayerWhiteouts [2020-12-11T19:21:05.898Z] --- PASS: TestApplyLayerWhiteouts (0.06s) [2020-12-11T19:21:05.898Z] === RUN TestGenerateEmptyFile [2020-12-11T19:21:05.898Z] --- PASS: TestGenerateEmptyFile (0.00s) [2020-12-11T19:21:05.898Z] === RUN TestGenerateWithContent [2020-12-11T19:21:05.898Z] --- PASS: TestGenerateWithContent (0.00s) [2020-12-11T19:21:05.898Z] PASS [2020-12-11T19:21:05.898Z] coverage: 62.7% of statements [2020-12-11T19:21:05.898Z] ok github.com/docker/docker/pkg/archive 8.136s coverage: 62.7% of statements [2020-12-11T19:21:05.898Z] --- PASS: TestBytesPipeWriteRandomChunks (0.47s) [2020-12-11T19:21:05.898Z] === RUN TestAtomicWriteToFile [2020-12-11T19:21:06.360Z] --- PASS: TestAtomicWriteToFile (0.07s) [2020-12-11T19:21:06.360Z] === RUN TestAtomicWriteSetCommit [2020-12-11T19:21:06.360Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2020-12-11T19:21:06.360Z] === RUN TestAtomicWriteSetCancel [2020-12-11T19:21:06.360Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2020-12-11T19:21:06.360Z] === RUN TestReadCloserWrapperClose [2020-12-11T19:21:06.360Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2020-12-11T19:21:06.360Z] === RUN TestReaderErrWrapperReadOnError [2020-12-11T19:21:06.360Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2020-12-11T19:21:06.360Z] === RUN TestReaderErrWrapperRead [2020-12-11T19:21:06.360Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2020-12-11T19:21:06.360Z] === RUN TestHashData [2020-12-11T19:21:06.360Z] --- PASS: TestHashData (0.00s) [2020-12-11T19:21:06.360Z] === RUN TestCancelReadCloser [2020-12-11T19:21:06.360Z] === RUN TestStandardLongPath [2020-12-11T19:21:06.360Z] --- PASS: TestStandardLongPath (0.00s) [2020-12-11T19:21:06.360Z] === RUN TestUNCLongPath [2020-12-11T19:21:06.360Z] --- PASS: TestUNCLongPath (0.00s) [2020-12-11T19:21:06.360Z] PASS [2020-12-11T19:21:06.360Z] coverage: 100.0% of statements [2020-12-11T19:21:06.360Z] ok github.com/docker/docker/pkg/longpath 0.141s coverage: 100.0% of statements [2020-12-11T19:21:06.360Z] --- PASS: TestCancelReadCloser (0.10s) [2020-12-11T19:21:06.360Z] === RUN TestWriteCloserWrapperClose [2020-12-11T19:21:06.360Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2020-12-11T19:21:06.360Z] === RUN TestNopWriteCloser [2020-12-11T19:21:06.360Z] --- PASS: TestNopWriteCloser (0.00s) [2020-12-11T19:21:06.360Z] === RUN TestNopWriter [2020-12-11T19:21:06.360Z] --- PASS: TestNopWriter (0.00s) [2020-12-11T19:21:06.360Z] === RUN TestWriteCounter [2020-12-11T19:21:06.360Z] --- PASS: TestWriteCounter (0.00s) [2020-12-11T19:21:06.360Z] PASS [2020-12-11T19:21:06.360Z] coverage: 69.2% of statements [2020-12-11T19:21:06.360Z] ok github.com/docker/docker/pkg/ioutils 0.808s coverage: 69.2% of statements [2020-12-11T19:21:06.598Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-12-11T19:21:06.823Z] === RUN TestNameFormat [2020-12-11T19:21:06.823Z] --- PASS: TestNameFormat (0.00s) [2020-12-11T19:21:06.823Z] === RUN TestNameRetries [2020-12-11T19:21:06.823Z] --- PASS: TestNameRetries (0.00s) [2020-12-11T19:21:06.823Z] PASS [2020-12-11T19:21:06.823Z] coverage: 85.7% of statements [2020-12-11T19:21:06.823Z] ok github.com/docker/docker/pkg/namesgenerator 0.037s coverage: 85.7% of statements [2020-12-11T19:21:07.280Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-12-11T19:21:07.286Z] === RUN TestParseKeyValueOpt [2020-12-11T19:21:07.286Z] --- PASS: TestParseKeyValueOpt (0.00s) [2020-12-11T19:21:07.286Z] === RUN TestParseUintList [2020-12-11T19:21:07.286Z] --- PASS: TestParseUintList (0.00s) [2020-12-11T19:21:07.286Z] === RUN TestParseUintListMaximumLimits [2020-12-11T19:21:07.286Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2020-12-11T19:21:07.286Z] PASS [2020-12-11T19:21:07.286Z] coverage: 97.0% of statements [2020-12-11T19:21:07.286Z] ok github.com/docker/docker/pkg/parsers 0.094s coverage: 97.0% of statements [2020-12-11T19:21:07.749Z] === RUN TestNewAndRemove [2020-12-11T19:21:07.749Z] --- PASS: TestNewAndRemove (0.00s) [2020-12-11T19:21:07.749Z] === RUN TestRemoveInvalidPath [2020-12-11T19:21:07.749Z] --- PASS: TestRemoveInvalidPath (0.00s) [2020-12-11T19:21:07.749Z] PASS [2020-12-11T19:21:07.749Z] coverage: 82.6% of statements [2020-12-11T19:21:07.749Z] ok github.com/docker/docker/pkg/pidfile 0.192s coverage: 82.6% of statements [2020-12-11T19:21:08.212Z] === RUN TestParseEmptyInterface [2020-12-11T19:21:08.212Z] --- PASS: TestParseEmptyInterface (0.00s) [2020-12-11T19:21:08.212Z] === RUN TestParseNonInterfaceType [2020-12-11T19:21:08.212Z] --- PASS: TestParseNonInterfaceType (0.00s) [2020-12-11T19:21:08.212Z] === RUN TestParseWithOneFunction [2020-12-11T19:21:08.212Z] --- PASS: TestParseWithOneFunction (0.00s) [2020-12-11T19:21:08.212Z] === RUN TestParseWithMultipleFuncs [2020-12-11T19:21:08.212Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2020-12-11T19:21:08.212Z] === RUN TestParseWithUnnamedReturn [2020-12-11T19:21:08.212Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2020-12-11T19:21:08.212Z] === RUN TestEmbeddedInterface [2020-12-11T19:21:08.212Z] --- PASS: TestEmbeddedInterface (0.00s) [2020-12-11T19:21:08.212Z] === RUN TestParsedImports [2020-12-11T19:21:08.212Z] --- PASS: TestParsedImports (0.00s) [2020-12-11T19:21:08.212Z] === RUN TestAliasedImports [2020-12-11T19:21:08.212Z] --- PASS: TestAliasedImports (0.00s) [2020-12-11T19:21:08.212Z] PASS [2020-12-11T19:21:08.212Z] coverage: 56.8% of statements [2020-12-11T19:21:08.212Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.093s coverage: 56.8% of statements [2020-12-11T19:21:08.236Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-12-11T19:21:08.819Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-12-11T19:21:09.761Z] === RUN TestFailedConnection [2020-12-11T19:21:09.762Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2020-12-11T19:21:09.762Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-12-11T19:21:09.762Z] === RUN TestBufioReaderPoolPutAndGet [2020-12-11T19:21:09.762Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2020-12-11T19:21:09.762Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2020-12-11T19:21:09.762Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2020-12-11T19:21:09.762Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2020-12-11T19:21:09.762Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-12-11T19:21:09.762Z] === RUN TestBufioWriterPoolPutAndGet [2020-12-11T19:21:09.762Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2020-12-11T19:21:09.762Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2020-12-11T19:21:09.762Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2020-12-11T19:21:09.762Z] === RUN TestBufferPoolPutAndGet [2020-12-11T19:21:09.762Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2020-12-11T19:21:09.762Z] PASS [2020-12-11T19:21:09.762Z] coverage: 88.2% of statements [2020-12-11T19:21:09.762Z] ok github.com/docker/docker/pkg/pools 0.111s coverage: 88.2% of statements [2020-12-11T19:21:10.225Z] === RUN TestHTTPTransport [2020-12-11T19:21:10.225Z] --- PASS: TestHTTPTransport (0.00s) [2020-12-11T19:21:10.225Z] PASS [2020-12-11T19:21:10.225Z] coverage: 85.7% of statements [2020-12-11T19:21:10.225Z] ok github.com/docker/docker/pkg/plugins/transport 0.301s coverage: 85.7% of statements [2020-12-11T19:21:10.688Z] --- PASS: TestFailedConnection (1.09s) [2020-12-11T19:21:10.688Z] === RUN TestFailOnce [2020-12-11T19:21:10.688Z] 2020/12/11 19:21:10 http: panic serving 127.0.0.1:49222: Plugin not ready [2020-12-11T19:21:10.688Z] goroutine 10 [running]: [2020-12-11T19:21:10.688Z] net/http.(*conn).serve.func1(0xc000058be0) [2020-12-11T19:21:10.688Z] c:/go/src/net/http/server.go:1795 +0x140 [2020-12-11T19:21:10.688Z] panic(0x849ac0, 0x986830) [2020-12-11T19:21:10.688Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2020-12-11T19:21:10.688Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-12-11T19:21:10.688Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2020-12-11T19:21:10.688Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-12-11T19:21:10.688Z] c:/go/src/net/http/server.go:2036 +0x4b [2020-12-11T19:21:10.688Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-12-11T19:21:10.688Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2020-12-11T19:21:10.688Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-12-11T19:21:10.688Z] c:/go/src/net/http/server.go:2831 +0xab [2020-12-11T19:21:10.688Z] net/http.(*conn).serve(0xc000058be0, 0x99b060, 0xc00004a980) [2020-12-11T19:21:10.688Z] c:/go/src/net/http/server.go:1919 +0x87c [2020-12-11T19:21:10.688Z] created by net/http.(*Server).Serve [2020-12-11T19:21:10.688Z] c:/go/src/net/http/server.go:2957 +0x38b [2020-12-11T19:21:10.688Z] time="2020-12-11T19:21:10Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49221/Test.FailOnce: Post http://127.0.0.1:49221/Test.FailOnce: EOF, retrying in 1s" [2020-12-11T19:21:11.152Z] === RUN TestSendToOneSub [2020-12-11T19:21:11.152Z] --- PASS: TestSendToOneSub (0.00s) [2020-12-11T19:21:11.152Z] === RUN TestSendToMultipleSubs [2020-12-11T19:21:11.152Z] --- PASS: TestSendToMultipleSubs (0.00s) [2020-12-11T19:21:11.152Z] === RUN TestEvictOneSub [2020-12-11T19:21:11.152Z] --- PASS: TestEvictOneSub (0.00s) [2020-12-11T19:21:11.152Z] === RUN TestClosePublisher [2020-12-11T19:21:11.152Z] --- PASS: TestClosePublisher (0.00s) [2020-12-11T19:21:11.152Z] === RUN TestPubSubRace [2020-12-11T19:21:11.152Z] === RUN TestOutputOnPrematureClose [2020-12-11T19:21:11.152Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2020-12-11T19:21:11.152Z] === RUN TestCompleteSilently [2020-12-11T19:21:11.152Z] --- PASS: TestCompleteSilently (0.00s) [2020-12-11T19:21:11.152Z] PASS [2020-12-11T19:21:11.152Z] coverage: 75.9% of statements [2020-12-11T19:21:11.152Z] ok github.com/docker/docker/pkg/progress 0.164s coverage: 75.9% of statements [2020-12-11T19:21:11.614Z] --- PASS: TestFailOnce (1.16s) [2020-12-11T19:21:11.614Z] === RUN TestEchoInputOutput [2020-12-11T19:21:11.614Z] --- PASS: TestEchoInputOutput (0.00s) [2020-12-11T19:21:11.614Z] === RUN TestBackoff [2020-12-11T19:21:11.614Z] --- PASS: TestBackoff (0.00s) [2020-12-11T19:21:11.614Z] === RUN TestAbortRetry [2020-12-11T19:21:11.614Z] --- PASS: TestAbortRetry (0.00s) [2020-12-11T19:21:11.614Z] === RUN TestClientScheme [2020-12-11T19:21:11.614Z] --- PASS: TestClientScheme (0.00s) [2020-12-11T19:21:11.614Z] === RUN TestNewClientWithTimeout [2020-12-11T19:21:12.077Z] === RUN TestRegister [2020-12-11T19:21:12.077Z] --- PASS: TestRegister (0.00s) [2020-12-11T19:21:12.077Z] === RUN TestCommand [2020-12-11T19:21:12.077Z] --- PASS: TestCommand (0.02s) [2020-12-11T19:21:12.077Z] === RUN TestNaiveSelf [2020-12-11T19:21:12.077Z] --- PASS: TestPubSubRace (1.04s) [2020-12-11T19:21:12.077Z] PASS [2020-12-11T19:21:12.077Z] coverage: 75.0% of statements [2020-12-11T19:21:12.077Z] ok github.com/docker/docker/pkg/pubsub 1.097s coverage: 75.0% of statements [2020-12-11T19:21:12.077Z] --- PASS: TestNaiveSelf (0.02s) [2020-12-11T19:21:12.077Z] PASS [2020-12-11T19:21:12.077Z] coverage: 82.4% of statements [2020-12-11T19:21:12.077Z] ok github.com/docker/docker/pkg/reexec 0.160s coverage: 82.4% of statements [2020-12-11T19:21:12.077Z] time="2020-12-11T19:21:11Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2020-12-11T19:21:13.054Z] === RUN TestParseSignal [2020-12-11T19:21:13.054Z] --- PASS: TestParseSignal (0.00s) [2020-12-11T19:21:13.054Z] === RUN TestValidSignalForPlatform [2020-12-11T19:21:13.054Z] --- PASS: TestValidSignalForPlatform (0.00s) [2020-12-11T19:21:13.054Z] PASS [2020-12-11T19:21:13.054Z] coverage: 20.3% of statements [2020-12-11T19:21:13.054Z] ok github.com/docker/docker/pkg/signal 0.076s coverage: 20.3% of statements [2020-12-11T19:21:13.054Z] === RUN TestNewStdWriter [2020-12-11T19:21:13.054Z] --- PASS: TestNewStdWriter (0.00s) [2020-12-11T19:21:13.054Z] === RUN TestWriteWithUninitializedStdWriter [2020-12-11T19:21:13.054Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2020-12-11T19:21:13.054Z] === RUN TestWriteWithNilBytes [2020-12-11T19:21:13.054Z] --- PASS: TestWriteWithNilBytes (0.00s) [2020-12-11T19:21:13.054Z] === RUN TestWrite [2020-12-11T19:21:13.054Z] --- PASS: TestWrite (0.00s) [2020-12-11T19:21:13.054Z] === RUN TestWriteWithWriterError [2020-12-11T19:21:13.054Z] --- PASS: TestWriteWithWriterError (0.00s) [2020-12-11T19:21:13.054Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2020-12-11T19:21:13.054Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2020-12-11T19:21:13.054Z] === RUN TestStdCopyWriteAndRead [2020-12-11T19:21:13.054Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2020-12-11T19:21:13.054Z] === RUN TestStdCopyReturnsErrorReadingHeader [2020-12-11T19:21:13.054Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2020-12-11T19:21:13.054Z] === RUN TestStdCopyReturnsErrorReadingFrame [2020-12-11T19:21:13.054Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2020-12-11T19:21:13.054Z] === RUN TestStdCopyDetectsCorruptedFrame [2020-12-11T19:21:13.054Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2020-12-11T19:21:13.054Z] === RUN TestStdCopyWithInvalidInputHeader [2020-12-11T19:21:13.054Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2020-12-11T19:21:13.054Z] === RUN TestStdCopyWithCorruptedPrefix [2020-12-11T19:21:13.054Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2020-12-11T19:21:13.054Z] === RUN TestStdCopyReturnsWriteErrors [2020-12-11T19:21:13.054Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2020-12-11T19:21:13.054Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2020-12-11T19:21:13.054Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2020-12-11T19:21:13.054Z] === RUN TestStdCopyReturnsErrorFromSystem [2020-12-11T19:21:13.054Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2020-12-11T19:21:13.054Z] PASS [2020-12-11T19:21:13.054Z] coverage: 100.0% of statements [2020-12-11T19:21:13.054Z] ok github.com/docker/docker/pkg/stdcopy 0.035s coverage: 100.0% of statements [2020-12-11T19:21:13.517Z] time="2020-12-11T19:21:13Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2020-12-11T19:21:13.980Z] === RUN TestGenerateRandomID [2020-12-11T19:21:13.981Z] --- PASS: TestGenerateRandomID (0.00s) [2020-12-11T19:21:13.981Z] === RUN TestShortenId [2020-12-11T19:21:13.981Z] --- PASS: TestShortenId (0.00s) [2020-12-11T19:21:13.981Z] === RUN TestShortenSha256Id [2020-12-11T19:21:13.981Z] --- PASS: TestShortenSha256Id (0.00s) [2020-12-11T19:21:13.981Z] === RUN TestShortenIdEmpty [2020-12-11T19:21:13.981Z] --- PASS: TestShortenIdEmpty (0.00s) [2020-12-11T19:21:13.981Z] === RUN TestShortenIdInvalid [2020-12-11T19:21:13.981Z] --- PASS: TestShortenIdInvalid (0.00s) [2020-12-11T19:21:13.981Z] === RUN TestIsShortIDNonHex [2020-12-11T19:21:13.981Z] --- PASS: TestIsShortIDNonHex (0.00s) [2020-12-11T19:21:13.981Z] === RUN TestIsShortIDNotCorrectSize [2020-12-11T19:21:13.981Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2020-12-11T19:21:13.981Z] PASS [2020-12-11T19:21:13.981Z] coverage: 70.6% of statements [2020-12-11T19:21:13.981Z] ok github.com/docker/docker/pkg/stringid 0.077s coverage: 70.6% of statements [2020-12-11T19:21:13.981Z] === RUN TestRawProgressFormatterFormatStatus [2020-12-11T19:21:13.981Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2020-12-11T19:21:13.981Z] === RUN TestRawProgressFormatterFormatProgress [2020-12-11T19:21:13.981Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2020-12-11T19:21:13.981Z] === RUN TestFormatStatus [2020-12-11T19:21:13.981Z] --- PASS: TestFormatStatus (0.00s) [2020-12-11T19:21:13.981Z] === RUN TestFormatError [2020-12-11T19:21:13.981Z] --- PASS: TestFormatError (0.00s) [2020-12-11T19:21:13.981Z] === RUN TestFormatJSONError [2020-12-11T19:21:13.981Z] --- PASS: TestFormatJSONError (0.00s) [2020-12-11T19:21:13.981Z] === RUN TestJsonProgressFormatterFormatProgress [2020-12-11T19:21:13.981Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2020-12-11T19:21:13.981Z] === RUN TestJsonProgressFormatterFormatStatus [2020-12-11T19:21:13.981Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2020-12-11T19:21:13.981Z] === RUN TestNewJSONProgressOutput [2020-12-11T19:21:13.981Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2020-12-11T19:21:13.981Z] === RUN TestAuxFormatterEmit [2020-12-11T19:21:13.981Z] --- PASS: TestAuxFormatterEmit (0.00s) [2020-12-11T19:21:13.981Z] === RUN TestStreamWriterStdout [2020-12-11T19:21:13.981Z] --- PASS: TestStreamWriterStdout (0.00s) [2020-12-11T19:21:13.981Z] === RUN TestStreamWriterStderr [2020-12-11T19:21:13.981Z] --- PASS: TestStreamWriterStderr (0.00s) [2020-12-11T19:21:13.981Z] PASS [2020-12-11T19:21:13.981Z] coverage: 66.2% of statements [2020-12-11T19:21:13.981Z] ok github.com/docker/docker/pkg/streamformatter 0.196s coverage: 66.2% of statements [2020-12-11T19:21:14.741Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-12-11T19:21:14.958Z] === RUN TestIsCpusetListAvailable [2020-12-11T19:21:14.958Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2020-12-11T19:21:14.958Z] PASS [2020-12-11T19:21:14.958Z] coverage: 38.2% of statements [2020-12-11T19:21:14.958Z] ok github.com/docker/docker/pkg/sysinfo 0.080s coverage: 38.2% of statements [2020-12-11T19:21:15.428Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-12-11T19:21:15.689Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-12-11T19:21:15.934Z] === RUN TestChtimes [2020-12-11T19:21:15.934Z] --- PASS: TestChtimes (0.00s) [2020-12-11T19:21:15.934Z] === RUN TestChtimesWindows [2020-12-11T19:21:15.934Z] --- PASS: TestChtimesWindows (0.00s) [2020-12-11T19:21:15.934Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2020-12-11T19:21:15.934Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2020-12-11T19:21:15.934Z] === RUN TestEnsureRemoveAllNotExist [2020-12-11T19:21:15.934Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2020-12-11T19:21:15.934Z] === RUN TestEnsureRemoveAllWithDir [2020-12-11T19:21:15.934Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2020-12-11T19:21:15.934Z] === RUN TestEnsureRemoveAllWithFile [2020-12-11T19:21:15.934Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2020-12-11T19:21:15.934Z] === RUN TestHasWin32KSupport [2020-12-11T19:21:15.934Z] --- PASS: TestHasWin32KSupport (0.00s) [2020-12-11T19:21:15.934Z] syscall_windows_test.go:8: win32k: true [2020-12-11T19:21:15.934Z] PASS [2020-12-11T19:21:15.934Z] coverage: 12.0% of statements [2020-12-11T19:21:15.934Z] ok github.com/docker/docker/pkg/system 0.062s coverage: 12.0% of statements [2020-12-11T19:21:16.398Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-12-11T19:21:16.398Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-12-11T19:21:16.398Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-12-11T19:21:16.398Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-12-11T19:21:16.398Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-12-11T19:21:16.398Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-12-11T19:21:16.398Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-12-11T19:21:16.398Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-12-11T19:21:16.398Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-12-11T19:21:16.398Z] time="2020-12-11T19:21:15Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2020-12-11T19:21:16.398Z] === RUN TestTailFile [2020-12-11T19:21:16.398Z] --- PASS: TestTailFile (0.00s) [2020-12-11T19:21:16.398Z] === RUN TestTailFileManyLines [2020-12-11T19:21:16.398Z] --- PASS: TestTailFileManyLines (0.00s) [2020-12-11T19:21:16.398Z] === RUN TestTailEmptyFile [2020-12-11T19:21:16.398Z] --- PASS: TestTailEmptyFile (0.00s) [2020-12-11T19:21:16.398Z] === RUN TestTailNegativeN [2020-12-11T19:21:16.398Z] --- PASS: TestTailNegativeN (0.00s) [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader [2020-12-11T19:21:16.398Z] === CONT TestNewTailReader [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/no_delimiter [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/no_delimiter [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/single_byte_delimiter [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/single_byte_delimiter [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/2_byte_delimiter [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/2_byte_delimiter [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/4_byte_delimiter [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/4_byte_delimiter [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/8_byte_delimiter [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/8_byte_delimiter [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/12_byte_delimiter [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/12_byte_delimiter [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/truncated_last_line [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/truncated_last_line#01 [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/truncated_last_line#02 [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2020-12-11T19:21:16.398Z] === CONT TestNewTailReader/no_delimiter [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-12-11T19:21:16.398Z] === CONT TestNewTailReader/8_byte_delimiter [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/no_delimiter/no_lines [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-12-11T19:21:16.398Z] === CONT TestNewTailReader/single_byte_delimiter [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-12-11T19:21:16.398Z] === CONT TestNewTailReader/12_byte_delimiter [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2020-12-11T19:21:16.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2020-12-11T19:21:16.398Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/2_byte_delimiter [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/4_byte_delimiter [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/no_delimiter/no_lines [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-12-11T19:21:16.399Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-12-11T19:21:16.399Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-12-11T19:21:16.399Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-12-11T19:21:16.400Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-12-11T19:21:16.400Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-12-11T19:21:16.400Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-11T19:21:16.400Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-12-11T19:21:16.400Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-12-11T19:21:16.400Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-11T19:21:16.401Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-12-11T19:21:16.401Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-11T19:21:16.401Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-12-11T19:21:16.401Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-12-11T19:21:16.401Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.867Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-11T19:21:16.867Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-11T19:21:16.867Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-12-11T19:21:16.868Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-12-11T19:21:16.868Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-11T19:21:16.869Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.01s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.01s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.869Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.01s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.01s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.01s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.01s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.01s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.01s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.01s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.02s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2020-12-11T19:21:16.870Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.01s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.03s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.01s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-12-11T19:21:16.871Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-12-11T19:21:16.871Z] PASS [2020-12-11T19:21:16.871Z] coverage: 88.6% of statements [2020-12-11T19:21:16.871Z] ok github.com/docker/docker/pkg/tailfile 0.355s coverage: 88.6% of statements [2020-12-11T19:21:17.335Z] === RUN TestTarSumRemoveNonExistent [2020-12-11T19:21:17.335Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2020-12-11T19:21:17.335Z] === RUN TestTarSumRemove [2020-12-11T19:21:17.335Z] --- PASS: TestTarSumRemove (0.00s) [2020-12-11T19:21:17.335Z] === RUN TestSortFileInfoSums [2020-12-11T19:21:17.335Z] --- PASS: TestSortFileInfoSums (0.00s) [2020-12-11T19:21:17.335Z] === RUN TestNewTarSumForLabelInvalid [2020-12-11T19:21:17.335Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2020-12-11T19:21:17.335Z] === RUN TestNewTarSumForLabel [2020-12-11T19:21:17.335Z] --- PASS: TestNewTarSumForLabel (0.00s) [2020-12-11T19:21:17.335Z] === RUN TestEmptyTar [2020-12-11T19:21:17.335Z] --- PASS: TestEmptyTar (0.00s) [2020-12-11T19:21:17.335Z] === RUN TestTarSumsReadSize [2020-12-11T19:21:17.335Z] --- PASS: TestTarSumsReadSize (0.00s) [2020-12-11T19:21:17.335Z] === RUN TestTarSums [2020-12-11T19:21:17.335Z] --- PASS: TestTarSums (0.09s) [2020-12-11T19:21:17.335Z] === RUN TestIteration [2020-12-11T19:21:17.335Z] --- PASS: TestIteration (0.00s) [2020-12-11T19:21:17.335Z] === RUN TestVersionLabelForChecksum [2020-12-11T19:21:17.335Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2020-12-11T19:21:17.335Z] === RUN TestVersion [2020-12-11T19:21:17.335Z] --- PASS: TestVersion (0.00s) [2020-12-11T19:21:17.335Z] === RUN TestGetVersion [2020-12-11T19:21:17.335Z] --- PASS: TestGetVersion (0.00s) [2020-12-11T19:21:17.335Z] === RUN TestGetVersions [2020-12-11T19:21:17.335Z] --- PASS: TestGetVersions (0.00s) [2020-12-11T19:21:17.335Z] PASS [2020-12-11T19:21:17.335Z] coverage: 89.3% of statements [2020-12-11T19:21:17.335Z] ok github.com/docker/docker/pkg/tarsum 0.190s coverage: 89.3% of statements [2020-12-11T19:21:17.335Z] testing: warning: no tests to run [2020-12-11T19:21:17.335Z] PASS [2020-12-11T19:21:17.335Z] coverage: [no statements] [2020-12-11T19:21:17.335Z] ok github.com/docker/docker/pkg/term/windows 0.067s coverage: [no statements] [no tests to run] [2020-12-11T19:21:17.798Z] === RUN TestTruncIndex [2020-12-11T19:21:17.798Z] --- PASS: TestTruncIndex (0.10s) [2020-12-11T19:21:17.798Z] PASS [2020-12-11T19:21:17.798Z] coverage: 91.5% of statements [2020-12-11T19:21:17.798Z] ok github.com/docker/docker/pkg/truncindex 0.138s coverage: 91.5% of statements [2020-12-11T19:21:18.262Z] === RUN TestIsGIT [2020-12-11T19:21:18.262Z] --- PASS: TestIsGIT (0.00s) [2020-12-11T19:21:18.262Z] === RUN TestIsTransport [2020-12-11T19:21:18.262Z] --- PASS: TestIsTransport (0.00s) [2020-12-11T19:21:18.262Z] PASS [2020-12-11T19:21:18.262Z] coverage: 100.0% of statements [2020-12-11T19:21:18.262Z] ok github.com/docker/docker/pkg/urlutil 0.034s coverage: 100.0% of statements [2020-12-11T19:21:18.262Z] === RUN TestVersionInfo [2020-12-11T19:21:18.262Z] --- PASS: TestVersionInfo (0.00s) [2020-12-11T19:21:18.262Z] === RUN TestAppendVersions [2020-12-11T19:21:18.262Z] --- PASS: TestAppendVersions (0.00s) [2020-12-11T19:21:18.262Z] PASS [2020-12-11T19:21:18.262Z] coverage: 88.9% of statements [2020-12-11T19:21:18.262Z] ok github.com/docker/docker/pkg/useragent 0.036s coverage: 88.9% of statements [2020-12-11T19:21:19.811Z] === RUN TestNewSettable [2020-12-11T19:21:19.811Z] --- PASS: TestNewSettable (0.00s) [2020-12-11T19:21:19.811Z] === RUN TestIsSettable [2020-12-11T19:21:19.811Z] --- PASS: TestIsSettable (0.00s) [2020-12-11T19:21:19.811Z] === RUN TestUpdateSettingsEnv [2020-12-11T19:21:19.811Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2020-12-11T19:21:19.811Z] PASS [2020-12-11T19:21:19.811Z] coverage: 20.1% of statements [2020-12-11T19:21:19.811Z] ok github.com/docker/docker/plugin/v2 0.120s coverage: 20.1% of statements [2020-12-11T19:21:19.811Z] === RUN TestLoad [2020-12-11T19:21:19.811Z] --- PASS: TestLoad (0.00s) [2020-12-11T19:21:19.811Z] === RUN TestSave [2020-12-11T19:21:20.273Z] --- PASS: TestSave (0.15s) [2020-12-11T19:21:20.273Z] === RUN TestAddDeleteGet [2020-12-11T19:21:20.273Z] === RUN TestValidatePrivileges [2020-12-11T19:21:20.273Z] --- PASS: TestValidatePrivileges (0.00s) [2020-12-11T19:21:20.273Z] === RUN TestFilterByCapNeg [2020-12-11T19:21:20.273Z] --- PASS: TestFilterByCapNeg (0.00s) [2020-12-11T19:21:20.273Z] === RUN TestFilterByCapPos [2020-12-11T19:21:20.273Z] --- PASS: TestFilterByCapPos (0.00s) [2020-12-11T19:21:20.273Z] === RUN TestStoreGetPluginNotMatchCapRefs [2020-12-11T19:21:20.273Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2020-12-11T19:21:20.273Z] PASS [2020-12-11T19:21:20.273Z] coverage: 12.0% of statements [2020-12-11T19:21:20.273Z] ok github.com/docker/docker/plugin 0.218s coverage: 12.0% of statements [2020-12-11T19:21:20.273Z] --- PASS: TestAddDeleteGet (0.04s) [2020-12-11T19:21:20.273Z] === RUN TestInvalidTags [2020-12-11T19:21:20.273Z] --- PASS: TestInvalidTags (0.01s) [2020-12-11T19:21:20.273Z] PASS [2020-12-11T19:21:20.273Z] coverage: 84.4% of statements [2020-12-11T19:21:20.273Z] ok github.com/docker/docker/reference 0.280s coverage: 84.4% of statements [2020-12-11T19:21:20.736Z] time="2020-12-11T19:21:20Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2020-12-11T19:21:21.199Z] === RUN TestRestartManagerTimeout [2020-12-11T19:21:21.199Z] --- PASS: TestRestartManagerTimeout (0.00s) [2020-12-11T19:21:21.199Z] === RUN TestRestartManagerTimeoutReset [2020-12-11T19:21:21.199Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2020-12-11T19:21:21.199Z] PASS [2020-12-11T19:21:21.199Z] coverage: 45.3% of statements [2020-12-11T19:21:21.199Z] ok github.com/docker/docker/restartmanager 0.036s coverage: 45.3% of statements [2020-12-11T19:21:21.662Z] === RUN TestResumableRequestHeaderSimpleErrors [2020-12-11T19:21:21.662Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2020-12-11T19:21:21.662Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2020-12-11T19:21:21.662Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2020-12-11T19:21:21.662Z] === RUN TestResumableRequestHeaderTooMuchFailures [2020-12-11T19:21:21.662Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2020-12-11T19:21:21.662Z] === RUN TestResumableRequestReaderWithReadError [2020-12-11T19:21:21.662Z] time="2020-12-11T19:21:21Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2020-12-11T19:21:21.662Z] --- PASS: TestResumableRequestReaderWithReadError (0.11s) [2020-12-11T19:21:21.662Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2020-12-11T19:21:21.662Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2020-12-11T19:21:21.662Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2020-12-11T19:21:21.662Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2020-12-11T19:21:21.662Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2020-12-11T19:21:21.662Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2020-12-11T19:21:21.662Z] === RUN TestResumableRequestReader [2020-12-11T19:21:21.662Z] --- PASS: TestResumableRequestReader (0.00s) [2020-12-11T19:21:21.662Z] === RUN TestResumableRequestReaderWithInitialResponse [2020-12-11T19:21:21.662Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2020-12-11T19:21:21.662Z] PASS [2020-12-11T19:21:21.662Z] coverage: 100.0% of statements [2020-12-11T19:21:21.662Z] ok github.com/docker/docker/registry/resumable 0.385s coverage: 100.0% of statements [2020-12-11T19:21:22.638Z] === RUN TestResolveAuthConfigIndexServer [2020-12-11T19:21:22.638Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2020-12-11T19:21:22.638Z] === RUN TestResolveAuthConfigFullURL [2020-12-11T19:21:22.638Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2020-12-11T19:21:22.638Z] === RUN TestLoadAllowNondistributableArtifacts [2020-12-11T19:21:22.638Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2020-12-11T19:21:22.638Z] === RUN TestValidateMirror [2020-12-11T19:21:22.638Z] --- PASS: TestValidateMirror (0.00s) [2020-12-11T19:21:22.638Z] === RUN TestLoadInsecureRegistries [2020-12-11T19:21:22.638Z] time="2020-12-11T19:21:22Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-12-11T19:21:22.638Z] time="2020-12-11T19:21:22Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2020-12-11T19:21:22.638Z] time="2020-12-11T19:21:22Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-12-11T19:21:22.638Z] --- PASS: TestLoadInsecureRegistries (0.10s) [2020-12-11T19:21:22.638Z] === RUN TestNewServiceConfig [2020-12-11T19:21:22.638Z] --- PASS: TestNewServiceConfig (0.00s) [2020-12-11T19:21:22.638Z] === RUN TestValidateIndexName [2020-12-11T19:21:22.638Z] --- PASS: TestValidateIndexName (0.00s) [2020-12-11T19:21:22.638Z] === RUN TestValidateIndexNameWithError [2020-12-11T19:21:22.638Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2020-12-11T19:21:22.638Z] === RUN TestEndpointParse [2020-12-11T19:21:22.638Z] --- PASS: TestEndpointParse (0.00s) [2020-12-11T19:21:22.638Z] === RUN TestEndpointParseInvalid [2020-12-11T19:21:22.638Z] --- PASS: TestEndpointParseInvalid (0.00s) [2020-12-11T19:21:22.638Z] === RUN TestValidateEndpoint [2020-12-11T19:21:22.638Z] --- PASS: TestValidateEndpoint (0.01s) [2020-12-11T19:21:22.638Z] === RUN TestPing [2020-12-11T19:21:22.638Z] --- PASS: TestPing (0.00s) [2020-12-11T19:21:22.638Z] === RUN TestPingRegistryEndpoint [2020-12-11T19:21:22.638Z] === RUN TestDecodeContainerConfig [2020-12-11T19:21:22.638Z] --- PASS: TestDecodeContainerConfig (0.00s) [2020-12-11T19:21:22.638Z] === RUN TestDecodeContainerConfigIsolation [2020-12-11T19:21:22.638Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2020-12-11T19:21:22.638Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:21:22.638Z] === RUN TestEndpoint [2020-12-11T19:21:22.638Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2020-12-11T19:21:22.638Z] === RUN TestValidatePrivileged [2020-12-11T19:21:22.638Z] --- PASS: TestValidatePrivileged (0.00s) [2020-12-11T19:21:22.638Z] PASS [2020-12-11T19:21:22.638Z] coverage: 52.2% of statements [2020-12-11T19:21:22.638Z] --- SKIP: TestEndpoint (0.00s) [2020-12-11T19:21:22.638Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:21:22.638Z] === RUN TestParseRepositoryInfo [2020-12-11T19:21:22.638Z] --- PASS: TestParseRepositoryInfo (0.00s) [2020-12-11T19:21:22.638Z] === RUN TestNewIndexInfo [2020-12-11T19:21:22.638Z] --- PASS: TestNewIndexInfo (0.00s) [2020-12-11T19:21:22.638Z] === RUN TestMirrorEndpointLookup [2020-12-11T19:21:22.638Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2020-12-11T19:21:22.638Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:21:22.638Z] === RUN TestSearchRepositories [2020-12-11T19:21:22.638Z] ok github.com/docker/docker/runconfig 0.148s coverage: 52.2% of statements [2020-12-11T19:21:22.638Z] --- PASS: TestSearchRepositories (0.00s) [2020-12-11T19:21:22.638Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2020-12-11T19:21:22.638Z] Host: 127.0.0.1:49241 [2020-12-11T19:21:22.638Z] User-Agent: docker test client [2020-12-11T19:21:22.638Z] Authorization: Token fake-token [2020-12-11T19:21:22.638Z] X-Docker-Token: true [2020-12-11T19:21:22.638Z] Accept-Encoding: gzip [2020-12-11T19:21:22.638Z] [2020-12-11T19:21:22.638Z] [2020-12-11T19:21:22.638Z] registry_test.go:730: HTTP/1.1 200 OK [2020-12-11T19:21:22.638Z] Connection: close [2020-12-11T19:21:22.638Z] Content-Length: 144 [2020-12-11T19:21:22.638Z] Cache-Control: no-cache [2020-12-11T19:21:22.638Z] Content-Type: application/json [2020-12-11T19:21:22.638Z] Date: Fri, 11 Dec 2020 19:21:22 GMT [2020-12-11T19:21:22.638Z] Expires: -1 [2020-12-11T19:21:22.638Z] Pragma: no-cache [2020-12-11T19:21:22.638Z] Server: docker-tests/mock [2020-12-11T19:21:22.638Z] X-Docker-Registry-Config: mock [2020-12-11T19:21:22.638Z] X-Docker-Registry-Version: 0.0.0 [2020-12-11T19:21:22.638Z] [2020-12-11T19:21:22.638Z] [2020-12-11T19:21:22.638Z] === RUN TestTrustedLocation [2020-12-11T19:21:22.638Z] --- PASS: TestTrustedLocation (0.00s) [2020-12-11T19:21:22.638Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2020-12-11T19:21:22.638Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2020-12-11T19:21:22.638Z] === RUN TestAllowNondistributableArtifacts [2020-12-11T19:21:22.638Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2020-12-11T19:21:22.638Z] === RUN TestIsSecureIndex [2020-12-11T19:21:22.638Z] --- PASS: TestIsSecureIndex (0.00s) [2020-12-11T19:21:22.638Z] PASS [2020-12-11T19:21:22.638Z] coverage: 50.3% of statements [2020-12-11T19:21:22.638Z] ok github.com/docker/docker/registry 0.353s coverage: 50.3% of statements [2020-12-11T19:21:22.886Z] --- PASS: TestServiceUpdatePidsLimit (17.49s) [2020-12-11T19:21:22.886Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2020-12-11T19:21:22.886Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2020-12-11T19:21:22.886Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s) [2020-12-11T19:21:22.886Z] PASS [2020-12-11T19:21:22.886Z] [2020-12-11T19:21:22.886Z] === Skipped [2020-12-11T19:21:22.886Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-12-11T19:21:22.886Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-12-11T19:21:22.886Z] [2020-12-11T19:21:22.886Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-12-11T19:21:22.886Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:21:22.886Z] [2020-12-11T19:21:22.886Z] [2020-12-11T19:21:22.886Z] DONE 27 tests, 2 skipped in 160.218s [2020-12-11T19:21:22.886Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-12-11T19:21:22.886Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:21:22.886Z] ++ set -e [2020-12-11T19:21:22.886Z] ++ '[' -n 0 ']' [2020-12-11T19:21:22.886Z] ++ set -x [2020-12-11T19:21:22.886Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:21:22.886Z] INFO: Testing against a local daemon [2020-12-11T19:21:22.886Z] === RUN TestSessionCreate [2020-12-11T19:21:22.886Z] --- PASS: TestSessionCreate (0.05s) [2020-12-11T19:21:22.886Z] === RUN TestSessionCreateWithBadUpgrade [2020-12-11T19:21:22.886Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-12-11T19:21:22.886Z] PASS [2020-12-11T19:21:22.886Z] [2020-12-11T19:21:22.886Z] DONE 2 tests in 0.238s [2020-12-11T19:21:22.886Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-12-11T19:21:22.886Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:21:22.886Z] ++ set -e [2020-12-11T19:21:22.886Z] ++ '[' -n 0 ']' [2020-12-11T19:21:22.886Z] ++ set -x [2020-12-11T19:21:22.886Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:21:22.886Z] INFO: Testing against a local daemon [2020-12-11T19:21:22.886Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-12-11T19:21:22.886Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-11T19:21:22.886Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-12-11T19:21:22.886Z] === RUN TestEventsExecDie [2020-12-11T19:21:22.886Z] --- PASS: TestEventsExecDie (0.84s) [2020-12-11T19:21:22.886Z] === RUN TestEventsBackwardsCompatible [2020-12-11T19:21:22.886Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2020-12-11T19:21:22.886Z] === RUN TestInfoBinaryCommits [2020-12-11T19:21:22.886Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-12-11T19:21:22.886Z] === RUN TestInfoAPIVersioned [2020-12-11T19:21:22.886Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-12-11T19:21:22.886Z] === RUN TestInfoDiscoveryBackend [2020-12-11T19:21:23.101Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2020-12-11T19:21:23.101Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2020-12-11T19:21:23.101Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2020-12-11T19:21:23.101Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2020-12-11T19:21:23.101Z] PASS [2020-12-11T19:21:23.101Z] coverage: 62.5% of statements [2020-12-11T19:21:23.101Z] ok github.com/docker/docker/testutil 0.067s coverage: 62.5% of statements [2020-12-11T19:21:23.830Z] --- PASS: TestInfoDiscoveryBackend (0.63s) [2020-12-11T19:21:23.830Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-12-11T19:21:24.775Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-12-11T19:21:24.775Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-12-11T19:21:25.296Z] === RUN TestGetDriver [2020-12-11T19:21:25.296Z] --- PASS: TestGetDriver (0.00s) [2020-12-11T19:21:25.296Z] === RUN TestVolumeRequestError [2020-12-11T19:21:25.296Z] --- PASS: TestVolumeRequestError (0.01s) [2020-12-11T19:21:25.296Z] PASS [2020-12-11T19:21:25.296Z] coverage: 36.1% of statements [2020-12-11T19:21:25.296Z] ok github.com/docker/docker/volume/drivers 0.147s coverage: 36.1% of statements [2020-12-11T19:21:25.348Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.62s) [2020-12-11T19:21:25.348Z] === RUN TestInfoAPI [2020-12-11T19:21:25.348Z] --- PASS: TestInfoAPI (0.05s) [2020-12-11T19:21:25.348Z] === RUN TestInfoAPIWarnings [2020-12-11T19:21:25.758Z] === RUN TestGetAddress [2020-12-11T19:21:25.758Z] --- PASS: TestGetAddress (0.00s) [2020-12-11T19:21:25.758Z] === RUN TestRemove [2020-12-11T19:21:25.758Z] --- SKIP: TestRemove (0.00s) [2020-12-11T19:21:25.758Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-12-11T19:21:25.758Z] === RUN TestInitializeWithVolumes [2020-12-11T19:21:25.758Z] --- PASS: TestInitializeWithVolumes (0.01s) [2020-12-11T19:21:25.758Z] === RUN TestCreate [2020-12-11T19:21:25.758Z] --- PASS: TestCreate (0.01s) [2020-12-11T19:21:25.758Z] === RUN TestValidateName [2020-12-11T19:21:25.758Z] --- PASS: TestValidateName (0.00s) [2020-12-11T19:21:25.758Z] === RUN TestCreateWithOpts [2020-12-11T19:21:25.758Z] --- SKIP: TestCreateWithOpts (0.00s) [2020-12-11T19:21:25.758Z] local_test.go:181: runtime.GOOS == "windows" [2020-12-11T19:21:25.758Z] === RUN TestRelaodNoOpts [2020-12-11T19:21:25.758Z] --- PASS: TestRelaodNoOpts (0.01s) [2020-12-11T19:21:25.758Z] PASS [2020-12-11T19:21:25.758Z] coverage: 41.0% of statements [2020-12-11T19:21:25.758Z] ok github.com/docker/docker/volume/local 0.150s coverage: 41.0% of statements [2020-12-11T19:21:26.222Z] === RUN TestConvertTmpfsOptions [2020-12-11T19:21:26.222Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2020-12-11T19:21:26.222Z] parser_test.go:49: data="mode=700,size=1m" [2020-12-11T19:21:26.222Z] parser_test.go:49: data="ro" [2020-12-11T19:21:26.222Z] === RUN TestParseMountRaw [2020-12-11T19:21:26.222Z] --- PASS: TestParseMountRaw (0.02s) [2020-12-11T19:21:26.222Z] === RUN TestParseMountRawSplit [2020-12-11T19:21:26.222Z] --- PASS: TestParseMountRawSplit (0.01s) [2020-12-11T19:21:26.222Z] parser_test.go:390: case 0 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 1 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 2 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 3 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 4 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 5 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 6 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 7 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 8 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 0 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 1 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 2 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 3 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 4 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 5 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 6 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 7 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 8 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 9 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 10 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 11 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 12 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 0 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 1 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 2 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 3 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 4 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 5 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 6 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 7 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 8 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 9 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 10 [2020-12-11T19:21:26.222Z] parser_test.go:390: case 11 [2020-12-11T19:21:26.222Z] === RUN TestParseMountSpec [2020-12-11T19:21:26.222Z] --- PASS: TestParseMountSpec (0.00s) [2020-12-11T19:21:26.222Z] parser_test.go:455: case 0 [2020-12-11T19:21:26.222Z] parser_test.go:455: case 1 [2020-12-11T19:21:26.222Z] parser_test.go:455: case 2 [2020-12-11T19:21:26.222Z] parser_test.go:455: case 3 [2020-12-11T19:21:26.222Z] parser_test.go:455: case 4 [2020-12-11T19:21:26.222Z] parser_test.go:455: case 5 [2020-12-11T19:21:26.222Z] === RUN TestParseMountSpecBindWithFileinfoError [2020-12-11T19:21:26.222Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2020-12-11T19:21:26.222Z] === RUN TestValidateMount [2020-12-11T19:21:26.222Z] --- PASS: TestValidateMount (0.00s) [2020-12-11T19:21:26.222Z] PASS [2020-12-11T19:21:26.222Z] coverage: 66.2% of statements [2020-12-11T19:21:26.222Z] ok github.com/docker/docker/volume/mounts 0.144s coverage: 66.2% of statements [2020-12-11T19:21:27.774Z] === RUN TestSetGetMeta [2020-12-11T19:21:27.774Z] === PAUSE TestSetGetMeta [2020-12-11T19:21:27.774Z] === RUN TestRestore [2020-12-11T19:21:27.774Z] === PAUSE TestRestore [2020-12-11T19:21:27.774Z] === RUN TestServiceCreate [2020-12-11T19:21:27.774Z] === PAUSE TestServiceCreate [2020-12-11T19:21:27.774Z] === RUN TestServiceList [2020-12-11T19:21:27.774Z] === PAUSE TestServiceList [2020-12-11T19:21:27.774Z] === RUN TestServiceRemove [2020-12-11T19:21:27.774Z] === PAUSE TestServiceRemove [2020-12-11T19:21:27.774Z] === RUN TestServiceGet [2020-12-11T19:21:27.774Z] === PAUSE TestServiceGet [2020-12-11T19:21:27.774Z] === RUN TestServicePrune [2020-12-11T19:21:27.774Z] === PAUSE TestServicePrune [2020-12-11T19:21:27.774Z] === RUN TestCreate [2020-12-11T19:21:27.774Z] === PAUSE TestCreate [2020-12-11T19:21:27.774Z] === RUN TestRemove [2020-12-11T19:21:27.774Z] === PAUSE TestRemove [2020-12-11T19:21:27.774Z] === RUN TestList [2020-12-11T19:21:27.774Z] === PAUSE TestList [2020-12-11T19:21:27.774Z] === RUN TestFindByDriver [2020-12-11T19:21:27.774Z] === PAUSE TestFindByDriver [2020-12-11T19:21:27.774Z] === RUN TestFindByReferenced [2020-12-11T19:21:27.774Z] === PAUSE TestFindByReferenced [2020-12-11T19:21:27.774Z] === RUN TestDerefMultipleOfSameRef [2020-12-11T19:21:27.774Z] === PAUSE TestDerefMultipleOfSameRef [2020-12-11T19:21:27.774Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2020-12-11T19:21:27.774Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2020-12-11T19:21:27.774Z] === RUN TestDefererencePluginOnCreateError [2020-12-11T19:21:27.774Z] === PAUSE TestDefererencePluginOnCreateError [2020-12-11T19:21:27.774Z] === RUN TestRefDerefRemove [2020-12-11T19:21:27.774Z] === PAUSE TestRefDerefRemove [2020-12-11T19:21:27.774Z] === RUN TestGet [2020-12-11T19:21:27.774Z] === PAUSE TestGet [2020-12-11T19:21:27.774Z] === RUN TestGetWithReference [2020-12-11T19:21:27.774Z] === PAUSE TestGetWithReference [2020-12-11T19:21:27.774Z] === RUN TestFilterFunc [2020-12-11T19:21:27.774Z] === RUN TestFilterFunc/test_nil_list [2020-12-11T19:21:27.774Z] === PAUSE TestFilterFunc/test_nil_list [2020-12-11T19:21:27.774Z] === RUN TestFilterFunc/test_empty_list [2020-12-11T19:21:27.774Z] === PAUSE TestFilterFunc/test_empty_list [2020-12-11T19:21:27.774Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2020-12-11T19:21:27.774Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2020-12-11T19:21:27.774Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-12-11T19:21:27.774Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-12-11T19:21:27.774Z] === RUN TestFilterFunc/test_filter_some [2020-12-11T19:21:27.774Z] === PAUSE TestFilterFunc/test_filter_some [2020-12-11T19:21:27.774Z] === RUN TestFilterFunc/test_filter_middle [2020-12-11T19:21:27.774Z] === PAUSE TestFilterFunc/test_filter_middle [2020-12-11T19:21:27.774Z] === RUN TestFilterFunc/test_filter_middle_and_last [2020-12-11T19:21:27.774Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2020-12-11T19:21:27.774Z] === RUN TestFilterFunc/test_filter_first_and_last [2020-12-11T19:21:27.774Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2020-12-11T19:21:27.774Z] === CONT TestFilterFunc/test_nil_list [2020-12-11T19:21:27.774Z] === CONT TestFilterFunc/test_filter_some [2020-12-11T19:21:27.774Z] === CONT TestFilterFunc/test_empty_list [2020-12-11T19:21:27.774Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-12-11T19:21:27.774Z] === CONT TestFilterFunc/test_filter_middle_and_last [2020-12-11T19:21:27.774Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2020-12-11T19:21:27.774Z] === CONT TestFilterFunc/test_filter_middle [2020-12-11T19:21:27.774Z] === CONT TestFilterFunc/test_filter_first_and_last [2020-12-11T19:21:27.774Z] --- PASS: TestFilterFunc (0.00s) [2020-12-11T19:21:27.774Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2020-12-11T19:21:27.774Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2020-12-11T19:21:27.774Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2020-12-11T19:21:27.774Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2020-12-11T19:21:27.774Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2020-12-11T19:21:27.774Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2020-12-11T19:21:27.774Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2020-12-11T19:21:27.774Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2020-12-11T19:21:27.775Z] === CONT TestSetGetMeta [2020-12-11T19:21:27.775Z] === CONT TestFindByDriver [2020-12-11T19:21:27.775Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2020-12-11T19:21:27.775Z] === CONT TestRefDerefRemove [2020-12-11T19:21:27.775Z] --- PASS: TestSetGetMeta (0.03s) [2020-12-11T19:21:27.775Z] === CONT TestList [2020-12-11T19:21:27.775Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.04s) [2020-12-11T19:21:27.775Z] === CONT TestRemove [2020-12-11T19:21:27.775Z] --- PASS: TestRefDerefRemove (0.04s) [2020-12-11T19:21:27.775Z] === CONT TestCreate [2020-12-11T19:21:27.775Z] --- PASS: TestFindByDriver (0.04s) [2020-12-11T19:21:27.775Z] === CONT TestServicePrune [2020-12-11T19:21:27.775Z] --- PASS: TestRemove (0.02s) [2020-12-11T19:21:27.775Z] === CONT TestServiceGet [2020-12-11T19:21:27.775Z] --- PASS: TestCreate (0.02s) [2020-12-11T19:21:27.775Z] === CONT TestServiceRemove [2020-12-11T19:21:27.775Z] --- PASS: TestList (0.03s) [2020-12-11T19:21:27.775Z] === CONT TestServiceList [2020-12-11T19:21:27.775Z] --- PASS: TestServiceGet (0.08s) [2020-12-11T19:21:27.775Z] === CONT TestServiceCreate [2020-12-11T19:21:27.775Z] time="2020-12-11T19:21:27Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-12-11T19:21:27.775Z] --- PASS: TestServiceRemove (0.09s) [2020-12-11T19:21:27.775Z] === CONT TestRestore [2020-12-11T19:21:27.775Z] time="2020-12-11T19:21:27Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-12-11T19:21:27.775Z] --- PASS: TestServiceList (0.09s) [2020-12-11T19:21:27.775Z] === CONT TestGetWithReference [2020-12-11T19:21:27.775Z] time="2020-12-11T19:21:27Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-12-11T19:21:27.775Z] time="2020-12-11T19:21:27Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2020-12-11T19:21:27.775Z] --- PASS: TestServiceCreate (0.02s) [2020-12-11T19:21:27.775Z] === CONT TestDerefMultipleOfSameRef [2020-12-11T19:21:27.775Z] time="2020-12-11T19:21:27Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-12-11T19:21:27.775Z] --- PASS: TestRestore (0.03s) [2020-12-11T19:21:27.775Z] === CONT TestGet [2020-12-11T19:21:27.775Z] --- PASS: TestGetWithReference (0.02s) [2020-12-11T19:21:27.775Z] === CONT TestFindByReferenced [2020-12-11T19:21:27.775Z] === CONT TestDefererencePluginOnCreateError [2020-12-11T19:21:27.775Z] --- PASS: TestServicePrune (0.14s) [2020-12-11T19:21:27.775Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2020-12-11T19:21:27.775Z] --- PASS: TestGet (0.02s) [2020-12-11T19:21:27.775Z] --- PASS: TestFindByReferenced (0.02s) [2020-12-11T19:21:27.775Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2020-12-11T19:21:27.775Z] PASS [2020-12-11T19:21:27.775Z] coverage: 70.3% of statements [2020-12-11T19:21:27.775Z] ok github.com/docker/docker/volume/service 0.485s coverage: 70.3% of statements [2020-12-11T19:21:27.926Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-12-11T19:21:28.872Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-12-11T19:21:29.326Z] --- PASS: TestNewClientWithTimeout (17.65s) [2020-12-11T19:21:29.326Z] === RUN TestClientStream [2020-12-11T19:21:29.326Z] --- PASS: TestClientStream (0.00s) [2020-12-11T19:21:29.326Z] === RUN TestClientSendFile [2020-12-11T19:21:29.326Z] --- PASS: TestClientSendFile (0.00s) [2020-12-11T19:21:29.326Z] === RUN TestClientWithRequestTimeout [2020-12-11T19:21:29.326Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2020-12-11T19:21:29.326Z] === RUN TestFileSpecPlugin [2020-12-11T19:21:29.326Z] --- PASS: TestFileSpecPlugin (0.00s) [2020-12-11T19:21:29.326Z] === RUN TestFileJSONSpecPlugin [2020-12-11T19:21:29.326Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2020-12-11T19:21:29.326Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2020-12-11T19:21:29.326Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2020-12-11T19:21:29.326Z] === RUN TestPluginAddHandler [2020-12-11T19:21:29.326Z] --- PASS: TestPluginAddHandler (0.00s) [2020-12-11T19:21:29.326Z] === RUN TestPluginWaitBadPlugin [2020-12-11T19:21:29.326Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2020-12-11T19:21:29.326Z] === RUN TestGet [2020-12-11T19:21:29.326Z] time="2020-12-11T19:21:29Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2020-12-11T19:21:30.305Z] time="2020-12-11T19:21:30Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2020-12-11T19:21:32.521Z] time="2020-12-11T19:21:32Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2020-12-11T19:21:35.462Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-12-11T19:21:36.286Z] time="2020-12-11T19:21:36Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2020-12-11T19:21:37.378Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-12-11T19:21:43.471Z] --- PASS: TestInfoAPIWarnings (16.62s) [2020-12-11T19:21:43.471Z] === RUN TestInfoDebug [2020-12-11T19:21:43.471Z] --- PASS: TestInfoDebug (0.63s) [2020-12-11T19:21:43.471Z] === RUN TestInfoInsecureRegistries [2020-12-11T19:21:43.471Z] --- PASS: TestInfoInsecureRegistries (0.61s) [2020-12-11T19:21:43.471Z] === RUN TestInfoRegistryMirrors [2020-12-11T19:21:43.732Z] --- PASS: TestInfoRegistryMirrors (0.63s) [2020-12-11T19:21:43.732Z] === RUN TestLoginFailsWithBadCredentials [2020-12-11T19:21:43.993Z] --- PASS: TestLoginFailsWithBadCredentials (0.30s) [2020-12-11T19:21:43.993Z] === RUN TestPingCacheHeaders [2020-12-11T19:21:43.993Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-12-11T19:21:43.993Z] === RUN TestPingGet [2020-12-11T19:21:44.256Z] --- PASS: TestPingGet (0.03s) [2020-12-11T19:21:44.256Z] === RUN TestPingHead [2020-12-11T19:21:44.256Z] --- PASS: TestPingHead (0.05s) [2020-12-11T19:21:44.256Z] === RUN TestVersion [2020-12-11T19:21:44.256Z] --- PASS: TestVersion (0.05s) [2020-12-11T19:21:44.256Z] PASS [2020-12-11T19:21:44.256Z] [2020-12-11T19:21:44.256Z] === Skipped [2020-12-11T19:21:44.256Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-11T19:21:44.256Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-12-11T19:21:44.256Z] [2020-12-11T19:21:44.256Z] [2020-12-11T19:21:44.256Z] DONE 18 tests, 1 skipped in 22.418s [2020-12-11T19:21:44.256Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-12-11T19:21:44.256Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:21:44.256Z] ++ set -e [2020-12-11T19:21:44.256Z] ++ '[' -n 0 ']' [2020-12-11T19:21:44.256Z] ++ set -x [2020-12-11T19:21:44.256Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:21:44.256Z] INFO: Testing against a local daemon [2020-12-11T19:21:44.256Z] === RUN TestVolumesCreateAndList [2020-12-11T19:21:44.517Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-12-11T19:21:44.517Z] === RUN TestVolumesRemove [2020-12-11T19:21:44.517Z] --- PASS: TestVolumesRemove (0.11s) [2020-12-11T19:21:44.517Z] === RUN TestVolumesInspect [2020-12-11T19:21:44.517Z] --- PASS: TestVolumesInspect (0.03s) [2020-12-11T19:21:44.517Z] === RUN TestVolumesInvalidJSON [2020-12-11T19:21:44.517Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-12-11T19:21:44.517Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-12-11T19:21:44.517Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-12-11T19:21:44.517Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-12-11T19:21:44.517Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-12-11T19:21:44.517Z] PASS [2020-12-11T19:21:44.517Z] [2020-12-11T19:21:44.517Z] DONE 5 tests in 0.349s [2020-12-11T19:21:44.517Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-12-11T19:21:44.906Z] --- PASS: TestGet (15.00s) [2020-12-11T19:21:44.906Z] === RUN TestPluginWithNoManifest [2020-12-11T19:21:44.906Z] --- PASS: TestPluginWithNoManifest (0.00s) [2020-12-11T19:21:44.906Z] === RUN TestGetAll [2020-12-11T19:21:44.906Z] --- PASS: TestGetAll (0.00s) [2020-12-11T19:21:44.906Z] PASS [2020-12-11T19:21:44.906Z] coverage: 73.4% of statements [2020-12-11T19:21:44.906Z] ok github.com/docker/docker/pkg/plugins 35.185s coverage: 73.4% of statements [2020-12-11T19:21:44.906Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-12-11T19:21:44.906Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-12-11T19:21:44.906Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-12-11T19:21:44.906Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-12-11T19:21:44.906Z] ? github.com/docker/docker/pkg/term [no test files] [2020-12-11T19:21:44.906Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-12-11T19:21:44.906Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2020-12-11T19:21:44.906Z] ? github.com/docker/docker/quota [no test files] [2020-12-11T19:21:44.906Z] ? github.com/docker/docker/rootless [no test files] [2020-12-11T19:21:44.906Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-12-11T19:21:44.906Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-12-11T19:21:44.906Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-12-11T19:21:44.906Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-12-11T19:21:44.906Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-12-11T19:21:44.906Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-12-11T19:21:44.906Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-12-11T19:21:44.906Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-12-11T19:21:44.906Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-12-11T19:21:44.906Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-12-11T19:21:44.906Z] ? github.com/docker/docker/testutil/request [no test files] [2020-12-11T19:21:44.906Z] ? github.com/docker/docker/volume [no test files] [2020-12-11T19:21:44.906Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-12-11T19:21:44.906Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-12-11T19:21:45.090Z] ++++ cat bundles/test-integration/docker.pid [2020-12-11T19:21:45.090Z] +++ kill 13918 [2020-12-11T19:21:45.881Z] [2020-12-11T19:21:45.881Z] === Skipped [2020-12-11T19:21:45.881Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-12-11T19:21:45.882Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-12-11T19:21:45.882Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2020-12-11T19:21:45.882Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2020-12-11T19:21:45.882Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-12-11T19:21:45.882Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-12-11T19:21:45.882Z] client_test.go:23: runtime.GOOS == "windows" [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-12-11T19:21:45.882Z] daemon_test.go:147: root required [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-12-11T19:21:45.882Z] reload_test.go:520: root required [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2020-12-11T19:21:45.882Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-12-11T19:21:45.882Z] pull_v2_test.go:73: Needs fixing on Windows [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-12-11T19:21:45.882Z] pull_v2_test.go:118: Needs fixing on Windows [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-12-11T19:21:45.882Z] download_test.go:268: Needs fixing on Windows [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-12-11T19:21:45.882Z] layer_test.go:304: Failing on Windows [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-12-11T19:21:45.882Z] layer_test.go:353: Failing on Windows [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-12-11T19:21:45.882Z] layer_test.go:468: Failing on Windows [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-12-11T19:21:45.882Z] layer_test.go:697: Failing on Windows [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-12-11T19:21:45.882Z] migration_test.go:46: Failing on Windows [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-12-11T19:21:45.882Z] migration_test.go:182: Failing on Windows [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-12-11T19:21:45.882Z] mount_test.go:17: Failing on Windows [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-12-11T19:21:45.882Z] mount_test.go:76: Failing on Windows [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-12-11T19:21:45.882Z] mount_test.go:125: Failing on Windows [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-12-11T19:21:45.882Z] mount_test.go:212: Failing on Windows [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-12-11T19:21:45.882Z] archive_test.go:133: Xz not present in msys2 [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-12-11T19:21:45.882Z] archive_test.go:238: Failing on Windows CI machines [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-12-11T19:21:45.882Z] archive_windows_test.go:16: Currently fails [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-12-11T19:21:45.882Z] changes_test.go:192: needs more investigation [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-12-11T19:21:45.882Z] changes_test.go:405: needs further investigation [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-12-11T19:21:45.882Z] changes_test.go:441: needs further investigation [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-12-11T19:21:45.882Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.01s) [2020-12-11T19:21:45.882Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-12-11T19:21:45.882Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-12-11T19:21:45.882Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-12-11T19:21:45.882Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-12-11T19:21:45.882Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-12-11T19:21:45.882Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-12-11T19:21:45.882Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-12-11T19:21:45.882Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-12-11T19:21:45.882Z] poller_test.go:41: No chmod on Windows [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-12-11T19:21:45.882Z] fileutils_test.go:134: Needs porting to Windows [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-12-11T19:21:45.882Z] fileutils_test.go:180: Needs porting to Windows [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2020-12-11T19:21:45.882Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2020-12-11T19:21:45.882Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2020-12-11T19:21:45.882Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-12-11T19:21:45.882Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-12-11T19:21:45.882Z] local_test.go:181: runtime.GOOS == "windows" [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] [2020-12-11T19:21:45.882Z] DONE 1792 tests, 45 skipped in 204.415s [2020-12-11T19:21:45.882Z] INFO: make.ps1 ended at 12/11/2020 19:21:45 [2020-12-11T19:21:46.477Z] +++ /etc/init.d/apparmor stop [2020-12-11T19:21:46.477Z] Leaving: AppArmorNo profiles have been unloaded. [2020-12-11T19:21:46.477Z] [2020-12-11T19:21:46.477Z] Unloading profiles will leave already running processes permanently [2020-12-11T19:21:46.477Z] unconfined, which can lead to unexpected situations. [2020-12-11T19:21:46.477Z] [2020-12-11T19:21:46.477Z] To set a process to complain mode, use the command line tool [2020-12-11T19:21:46.477Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-12-11T19:21:46.477Z] +++ true [2020-12-11T19:21:46.477Z] exiting test-integration [2020-12-11T19:21:46.477Z] ++ exit 0 [2020-12-11T19:21:46.477Z] [2020-12-11T19:21:47.388Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-12-11T19:21:47.388Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-12-11T19:21:47.431Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-12-11T19:21:47.431Z] INFO: Unit tests ended at 12/11/2020 19:21:47. Duration:00:03:40.3077282 [2020-12-11T19:21:47.431Z] INFO: Building busybox [2020-12-11T19:21:47.431Z] Sending build context to Docker daemon 5.12kB [2020-12-11T19:21:47.431Z] [2020-12-11T19:21:47.431Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2020-12-11T19:21:47.431Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2020-12-11T19:21:47.431Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2020-12-11T19:21:47.431Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2020-12-11T19:21:47.431Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2020-12-11T19:21:47.431Z] ---> c0773f9ce353 [2020-12-11T19:21:47.431Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2020-12-11T19:21:47.431Z] ---> Running in 0352b536b1f2 [2020-12-11T19:21:47.649Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-12-11T19:21:48.221Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir Post stage [Pipeline] junit [2020-12-11T19:21:49.041Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-12-11T19:21:49.611Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-12-11T19:21:49.611Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-12-11T19:21:49.679Z] + echo Ensuring container killed. [2020-12-11T19:21:49.679Z] Ensuring container killed. [2020-12-11T19:21:49.679Z] + docker rm -vf docker-pr1 [2020-12-11T19:21:49.679Z] Error: No such container: docker-pr1 [2020-12-11T19:21:49.679Z] + true [Pipeline] sh [2020-12-11T19:21:49.873Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-12-11T19:21:49.970Z] + echo Chowning /workspace to jenkins user [2020-12-11T19:21:49.970Z] Chowning /workspace to jenkins user [2020-12-11T19:21:49.970Z] + id -u [2020-12-11T19:21:49.970Z] + id -g [2020-12-11T19:21:49.970Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41783:/workspace busybox chown -R 1000:1000 /workspace [2020-12-11T19:21:49.970Z] Unable to find image 'busybox:latest' locally [2020-12-11T19:21:50.231Z] latest: Pulling from library/busybox [2020-12-11T19:21:50.231Z] 35ba4efbe871: Pulling fs layer [2020-12-11T19:21:50.493Z] 35ba4efbe871: Verifying Checksum [2020-12-11T19:21:50.493Z] 35ba4efbe871: Download complete [2020-12-11T19:21:50.493Z] 35ba4efbe871: Pull complete [2020-12-11T19:21:50.493Z] Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678 [2020-12-11T19:21:50.493Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-12-11T19:21:54.254Z] + bundleName=arm64-integration [2020-12-11T19:21:54.254Z] + echo Creating arm64-integration-bundles.tar.gz [2020-12-11T19:21:54.254Z] Creating arm64-integration-bundles.tar.gz [2020-12-11T19:21:54.254Z] + find+ bundles -path */root/*overlay2 -prune -oxargs -type f tar -czf arm64-integration-bundles.tar.gz [2020-12-11T19:21:54.254Z] ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2020-12-11T19:21:54.537Z] Archiving artifacts [2020-12-11T19:21:56.305Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41783/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-12-11T19:21:56.646Z] + make clean [2020-12-11T19:21:57.219Z] docker volume rm -f docker-dev-cache [2020-12-11T19:21:57.219Z] docker-dev-cache [Pipeline] deleteDir [2020-12-11T19:21:57.363Z] --- PASS: TestImportExtremelyLargeImageWorks (192.92s) [2020-12-11T19:21:57.363Z] PASS [2020-12-11T19:21:57.363Z] [2020-12-11T19:21:57.363Z] === Skipped [2020-12-11T19:21:57.363Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-12-11T19:21:57.363Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:21:57.363Z] [2020-12-11T19:21:57.363Z] [2020-12-11T19:21:57.363Z] DONE 12 tests, 1 skipped in 193.950s [2020-12-11T19:21:57.363Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-12-11T19:21:57.363Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:21:57.363Z] ++ set -e [2020-12-11T19:21:57.363Z] ++ '[' -n 0 ']' [2020-12-11T19:21:57.363Z] ++ set -x [2020-12-11T19:21:57.364Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:21:57.364Z] INFO: Testing against a local daemon [2020-12-11T19:21:57.364Z] === RUN TestNetworkCreateDelete [2020-12-11T19:21:57.364Z] --- PASS: TestNetworkCreateDelete (0.17s) [2020-12-11T19:21:57.364Z] === RUN TestDockerNetworkDeletePreferID [2020-12-11T19:21:57.364Z] --- PASS: TestDockerNetworkDeletePreferID (0.47s) [2020-12-11T19:21:57.364Z] === RUN TestDaemonDNSFallback [2020-12-11T19:21:57.364Z] --- PASS: TestDaemonDNSFallback (1.55s) [2020-12-11T19:21:57.364Z] === RUN TestInspectNetwork [2020-12-11T19:21:57.364Z] === RUN TestInspectNetwork/full_network_id [2020-12-11T19:21:57.364Z] === RUN TestInspectNetwork/partial_network_id [2020-12-11T19:21:57.364Z] === RUN TestInspectNetwork/network_name [2020-12-11T19:21:57.364Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-12-11T19:21:57.364Z] --- PASS: TestInspectNetwork (6.91s) [2020-12-11T19:21:57.364Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-12-11T19:21:57.364Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-12-11T19:21:57.364Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-12-11T19:21:57.364Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-12-11T19:21:57.364Z] === RUN TestRunContainerWithBridgeNone [2020-12-11T19:21:57.799Z] Removing intermediate container 0352b536b1f2 [2020-12-11T19:21:57.800Z] ---> 4c248fc644c9 [2020-12-11T19:21:57.800Z] Step 7/13 : ARG BUSYBOX_VERSION [2020-12-11T19:21:57.800Z] ---> Running in 5b8835809a94 [2020-12-11T19:21:57.800Z] Removing intermediate container 5b8835809a94 [2020-12-11T19:21:57.800Z] ---> ca5f511bc171 [2020-12-11T19:21:57.800Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2020-12-11T19:21:57.800Z] ---> Running in 1508cb8c57d4 [2020-12-11T19:21:58.017Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-12-11T19:21:58.017Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-12-11T19:21:58.263Z] Removing intermediate container 1508cb8c57d4 [2020-12-11T19:21:58.263Z] ---> 00efd583ed20 [2020-12-11T19:21:58.263Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2020-12-11T19:21:58.892Z] --- PASS: TestRunContainerWithBridgeNone (1.85s) [2020-12-11T19:21:58.892Z] === RUN TestNetworkInvalidJSON [2020-12-11T19:21:58.892Z] === RUN TestNetworkInvalidJSON//networks/create [2020-12-11T19:21:58.892Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-12-11T19:21:58.892Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-12-11T19:21:58.892Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-12-11T19:21:58.892Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-11T19:21:58.892Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-11T19:21:58.892Z] === CONT TestNetworkInvalidJSON//networks/create [2020-12-11T19:21:58.892Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-12-11T19:21:58.892Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-11T19:21:58.892Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-12-11T19:21:58.892Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-12-11T19:21:58.892Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-12-11T19:21:58.892Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-12-11T19:21:58.892Z] === RUN TestHostIPv4BridgeLabel [2020-12-11T19:21:59.238Z] [2020-12-11T19:21:59.404Z] === RUN TestDockerSuite/TestBuildExpose [2020-12-11T19:21:59.527Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2020-12-11T19:21:59.527Z] === RUN TestDaemonRestartWithLiveRestore [2020-12-11T19:21:59.701Z] ---> e5b45d122b9c [2020-12-11T19:21:59.701Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2020-12-11T19:21:59.701Z] ---> Running in c055abbc94c5 [2020-12-11T19:21:59.977Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-12-11T19:22:00.563Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2020-12-11T19:22:00.563Z] === RUN TestDaemonDefaultNetworkPools [2020-12-11T19:22:00.920Z] === RUN TestDockerSuite/TestBuildExposeOrder [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [2020-12-11T19:22:01.210Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s) [2020-12-11T19:22:01.210Z] === RUN TestDaemonRestartWithExistingNetwork [Pipeline] // stage [Pipeline] } [2020-12-11T19:22:01.493Z] --- PASS: TestImportExtremelyLargeImageWorks (206.11s) [2020-12-11T19:22:01.493Z] PASS [2020-12-11T19:22:01.493Z] [2020-12-11T19:22:01.493Z] DONE 12 tests in 210.279s [2020-12-11T19:22:01.493Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-12-11T19:22:01.493Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:22:01.493Z] ++ set -e [2020-12-11T19:22:01.493Z] ++ '[' -n 0 ']' [2020-12-11T19:22:01.493Z] ++ set -x [2020-12-11T19:22:01.493Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-12-11T19:22:01.755Z] INFO: Testing against a local daemon [2020-12-11T19:22:01.755Z] === RUN TestNetworkCreateDelete [2020-12-11T19:22:01.755Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-12-11T19:22:02.016Z] --- PASS: TestNetworkCreateDelete (0.19s) [2020-12-11T19:22:02.016Z] === RUN TestDockerNetworkDeletePreferID [2020-12-11T19:22:02.016Z] === RUN TestDockerSuite/TestBuildFails [2020-12-11T19:22:02.277Z] --- PASS: TestDockerNetworkDeletePreferID (0.42s) [2020-12-11T19:22:02.278Z] === RUN TestDaemonDNSFallback [2020-12-11T19:22:02.730Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2020-12-11T19:22:02.730Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-12-11T19:22:02.853Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-12-11T19:22:02.853Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-12-11T19:22:03.772Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2020-12-11T19:22:03.772Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-12-11T19:22:04.404Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.56s) [2020-12-11T19:22:04.404Z] === RUN TestServiceWithPredefinedNetwork [2020-12-11T19:22:04.771Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-12-11T19:22:06.157Z] === RUN TestDockerSuite/TestBuildForceRm [2020-12-11T19:22:06.474Z] --- PASS: TestServiceWithPredefinedNetwork (2.02s) [2020-12-11T19:22:06.474Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-12-11T19:22:06.474Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-11T19:22:06.474Z] service_test.go:236: FLAKY_TEST [2020-12-11T19:22:06.474Z] === RUN TestServiceWithDataPathPortInit [2020-12-11T19:22:07.544Z] === RUN TestDockerSuite/TestBuildFromGit [2020-12-11T19:22:08.171Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-12-11T19:22:08.433Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-12-11T19:22:09.154Z] --- PASS: TestDaemonDNSFallback (6.70s) [2020-12-11T19:22:09.154Z] === RUN TestInspectNetwork [2020-12-11T19:22:09.154Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-12-11T19:22:10.064Z] Removing intermediate container c055abbc94c5 [2020-12-11T19:22:10.064Z] ---> 24e47d5fd48b [2020-12-11T19:22:10.064Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2020-12-11T19:22:10.064Z] ---> Running in 777f6b3e4e14 [2020-12-11T19:22:10.527Z] [2020-12-11T19:22:10.527Z] SUCCESS: Specified value was saved. [2020-12-11T19:22:10.554Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-12-11T19:22:11.942Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-12-11T19:22:11.942Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-12-11T19:22:12.040Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2020-12-11T19:22:12.040Z] ok github.com/docker/docker/api/server/middleware 0.031s coverage: 37.7% of statements [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/server/router [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-12-11T19:22:12.040Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/types [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/types/container [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/types/events [no test files] [2020-12-11T19:22:12.040Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2020-12-11T19:22:12.040Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/types/image [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/types/network [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-12-11T19:22:12.040Z] ok github.com/docker/docker/api/types/time 0.021s coverage: 100.0% of statements [2020-12-11T19:22:12.040Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/builder [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-12-11T19:22:12.040Z] ok github.com/docker/docker/builder/remotecontext 0.079s coverage: 13.7% of statements [2020-12-11T19:22:12.040Z] ok github.com/docker/docker/builder/dockerfile 0.217s coverage: 48.3% of statements [2020-12-11T19:22:12.040Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-12-11T19:22:12.979Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2020-12-11T19:22:13.451Z] Removing intermediate container 777f6b3e4e14 [2020-12-11T19:22:13.451Z] ---> 9fba4ba94cff [2020-12-11T19:22:13.451Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-12-11T19:22:13.451Z] ---> Running in f9454f7067c8 [2020-12-11T19:22:13.865Z] === RUN TestInspectNetwork/full_network_id [2020-12-11T19:22:13.865Z] === RUN TestInspectNetwork/partial_network_id [2020-12-11T19:22:13.865Z] === RUN TestInspectNetwork/network_name [2020-12-11T19:22:13.865Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-12-11T19:22:13.918Z] ok github.com/docker/docker/builder/remotecontext/git 1.256s coverage: 86.3% of statements [2020-12-11T19:22:13.918Z] ? github.com/docker/docker/cli [no test files] [2020-12-11T19:22:13.918Z] ? github.com/docker/docker/cli/config [no test files] [2020-12-11T19:22:14.127Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-12-11T19:22:15.513Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-12-11T19:22:16.458Z] === RUN TestDockerSuite/TestBuildHistory [2020-12-11T19:22:17.209Z] Cannot create a file when that file already exists. [2020-12-11T19:22:17.209Z] ok github.com/docker/docker/client 0.176s coverage: 75.4% of statements [2020-12-11T19:22:17.847Z] --- PASS: TestInspectNetwork (8.78s) [2020-12-11T19:22:17.847Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-12-11T19:22:17.847Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-12-11T19:22:17.847Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-12-11T19:22:17.847Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-12-11T19:22:17.847Z] === RUN TestRunContainerWithBridgeNone [2020-12-11T19:22:19.764Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-12-11T19:22:19.764Z] --- PASS: TestRunContainerWithBridgeNone (2.01s) [2020-12-11T19:22:19.764Z] === RUN TestNetworkInvalidJSON [2020-12-11T19:22:19.764Z] === RUN TestNetworkInvalidJSON//networks/create [2020-12-11T19:22:19.764Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-12-11T19:22:19.764Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-12-11T19:22:19.764Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-12-11T19:22:19.764Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-11T19:22:19.764Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-11T19:22:20.026Z] === CONT TestNetworkInvalidJSON//networks/create [2020-12-11T19:22:20.026Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-11T19:22:20.026Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-12-11T19:22:20.026Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2020-12-11T19:22:20.026Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-12-11T19:22:20.026Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-12-11T19:22:20.026Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-12-11T19:22:20.026Z] === RUN TestHostIPv4BridgeLabel [2020-12-11T19:22:20.288Z] === RUN TestDockerSuite/TestBuildIidFile [2020-12-11T19:22:20.550Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-12-11T19:22:20.550Z] --- PASS: TestHostIPv4BridgeLabel (0.61s) [2020-12-11T19:22:20.550Z] === RUN TestDaemonRestartWithLiveRestore [2020-12-11T19:22:20.812Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-12-11T19:22:21.757Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s) [2020-12-11T19:22:21.757Z] === RUN TestDaemonDefaultNetworkPools [2020-12-11T19:22:21.757Z] === RUN TestDockerSuite/TestBuildInheritance [2020-12-11T19:22:21.823Z] --- PASS: TestServiceWithDataPathPortInit (13.91s) [2020-12-11T19:22:21.823Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-12-11T19:22:22.349Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s) [2020-12-11T19:22:22.349Z] === RUN TestDaemonRestartWithExistingNetwork [2020-12-11T19:22:22.349Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-12-11T19:22:23.029Z] Removing intermediate container f9454f7067c8 [2020-12-11T19:22:23.029Z] ---> 5255f1e186ed [2020-12-11T19:22:23.029Z] Step 13/13 : CMD ["sh"] [2020-12-11T19:22:23.029Z] ---> Running in be5550ae612e [2020-12-11T19:22:23.029Z] Removing intermediate container be5550ae612e [2020-12-11T19:22:23.029Z] ---> 9c8cc9341f53 [2020-12-11T19:22:23.029Z] Successfully built 9c8cc9341f53 [2020-12-11T19:22:23.029Z] Successfully tagged busybox:latest [2020-12-11T19:22:23.029Z] INFO: Docker images of the daemon under test [2020-12-11T19:22:23.029Z] [2020-12-11T19:22:23.029Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-12-11T19:22:23.029Z] busybox latest 9c8cc9341f53 Less than a second ago 5.19GB [2020-12-11T19:22:23.029Z] microsoft/windowsservercore latest c0773f9ce353 7 days ago 5.12GB [2020-12-11T19:22:23.029Z] mcr.microsoft.com/windows/servercore ltsc2019 c0773f9ce353 7 days ago 5.12GB [2020-12-11T19:22:23.029Z] [2020-12-11T19:22:23.029Z] INFO: Running integration tests at 12/11/2020 19:22:22... [2020-12-11T19:22:23.029Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-12-11T19:22:23.029Z] INFO: Integration API tests being run from the host: [2020-12-11T19:22:23.029Z] INFO: make.ps1 starting at 12/11/2020 19:22:22 [2020-12-11T19:22:23.297Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-12-11T19:22:23.297Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-12-11T19:22:23.558Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.26s) [2020-12-11T19:22:23.558Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-12-11T19:22:24.004Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-12-11T19:22:24.130Z] === RUN TestDockerSuite/TestBuildLabel [2020-12-11T19:22:24.703Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-12-11T19:22:24.965Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-12-11T19:22:24.965Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.33s) [2020-12-11T19:22:24.965Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-12-11T19:22:25.537Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-12-11T19:22:25.537Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2020-12-11T19:22:25.537Z] === RUN TestServiceWithPredefinedNetwork [2020-12-11T19:22:25.537Z] === RUN TestDockerSuite/TestBuildLabels [2020-12-11T19:22:26.111Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-12-11T19:22:27.055Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-12-11T19:22:27.387Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.96s) [2020-12-11T19:22:27.387Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:4bd1c2crlzo1yjkqpl56peice Created:2020-12-11 19:22:21.262900893 +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[c36d39506946357584f89c6ee8258f868ec5841c1c9f2fd14fc5960bc2fecc30:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.uvoikecbp0q5vklvetioaoz73 EndpointID:677bd29008262deb58a82b45f69187c7f2f07f287aec50b70c5c8829c3a13f28 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:f921b7157856015f0ad444a95f6ad608b83ff68e241e1a739451ca682eaaa1a1 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:101a1e400213 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.uvoikecbp0q5vklvetioaoz73 EndpointID:677bd29008262deb58a82b45f69187c7f2f07f287aec50b70c5c8829c3a13f28 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-12-11T19:22:27.387Z] PASS [2020-12-11T19:22:27.387Z] [2020-12-11T19:22:27.387Z] === Skipped [2020-12-11T19:22:27.387Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-11T19:22:27.387Z] service_test.go:236: FLAKY_TEST [2020-12-11T19:22:27.387Z] [2020-12-11T19:22:27.387Z] [2020-12-11T19:22:27.387Z] DONE 23 tests, 1 skipped in 39.336s [2020-12-11T19:22:27.387Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-12-11T19:22:27.387Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:22:27.387Z] ++ set -e [2020-12-11T19:22:27.387Z] ++ '[' -n 0 ']' [2020-12-11T19:22:27.387Z] ++ set -x [2020-12-11T19:22:27.387Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:22:27.387Z] INFO: Testing against a local daemon [2020-12-11T19:22:27.387Z] === RUN TestDockerNetworkIpvlanPersistance [2020-12-11T19:22:27.387Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-12-11T19:22:27.387Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-11T19:22:27.387Z] === RUN TestDockerNetworkIpvlan [2020-12-11T19:22:27.387Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-12-11T19:22:27.387Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-11T19:22:27.387Z] PASS [2020-12-11T19:22:27.387Z] [2020-12-11T19:22:27.387Z] === Skipped [2020-12-11T19:22:27.387Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-12-11T19:22:27.387Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-11T19:22:27.387Z] [2020-12-11T19:22:27.387Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-12-11T19:22:27.387Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-11T19:22:27.387Z] [2020-12-11T19:22:27.387Z] [2020-12-11T19:22:27.387Z] DONE 2 tests, 2 skipped in 0.075s [2020-12-11T19:22:27.387Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-12-11T19:22:27.387Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:22:27.387Z] ++ set -e [2020-12-11T19:22:27.387Z] ++ '[' -n 0 ']' [2020-12-11T19:22:27.387Z] ++ set -x [2020-12-11T19:22:27.387Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:22:27.387Z] INFO: Testing against a local daemon [2020-12-11T19:22:27.387Z] === RUN TestDockerNetworkMacvlanPersistance [2020-12-11T19:22:28.443Z] --- PASS: TestServiceWithPredefinedNetwork (2.90s) [2020-12-11T19:22:28.443Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-12-11T19:22:28.443Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-11T19:22:28.443Z] service_test.go:236: FLAKY_TEST [2020-12-11T19:22:28.443Z] === RUN TestServiceWithDataPathPortInit [2020-12-11T19:22:28.899Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.40s) [2020-12-11T19:22:28.899Z] === RUN TestDockerNetworkMacvlan [2020-12-11T19:22:29.387Z] === RUN TestDockerSuite/TestBuildLastModified [2020-12-11T19:22:29.533Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-12-11T19:22:30.572Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-12-11T19:22:31.608Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-12-11T19:22:33.600Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-12-11T19:22:33.690Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-12-11T19:22:35.766Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-12-11T19:22:36.149Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-12-11T19:22:36.149Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-12-11T19:22:36.410Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-12-11T19:22:36.410Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-12-11T19:22:36.410Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-12-11T19:22:36.671Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-12-11T19:22:38.589Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-12-11T19:22:39.298Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-12-11T19:22:39.944Z] --- PASS: TestDockerNetworkMacvlan (11.19s) [2020-12-11T19:22:39.944Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2020-12-11T19:22:39.944Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2020-12-11T19:22:39.944Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.89s) [2020-12-11T19:22:39.944Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.98s) [2020-12-11T19:22:39.944Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.27s) [2020-12-11T19:22:39.944Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.65s) [2020-12-11T19:22:39.944Z] PASS [2020-12-11T19:22:39.944Z] [2020-12-11T19:22:39.944Z] DONE 8 tests in 12.655s [2020-12-11T19:22:39.944Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-12-11T19:22:39.944Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:22:39.944Z] ++ set -e [2020-12-11T19:22:39.944Z] ++ '[' -n 0 ']' [2020-12-11T19:22:39.944Z] ++ set -x [2020-12-11T19:22:39.944Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:22:39.944Z] testing: warning: no tests to run [2020-12-11T19:22:39.944Z] PASS [2020-12-11T19:22:39.944Z] [2020-12-11T19:22:39.944Z] DONE 0 tests in 0.014s [2020-12-11T19:22:39.944Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-12-11T19:22:39.944Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:22:39.944Z] ++ set -e [2020-12-11T19:22:39.944Z] ++ '[' -n 0 ']' [2020-12-11T19:22:39.944Z] ++ set -x [2020-12-11T19:22:39.944Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:22:39.944Z] INFO: Testing against a local daemon [2020-12-11T19:22:39.944Z] === RUN TestAuthZPluginAllowRequest [2020-12-11T19:22:39.978Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-12-11T19:22:41.455Z] --- PASS: TestAuthZPluginAllowRequest (1.35s) [2020-12-11T19:22:41.455Z] === RUN TestAuthZPluginTLS [2020-12-11T19:22:42.088Z] --- PASS: TestAuthZPluginTLS (0.56s) [2020-12-11T19:22:42.088Z] === RUN TestAuthZPluginDenyRequest [2020-12-11T19:22:42.527Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-12-11T19:22:42.527Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-12-11T19:22:42.722Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2020-12-11T19:22:42.722Z] === RUN TestAuthZPluginAPIDenyResponse [2020-12-11T19:22:43.014Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-12-11T19:22:43.014Z] === RUN TestAuthZPluginDenyResponse [2020-12-11T19:22:43.099Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-12-11T19:22:43.648Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2020-12-11T19:22:43.648Z] === RUN TestAuthZPluginAllowEventStream [2020-12-11T19:22:44.042Z] --- PASS: TestServiceWithDataPathPortInit (15.58s) [2020-12-11T19:22:44.042Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-12-11T19:22:45.155Z] --- PASS: TestAuthZPluginAllowEventStream (1.33s) [2020-12-11T19:22:45.155Z] === RUN TestAuthZPluginErrorResponse [2020-12-11T19:22:45.168Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-11T19:22:45.168Z] INFO: Testing against a local daemon [2020-12-11T19:22:45.168Z] === RUN TestBuildWithSession [2020-12-11T19:22:45.168Z] --- SKIP: TestBuildWithSession (0.00s) [2020-12-11T19:22:45.168Z] build_session_test.go:25: TODO: BuildKit [2020-12-11T19:22:45.168Z] === RUN TestBuildSquashParent [2020-12-11T19:22:45.168Z] --- SKIP: TestBuildSquashParent (0.00s) [2020-12-11T19:22:45.168Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:22:45.168Z] === RUN TestBuildWithRemoveAndForceRemove [2020-12-11T19:22:45.168Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-11T19:22:45.168Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-11T19:22:45.168Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-11T19:22:45.168Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-11T19:22:45.168Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-11T19:22:45.168Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-11T19:22:45.168Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-11T19:22:45.168Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-11T19:22:45.168Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-11T19:22:45.168Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-11T19:22:45.168Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-11T19:22:45.168Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-11T19:22:45.168Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-11T19:22:45.168Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-11T19:22:45.168Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-11T19:22:45.168Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-11T19:22:45.449Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2020-12-11T19:22:45.449Z] === RUN TestAuthZPluginErrorRequest [2020-12-11T19:22:46.084Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2020-12-11T19:22:46.084Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-12-11T19:22:46.716Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2020-12-11T19:22:46.716Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-12-11T19:22:48.228Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.72s) [2020-12-11T19:22:48.228Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-12-11T19:22:50.301Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.71s) [2020-12-11T19:22:50.301Z] === RUN TestAuthZPluginHeader [2020-12-11T19:22:50.634Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-12-11T19:22:50.954Z] --- PASS: TestAuthZPluginHeader (0.85s) [2020-12-11T19:22:50.954Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-12-11T19:22:50.954Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-12-11T19:22:50.954Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:22:50.954Z] === RUN TestAuthZPluginV2Disable [2020-12-11T19:22:50.954Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-12-11T19:22:50.954Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:22:50.954Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-12-11T19:22:50.954Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-12-11T19:22:50.954Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:22:50.954Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-12-11T19:22:50.954Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-12-11T19:22:50.954Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:22:50.954Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-12-11T19:22:52.050Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.66s) [2020-12-11T19:22:52.050Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:gvd88gfv6xjdzzvbfru6pqufd Created:2020-12-11 19:22:45.159881218 +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[5881b1b9d28e27a55f181799895f63945baa17cf710ac8a37dcfec893a3573de:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9u9hl0pngbp567haqa6ci1up1 EndpointID:8aaf4e0c9347439a0ac482905c55275d867cf9eeacda2ac35bb62b4bf8a53d38 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:bfe8489867148df58129c3dc2d01f6333c9b69b1db4a0de2bff93a731a35b57c 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:1ad34552a17e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9u9hl0pngbp567haqa6ci1up1 EndpointID:8aaf4e0c9347439a0ac482905c55275d867cf9eeacda2ac35bb62b4bf8a53d38 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-12-11T19:22:52.050Z] PASS [2020-12-11T19:22:52.050Z] [2020-12-11T19:22:52.050Z] === Skipped [2020-12-11T19:22:52.050Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-11T19:22:52.050Z] service_test.go:236: FLAKY_TEST [2020-12-11T19:22:52.050Z] [2020-12-11T19:22:52.050Z] [2020-12-11T19:22:52.050Z] DONE 23 tests, 1 skipped in 50.118s [2020-12-11T19:22:52.050Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-12-11T19:22:52.050Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:22:52.050Z] ++ set -e [2020-12-11T19:22:52.050Z] ++ '[' -n 0 ']' [2020-12-11T19:22:52.050Z] ++ set -x [2020-12-11T19:22:52.050Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:22:52.050Z] INFO: Testing against a local daemon [2020-12-11T19:22:52.050Z] === RUN TestDockerNetworkIpvlanPersistance [2020-12-11T19:22:52.050Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-12-11T19:22:52.050Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-11T19:22:52.050Z] === RUN TestDockerNetworkIpvlan [2020-12-11T19:22:52.050Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-12-11T19:22:52.050Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-11T19:22:52.050Z] PASS [2020-12-11T19:22:52.050Z] [2020-12-11T19:22:52.050Z] === Skipped [2020-12-11T19:22:52.050Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-12-11T19:22:52.050Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-11T19:22:52.050Z] [2020-12-11T19:22:52.050Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-12-11T19:22:52.050Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-11T19:22:52.050Z] [2020-12-11T19:22:52.050Z] [2020-12-11T19:22:52.050Z] DONE 2 tests, 2 skipped in 0.135s [2020-12-11T19:22:52.050Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-12-11T19:22:52.050Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:22:52.050Z] ++ set -e [2020-12-11T19:22:52.050Z] ++ '[' -n 0 ']' [2020-12-11T19:22:52.050Z] ++ set -x [2020-12-11T19:22:52.050Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:22:52.050Z] INFO: Testing against a local daemon [2020-12-11T19:22:52.050Z] === RUN TestDockerNetworkMacvlanPersistance [2020-12-11T19:22:52.622Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-12-11T19:22:53.568Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s) [2020-12-11T19:22:53.568Z] === RUN TestDockerNetworkMacvlan [2020-12-11T19:22:53.829Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-12-11T19:22:54.400Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-12-11T19:22:55.345Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-12-11T19:22:55.606Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-12-11T19:22:55.606Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-12-11T19:22:55.935Z] ok github.com/docker/docker/cmd/dockerd 0.118s coverage: 29.2% of statements [2020-12-11T19:22:56.179Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-12-11T19:22:56.503Z] ok github.com/docker/docker/container 0.127s coverage: 34.7% of statements [2020-12-11T19:22:56.504Z] ? github.com/docker/docker/container/stream [no test files] [2020-12-11T19:22:56.504Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-12-11T19:22:56.504Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-12-11T19:22:56.504Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-12-11T19:22:57.614Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-11T19:22:58.594Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-11T19:22:58.734Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-12-11T19:22:59.678Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-12-11T19:22:59.939Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-12-11T19:23:00.882Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-12-11T19:23:01.826Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-12-11T19:23:02.399Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-12-11T19:23:04.319Z] === RUN TestDockerSuite/TestBuildNetNone [2020-12-11T19:23:04.580Z] === RUN TestDockerSuite/TestBuildNoContext [2020-12-11T19:23:05.527Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-12-11T19:23:05.700Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-12-11T19:23:05.700Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (12.61s) [2020-12-11T19:23:05.700Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (13.27s) [2020-12-11T19:23:05.700Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (13.48s) [2020-12-11T19:23:05.700Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (13.61s) [2020-12-11T19:23:05.700Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (7.69s) [2020-12-11T19:23:05.700Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (7.19s) [2020-12-11T19:23:05.700Z] === RUN TestBuildMultiStageCopy [2020-12-11T19:23:05.700Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-12-11T19:23:05.789Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-12-11T19:23:06.361Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-12-11T19:23:06.934Z] --- PASS: TestDockerNetworkMacvlan (13.39s) [2020-12-11T19:23:06.934Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2020-12-11T19:23:06.934Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2020-12-11T19:23:06.934Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.23s) [2020-12-11T19:23:06.934Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.25s) [2020-12-11T19:23:06.934Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.55s) [2020-12-11T19:23:06.934Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.94s) [2020-12-11T19:23:06.934Z] PASS [2020-12-11T19:23:06.934Z] [2020-12-11T19:23:06.934Z] DONE 8 tests in 14.969s [2020-12-11T19:23:06.934Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-12-11T19:23:06.934Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:23:06.934Z] ++ set -e [2020-12-11T19:23:06.934Z] ++ '[' -n 0 ']' [2020-12-11T19:23:06.934Z] ++ set -x [2020-12-11T19:23:06.934Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:23:06.934Z] testing: warning: no tests to run [2020-12-11T19:23:06.934Z] PASS [2020-12-11T19:23:06.934Z] [2020-12-11T19:23:06.934Z] DONE 0 tests in 0.024s [2020-12-11T19:23:06.934Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-12-11T19:23:06.934Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:23:06.934Z] ++ set -e [2020-12-11T19:23:06.934Z] ++ '[' -n 0 ']' [2020-12-11T19:23:06.934Z] ++ set -x [2020-12-11T19:23:06.935Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:23:06.935Z] INFO: Testing against a local daemon [2020-12-11T19:23:06.935Z] === RUN TestAuthZPluginAllowRequest [2020-12-11T19:23:07.881Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-12-11T19:23:08.454Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-12-11T19:23:08.454Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-12-11T19:23:08.454Z] --- PASS: TestAuthZPluginAllowRequest (1.49s) [2020-12-11T19:23:08.454Z] === RUN TestAuthZPluginTLS [2020-12-11T19:23:08.721Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-12-11T19:23:08.722Z] ok github.com/docker/docker/daemon/cluster 0.061s coverage: 0.5% of statements [2020-12-11T19:23:08.981Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2020-12-11T19:23:08.990Z] --- PASS: TestAuthZPluginTLS (0.56s) [2020-12-11T19:23:08.990Z] === RUN TestAuthZPluginDenyRequest [2020-12-11T19:23:09.253Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-12-11T19:23:09.514Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-12-11T19:23:09.523Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.73s) [2020-12-11T19:23:09.523Z] PASS [2020-12-11T19:23:09.523Z] [2020-12-11T19:23:09.523Z] === Skipped [2020-12-11T19:23:09.523Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-12-11T19:23:09.523Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:23:09.523Z] [2020-12-11T19:23:09.523Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-12-11T19:23:09.523Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:23:09.523Z] [2020-12-11T19:23:09.523Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-12-11T19:23:09.523Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:23:09.523Z] [2020-12-11T19:23:09.523Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-12-11T19:23:09.523Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:23:09.523Z] [2020-12-11T19:23:09.523Z] [2020-12-11T19:23:09.523Z] DONE 17 tests, 4 skipped in 27.649s [2020-12-11T19:23:09.523Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-12-11T19:23:09.523Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:23:09.523Z] ++ set -e [2020-12-11T19:23:09.523Z] ++ '[' -n 0 ']' [2020-12-11T19:23:09.523Z] ++ set -x [2020-12-11T19:23:09.524Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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 [2020-12-11T19:23:09.524Z] INFO: Testing against a local daemon [2020-12-11T19:23:09.524Z] === RUN TestPluginInvalidJSON [2020-12-11T19:23:09.524Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-12-11T19:23:09.524Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-12-11T19:23:09.524Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-12-11T19:23:09.524Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-12-11T19:23:09.524Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-12-11T19:23:09.524Z] === RUN TestPluginInstall [2020-12-11T19:23:09.524Z] === RUN TestPluginInstall/no_auth [2020-12-11T19:23:09.524Z] time="2020-12-11T19:23:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:23:09.524Z] time="2020-12-11T19:23:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d9afc430a842465fce06de49972df41107426509f17a2d0396a5af28ff1ec31f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-11T19:23:09.524Z] time="2020-12-11T19:23:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:23:09.524Z] time="2020-12-11T19:23:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d9afc430a842465fce06de49972df41107426509f17a2d0396a5af28ff1ec31f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-11T19:23:09.775Z] --- PASS: TestAuthZPluginDenyRequest (0.58s) [2020-12-11T19:23:09.775Z] === RUN TestAuthZPluginAPIDenyResponse [2020-12-11T19:23:09.815Z] === RUN TestPluginInstall/with_htpasswd [2020-12-11T19:23:10.037Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-12-11T19:23:10.298Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2020-12-11T19:23:10.298Z] === RUN TestAuthZPluginDenyResponse [2020-12-11T19:23:10.448Z] time="2020-12-11T19:23:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:23:10.448Z] time="2020-12-11T19:23:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:185867157e2ca00504ce3d5aab8f83972afeaa00dbb618ad40201d3e9f36c143" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-11T19:23:10.448Z] time="2020-12-11T19:23:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:23:10.448Z] time="2020-12-11T19:23:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:185867157e2ca00504ce3d5aab8f83972afeaa00dbb618ad40201d3e9f36c143" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-11T19:23:10.754Z] === RUN TestPluginInstall/with_insecure [2020-12-11T19:23:10.872Z] --- PASS: TestAuthZPluginDenyResponse (0.59s) [2020-12-11T19:23:10.872Z] === RUN TestAuthZPluginAllowEventStream [2020-12-11T19:23:10.885Z] ok github.com/docker/docker/daemon/cluster/convert 0.007s coverage: 35.9% of statements [2020-12-11T19:23:11.800Z] time="2020-12-11T19:23:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:23:11.800Z] time="2020-12-11T19:23:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:68aa99cce03233d706251f2a317720393733de344a674f729a974c3b62439cae" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-11T19:23:11.800Z] time="2020-12-11T19:23:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:23:11.800Z] time="2020-12-11T19:23:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:68aa99cce03233d706251f2a317720393733de344a674f729a974c3b62439cae" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-11T19:23:12.092Z] --- PASS: TestPluginInstall (4.25s) [2020-12-11T19:23:12.092Z] --- PASS: TestPluginInstall/no_auth (1.96s) [2020-12-11T19:23:12.092Z] --- PASS: TestPluginInstall/with_htpasswd (0.93s) [2020-12-11T19:23:12.093Z] --- PASS: TestPluginInstall/with_insecure (1.36s) [2020-12-11T19:23:12.093Z] plugin_test.go:157: [d93a6ad0b937a] daemon is not started [2020-12-11T19:23:12.093Z] PASS [2020-12-11T19:23:12.093Z] [2020-12-11T19:23:12.093Z] DONE 6 tests in 4.344s [2020-12-11T19:23:12.093Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-12-11T19:23:12.093Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:23:12.093Z] ++ set -e [2020-12-11T19:23:12.093Z] ++ '[' -n 0 ']' [2020-12-11T19:23:12.093Z] ++ set -x [2020-12-11T19:23:12.093Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:23:12.093Z] INFO: Testing against a local daemon [2020-12-11T19:23:12.093Z] === RUN TestExternalGraphDriver [2020-12-11T19:23:12.093Z] === RUN TestExternalGraphDriver/json [2020-12-11T19:23:12.261Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-12-11T19:23:12.834Z] --- PASS: TestAuthZPluginAllowEventStream (1.82s) [2020-12-11T19:23:12.834Z] === RUN TestAuthZPluginErrorResponse [2020-12-11T19:23:13.095Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-12-11T19:23:13.358Z] --- PASS: TestAuthZPluginErrorResponse (0.59s) [2020-12-11T19:23:13.358Z] === RUN TestAuthZPluginErrorRequest [2020-12-11T19:23:13.931Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2020-12-11T19:23:13.931Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-12-11T19:23:14.163Z] === RUN TestExternalGraphDriver/spec [2020-12-11T19:23:14.304Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-12-11T19:23:14.304Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-12-11T19:23:14.504Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s) [2020-12-11T19:23:14.504Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-12-11T19:23:14.768Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-12-11T19:23:15.450Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-12-11T19:23:15.743Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-12-11T19:23:16.244Z] === RUN TestExternalGraphDriver/pull [2020-12-11T19:23:16.394Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.86s) [2020-12-11T19:23:16.394Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-12-11T19:23:16.966Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-12-11T19:23:17.292Z] --- PASS: TestBuildMultiStageCopy (11.56s) [2020-12-11T19:23:17.292Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (7.82s) [2020-12-11T19:23:17.292Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.74s) [2020-12-11T19:23:17.292Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.81s) [2020-12-11T19:23:17.292Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.97s) [2020-12-11T19:23:17.292Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.21s) [2020-12-11T19:23:17.292Z] === RUN TestBuildMultiStageParentConfig [2020-12-11T19:23:17.754Z] --- PASS: TestExternalGraphDriver (5.58s) [2020-12-11T19:23:17.754Z] --- PASS: TestExternalGraphDriver/json (1.81s) [2020-12-11T19:23:17.754Z] --- PASS: TestExternalGraphDriver/spec (1.80s) [2020-12-11T19:23:17.754Z] --- PASS: TestExternalGraphDriver/pull (1.84s) [2020-12-11T19:23:17.754Z] === RUN TestGraphdriverPluginV2 [2020-12-11T19:23:17.754Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2020-12-11T19:23:17.754Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:23:17.754Z] PASS [2020-12-11T19:23:17.754Z] [2020-12-11T19:23:17.754Z] === Skipped [2020-12-11T19:23:17.754Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2020-12-11T19:23:17.754Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:23:17.754Z] [2020-12-11T19:23:17.754Z] [2020-12-11T19:23:17.754Z] DONE 5 tests, 1 skipped in 5.708s [2020-12-11T19:23:17.754Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-12-11T19:23:17.754Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:23:17.754Z] ++ set -e [2020-12-11T19:23:17.754Z] ++ '[' -n 0 ']' [2020-12-11T19:23:17.754Z] ++ set -x [2020-12-11T19:23:17.754Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:23:17.754Z] INFO: Testing against a local daemon [2020-12-11T19:23:17.754Z] === RUN TestContinueAfterPluginCrash [2020-12-11T19:23:17.754Z] === PAUSE TestContinueAfterPluginCrash [2020-12-11T19:23:17.754Z] === RUN TestReadPluginNoRead [2020-12-11T19:23:17.754Z] === PAUSE TestReadPluginNoRead [2020-12-11T19:23:17.754Z] === RUN TestDaemonStartWithLogOpt [2020-12-11T19:23:17.754Z] === PAUSE TestDaemonStartWithLogOpt [2020-12-11T19:23:17.754Z] === CONT TestContinueAfterPluginCrash [2020-12-11T19:23:17.754Z] === CONT TestDaemonStartWithLogOpt [2020-12-11T19:23:17.754Z] === CONT TestReadPluginNoRead [2020-12-11T19:23:17.911Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.81s) [2020-12-11T19:23:17.911Z] === RUN TestAuthZPluginHeader [2020-12-11T19:23:18.841Z] --- PASS: TestBuildMultiStageParentConfig (1.76s) [2020-12-11T19:23:18.841Z] === RUN TestBuildLabelWithTargets [2020-12-11T19:23:18.841Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2020-12-11T19:23:18.841Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-12-11T19:23:18.841Z] === RUN TestBuildWithEmptyLayers [2020-12-11T19:23:18.855Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-12-11T19:23:18.855Z] --- PASS: TestAuthZPluginHeader (0.84s) [2020-12-11T19:23:18.855Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-12-11T19:23:19.805Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-12-11T19:23:19.817Z] --- PASS: TestBuildWithEmptyLayers (0.86s) [2020-12-11T19:23:19.817Z] === RUN TestBuildMultiStageOnBuild [2020-12-11T19:23:20.749Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-12-11T19:23:20.862Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.437s coverage: 14.0% of statements [2020-12-11T19:23:20.862Z] ok github.com/docker/docker/daemon 12.126s coverage: 17.2% of statements [2020-12-11T19:23:20.862Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-12-11T19:23:20.862Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-12-11T19:23:21.010Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-12-11T19:23:21.122Z] ok github.com/docker/docker/daemon/config 0.070s coverage: 81.8% of statements [2020-12-11T19:23:22.061Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2020-12-11T19:23:22.319Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2020-12-11T19:23:22.319Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-12-11T19:23:22.319Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-12-11T19:23:23.346Z] === RUN TestReadPluginNoRead/disabled_caching [2020-12-11T19:23:23.346Z] --- PASS: TestDaemonStartWithLogOpt (5.50s) [2020-12-11T19:23:23.557Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.36s) [2020-12-11T19:23:23.557Z] === RUN TestAuthZPluginV2Disable [2020-12-11T19:23:23.557Z] === RUN TestDockerSuite/TestBuildPATH [2020-12-11T19:23:23.697Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2020-12-11T19:23:24.852Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-12-11T19:23:25.473Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-12-11T19:23:25.604Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.332s coverage: 73.1% of statements [2020-12-11T19:23:26.045Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-12-11T19:23:26.365Z] === RUN TestReadPluginNoRead/default [2020-12-11T19:23:26.543Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2020-12-11T19:23:26.803Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.418s coverage: 56.2% of statements [2020-12-11T19:23:26.989Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-12-11T19:23:26.989Z] --- PASS: TestAuthZPluginV2Disable (3.59s) [2020-12-11T19:23:26.989Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-12-11T19:23:27.868Z] --- PASS: TestReadPluginNoRead (9.82s) [2020-12-11T19:23:27.868Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.48s) [2020-12-11T19:23:27.868Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.49s) [2020-12-11T19:23:27.868Z] --- PASS: TestReadPluginNoRead/default (1.45s) [2020-12-11T19:23:27.868Z] read_test.go:92: [d46eb97326ffc] daemon is not started [2020-12-11T19:23:28.501Z] --- PASS: TestContinueAfterPluginCrash (10.63s) [2020-12-11T19:23:28.501Z] PASS [2020-12-11T19:23:28.501Z] [2020-12-11T19:23:28.501Z] DONE 6 tests in 10.703s [2020-12-11T19:23:28.501Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-12-11T19:23:28.501Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:23:28.501Z] ++ set -e [2020-12-11T19:23:28.501Z] ++ '[' -n 0 ']' [2020-12-11T19:23:28.501Z] ++ set -x [2020-12-11T19:23:28.501Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:23:28.501Z] testing: warning: no tests to run [2020-12-11T19:23:28.501Z] PASS [2020-12-11T19:23:28.501Z] [2020-12-11T19:23:28.501Z] DONE 0 tests in 0.017s [2020-12-11T19:23:28.501Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-12-11T19:23:28.501Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:23:28.501Z] ++ set -e [2020-12-11T19:23:28.501Z] ++ '[' -n 0 ']' [2020-12-11T19:23:28.501Z] ++ set -x [2020-12-11T19:23:28.501Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:23:28.501Z] INFO: Testing against a local daemon [2020-12-11T19:23:28.501Z] === RUN TestPluginWithDevMounts [2020-12-11T19:23:28.501Z] === PAUSE TestPluginWithDevMounts [2020-12-11T19:23:28.501Z] === CONT TestPluginWithDevMounts [2020-12-11T19:23:29.351Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.011s coverage: 1.8% of statements [2020-12-11T19:23:30.335Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.32s) [2020-12-11T19:23:30.335Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-12-11T19:23:30.580Z] --- PASS: TestPluginWithDevMounts (1.84s) [2020-12-11T19:23:30.580Z] PASS [2020-12-11T19:23:30.580Z] [2020-12-11T19:23:30.580Z] DONE 1 tests in 1.908s [2020-12-11T19:23:30.580Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-12-11T19:23:30.580Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:23:30.580Z] ++ set -e [2020-12-11T19:23:30.580Z] ++ '[' -n 0 ']' [2020-12-11T19:23:30.580Z] ++ set -x [2020-12-11T19:23:30.580Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:23:30.580Z] INFO: Testing against a local daemon [2020-12-11T19:23:30.580Z] === RUN TestSecretInspect [2020-12-11T19:23:31.360Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.365s coverage: 49.5% of statements [2020-12-11T19:23:31.360Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.417s coverage: 46.2% of statements [2020-12-11T19:23:31.360Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-12-11T19:23:32.238Z] --- PASS: TestBuildMultiStageOnBuild (10.90s) [2020-12-11T19:23:32.238Z] === RUN TestBuildUncleanTarFilenames [2020-12-11T19:23:32.238Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2020-12-11T19:23:32.238Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-12-11T19:23:32.238Z] === RUN TestBuildMultiStageLayerLeak [2020-12-11T19:23:32.648Z] --- PASS: TestSecretInspect (1.96s) [2020-12-11T19:23:32.648Z] === RUN TestSecretList [2020-12-11T19:23:33.914Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 58.0% of statements [2020-12-11T19:23:33.914Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.675s coverage: 57.7% of statements [2020-12-11T19:23:33.914Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-12-11T19:23:33.914Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-12-11T19:23:34.546Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-12-11T19:23:34.716Z] --- PASS: TestSecretList (1.95s) [2020-12-11T19:23:34.717Z] === RUN TestSecretsCreateAndDelete [2020-12-11T19:23:35.293Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.029s coverage: 3.0% of statements [2020-12-11T19:23:36.230Z] ok github.com/docker/docker/daemon/links 0.015s coverage: 93.0% of statements [2020-12-11T19:23:36.233Z] --- PASS: TestSecretsCreateAndDelete (1.93s) [2020-12-11T19:23:36.233Z] === RUN TestSecretsUpdate [2020-12-11T19:23:37.167Z] ok github.com/docker/docker/daemon/images 0.021s coverage: 6.5% of statements [2020-12-11T19:23:37.167Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-12-11T19:23:37.167Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-12-11T19:23:38.104Z] ok github.com/docker/docker/daemon/logger 0.218s coverage: 41.0% of statements [2020-12-11T19:23:38.310Z] --- PASS: TestSecretsUpdate (1.92s) [2020-12-11T19:23:38.310Z] === RUN TestTemplatedSecret [2020-12-11T19:23:38.760Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-12-11T19:23:39.041Z] ok github.com/docker/docker/daemon/logger/awslogs 0.196s coverage: 77.8% of statements [2020-12-11T19:23:39.041Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-12-11T19:23:39.041Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-12-11T19:23:39.608Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 67.0% of statements [2020-12-11T19:23:40.146Z] === RUN TestDockerSuite/TestBuildRm [2020-12-11T19:23:40.546Z] ok github.com/docker/docker/daemon/logger/journald 0.021s coverage: 23.9% of statements [2020-12-11T19:23:40.844Z] --- PASS: TestBuildMultiStageLayerLeak (8.96s) [2020-12-11T19:23:40.844Z] === RUN TestBuildWithHugeFile [2020-12-11T19:23:41.044Z] --- PASS: TestTemplatedSecret (2.43s) [2020-12-11T19:23:41.044Z] === RUN TestSecretCreateResolve [2020-12-11T19:23:41.117Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 61.6% of statements [2020-12-11T19:23:41.117Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.003s coverage: 87.2% of statements [2020-12-11T19:23:42.063Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.73s) [2020-12-11T19:23:42.063Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-12-11T19:23:42.063Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-12-11T19:23:42.496Z] ok github.com/docker/docker/daemon/logger/local 0.018s coverage: 75.2% of statements [2020-12-11T19:23:42.496Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-12-11T19:23:42.554Z] --- PASS: TestSecretCreateResolve (1.95s) [2020-12-11T19:23:42.554Z] PASS [2020-12-11T19:23:42.554Z] [2020-12-11T19:23:42.554Z] DONE 6 tests in 12.208s [2020-12-11T19:23:42.554Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-12-11T19:23:42.554Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:23:42.554Z] ++ set -e [2020-12-11T19:23:42.554Z] ++ '[' -n 0 ']' [2020-12-11T19:23:42.554Z] ++ set -x [2020-12-11T19:23:42.554Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:23:42.756Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.034s coverage: 58.6% of statements [2020-12-11T19:23:42.848Z] INFO: Testing against a local daemon [2020-12-11T19:23:42.848Z] === RUN TestServiceCreateInit [2020-12-11T19:23:42.848Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-12-11T19:23:43.007Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-12-11T19:23:43.950Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-12-11T19:23:44.134Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.008s coverage: 33.3% of statements [2020-12-11T19:23:44.211Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-12-11T19:23:44.472Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-12-11T19:23:45.415Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-12-11T19:23:45.513Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2020-12-11T19:23:45.772Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-12-11T19:23:45.987Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-12-11T19:23:46.340Z] ok github.com/docker/docker/daemon/logger/splunk 1.600s coverage: 82.5% of statements [2020-12-11T19:23:46.340Z] ? github.com/docker/docker/daemon/names [no test files] [2020-12-11T19:23:46.370Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-12-11T19:23:46.599Z] ok github.com/docker/docker/daemon/network 0.006s coverage: 63.8% of statements [2020-12-11T19:23:46.599Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-12-11T19:23:46.932Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-12-11T19:23:48.318Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-12-11T19:23:48.505Z] ok github.com/docker/docker/distribution/metadata 0.040s coverage: 48.2% of statements [2020-12-11T19:23:49.073Z] ok github.com/docker/docker/distribution 0.178s coverage: 25.1% of statements [2020-12-11T19:23:49.073Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-12-11T19:23:49.705Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-12-11T19:23:49.705Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-12-11T19:23:49.966Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-12-11T19:23:49.966Z] === RUN TestDockerSuite/TestBuildSpaces [2020-12-11T19:23:50.450Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2020-12-11T19:23:50.539Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-12-11T19:23:50.826Z] --- PASS: TestServiceCreateInit (7.45s) [2020-12-11T19:23:50.826Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.72s) [2020-12-11T19:23:50.826Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.70s) [2020-12-11T19:23:50.826Z] === RUN TestCreateServiceMultipleTimes [2020-12-11T19:23:51.110Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-12-11T19:23:51.110Z] === RUN TestDockerSuite/TestBuildStderr [2020-12-11T19:23:51.389Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2020-12-11T19:23:51.683Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-12-11T19:23:51.958Z] ok github.com/docker/docker/distribution/xfer 1.898s coverage: 85.1% of statements [2020-12-11T19:23:51.958Z] ? github.com/docker/docker/dockerversion [no test files] [2020-12-11T19:23:51.958Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2020-12-11T19:23:51.959Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-12-11T19:23:53.339Z] ok github.com/docker/docker/image/v1 0.014s coverage: 25.0% of statements [2020-12-11T19:23:53.339Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-12-11T19:23:53.908Z] ok github.com/docker/docker/libcontainerd/queue 0.027s coverage: 100.0% of statements [2020-12-11T19:23:54.477Z] ok github.com/docker/docker/oci 0.005s coverage: 8.2% of statements [2020-12-11T19:23:55.002Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-12-11T19:23:55.263Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-12-11T19:23:55.415Z] ok github.com/docker/docker/opts 0.020s coverage: 67.1% of statements [2020-12-11T19:23:55.415Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2020-12-11T19:23:55.836Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-12-11T19:23:56.409Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-12-11T19:23:56.981Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-12-11T19:23:57.319Z] ok github.com/docker/docker/pkg/archive 0.296s coverage: 76.9% of statements [2020-12-11T19:23:57.887Z] ok github.com/docker/docker/pkg/authorization 0.254s coverage: 68.3% of statements [2020-12-11T19:23:57.925Z] === RUN TestDockerSuite/TestBuildUser [2020-12-11T19:23:58.147Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-12-11T19:23:58.406Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-12-11T19:23:58.500Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2020-12-11T19:23:58.500Z] PASS [2020-12-11T19:23:58.500Z] [2020-12-11T19:23:58.500Z] DONE 17 tests in 51.525s [2020-12-11T19:23:58.500Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-12-11T19:23:58.500Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:23:58.500Z] ++ set -e [2020-12-11T19:23:58.500Z] ++ '[' -n 0 ']' [2020-12-11T19:23:58.500Z] ++ set -x [2020-12-11T19:23:58.500Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:23:58.500Z] INFO: Testing against a local daemon [2020-12-11T19:23:58.500Z] === RUN TestPluginInvalidJSON [2020-12-11T19:23:58.761Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-12-11T19:23:58.761Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-12-11T19:23:58.761Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-12-11T19:23:58.761Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-12-11T19:23:58.761Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-12-11T19:23:58.761Z] === RUN TestPluginInstall [2020-12-11T19:23:58.761Z] === RUN TestPluginInstall/no_auth [2020-12-11T19:23:59.334Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-12-11T19:24:01.251Z] time="2020-12-11T19:24:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:24:01.251Z] time="2020-12-11T19:24:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:877558e9056c3d679a37f31856ea3b2fbed754dfd86e208e4a66e213dd8f80c2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-11T19:24:01.251Z] time="2020-12-11T19:24:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:24:01.251Z] time="2020-12-11T19:24:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:877558e9056c3d679a37f31856ea3b2fbed754dfd86e208e4a66e213dd8f80c2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-11T19:24:01.513Z] === RUN TestPluginInstall/with_htpasswd [2020-12-11T19:24:01.693Z] ok github.com/docker/docker/pkg/chrootarchive 2.495s coverage: 43.2% of statements [2020-12-11T19:24:01.693Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-12-11T19:24:02.087Z] time="2020-12-11T19:24:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:24:02.087Z] time="2020-12-11T19:24:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:116c43b7275fbf904df722134a731be732421ec7c9babb36ef7732c67f5ff24c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-11T19:24:02.087Z] time="2020-12-11T19:24:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:24:02.087Z] time="2020-12-11T19:24:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:116c43b7275fbf904df722134a731be732421ec7c9babb36ef7732c67f5ff24c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-11T19:24:02.262Z] ok github.com/docker/docker/layer 7.896s coverage: 68.8% of statements [2020-12-11T19:24:02.262Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-12-11T19:24:02.262Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-12-11T19:24:02.262Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-12-11T19:24:02.262Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-12-11T19:24:02.262Z] ? github.com/docker/docker/oci/caps [no test files] [2020-12-11T19:24:02.262Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-12-11T19:24:02.262Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-12-11T19:24:02.262Z] ok github.com/docker/docker/pkg/discovery 0.010s coverage: 58.3% of statements [2020-12-11T19:24:02.660Z] === RUN TestPluginInstall/with_insecure [2020-12-11T19:24:02.660Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-12-11T19:24:02.831Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2020-12-11T19:24:03.400Z] ok github.com/docker/docker/pkg/discovery/memory 0.011s coverage: 92.3% of statements [2020-12-11T19:24:03.606Z] time="2020-12-11T19:24:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:24:03.606Z] time="2020-12-11T19:24:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fed967be3abcee7185eacc9f18fd78364395de75b75a767b8baedc615e91613b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-11T19:24:03.606Z] time="2020-12-11T19:24:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-11T19:24:03.606Z] time="2020-12-11T19:24:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fed967be3abcee7185eacc9f18fd78364395de75b75a767b8baedc615e91613b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-11T19:24:03.969Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2020-12-11T19:24:04.179Z] --- PASS: TestPluginInstall (5.36s) [2020-12-11T19:24:04.179Z] --- PASS: TestPluginInstall/no_auth (2.77s) [2020-12-11T19:24:04.179Z] --- PASS: TestPluginInstall/with_htpasswd (1.09s) [2020-12-11T19:24:04.179Z] --- PASS: TestPluginInstall/with_insecure (1.50s) [2020-12-11T19:24:04.179Z] plugin_test.go:157: [d28500402170a] daemon is not started [2020-12-11T19:24:04.179Z] PASS [2020-12-11T19:24:04.179Z] [2020-12-11T19:24:04.179Z] DONE 6 tests in 5.520s [2020-12-11T19:24:04.179Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-12-11T19:24:04.179Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:24:04.179Z] ++ set -e [2020-12-11T19:24:04.179Z] ++ '[' -n 0 ']' [2020-12-11T19:24:04.179Z] ++ set -x [2020-12-11T19:24:04.179Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:24:04.179Z] INFO: Testing against a local daemon [2020-12-11T19:24:04.179Z] === RUN TestExternalGraphDriver [2020-12-11T19:24:04.179Z] === RUN TestExternalGraphDriver/json [2020-12-11T19:24:04.538Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2020-12-11T19:24:05.915Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2020-12-11T19:24:06.100Z] === RUN TestExternalGraphDriver/spec [2020-12-11T19:24:06.192Z] --- PASS: TestCreateServiceMultipleTimes (15.52s) [2020-12-11T19:24:06.192Z] === RUN TestCreateServiceConflict [2020-12-11T19:24:06.484Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 89.5% of statements [2020-12-11T19:24:06.743Z] ok github.com/docker/docker/pkg/discovery/kv 3.074s coverage: 84.1% of statements [2020-12-11T19:24:07.002Z] ok github.com/docker/docker/pkg/fsutils 0.144s coverage: 85.1% of statements [2020-12-11T19:24:07.002Z] ok github.com/docker/docker/pkg/homedir 0.008s coverage: 11.4% of statements [2020-12-11T19:24:07.702Z] --- PASS: TestCreateServiceConflict (1.89s) [2020-12-11T19:24:07.702Z] === RUN TestCreateServiceMaxReplicas [2020-12-11T19:24:08.015Z] === RUN TestExternalGraphDriver/pull [2020-12-11T19:24:08.380Z] ok github.com/docker/docker/pkg/idtools 0.464s coverage: 70.1% of statements [2020-12-11T19:24:08.380Z] ok github.com/docker/docker/pkg/ioutils 0.459s coverage: 69.3% of statements [2020-12-11T19:24:08.949Z] ok github.com/docker/docker/pkg/longpath 0.013s coverage: 100.0% of statements [2020-12-11T19:24:08.949Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2020-12-11T19:24:08.949Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-12-11T19:24:08.949Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-12-11T19:24:08.949Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-12-11T19:24:09.208Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2020-12-11T19:24:09.208Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-12-11T19:24:09.467Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2020-12-11T19:24:09.726Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2020-12-11T19:24:09.935Z] --- PASS: TestExternalGraphDriver (5.76s) [2020-12-11T19:24:09.935Z] --- PASS: TestExternalGraphDriver/json (1.94s) [2020-12-11T19:24:09.935Z] --- PASS: TestExternalGraphDriver/spec (1.90s) [2020-12-11T19:24:09.935Z] --- PASS: TestExternalGraphDriver/pull (1.81s) [2020-12-11T19:24:09.935Z] === RUN TestGraphdriverPluginV2 [2020-12-11T19:24:09.985Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 86.7% of statements [2020-12-11T19:24:10.245Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2020-12-11T19:24:10.245Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-12-11T19:24:10.245Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-12-11T19:24:10.461Z] --- PASS: TestCreateServiceMaxReplicas (2.56s) [2020-12-11T19:24:10.461Z] === RUN TestCreateWithDuplicateNetworkNames [2020-12-11T19:24:11.183Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.021s coverage: 56.8% of statements [2020-12-11T19:24:11.751Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-12-11T19:24:12.010Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-12-11T19:24:12.270Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2020-12-11T19:24:13.646Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 75.0% of statements [2020-12-11T19:24:13.906Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2020-12-11T19:24:14.148Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-12-11T19:24:14.422Z] --- PASS: TestGraphdriverPluginV2 (4.55s) [2020-12-11T19:24:14.422Z] PASS [2020-12-11T19:24:14.422Z] [2020-12-11T19:24:14.422Z] DONE 5 tests in 10.447s [2020-12-11T19:24:14.422Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-12-11T19:24:14.422Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:24:14.422Z] ++ set -e [2020-12-11T19:24:14.422Z] ++ '[' -n 0 ']' [2020-12-11T19:24:14.422Z] ++ set -x [2020-12-11T19:24:14.422Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:24:14.693Z] INFO: Testing against a local daemon [2020-12-11T19:24:14.693Z] === RUN TestContinueAfterPluginCrash [2020-12-11T19:24:14.693Z] === PAUSE TestContinueAfterPluginCrash [2020-12-11T19:24:14.693Z] === RUN TestReadPluginNoRead [2020-12-11T19:24:14.693Z] === PAUSE TestReadPluginNoRead [2020-12-11T19:24:14.693Z] === RUN TestDaemonStartWithLogOpt [2020-12-11T19:24:14.693Z] === PAUSE TestDaemonStartWithLogOpt [2020-12-11T19:24:14.693Z] === CONT TestContinueAfterPluginCrash [2020-12-11T19:24:14.693Z] === CONT TestDaemonStartWithLogOpt [2020-12-11T19:24:15.268Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-12-11T19:24:16.656Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-12-11T19:24:17.191Z] ok github.com/docker/docker/pkg/signal 2.389s coverage: 61.0% of statements [2020-12-11T19:24:17.191Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-12-11T19:24:17.191Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-12-11T19:24:17.230Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-12-11T19:24:17.450Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-12-11T19:24:18.018Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.9% of statements [2020-12-11T19:24:18.175Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-12-11T19:24:18.587Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2020-12-11T19:24:19.215Z] ok github.com/docker/docker/pkg/tailfile 0.086s coverage: 88.6% of statements [2020-12-11T19:24:19.566Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-12-11T19:24:19.789Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2020-12-11T19:24:19.789Z] testing: warning: no tests to run [2020-12-11T19:24:19.789Z] coverage: [no statements] [2020-12-11T19:24:19.789Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-12-11T19:24:20.362Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-12-11T19:24:20.362Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-12-11T19:24:20.511Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-12-11T19:24:20.511Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-12-11T19:24:20.511Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-12-11T19:24:20.511Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-12-11T19:24:20.620Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-12-11T19:24:20.773Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-12-11T19:24:21.034Z] --- PASS: TestDaemonStartWithLogOpt (6.30s) [2020-12-11T19:24:21.034Z] === CONT TestReadPluginNoRead [2020-12-11T19:24:21.981Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-12-11T19:24:21.981Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-12-11T19:24:22.523Z] ok github.com/docker/docker/plugin 0.515s coverage: 23.2% of statements [2020-12-11T19:24:22.927Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-12-11T19:24:23.099Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.77s) [2020-12-11T19:24:23.099Z] === RUN TestCreateServiceSecretFileMode [2020-12-11T19:24:23.460Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-12-11T19:24:23.719Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 85.4% of statements [2020-12-11T19:24:23.871Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-12-11T19:24:24.444Z] === RUN TestReadPluginNoRead/default [2020-12-11T19:24:24.444Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-12-11T19:24:24.444Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-12-11T19:24:25.095Z] ok github.com/docker/docker/quota 0.229s coverage: 71.4% of statements [2020-12-11T19:24:25.174Z] --- PASS: TestCreateServiceSecretFileMode (2.22s) [2020-12-11T19:24:25.174Z] === RUN TestCreateServiceConfigFileMode [2020-12-11T19:24:25.355Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2020-12-11T19:24:26.360Z] --- PASS: TestContinueAfterPluginCrash (11.34s) [2020-12-11T19:24:26.360Z] === RUN TestReadPluginNoRead/disabled_caching [2020-12-11T19:24:26.622Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-12-11T19:24:26.733Z] ok github.com/docker/docker/registry 0.057s coverage: 57.2% of statements [2020-12-11T19:24:27.247Z] --- PASS: TestCreateServiceConfigFileMode (2.19s) [2020-12-11T19:24:27.247Z] === RUN TestCreateServiceSysctls [2020-12-11T19:24:27.301Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2020-12-11T19:24:27.301Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2020-12-11T19:24:27.565Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-12-11T19:24:28.137Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-12-11T19:24:28.237Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2020-12-11T19:24:28.497Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-12-11T19:24:29.081Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-12-11T19:24:29.082Z] --- PASS: TestReadPluginNoRead (8.05s) [2020-12-11T19:24:29.082Z] --- PASS: TestReadPluginNoRead/default (1.66s) [2020-12-11T19:24:29.082Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.50s) [2020-12-11T19:24:29.082Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.45s) [2020-12-11T19:24:29.082Z] read_test.go:92: [d0e8c4b54afd9] daemon is not started [2020-12-11T19:24:29.082Z] PASS [2020-12-11T19:24:29.082Z] [2020-12-11T19:24:29.082Z] DONE 6 tests in 14.533s [2020-12-11T19:24:29.082Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-12-11T19:24:29.082Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:24:29.082Z] ++ set -e [2020-12-11T19:24:29.082Z] ++ '[' -n 0 ']' [2020-12-11T19:24:29.082Z] ++ set -x [2020-12-11T19:24:29.082Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-12-11T19:24:29.082Z] testing: warning: no tests to run [2020-12-11T19:24:29.082Z] PASS [2020-12-11T19:24:29.082Z] [2020-12-11T19:24:29.082Z] DONE 0 tests in 0.068s [2020-12-11T19:24:29.082Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-12-11T19:24:29.082Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:24:29.082Z] ++ set -e [2020-12-11T19:24:29.082Z] ++ '[' -n 0 ']' [2020-12-11T19:24:29.082Z] ++ set -x [2020-12-11T19:24:29.082Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-12-11T19:24:29.343Z] INFO: Testing against a local daemon [2020-12-11T19:24:29.343Z] === RUN TestPluginWithDevMounts [2020-12-11T19:24:29.343Z] === PAUSE TestPluginWithDevMounts [2020-12-11T19:24:29.343Z] === CONT TestPluginWithDevMounts [2020-12-11T19:24:29.343Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-12-11T19:24:29.916Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-12-11T19:24:29.916Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-12-11T19:24:30.772Z] --- PASS: TestCreateServiceSysctls (3.02s) [2020-12-11T19:24:30.772Z] === RUN TestCreateServiceCapabilities [2020-12-11T19:24:30.859Z] === RUN TestDockerSuite/TestBuildXZHost [2020-12-11T19:24:31.034Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2020-12-11T19:24:31.430Z] --- PASS: TestPluginWithDevMounts (2.01s) [2020-12-11T19:24:31.430Z] PASS [2020-12-11T19:24:31.430Z] [2020-12-11T19:24:31.430Z] DONE 1 tests in 2.164s [2020-12-11T19:24:31.430Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-12-11T19:24:31.430Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:24:31.430Z] ++ set -e [2020-12-11T19:24:31.430Z] ++ '[' -n 0 ']' [2020-12-11T19:24:31.430Z] ++ set -x [2020-12-11T19:24:31.430Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:24:31.430Z] INFO: Testing against a local daemon [2020-12-11T19:24:31.430Z] === RUN TestSecretInspect [2020-12-11T19:24:31.972Z] ok github.com/docker/docker/volume/local 0.107s coverage: 76.6% of statements [2020-12-11T19:24:32.540Z] ok github.com/docker/docker/volume/mounts 0.047s coverage: 67.0% of statements [2020-12-11T19:24:32.814Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-12-11T19:24:32.814Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-12-11T19:24:32.814Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-12-11T19:24:32.844Z] --- PASS: TestCreateServiceCapabilities (2.31s) [2020-12-11T19:24:32.844Z] === RUN TestInspect [2020-12-11T19:24:33.080Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-12-11T19:24:33.919Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.1% of statements [2020-12-11T19:24:34.036Z] === RUN TestDockerSuite/TestCommitChange [2020-12-11T19:24:34.297Z] --- PASS: TestSecretInspect (2.77s) [2020-12-11T19:24:34.297Z] === RUN TestSecretList [2020-12-11T19:24:34.869Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-12-11T19:24:35.582Z] --- PASS: TestInspect (2.49s) [2020-12-11T19:24:35.582Z] === RUN TestCreateJob [2020-12-11T19:24:35.811Z] === RUN TestDockerSuite/TestCommitHardlink [2020-12-11T19:24:37.198Z] === RUN TestDockerSuite/TestCommitNewFile [2020-12-11T19:24:37.198Z] --- PASS: TestSecretList (2.86s) [2020-12-11T19:24:37.198Z] === RUN TestSecretsCreateAndDelete [2020-12-11T19:24:38.142Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-12-11T19:24:38.326Z] --- PASS: TestCreateJob (2.95s) [2020-12-11T19:24:38.326Z] === RUN TestReplicatedJob [2020-12-11T19:24:38.404Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-12-11T19:24:39.348Z] === RUN TestDockerSuite/TestCommitTTY [2020-12-11T19:24:39.921Z] --- PASS: TestSecretsCreateAndDelete (2.86s) [2020-12-11T19:24:39.921Z] === RUN TestSecretsUpdate [2020-12-11T19:24:41.839Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-12-11T19:24:42.412Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-12-11T19:24:42.412Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-12-11T19:24:43.356Z] --- PASS: TestSecretsUpdate (3.42s) [2020-12-11T19:24:43.356Z] === RUN TestTemplatedSecret [2020-12-11T19:24:43.903Z] --- PASS: TestReplicatedJob (4.97s) [2020-12-11T19:24:43.903Z] === RUN TestUpdateReplicatedJob [2020-12-11T19:24:43.929Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-12-11T19:24:44.874Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-12-11T19:24:44.874Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-12-11T19:24:45.136Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-12-11T19:24:45.136Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-12-11T19:24:45.136Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-12-11T19:24:45.398Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-12-11T19:24:45.398Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-12-11T19:24:45.986Z] --- PASS: TestUpdateReplicatedJob (2.97s) [2020-12-11T19:24:45.987Z] === RUN TestServiceListWithStatuses [2020-12-11T19:24:45.987Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-12-11T19:24:45.987Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-12-11T19:24:45.987Z] === RUN TestDockerNetworkConnectAlias [2020-12-11T19:24:46.117Z] ok github.com/docker/docker/pkg/plugins 33.623s coverage: 76.6% of statements [2020-12-11T19:24:46.117Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-12-11T19:24:46.117Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-12-11T19:24:46.117Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-12-11T19:24:46.117Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-12-11T19:24:46.117Z] ? github.com/docker/docker/pkg/term [no test files] [2020-12-11T19:24:46.117Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-12-11T19:24:46.117Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-12-11T19:24:46.117Z] ? github.com/docker/docker/rootless [no test files] [2020-12-11T19:24:46.117Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-12-11T19:24:46.117Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-12-11T19:24:46.117Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-12-11T19:24:46.117Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-12-11T19:24:46.117Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-12-11T19:24:46.117Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-12-11T19:24:46.117Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-12-11T19:24:46.117Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-12-11T19:24:46.117Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-12-11T19:24:46.117Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-12-11T19:24:46.117Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-12-11T19:24:46.117Z] ? github.com/docker/docker/testutil/request [no test files] [2020-12-11T19:24:46.117Z] ? github.com/docker/docker/volume [no test files] [2020-12-11T19:24:46.117Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-12-11T19:24:46.117Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-12-11T19:24:46.117Z] [2020-12-11T19:24:46.117Z] === Skipped [2020-12-11T19:24:46.117Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-12-11T19:24:46.117Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-12-11T19:24:46.117Z] [2020-12-11T19:24:46.117Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-12-11T19:24:46.117Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-12-11T19:24:46.117Z] [2020-12-11T19:24:46.117Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-12-11T19:24:46.117Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:24:46.117Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-11T19:24:46.117Z] [2020-12-11T19:24:46.117Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-12-11T19:24:46.117Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:24:46.117Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-11T19:24:46.117Z] [2020-12-11T19:24:46.117Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-12-11T19:24:46.117Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:24:46.117Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-11T19:24:46.117Z] [2020-12-11T19:24:46.117Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-12-11T19:24:46.117Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:24:46.117Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-11T19:24:46.117Z] [2020-12-11T19:24:46.117Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-12-11T19:24:46.117Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:24:46.118Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-11T19:24:46.118Z] [2020-12-11T19:24:46.118Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-12-11T19:24:46.118Z] graphtest_unix.go:73: No driver to put! [2020-12-11T19:24:46.118Z] [2020-12-11T19:24:46.118Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-12-11T19:24:46.118Z] time="2020-12-11T19:23:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-11T19:24:46.118Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-11T19:24:46.118Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-11T19:24:46.118Z] [2020-12-11T19:24:46.118Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-12-11T19:24:46.118Z] time="2020-12-11T19:23:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-11T19:24:46.118Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-11T19:24:46.118Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-11T19:24:46.118Z] [2020-12-11T19:24:46.118Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-12-11T19:24:46.118Z] time="2020-12-11T19:23:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-11T19:24:46.118Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-11T19:24:46.118Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-11T19:24:46.118Z] [2020-12-11T19:24:46.118Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-12-11T19:24:46.118Z] time="2020-12-11T19:23:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-11T19:24:46.118Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-11T19:24:46.118Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-11T19:24:46.118Z] [2020-12-11T19:24:46.118Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-12-11T19:24:46.118Z] time="2020-12-11T19:23:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-11T19:24:46.118Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-11T19:24:46.118Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-11T19:24:46.118Z] [2020-12-11T19:24:46.118Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-12-11T19:24:46.118Z] graphtest_unix.go:73: No driver to put! [2020-12-11T19:24:46.118Z] [2020-12-11T19:24:46.118Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-12-11T19:24:46.118Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-12-11T19:24:46.118Z] [2020-12-11T19:24:46.118Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-12-11T19:24:46.118Z] overlay_test.go:49: Fails to compute changes intermittently [2020-12-11T19:24:46.118Z] [2020-12-11T19:24:46.118Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-12-11T19:24:46.118Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-12-11T19:24:46.118Z] [2020-12-11T19:24:46.118Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-12-11T19:24:46.118Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-12-11T19:24:46.118Z] [2020-12-11T19:24:46.118Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-12-11T19:24:46.118Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:24:46.118Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-11T19:24:46.118Z] [2020-12-11T19:24:46.118Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-12-11T19:24:46.118Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:24:46.118Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-11T19:24:46.118Z] [2020-12-11T19:24:46.118Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-12-11T19:24:46.118Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:24:46.118Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-11T19:24:46.118Z] [2020-12-11T19:24:46.118Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-12-11T19:24:46.118Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:24:46.118Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-11T19:24:46.118Z] [2020-12-11T19:24:46.118Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-12-11T19:24:46.118Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-11T19:24:46.118Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-11T19:24:46.118Z] [2020-12-11T19:24:46.118Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-12-11T19:24:46.118Z] graphtest_unix.go:73: No driver to put! [2020-12-11T19:24:46.118Z] [2020-12-11T19:24:46.118Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-12-11T19:24:46.118Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-12-11T19:24:46.118Z] [2020-12-11T19:24:46.118Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-12-11T19:24:46.118Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-12-11T19:24:46.118Z] [2020-12-11T19:24:46.118Z] [2020-12-11T19:24:46.118Z] DONE 2191 tests, 26 skipped in 250.467s Post stage [Pipeline] junit [2020-12-11T19:24:46.130Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-12-11T19:24:46.993Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41783/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5fd8d701ceff35235fc447ca9433b44f855d688d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5fd8d701ceff35235fc447ca9433b44f855d688d hack/validate/vendor [2020-12-11T19:24:47.316Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-12-11T19:24:47.316Z] --- PASS: TestTemplatedSecret (3.82s) [2020-12-11T19:24:47.316Z] === RUN TestSecretCreateResolve [2020-12-11T19:24:47.929Z] 2020/12/11 19:24:47 Collecting initial packages [2020-12-11T19:24:47.929Z] 2020/12/11 19:24:47 Download dependencies [2020-12-11T19:24:48.260Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-12-11T19:24:48.260Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-12-11T19:24:48.832Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-12-11T19:24:49.406Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-12-11T19:24:49.979Z] --- PASS: TestSecretCreateResolve (2.77s) [2020-12-11T19:24:49.979Z] PASS [2020-12-11T19:24:49.979Z] [2020-12-11T19:24:49.979Z] DONE 6 tests in 18.661s [2020-12-11T19:24:49.979Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-12-11T19:24:49.979Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:24:49.979Z] ++ set -e [2020-12-11T19:24:49.979Z] ++ '[' -n 0 ']' [2020-12-11T19:24:49.979Z] ++ set -x [2020-12-11T19:24:49.979Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-12-11T19:24:50.241Z] INFO: Testing against a local daemon [2020-12-11T19:24:50.241Z] === RUN TestServiceCreateInit [2020-12-11T19:24:50.241Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-12-11T19:24:50.241Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-12-11T19:24:50.443Z] --- PASS: TestDockerNetworkConnectAlias (3.94s) [2020-12-11T19:24:50.443Z] === RUN TestDockerNetworkReConnect [2020-12-11T19:24:50.465Z] 2020/12/11 19:24:50 Starting whole vndr cycle because no package specified [2020-12-11T19:24:50.465Z] 2020/12/11 19:24:50 Ignoring paths matching "^archive/tar" [2020-12-11T19:24:50.465Z] 2020/12/11 19:24:50 Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20 [2020-12-11T19:24:50.465Z] 2020/12/11 19:24:50 Clone github.com/willf/bitset, revision 559910e8471e48d76d9e5a1ba15842dee77ad45d, attempt 1/20 [2020-12-11T19:24:50.465Z] 2020/12/11 19:24:50 Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20 [2020-12-11T19:24:50.465Z] 2020/12/11 19:24:50 Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20 [2020-12-11T19:24:50.465Z] 2020/12/11 19:24:50 Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20 [2020-12-11T19:24:50.465Z] 2020/12/11 19:24:50 Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20 [2020-12-11T19:24:50.465Z] 2020/12/11 19:24:50 Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20 [2020-12-11T19:24:50.465Z] 2020/12/11 19:24:50 Clone github.com/moby/term, revision bea5bbe245bf407372d477f1361d2ff042d2f556, attempt 1/20 [2020-12-11T19:24:50.465Z] 2020/12/11 19:24:50 Clone github.com/moby/sys, revision 1bc8673b57550ddf85262eb0fed0aac651a37dab, attempt 1/20 [2020-12-11T19:24:50.465Z] 2020/12/11 19:24:50 Clone github.com/creack/pty, revision 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc, attempt 1/20 [2020-12-11T19:24:50.465Z] 2020/12/11 19:24:50 Clone github.com/sirupsen/logrus, revision 6699a89a232f3db797f2e280639854bbc4b89725, attempt 1/20 [2020-12-11T19:24:50.465Z] 2020/12/11 19:24:50 Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20 [2020-12-11T19:24:50.465Z] 2020/12/11 19:24:50 Clone golang.org/x/net, revision ab34263943818b32f575efc978a3d24e80b04bd7, attempt 1/20 [2020-12-11T19:24:50.465Z] 2020/12/11 19:24:50 Clone golang.org/x/sys, revision eeed37f84f13f52d35e095e8023ba65671ff86a1, attempt 1/20 [2020-12-11T19:24:50.465Z] 2020/12/11 19:24:50 Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20 [2020-12-11T19:24:50.465Z] 2020/12/11 19:24:50 Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20 [2020-12-11T19:24:50.812Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-12-11T19:24:51.385Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-12-11T19:24:51.385Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-12-11T19:24:51.385Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-12-11T19:24:51.403Z] 2020/12/11 19:24:51 Finished clone github.com/docker/libtrust [2020-12-11T19:24:51.403Z] 2020/12/11 19:24:51 Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20 [2020-12-11T19:24:51.403Z] 2020/12/11 19:24:51 Finished clone github.com/willf/bitset [2020-12-11T19:24:51.403Z] 2020/12/11 19:24:51 Clone gotest.tools/v3, revision bb0d8a963040ea5048dcef1a14d8f8b58a33d4b3, attempt 1/20 [2020-12-11T19:24:51.403Z] 2020/12/11 19:24:51 Finished clone github.com/moby/locker [2020-12-11T19:24:51.403Z] 2020/12/11 19:24:51 Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20 [2020-12-11T19:24:51.403Z] 2020/12/11 19:24:51 Finished clone github.com/creack/pty [2020-12-11T19:24:51.403Z] 2020/12/11 19:24:51 Clone github.com/syndtr/gocapability, revision 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb, attempt 1/20 [2020-12-11T19:24:51.662Z] 2020/12/11 19:24:51 Finished clone github.com/tchap/go-patricia [2020-12-11T19:24:51.662Z] 2020/12/11 19:24:51 Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20 [2020-12-11T19:24:51.662Z] 2020/12/11 19:24:51 Finished clone github.com/docker/go-units [2020-12-11T19:24:51.662Z] 2020/12/11 19:24:51 Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20 [2020-12-11T19:24:51.662Z] 2020/12/11 19:24:51 Finished clone github.com/moby/term [2020-12-11T19:24:51.662Z] 2020/12/11 19:24:51 Clone golang.org/x/sync, revision cd5d95a43a6e21273425c7ae415d3df9ea832eeb, attempt 1/20 [2020-12-11T19:24:51.662Z] 2020/12/11 19:24:51 Finished clone github.com/google/uuid [2020-12-11T19:24:51.662Z] 2020/12/11 19:24:51 Clone github.com/moby/buildkit, revision 950603da215ae03b843f3f66fbe86c4876a6f5a1, attempt 1/20 [2020-12-11T19:24:51.922Z] 2020/12/11 19:24:51 Finished clone github.com/moby/sys [2020-12-11T19:24:51.922Z] 2020/12/11 19:24:51 Clone github.com/tonistiigi/fsutil, revision 0834f99b7b85462efb69b4f571a4fa3ca7da5ac9, attempt 1/20 [2020-12-11T19:24:51.962Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-12-11T19:24:51.962Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-12-11T19:24:51.962Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-12-11T19:24:51.962Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-12-11T19:24:52.181Z] 2020/12/11 19:24:51 Finished clone github.com/gorilla/mux [2020-12-11T19:24:52.181Z] 2020/12/11 19:24:51 Clone github.com/tonistiigi/units, revision 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2, attempt 1/20 [2020-12-11T19:24:52.223Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-12-11T19:24:52.441Z] 2020/12/11 19:24:52 Finished clone github.com/sirupsen/logrus [2020-12-11T19:24:52.441Z] 2020/12/11 19:24:52 Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20 [2020-12-11T19:24:52.700Z] 2020/12/11 19:24:52 Finished clone github.com/RackSec/srslog [2020-12-11T19:24:52.700Z] 2020/12/11 19:24:52 Clone github.com/opentracing/opentracing-go, revision d34af3eaa63c4d08ab54863a4bdd0daa45212e12, attempt 1/20 [2020-12-11T19:24:52.700Z] 2020/12/11 19:24:52 Finished clone github.com/syndtr/gocapability [2020-12-11T19:24:52.700Z] 2020/12/11 19:24:52 Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20 [2020-12-11T19:24:52.795Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-12-11T19:24:52.960Z] 2020/12/11 19:24:52 Finished clone github.com/docker/go-connections [2020-12-11T19:24:52.960Z] 2020/12/11 19:24:52 Clone github.com/opentracing-contrib/go-stdlib, revision 8a6ff1ad1691a29e4f7b5d46604f97634997c8c4, attempt 1/20 [2020-12-11T19:24:52.960Z] 2020/12/11 19:24:52 Finished clone gotest.tools/v3 [2020-12-11T19:24:52.960Z] 2020/12/11 19:24:52 Clone github.com/mitchellh/hashstructure, revision a38c50148365edc8df43c1580c48fb2b3a1e9cd7, attempt 1/20 [2020-12-11T19:24:53.179Z] --- PASS: TestDockerNetworkReConnect (3.17s) [2020-12-11T19:24:53.179Z] === RUN TestServicePlugin [2020-12-11T19:24:53.179Z] --- SKIP: TestServicePlugin (0.00s) [2020-12-11T19:24:53.179Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:24:53.179Z] === RUN TestServiceUpdateLabel [2020-12-11T19:24:53.219Z] 2020/12/11 19:24:52 Finished clone github.com/imdario/mergo [2020-12-11T19:24:53.219Z] 2020/12/11 19:24:52 Clone github.com/gofrs/flock, revision 6caa7350c26b838538005fae7dbee4e69d9398db, attempt 1/20 [2020-12-11T19:24:53.219Z] 2020/12/11 19:24:53 Finished clone github.com/google/go-cmp [2020-12-11T19:24:53.219Z] 2020/12/11 19:24:53 Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20 [2020-12-11T19:24:53.219Z] 2020/12/11 19:24:53 Finished clone github.com/tonistiigi/units [2020-12-11T19:24:53.219Z] 2020/12/11 19:24:53 Clone github.com/docker/libnetwork, revision 5c6a95bfb20c61571a00f913c6b91959ede84e8d, attempt 1/20 [2020-12-11T19:24:53.219Z] 2020/12/11 19:24:53 Finished clone golang.org/x/sync [2020-12-11T19:24:53.219Z] 2020/12/11 19:24:53 Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20 [2020-12-11T19:24:53.367Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-12-11T19:24:53.788Z] 2020/12/11 19:24:53 Finished clone github.com/grpc-ecosystem/grpc-opentracing [2020-12-11T19:24:53.788Z] 2020/12/11 19:24:53 Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20 [2020-12-11T19:24:53.940Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-12-11T19:24:54.047Z] 2020/12/11 19:24:53 Finished clone github.com/google/shlex [2020-12-11T19:24:54.047Z] 2020/12/11 19:24:53 Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20 [2020-12-11T19:24:54.047Z] 2020/12/11 19:24:53 Finished clone github.com/opentracing/opentracing-go [2020-12-11T19:24:54.047Z] 2020/12/11 19:24:53 Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20 [2020-12-11T19:24:54.047Z] 2020/12/11 19:24:53 Finished clone github.com/opentracing-contrib/go-stdlib [2020-12-11T19:24:54.047Z] 2020/12/11 19:24:53 Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c, attempt 1/20 [2020-12-11T19:24:54.201Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-12-11T19:24:54.306Z] 2020/12/11 19:24:54 Finished clone github.com/mitchellh/hashstructure [2020-12-11T19:24:54.306Z] 2020/12/11 19:24:54 Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20 [2020-12-11T19:24:54.570Z] 2020/12/11 19:24:54 Finished clone github.com/gofrs/flock [2020-12-11T19:24:54.571Z] 2020/12/11 19:24:54 Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20 [2020-12-11T19:24:54.774Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-12-11T19:24:54.830Z] 2020/12/11 19:24:54 Finished clone github.com/docker/go-events [2020-12-11T19:24:54.830Z] 2020/12/11 19:24:54 Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20 [2020-12-11T19:24:55.089Z] 2020/12/11 19:24:54 Finished clone github.com/armon/go-radix [2020-12-11T19:24:55.089Z] 2020/12/11 19:24:54 Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20 [2020-12-11T19:24:55.257Z] --- PASS: TestServiceUpdateLabel (1.94s) [2020-12-11T19:24:55.257Z] === RUN TestServiceUpdateSecrets [2020-12-11T19:24:55.348Z] 2020/12/11 19:24:55 Finished clone github.com/armon/go-metrics [2020-12-11T19:24:55.348Z] 2020/12/11 19:24:55 Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20 [2020-12-11T19:24:55.608Z] 2020/12/11 19:24:55 Finished clone github.com/sean-/seed [2020-12-11T19:24:55.608Z] 2020/12/11 19:24:55 Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20 [2020-12-11T19:24:55.716Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-12-11T19:24:55.868Z] 2020/12/11 19:24:55 Finished clone github.com/tonistiigi/fsutil [2020-12-11T19:24:55.868Z] 2020/12/11 19:24:55 Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20 [2020-12-11T19:24:55.868Z] 2020/12/11 19:24:55 Finished clone github.com/hashicorp/errwrap [2020-12-11T19:24:55.868Z] 2020/12/11 19:24:55 Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20 [2020-12-11T19:24:55.978Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-12-11T19:24:55.978Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-12-11T19:24:56.437Z] 2020/12/11 19:24:56 Finished clone github.com/hashicorp/go-multierror [2020-12-11T19:24:56.437Z] 2020/12/11 19:24:56 Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20 [2020-12-11T19:24:56.696Z] 2020/12/11 19:24:56 Finished clone github.com/hashicorp/memberlist [2020-12-11T19:24:56.696Z] 2020/12/11 19:24:56 Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20 [2020-12-11T19:24:56.922Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-12-11T19:24:56.922Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-12-11T19:24:56.956Z] 2020/12/11 19:24:56 Finished clone github.com/docker/libkv [2020-12-11T19:24:56.956Z] 2020/12/11 19:24:56 Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20 [2020-12-11T19:24:57.215Z] 2020/12/11 19:24:57 Finished clone github.com/vishvananda/netns [2020-12-11T19:24:57.215Z] 2020/12/11 19:24:57 Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20 [2020-12-11T19:24:57.474Z] 2020/12/11 19:24:57 Finished clone github.com/hashicorp/go-sockaddr [2020-12-11T19:24:57.474Z] 2020/12/11 19:24:57 Clone github.com/coreos/etcd, revision d57e8b8d97adfc4a6c224fe116714bf1a1f3beb9, attempt 1/20 [2020-12-11T19:24:57.495Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-12-11T19:24:58.043Z] 2020/12/11 19:24:58 Finished clone github.com/BurntSushi/toml [2020-12-11T19:24:58.043Z] 2020/12/11 19:24:58 Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20 [2020-12-11T19:24:58.437Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-12-11T19:24:58.612Z] 2020/12/11 19:24:58 Finished clone github.com/deckarep/golang-set [2020-12-11T19:24:58.612Z] 2020/12/11 19:24:58 Clone github.com/ugorji/go, revision b4c50a2b199d93b13dc15e78929cfb23bfdf21ab, attempt 1/20 [2020-12-11T19:24:58.612Z] 2020/12/11 19:24:58 Finished clone github.com/vishvananda/netlink [2020-12-11T19:24:58.612Z] 2020/12/11 19:24:58 Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20 [2020-12-11T19:24:58.612Z] 2020/12/11 19:24:58 Finished clone github.com/samuel/go-zookeeper [2020-12-11T19:24:58.612Z] 2020/12/11 19:24:58 Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20 [2020-12-11T19:24:59.011Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-12-11T19:24:59.011Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-12-11T19:24:59.182Z] 2020/12/11 19:24:59 Finished clone github.com/golang/gddo [2020-12-11T19:24:59.182Z] 2020/12/11 19:24:59 Clone github.com/ishidawataru/sctp, revision 6e2cb1366111dcf547c13531e3a263a067715847, attempt 1/20 [2020-12-11T19:24:59.441Z] 2020/12/11 19:24:59 Finished clone github.com/moby/ipvs [2020-12-11T19:24:59.441Z] 2020/12/11 19:24:59 Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20 [2020-12-11T19:24:59.441Z] 2020/12/11 19:24:59 Finished clone github.com/coreos/go-semver [2020-12-11T19:24:59.441Z] 2020/12/11 19:24:59 Clone github.com/docker/distribution, revision 0d3efadf0154c2b8a4e7b6621fff9809655cc580, attempt 1/20 [2020-12-11T19:24:59.701Z] 2020/12/11 19:24:59 Finished clone github.com/hashicorp/go-msgpack [2020-12-11T19:24:59.701Z] 2020/12/11 19:24:59 Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20 [2020-12-11T19:24:59.953Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-12-11T19:25:00.214Z] --- PASS: TestServiceCreateInit (10.07s) [2020-12-11T19:25:00.214Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.72s) [2020-12-11T19:25:00.214Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.32s) [2020-12-11T19:25:00.214Z] === RUN TestCreateServiceMultipleTimes [2020-12-11T19:25:00.363Z] 2020/12/11 19:25:00 Finished clone golang.org/x/net [2020-12-11T19:25:00.363Z] 2020/12/11 19:25:00 Clone github.com/opencontainers/go-digest, revision ea51bea511f75cfa3ef6098cc253c5c3609b037a, attempt 1/20 [2020-12-11T19:25:00.659Z] 2020/12/11 19:25:00 Finished clone github.com/ishidawataru/sctp [2020-12-11T19:25:00.659Z] 2020/12/11 19:25:00 Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20 [2020-12-11T19:25:00.794Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-12-11T19:25:01.739Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-12-11T19:25:01.739Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-12-11T19:25:02.051Z] 2020/12/11 19:25:01 Finished clone github.com/opencontainers/go-digest [2020-12-11T19:25:02.051Z] 2020/12/11 19:25:01 Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20 [2020-12-11T19:25:02.311Z] 2020/12/11 19:25:02 Finished clone github.com/mistifyio/go-zfs [2020-12-11T19:25:02.311Z] 2020/12/11 19:25:02 Clone github.com/opencontainers/runc, revision ff819c7e9184c13b7c2607fe6c30ae19403a7aff, attempt 1/20 [2020-12-11T19:25:02.571Z] 2020/12/11 19:25:02 Finished clone go.etcd.io/bbolt [2020-12-11T19:25:02.571Z] 2020/12/11 19:25:02 Clone github.com/opencontainers/runtime-spec, revision 4d89ac9fbff6c455f46a5bb59c6b1bb7184a5e43, attempt 1/20 [2020-12-11T19:25:02.685Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-12-11T19:25:04.602Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-12-11T19:25:05.110Z] 2020/12/11 19:25:04 Finished clone github.com/vbatts/tar-split [2020-12-11T19:25:05.110Z] 2020/12/11 19:25:04 Clone github.com/opencontainers/image-spec, revision d60099175f88c47cd379c4738d158884749ed235, attempt 1/20 [2020-12-11T19:25:05.110Z] 2020/12/11 19:25:04 Finished clone github.com/grpc-ecosystem/go-grpc-middleware [2020-12-11T19:25:05.110Z] 2020/12/11 19:25:04 Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20 [2020-12-11T19:25:05.370Z] 2020/12/11 19:25:05 Finished clone github.com/Microsoft/opengcs [2020-12-11T19:25:05.370Z] 2020/12/11 19:25:05 Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20 [2020-12-11T19:25:05.370Z] 2020/12/11 19:25:05 Finished clone github.com/hashicorp/serf [2020-12-11T19:25:05.370Z] 2020/12/11 19:25:05 Clone github.com/coreos/go-systemd/v22, revision 2d78030078ef61b3cae27f42ad6d0e46db51b339, attempt 1/20 [2020-12-11T19:25:05.988Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-12-11T19:25:05.988Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-12-11T19:25:05.988Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-12-11T19:25:05.988Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-12-11T19:25:05.988Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-12-11T19:25:06.310Z] 2020/12/11 19:25:05 Finished clone github.com/opencontainers/runtime-spec [2020-12-11T19:25:06.310Z] 2020/12/11 19:25:05 Clone github.com/godbus/dbus/v5, revision 37bf87eef99d69c4f1d3528bd66e3a87dc201472, attempt 1/20 [2020-12-11T19:25:06.562Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-12-11T19:25:06.880Z] 2020/12/11 19:25:06 Finished clone github.com/cyphar/filepath-securejoin [2020-12-11T19:25:06.880Z] 2020/12/11 19:25:06 Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20 [2020-12-11T19:25:07.820Z] 2020/12/11 19:25:07 Finished clone github.com/coreos/go-systemd/v22 [2020-12-11T19:25:07.820Z] 2020/12/11 19:25:07 Clone github.com/fluent/fluent-logger-golang, revision 7a6c9dcd7f14c2ed5d8c55c11b894e5455ee311b, attempt 1/20 [2020-12-11T19:25:07.820Z] 2020/12/11 19:25:07 Finished clone github.com/coreos/go-systemd [2020-12-11T19:25:07.820Z] 2020/12/11 19:25:07 Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20 [2020-12-11T19:25:08.390Z] 2020/12/11 19:25:08 Finished clone github.com/Graylog2/go-gelf [2020-12-11T19:25:08.390Z] 2020/12/11 19:25:08 Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20 [2020-12-11T19:25:08.390Z] 2020/12/11 19:25:08 Finished clone github.com/godbus/dbus/v5 [2020-12-11T19:25:08.390Z] 2020/12/11 19:25:08 Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20 [2020-12-11T19:25:08.651Z] 2020/12/11 19:25:08 Finished clone github.com/opencontainers/image-spec [2020-12-11T19:25:08.651Z] 2020/12/11 19:25:08 Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20 [2020-12-11T19:25:09.220Z] 2020/12/11 19:25:08 Finished clone github.com/philhofer/fwd [2020-12-11T19:25:09.221Z] 2020/12/11 19:25:08 Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20 [2020-12-11T19:25:09.221Z] 2020/12/11 19:25:09 Finished clone github.com/fluent/fluent-logger-golang [2020-12-11T19:25:09.221Z] 2020/12/11 19:25:09 Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20 [2020-12-11T19:25:09.481Z] 2020/12/11 19:25:09 Finished clone github.com/ugorji/go [2020-12-11T19:25:09.481Z] 2020/12/11 19:25:09 Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20 [2020-12-11T19:25:10.421Z] 2020/12/11 19:25:10 Finished clone github.com/fsnotify/fsnotify [2020-12-11T19:25:10.421Z] 2020/12/11 19:25:10 Clone google.golang.org/api, revision dec2ee309f5b09fc59bc40676447c15736284d78, attempt 1/20 [2020-12-11T19:25:10.594Z] --- PASS: TestServiceUpdateSecrets (14.37s) [2020-12-11T19:25:10.594Z] === RUN TestServiceUpdateConfigs [2020-12-11T19:25:10.681Z] 2020/12/11 19:25:10 Finished clone github.com/bsphere/le_go [2020-12-11T19:25:10.681Z] 2020/12/11 19:25:10 Clone github.com/golang/groupcache, revision 869f871628b6baa9cfbc11732cdf6546b17c1298, attempt 1/20 [2020-12-11T19:25:11.251Z] 2020/12/11 19:25:11 Finished clone github.com/jmespath/go-jmespath [2020-12-11T19:25:11.251Z] 2020/12/11 19:25:11 Clone go.opencensus.io, revision d835ff86be02193d324330acdb7d65546b05f814, attempt 1/20 [2020-12-11T19:25:11.821Z] 2020/12/11 19:25:11 Finished clone golang.org/x/sys [2020-12-11T19:25:11.821Z] 2020/12/11 19:25:11 Clone cloud.google.com/go, revision ceeb313ad77b789a7fa5287b36a1d127b69b7093, attempt 1/20 [2020-12-11T19:25:11.821Z] 2020/12/11 19:25:11 Finished clone golang.org/x/oauth2 [2020-12-11T19:25:11.821Z] 2020/12/11 19:25:11 Clone github.com/googleapis/gax-go, revision bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2, attempt 1/20 [2020-12-11T19:25:11.855Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-12-11T19:25:11.855Z] === RUN TestDockerSuite/TestContainerAPITop [2020-12-11T19:25:12.081Z] 2020/12/11 19:25:12 Finished clone github.com/golang/groupcache [2020-12-11T19:25:12.081Z] 2020/12/11 19:25:12 Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20 [2020-12-11T19:25:12.341Z] 2020/12/11 19:25:12 Finished clone github.com/tinylib/msgp [2020-12-11T19:25:12.341Z] 2020/12/11 19:25:12 Clone github.com/containerd/containerd, revision 0edc412565dcc6e3d6125ff9e4b009ad4b89c638, attempt 1/20 [2020-12-11T19:25:12.430Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-12-11T19:25:12.430Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-12-11T19:25:12.430Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-12-11T19:25:13.281Z] 2020/12/11 19:25:12 Finished clone github.com/googleapis/gax-go [2020-12-11T19:25:13.281Z] 2020/12/11 19:25:12 Clone github.com/containerd/fifo, revision 0724c46b320cf96bb172a0550c19a4b1fca4dacb, attempt 1/20 [2020-12-11T19:25:13.852Z] 2020/12/11 19:25:13 Finished clone github.com/docker/libnetwork [2020-12-11T19:25:13.852Z] 2020/12/11 19:25:13 Clone github.com/containerd/continuity, revision efbc4488d8fe1bdc16bde3b2d2990d9b3a899165, attempt 1/20 [2020-12-11T19:25:14.421Z] 2020/12/11 19:25:14 Finished clone github.com/containerd/fifo [2020-12-11T19:25:14.421Z] 2020/12/11 19:25:14 Clone github.com/containerd/cgroups, revision 0b889c03f102012f1d93a97ddd3ef71cd6f4f510, attempt 1/20 [2020-12-11T19:25:14.941Z] 2020/12/11 19:25:14 Finished clone github.com/moby/buildkit [2020-12-11T19:25:14.941Z] 2020/12/11 19:25:14 Clone github.com/containerd/console, revision 5d7e1412f07b502a01029ea20e20e0d2be31fa7c, attempt 1/20 [2020-12-11T19:25:14.941Z] 2020/12/11 19:25:14 Finished clone go.opencensus.io [2020-12-11T19:25:14.941Z] 2020/12/11 19:25:14 Clone github.com/containerd/go-runc, revision 16b287bc67d069a60fa48db15f330b790b74365b, attempt 1/20 [2020-12-11T19:25:14.985Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-12-11T19:25:15.201Z] 2020/12/11 19:25:15 Finished clone github.com/miekg/dns [2020-12-11T19:25:15.201Z] 2020/12/11 19:25:15 Clone github.com/containerd/typeurl, revision cd3ce7159eae562a4f60ceff37dada11a939d247, attempt 1/20 [2020-12-11T19:25:15.556Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-12-11T19:25:15.770Z] 2020/12/11 19:25:15 Finished clone golang.org/x/text [2020-12-11T19:25:15.770Z] 2020/12/11 19:25:15 Clone github.com/containerd/ttrpc, revision bfba540dc45464586c106b1f31c8547933c1eb41, attempt 1/20 [2020-12-11T19:25:16.128Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-12-11T19:25:16.340Z] 2020/12/11 19:25:16 Finished clone github.com/containerd/go-runc [2020-12-11T19:25:16.340Z] 2020/12/11 19:25:16 Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20 [2020-12-11T19:25:16.340Z] 2020/12/11 19:25:16 Finished clone github.com/containerd/cgroups [2020-12-11T19:25:16.340Z] 2020/12/11 19:25:16 Clone github.com/cilium/ebpf, revision 1c8d4c9ef7759622653a1d319284a44652333b28, attempt 1/20 [2020-12-11T19:25:16.600Z] 2020/12/11 19:25:16 Finished clone github.com/containerd/typeurl [2020-12-11T19:25:16.600Z] 2020/12/11 19:25:16 Clone github.com/docker/swarmkit, revision d6592ddefd8a5319aadff74c558b816b1a0b2590, attempt 1/20 [2020-12-11T19:25:17.538Z] 2020/12/11 19:25:17 Finished clone github.com/containerd/ttrpc [2020-12-11T19:25:17.538Z] 2020/12/11 19:25:17 Clone github.com/gogo/protobuf, revision 5628607bb4c51c3157aacc3a50f0ab707582b805, attempt 1/20 [2020-12-11T19:25:18.046Z] --- PASS: TestCreateServiceMultipleTimes (17.97s) [2020-12-11T19:25:18.046Z] === RUN TestCreateServiceConflict [2020-12-11T19:25:18.137Z] 2020/12/11 19:25:18 Finished clone github.com/opencontainers/runc [2020-12-11T19:25:18.137Z] 2020/12/11 19:25:18 Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20 [2020-12-11T19:25:18.138Z] 2020/12/11 19:25:18 Finished clone github.com/gogo/googleapis [2020-12-11T19:25:18.138Z] 2020/12/11 19:25:18 Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20 [2020-12-11T19:25:18.706Z] 2020/12/11 19:25:18 Finished clone github.com/containerd/console [2020-12-11T19:25:18.706Z] 2020/12/11 19:25:18 Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20 [2020-12-11T19:25:19.275Z] 2020/12/11 19:25:19 Finished clone google.golang.org/grpc [2020-12-11T19:25:19.275Z] 2020/12/11 19:25:19 Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20 [2020-12-11T19:25:19.432Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-12-11T19:25:19.694Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-12-11T19:25:19.843Z] 2020/12/11 19:25:19 Finished clone github.com/docker/distribution [2020-12-11T19:25:19.843Z] 2020/12/11 19:25:19 Clone golang.org/x/crypto, revision c1f2f97bffc9c53fc40a1a28a5b460094c0050d9, attempt 1/20 [2020-12-11T19:25:20.102Z] 2020/12/11 19:25:19 Finished clone github.com/fernet/fernet-go [2020-12-11T19:25:20.102Z] 2020/12/11 19:25:19 Clone golang.org/x/time, revision 555d28b269f0569763d25dbe1a237ae74c6bcc82, attempt 1/20 [2020-12-11T19:25:20.362Z] 2020/12/11 19:25:20 Finished clone github.com/cilium/ebpf [2020-12-11T19:25:20.362Z] 2020/12/11 19:25:20 Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20 [2020-12-11T19:25:20.638Z] --- PASS: TestCreateServiceConflict (2.54s) [2020-12-11T19:25:20.638Z] === RUN TestCreateServiceMaxReplicas [2020-12-11T19:25:20.931Z] 2020/12/11 19:25:20 Finished clone github.com/containerd/continuity [2020-12-11T19:25:20.931Z] 2020/12/11 19:25:20 Clone git://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20 [2020-12-11T19:25:21.210Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-12-11T19:25:21.870Z] 2020/12/11 19:25:21 Finished clone golang.org/x/time [2020-12-11T19:25:21.870Z] 2020/12/11 19:25:21 Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20 [2020-12-11T19:25:21.870Z] 2020/12/11 19:25:21 Finished clone github.com/hashicorp/go-immutable-radix [2020-12-11T19:25:21.870Z] 2020/12/11 19:25:21 Clone github.com/coreos/pkg, revision 3ac0863d7acf3bc44daf49afef8919af12f704ef, attempt 1/20 [2020-12-11T19:25:21.870Z] 2020/12/11 19:25:21 Finished clone github.com/hashicorp/go-memdb [2020-12-11T19:25:21.870Z] 2020/12/11 19:25:21 Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20 [2020-12-11T19:25:22.155Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-12-11T19:25:23.248Z] 2020/12/11 19:25:23 Finished clone github.com/hashicorp/golang-lru [2020-12-11T19:25:23.248Z] 2020/12/11 19:25:23 Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20 [2020-12-11T19:25:23.248Z] 2020/12/11 19:25:23 Finished clone code.cloudfoundry.org/clock [2020-12-11T19:25:23.248Z] 2020/12/11 19:25:23 Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20 [2020-12-11T19:25:23.248Z] 2020/12/11 19:25:23 Finished clone github.com/coreos/pkg [2020-12-11T19:25:23.248Z] 2020/12/11 19:25:23 Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20 [2020-12-11T19:25:23.545Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-12-11T19:25:24.118Z] --- PASS: TestCreateServiceMaxReplicas (3.52s) [2020-12-11T19:25:24.118Z] === RUN TestCreateWithDuplicateNetworkNames [2020-12-11T19:25:24.627Z] 2020/12/11 19:25:24 Finished clone github.com/beorn7/perks [2020-12-11T19:25:24.627Z] 2020/12/11 19:25:24 Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20 [2020-12-11T19:25:24.690Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-12-11T19:25:24.887Z] 2020/12/11 19:25:24 Finished clone github.com/prometheus/client_model [2020-12-11T19:25:24.887Z] 2020/12/11 19:25:24 Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20 [2020-12-11T19:25:25.825Z] 2020/12/11 19:25:25 Finished clone golang.org/x/crypto [2020-12-11T19:25:25.825Z] 2020/12/11 19:25:25 Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20 [2020-12-11T19:25:25.924Z] --- PASS: TestServiceUpdateConfigs (14.33s) [2020-12-11T19:25:25.924Z] === RUN TestServiceUpdateNetwork [2020-12-11T19:25:26.085Z] 2020/12/11 19:25:26 Finished clone github.com/golang/protobuf [2020-12-11T19:25:26.085Z] 2020/12/11 19:25:26 Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20 [2020-12-11T19:25:26.605Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-12-11T19:25:26.654Z] 2020/12/11 19:25:26 Finished clone github.com/prometheus/client_golang [2020-12-11T19:25:26.654Z] 2020/12/11 19:25:26 Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20 [2020-12-11T19:25:27.222Z] 2020/12/11 19:25:27 Finished clone github.com/matttproud/golang_protobuf_extensions [2020-12-11T19:25:27.222Z] 2020/12/11 19:25:27 Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20 [2020-12-11T19:25:27.481Z] 2020/12/11 19:25:27 Finished clone github.com/prometheus/procfs [2020-12-11T19:25:27.481Z] 2020/12/11 19:25:27 Clone github.com/spf13/cobra, revision 86f8bfd7fef868a174e1b606783bd7f5c82ddf8f, attempt 1/20 [2020-12-11T19:25:27.547Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-12-11T19:25:27.741Z] 2020/12/11 19:25:27 Finished clone github.com/prometheus/common [2020-12-11T19:25:27.741Z] 2020/12/11 19:25:27 Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20 [2020-12-11T19:25:27.741Z] 2020/12/11 19:25:27 Finished clone github.com/pkg/errors [2020-12-11T19:25:27.741Z] 2020/12/11 19:25:27 Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20 [2020-12-11T19:25:28.310Z] 2020/12/11 19:25:28 Finished clone github.com/grpc-ecosystem/go-grpc-prometheus [2020-12-11T19:25:28.310Z] 2020/12/11 19:25:28 Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20 [2020-12-11T19:25:28.569Z] 2020/12/11 19:25:28 Finished clone github.com/cespare/xxhash/v2 [2020-12-11T19:25:28.569Z] 2020/12/11 19:25:28 Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20 [2020-12-11T19:25:28.932Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000b67e80_} [2020-12-11T19:25:29.139Z] 2020/12/11 19:25:28 Finished clone github.com/inconshreveable/mousetrap [2020-12-11T19:25:29.139Z] 2020/12/11 19:25:28 Clone github.com/opencontainers/selinux, revision 25504e34a9826d481f6e2903963ecaa881749124, attempt 1/20 [2020-12-11T19:25:29.708Z] 2020/12/11 19:25:29 Finished clone github.com/spf13/pflag [2020-12-11T19:25:29.708Z] 2020/12/11 19:25:29 Clone github.com/Microsoft/hcsshim, revision 9dcb42f100215f8d375b4a9265e5bba009217a85, attempt 1/20 [2020-12-11T19:25:29.708Z] 2020/12/11 19:25:29 Finished clone github.com/morikuni/aec [2020-12-11T19:25:29.708Z] 2020/12/11 19:25:29 Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109, attempt 1/20 [2020-12-11T19:25:29.969Z] 2020/12/11 19:25:29 Finished clone github.com/docker/go-metrics [2020-12-11T19:25:29.969Z] 2020/12/11 19:25:29 Clone github.com/Microsoft/go-winio, revision 5b44b70ab3ab4d291a7c1d28afe7b4afeced0ed4, attempt 1/20 [2020-12-11T19:25:30.318Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1062825185_/foo_false____} [2020-12-11T19:25:30.539Z] 2020/12/11 19:25:30 Finished clone github.com/spf13/cobra [2020-12-11T19:25:31.108Z] 2020/12/11 19:25:31 Finished clone github.com/Azure/go-ansiterm [2020-12-11T19:25:31.677Z] 2020/12/11 19:25:31 Finished clone github.com/Microsoft/go-winio [2020-12-11T19:25:31.703Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1062825185_/foo_true____} [2020-12-11T19:25:32.247Z] 2020/12/11 19:25:31 Finished clone github.com/google/certificate-transparency-go [2020-12-11T19:25:32.247Z] 2020/12/11 19:25:32 Finished clone github.com/opencontainers/selinux [2020-12-11T19:25:33.092Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3615277260_/foo_false____} [2020-12-11T19:25:34.477Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3615277260_/foo_true____} [2020-12-11T19:25:35.545Z] 2020/12/11 19:25:34 Finished clone github.com/cloudflare/cfssl [2020-12-11T19:25:35.863Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3615277260_/foo_true__0xc000b67f20__} [2020-12-11T19:25:36.297Z] --- PASS: TestServiceUpdateNetwork (12.30s) [2020-12-11T19:25:36.297Z] === RUN TestServiceUpdatePidsLimit [2020-12-11T19:25:36.434Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000b67f40_} [2020-12-11T19:25:37.338Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-12-11T19:25:37.819Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.29s) [2020-12-11T19:25:37.819Z] === RUN TestCreateServiceSecretFileMode [2020-12-11T19:25:37.819Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000b67f60_} [2020-12-11T19:25:37.974Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-12-11T19:25:39.206Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000b67f80_} [2020-12-11T19:25:39.780Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000b67fa0_} [2020-12-11T19:25:40.354Z] --- PASS: TestCreateServiceSecretFileMode (2.84s) [2020-12-11T19:25:40.354Z] === RUN TestCreateServiceConfigFileMode [2020-12-11T19:25:41.297Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-12-11T19:25:42.241Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-12-11T19:25:42.241Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-12-11T19:25:42.241Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-12-11T19:25:42.241Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-12-11T19:25:42.241Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-12-11T19:25:42.241Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-12-11T19:25:42.241Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-12-11T19:25:42.241Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-12-11T19:25:42.502Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-12-11T19:25:42.502Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-12-11T19:25:42.502Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-12-11T19:25:42.502Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-12-11T19:25:42.502Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-12-11T19:25:42.502Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-12-11T19:25:42.502Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-12-11T19:25:42.502Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-12-11T19:25:42.502Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-12-11T19:25:42.763Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-12-11T19:25:43.339Z] --- PASS: TestCreateServiceConfigFileMode (2.89s) [2020-12-11T19:25:43.339Z] === RUN TestCreateServiceSysctls [2020-12-11T19:25:44.729Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-12-11T19:25:44.860Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-12-11T19:25:44.991Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-12-11T19:25:47.542Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-12-11T19:25:47.542Z] --- PASS: TestCreateServiceSysctls (3.92s) [2020-12-11T19:25:47.542Z] === RUN TestCreateServiceCapabilities [2020-12-11T19:25:47.763Z] 2020/12/11 19:25:45 Finished clone github.com/docker/swarmkit [2020-12-11T19:25:47.763Z] 2020/12/11 19:25:47 Finished clone github.com/Microsoft/hcsshim [2020-12-11T19:25:49.144Z] 2020/12/11 19:25:48 Finished clone cloud.google.com/go [2020-12-11T19:25:50.091Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-12-11T19:25:50.353Z] --- PASS: TestCreateServiceCapabilities (3.14s) [2020-12-11T19:25:50.353Z] === RUN TestInspect [2020-12-11T19:25:50.524Z] 2020/12/11 19:25:50 Finished clone github.com/coreos/etcd [2020-12-11T19:25:51.298Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-12-11T19:25:51.559Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-12-11T19:25:52.503Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-12-11T19:25:52.632Z] --- PASS: TestBuildWithHugeFile (133.12s) [2020-12-11T19:25:52.632Z] === RUN TestBuildWithEmptyDockerfile [2020-12-11T19:25:52.632Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-11T19:25:52.632Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-11T19:25:52.632Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-11T19:25:52.632Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-11T19:25:52.632Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-11T19:25:52.632Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-11T19:25:52.632Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-11T19:25:52.632Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-11T19:25:52.632Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-11T19:25:52.632Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2020-12-11T19:25:52.632Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2020-12-11T19:25:52.632Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2020-12-11T19:25:52.632Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2020-12-11T19:25:52.632Z] === RUN TestBuildPreserveOwnership [2020-12-11T19:25:52.632Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2020-12-11T19:25:52.632Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-12-11T19:25:52.632Z] === RUN TestBuildPlatformInvalid [2020-12-11T19:25:52.632Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2020-12-11T19:25:52.632Z] PASS [2020-12-11T19:25:52.632Z] ok github.com/docker/docker/integration/build 187.910s [2020-12-11T19:25:53.095Z] [2020-12-11T19:25:53.095Z] === Skipped [2020-12-11T19:25:53.095Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-12-11T19:25:53.095Z] build_session_test.go:25: TODO: BuildKit [2020-12-11T19:25:53.095Z] [2020-12-11T19:25:53.095Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-12-11T19:25:53.095Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:25:53.095Z] [2020-12-11T19:25:53.095Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2020-12-11T19:25:53.095Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-12-11T19:25:53.095Z] [2020-12-11T19:25:53.095Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2020-12-11T19:25:53.095Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-12-11T19:25:53.095Z] [2020-12-11T19:25:53.095Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2020-12-11T19:25:53.095Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-12-11T19:25:53.095Z] [2020-12-11T19:25:53.095Z] [2020-12-11T19:25:53.095Z] DONE 28 tests, 5 skipped in 209.339s [2020-12-11T19:25:53.095Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-12-11T19:25:53.340Z] --- PASS: TestServiceUpdatePidsLimit (15.97s) [2020-12-11T19:25:53.340Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s) [2020-12-11T19:25:53.340Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.87s) [2020-12-11T19:25:53.340Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2020-12-11T19:25:53.340Z] PASS [2020-12-11T19:25:53.340Z] [2020-12-11T19:25:53.340Z] === Skipped [2020-12-11T19:25:53.340Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-12-11T19:25:53.340Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-12-11T19:25:53.340Z] [2020-12-11T19:25:53.340Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-12-11T19:25:53.340Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-11T19:25:53.340Z] [2020-12-11T19:25:53.340Z] [2020-12-11T19:25:53.340Z] DONE 27 tests, 2 skipped in 129.443s [2020-12-11T19:25:53.340Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-12-11T19:25:53.340Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:25:53.340Z] ++ set -e [2020-12-11T19:25:53.340Z] ++ '[' -n 0 ']' [2020-12-11T19:25:53.340Z] ++ set -x [2020-12-11T19:25:53.340Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:25:53.340Z] INFO: Testing against a local daemon [2020-12-11T19:25:53.340Z] === RUN TestSessionCreate [2020-12-11T19:25:53.340Z] --- PASS: TestSessionCreate (0.03s) [2020-12-11T19:25:53.340Z] === RUN TestSessionCreateWithBadUpgrade [2020-12-11T19:25:53.340Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-12-11T19:25:53.340Z] PASS [2020-12-11T19:25:53.340Z] [2020-12-11T19:25:53.340Z] DONE 2 tests in 0.140s [2020-12-11T19:25:53.340Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-12-11T19:25:53.340Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:25:53.340Z] ++ set -e [2020-12-11T19:25:53.340Z] ++ '[' -n 0 ']' [2020-12-11T19:25:53.340Z] ++ set -x [2020-12-11T19:25:53.340Z] ++ env -i DEST=/go/src/github.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 [2020-12-11T19:25:53.340Z] INFO: Testing against a local daemon [2020-12-11T19:25:53.340Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-12-11T19:25:53.340Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-11T19:25:53.340Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-12-11T19:25:53.340Z] === RUN TestEventsExecDie [2020-12-11T19:25:53.340Z] --- PASS: TestEventsExecDie (0.61s) [2020-12-11T19:25:53.340Z] === RUN TestEventsBackwardsCompatible [2020-12-11T19:25:53.340Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2020-12-11T19:25:53.340Z] === RUN TestInfoBinaryCommits [2020-12-11T19:25:53.340Z] --- PASS: TestInfoBinaryCommits (0.04s) [2020-12-11T19:25:53.341Z] === RUN TestInfoAPIVersioned [2020-12-11T19:25:53.341Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-12-11T19:25:53.341Z] === RUN TestInfoDiscoveryBackend [2020-12-11T19:25:53.455Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-12-11T19:25:53.630Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-12-11T19:25:53.630Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-12-11T19:25:54.404Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-12-11T19:25:54.404Z] --- PASS: TestInspect (4.10s) [2020-12-11T19:25:54.404Z] === RUN TestCreateJob [2020-12-11T19:25:54.663Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-12-11T19:25:54.663Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-12-11T19:25:55.290Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-11T19:25:55.290Z] INFO: Testing against a local daemon [2020-12-11T19:25:55.290Z] === RUN TestConfigInspect [2020-12-11T19:25:55.290Z] --- SKIP: TestConfigInspect (0.00s) [2020-12-11T19:25:55.290Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:25:55.290Z] === RUN TestConfigList [2020-12-11T19:25:55.290Z] --- SKIP: TestConfigList (0.00s) [2020-12-11T19:25:55.290Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:25:55.290Z] === RUN TestConfigsCreateAndDelete [2020-12-11T19:25:55.290Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2020-12-11T19:25:55.290Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:25:55.290Z] === RUN TestConfigsUpdate [2020-12-11T19:25:55.290Z] --- SKIP: TestConfigsUpdate (0.00s) [2020-12-11T19:25:55.290Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:25:55.290Z] === RUN TestTemplatedConfig [2020-12-11T19:25:55.290Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-12-11T19:25:55.290Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:25:55.290Z] === RUN TestConfigCreateResolve [2020-12-11T19:25:55.290Z] --- SKIP: TestConfigCreateResolve (0.00s) [2020-12-11T19:25:55.290Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:25:55.290Z] === RUN TestConfigDaemonLibtrustID [2020-12-11T19:25:55.290Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2020-12-11T19:25:55.290Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:25:55.290Z] PASS [2020-12-11T19:25:55.290Z] ok github.com/docker/docker/integration/config 0.183s [2020-12-11T19:25:55.294Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-12-11T19:25:55.294Z] === RUN TestInfoAPI [2020-12-11T19:25:55.294Z] --- PASS: TestInfoAPI (0.04s) [2020-12-11T19:25:55.294Z] === RUN TestInfoAPIWarnings [2020-12-11T19:25:55.347Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-12-11T19:25:55.752Z] [2020-12-11T19:25:55.752Z] === Skipped [2020-12-11T19:25:55.752Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2020-12-11T19:25:55.752Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:25:55.752Z] [2020-12-11T19:25:55.752Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2020-12-11T19:25:55.752Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:25:55.752Z] [2020-12-11T19:25:55.752Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-12-11T19:25:55.752Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:25:55.752Z] [2020-12-11T19:25:55.752Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2020-12-11T19:25:55.752Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:25:55.752Z] [2020-12-11T19:25:55.752Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2020-12-11T19:25:55.752Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:25:55.752Z] [2020-12-11T19:25:55.752Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2020-12-11T19:25:55.752Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:25:55.752Z] [2020-12-11T19:25:55.752Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-12-11T19:25:55.752Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:25:55.752Z] [2020-12-11T19:25:55.752Z] [2020-12-11T19:25:55.752Z] DONE 7 tests, 7 skipped in 2.368s [2020-12-11T19:25:55.752Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-12-11T19:25:55.835Z] 2020/12/11 19:25:55 Finished clone github.com/containerd/containerd [2020-12-11T19:25:55.919Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-12-11T19:25:57.306Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-12-11T19:25:57.879Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-12-11T19:25:58.680Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-11T19:25:58.680Z] INFO: Testing against a local daemon [2020-12-11T19:25:58.680Z] === RUN TestCheckpoint [2020-12-11T19:25:58.680Z] --- SKIP: TestCheckpoint (0.00s) [2020-12-11T19:25:58.680Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-11T19:25:58.680Z] === RUN TestContainerInvalidJSON [2020-12-11T19:25:58.680Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-12-11T19:25:58.680Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-12-11T19:25:58.680Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-12-11T19:25:58.680Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-12-11T19:25:58.680Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-12-11T19:25:58.680Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-12-11T19:25:58.680Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-12-11T19:25:58.680Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-12-11T19:25:58.680Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-12-11T19:25:58.680Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-12-11T19:25:58.680Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-12-11T19:25:58.680Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2020-12-11T19:25:58.680Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-12-11T19:25:58.680Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-12-11T19:25:58.680Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.38s) [2020-12-11T19:25:58.680Z] === RUN TestCopyFromContainerPathIsNotDir [2020-12-11T19:25:58.680Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2020-12-11T19:25:58.680Z] copy_test.go:38: testEnv.OSType == "windows" [2020-12-11T19:25:58.680Z] === RUN TestCopyToContainerPathDoesNotExist [2020-12-11T19:25:58.823Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-12-11T19:25:58.823Z] --- PASS: TestCreateJob (4.29s) [2020-12-11T19:25:58.823Z] === RUN TestReplicatedJob [2020-12-11T19:25:59.143Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.20s) [2020-12-11T19:25:59.143Z] === RUN TestCopyToContainerPathIsNotDir [2020-12-11T19:25:59.143Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2020-12-11T19:25:59.143Z] copy_test.go:63: testEnv.OSType == "windows" [2020-12-11T19:25:59.143Z] === RUN TestCopyFromContainer [2020-12-11T19:25:59.143Z] --- SKIP: TestCopyFromContainer (0.00s) [2020-12-11T19:25:59.143Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:25:59.143Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-12-11T19:25:59.143Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-11T19:25:59.143Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-11T19:25:59.143Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-11T19:25:59.143Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-11T19:25:59.143Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-11T19:25:59.143Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-11T19:25:59.143Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-11T19:25:59.143Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-11T19:25:59.143Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-11T19:25:59.143Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2020-12-11T19:25:59.143Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-12-11T19:25:59.143Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-12-11T19:25:59.143Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2020-12-11T19:25:59.143Z] === RUN TestCreateLinkToNonExistingContainer [2020-12-11T19:25:59.143Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2020-12-11T19:25:59.143Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-12-11T19:25:59.143Z] === RUN TestCreateWithInvalidEnv [2020-12-11T19:25:59.143Z] === RUN TestCreateWithInvalidEnv/0 [2020-12-11T19:25:59.143Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-12-11T19:25:59.143Z] === RUN TestCreateWithInvalidEnv/1 [2020-12-11T19:25:59.143Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-12-11T19:25:59.143Z] === RUN TestCreateWithInvalidEnv/2 [2020-12-11T19:25:59.143Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-12-11T19:25:59.143Z] === CONT TestCreateWithInvalidEnv/0 [2020-12-11T19:25:59.143Z] === CONT TestCreateWithInvalidEnv/2 [2020-12-11T19:25:59.143Z] === CONT TestCreateWithInvalidEnv/1 [2020-12-11T19:25:59.143Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2020-12-11T19:25:59.143Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-12-11T19:25:59.143Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-12-11T19:25:59.143Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2020-12-11T19:25:59.143Z] === RUN TestCreateTmpfsMountsTarget [2020-12-11T19:25:59.143Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2020-12-11T19:25:59.143Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:25:59.143Z] === RUN TestCreateWithCustomMaskedPaths [2020-12-11T19:25:59.143Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2020-12-11T19:25:59.143Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:25:59.143Z] === RUN TestCreateWithCustomReadonlyPaths [2020-12-11T19:25:59.143Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2020-12-11T19:25:59.143Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:25:59.143Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-12-11T19:25:59.143Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-11T19:25:59.143Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-11T19:25:59.143Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-11T19:25:59.143Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-11T19:25:59.143Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-11T19:25:59.143Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-11T19:25:59.143Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-11T19:25:59.143Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-11T19:25:59.143Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-11T19:25:59.143Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-11T19:25:59.143Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-11T19:25:59.143Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-11T19:25:59.143Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-11T19:25:59.143Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-11T19:25:59.143Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-11T19:25:59.143Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-12-11T19:25:59.143Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-12-11T19:25:59.143Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-12-11T19:25:59.143Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-12-11T19:25:59.143Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-12-11T19:25:59.143Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-12-11T19:25:59.143Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-12-11T19:25:59.143Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-12-11T19:25:59.143Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-12-11T19:25:59.143Z] === RUN TestCreateDifferentPlatform [2020-12-11T19:25:59.143Z] === RUN TestCreateDifferentPlatform/different_os [2020-12-11T19:25:59.143Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-12-11T19:25:59.143Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-12-11T19:25:59.143Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-12-11T19:25:59.143Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-12-11T19:25:59.143Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-12-11T19:25:59.143Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2020-12-11T19:25:59.143Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-12-11T19:25:59.143Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2020-12-11T19:25:59.143Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2020-12-11T19:25:59.143Z] === RUN TestContainerKillOnDaemonStart [2020-12-11T19:25:59.143Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-12-11T19:25:59.143Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:25:59.143Z] === RUN TestDiff [2020-12-11T19:25:59.143Z] --- SKIP: TestDiff (0.00s) [2020-12-11T19:25:59.143Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-12-11T19:25:59.143Z] === RUN TestExecWithCloseStdin [2020-12-11T19:25:59.396Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-12-11T19:25:59.969Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-12-11T19:26:00.916Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-12-11T19:26:01.343Z] --- PASS: TestExecWithCloseStdin (1.96s) [2020-12-11T19:26:01.343Z] === RUN TestExec [2020-12-11T19:26:01.860Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-12-11T19:26:01.860Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-12-11T19:26:02.804Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-12-11T19:26:02.892Z] --- PASS: TestExec (1.69s) [2020-12-11T19:26:02.892Z] === RUN TestExecUser [2020-12-11T19:26:02.892Z] --- SKIP: TestExecUser (0.00s) [2020-12-11T19:26:02.892Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-12-11T19:26:02.892Z] === RUN TestExportContainerAndImportImage [2020-12-11T19:26:02.892Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2020-12-11T19:26:02.892Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:26:02.892Z] === RUN TestExportContainerAfterDaemonRestart [2020-12-11T19:26:02.892Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2020-12-11T19:26:02.892Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:26:02.892Z] === RUN TestHealthCheckWorkdir [2020-12-11T19:26:02.892Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2020-12-11T19:26:02.892Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-12-11T19:26:02.892Z] === RUN TestHealthKillContainer [2020-12-11T19:26:02.892Z] --- SKIP: TestHealthKillContainer (0.00s) [2020-12-11T19:26:02.892Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-12-11T19:26:02.892Z] === RUN TestInspectCpusetInConfigPre120 [2020-12-11T19:26:02.892Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2020-12-11T19:26:02.892Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-12-11T19:26:02.892Z] === RUN TestKillContainerInvalidSignal [2020-12-11T19:26:04.441Z] --- PASS: TestKillContainerInvalidSignal (1.52s) [2020-12-11T19:26:04.441Z] === RUN TestKillContainer [2020-12-11T19:26:04.441Z] === RUN TestKillContainer/no_signal [2020-12-11T19:26:04.723Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-12-11T19:26:05.666Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-12-11T19:26:05.666Z] --- PASS: TestReplicatedJob (7.03s) [2020-12-11T19:26:05.666Z] === RUN TestUpdateReplicatedJob [2020-12-11T19:26:05.821Z] 2020/12/11 19:26:04 Finished clone google.golang.org/genproto [2020-12-11T19:26:05.991Z] === RUN TestKillContainer/non_killing_signal [2020-12-11T19:26:05.991Z] === RUN TestKillContainer/killing_signal [2020-12-11T19:26:06.615Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-12-11T19:26:06.615Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-12-11T19:26:07.188Z] === RUN TestDockerSuite/TestCpRelativePath [2020-12-11T19:26:07.539Z] --- PASS: TestKillContainer (3.25s) [2020-12-11T19:26:07.539Z] --- PASS: TestKillContainer/no_signal (1.44s) [2020-12-11T19:26:07.539Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2020-12-11T19:26:07.539Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2020-12-11T19:26:07.539Z] --- PASS: TestKillContainer/killing_signal (1.77s) [2020-12-11T19:26:07.539Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-12-11T19:26:07.539Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-12-11T19:26:07.539Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-12-11T19:26:07.539Z] === RUN TestKillStoppedContainer [2020-12-11T19:26:07.539Z] --- SKIP: TestKillStoppedContainer (0.00s) [2020-12-11T19:26:07.539Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-12-11T19:26:07.539Z] === RUN TestKillStoppedContainerAPIPre120 [2020-12-11T19:26:07.539Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2020-12-11T19:26:07.539Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-12-11T19:26:07.539Z] === RUN TestKillDifferentUserContainer [2020-12-11T19:26:07.539Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2020-12-11T19:26:07.539Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-12-11T19:26:07.539Z] === RUN TestInspectOomKilledTrue [2020-12-11T19:26:07.539Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-12-11T19:26:07.539Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:26:07.539Z] === RUN TestInspectOomKilledFalse [2020-12-11T19:26:07.539Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-12-11T19:26:07.539Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-11T19:26:07.539Z] === RUN TestLogsFollowTailEmpty [2020-12-11T19:26:08.133Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-12-11T19:26:09.078Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-12-11T19:26:09.093Z] --- PASS: TestLogsFollowTailEmpty (1.47s) [2020-12-11T19:26:09.093Z] === RUN TestNetworkNat [2020-12-11T19:26:09.093Z] --- SKIP: TestNetworkNat (0.00s) [2020-12-11T19:26:09.093Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-12-11T19:26:09.093Z] === RUN TestNetworkLocalhostTCPNat [2020-12-11T19:26:09.115Z] 2020/12/11 19:26:08 Finished clone github.com/gogo/protobuf [2020-12-11T19:26:09.340Z] --- PASS: TestUpdateReplicatedJob (3.53s) [2020-12-11T19:26:09.340Z] === RUN TestServiceListWithStatuses [2020-12-11T19:26:09.340Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-12-11T19:26:09.340Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-12-11T19:26:09.340Z] === RUN TestDockerNetworkConnectAlias [2020-12-11T19:26:09.601Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-12-11T19:26:10.545Z] === RUN TestDockerSuite/TestCpToCaseA [2020-12-11T19:26:11.286Z] --- PASS: TestNetworkLocalhostTCPNat (2.14s) [2020-12-11T19:26:11.286Z] === RUN TestNetworkLoopbackNat [2020-12-11T19:26:11.286Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2020-12-11T19:26:11.286Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2020-12-11T19:26:11.286Z] === RUN TestPause [2020-12-11T19:26:11.286Z] --- SKIP: TestPause (0.00s) [2020-12-11T19:26:11.286Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-12-11T19:26:11.286Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-12-11T19:26:11.933Z] === RUN TestDockerSuite/TestCpToCaseB [2020-12-11T19:26:12.521Z] === RUN TestDockerSuite/TestCpToCaseC [2020-12-11T19:26:12.839Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.38s) [2020-12-11T19:26:12.839Z] === RUN TestPauseStopPausedContainer [2020-12-11T19:26:12.839Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2020-12-11T19:26:12.839Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:26:12.839Z] === RUN TestPsFilter [2020-12-11T19:26:12.839Z] --- PASS: TestPsFilter (0.10s) [2020-12-11T19:26:12.839Z] === RUN TestRemoveContainerWithRemovedVolume [2020-12-11T19:26:13.861Z] --- PASS: TestInfoAPIWarnings (16.31s) [2020-12-11T19:26:13.861Z] === RUN TestInfoDebug [2020-12-11T19:26:13.861Z] --- PASS: TestInfoDebug (0.53s) [2020-12-11T19:26:13.861Z] === RUN TestInfoInsecureRegistries [2020-12-11T19:26:13.861Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-12-11T19:26:13.861Z] === RUN TestInfoRegistryMirrors [2020-12-11T19:26:13.861Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2020-12-11T19:26:13.861Z] === RUN TestLoginFailsWithBadCredentials [2020-12-11T19:26:13.861Z] --- PASS: TestLoginFailsWithBadCredentials (0.30s) [2020-12-11T19:26:13.861Z] === RUN TestPingCacheHeaders [2020-12-11T19:26:13.861Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-12-11T19:26:13.861Z] === RUN TestPingGet [2020-12-11T19:26:13.861Z] --- PASS: TestPingGet (0.03s) [2020-12-11T19:26:13.861Z] === RUN TestPingHead [2020-12-11T19:26:13.861Z] --- PASS: TestPingHead (0.04s) [2020-12-11T19:26:13.861Z] === RUN TestVersion [2020-12-11T19:26:13.861Z] --- PASS: TestVersion (0.03s) [2020-12-11T19:26:13.861Z] PASS [2020-12-11T19:26:13.861Z] [2020-12-11T19:26:13.861Z] === Skipped [2020-12-11T19:26:13.861Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-11T19:26:13.861Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-12-11T19:26:13.861Z] [2020-12-11T19:26:13.861Z] [2020-12-11T19:26:13.861Z] DONE 18 tests, 1 skipped in 21.280s [2020-12-11T19:26:13.861Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-12-11T19:26:13.861Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:26:13.861Z] ++ set -e [2020-12-11T19:26:13.861Z] ++ '[' -n 0 ']' [2020-12-11T19:26:13.861Z] ++ set -x [2020-12-11T19:26:13.861Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-12-11T19:26:13.861Z] INFO: Testing against a local daemon [2020-12-11T19:26:13.861Z] === RUN TestVolumesCreateAndList [2020-12-11T19:26:13.861Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-12-11T19:26:13.861Z] === RUN TestVolumesRemove [2020-12-11T19:26:13.861Z] --- PASS: TestVolumesRemove (0.08s) [2020-12-11T19:26:13.861Z] === RUN TestVolumesInspect [2020-12-11T19:26:13.861Z] --- PASS: TestVolumesInspect (0.02s) [2020-12-11T19:26:13.861Z] === RUN TestVolumesInvalidJSON [2020-12-11T19:26:13.861Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-12-11T19:26:13.861Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-12-11T19:26:13.861Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-12-11T19:26:13.861Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-12-11T19:26:13.861Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-12-11T19:26:13.861Z] PASS [2020-12-11T19:26:13.861Z] [2020-12-11T19:26:13.861Z] DONE 5 tests in 0.227s [2020-12-11T19:26:13.861Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-12-11T19:26:13.861Z] ++++ cat bundles/test-integration/docker.pid [2020-12-11T19:26:13.861Z] +++ kill 14089 [2020-12-11T19:26:14.387Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.66s) [2020-12-11T19:26:14.387Z] === RUN TestRemoveContainerWithVolume [2020-12-11T19:26:14.434Z] --- PASS: TestDockerNetworkConnectAlias (4.95s) [2020-12-11T19:26:14.434Z] === RUN TestDockerNetworkReConnect [2020-12-11T19:26:14.434Z] === RUN TestDockerSuite/TestCpToCaseD [2020-12-11T19:26:15.365Z] +++ /etc/init.d/apparmor stop [2020-12-11T19:26:15.365Z] Leaving: AppArmorNo profiles have been unloaded. [2020-12-11T19:26:15.365Z] [2020-12-11T19:26:15.365Z] Unloading profiles will leave already running processes permanently [2020-12-11T19:26:15.365Z] unconfined, which can lead to unexpected situations. [2020-12-11T19:26:15.365Z] [2020-12-11T19:26:15.365Z] To set a process to complain mode, use the command line tool [2020-12-11T19:26:15.365Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-12-11T19:26:15.365Z] +++ true [2020-12-11T19:26:15.365Z] exiting test-integration [2020-12-11T19:26:15.365Z] ++ exit 0 [2020-12-11T19:26:15.365Z] [2020-12-11T19:26:16.589Z] --- PASS: TestRemoveContainerWithVolume (1.77s) [2020-12-11T19:26:16.589Z] === RUN TestRemoveContainerRunning Post stage [Pipeline] junit [2020-12-11T19:26:16.928Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-12-11T19:26:17.565Z] --- PASS: TestRemoveContainerRunning (1.48s) [2020-12-11T19:26:17.565Z] === RUN TestRemoveContainerForceRemoveRunning [2020-12-11T19:26:17.629Z] + echo Ensuring container killed. [2020-12-11T19:26:17.629Z] Ensuring container killed. [2020-12-11T19:26:17.629Z] + docker rm -vf docker-pr1 [2020-12-11T19:26:17.629Z] Error: No such container: docker-pr1 [2020-12-11T19:26:17.629Z] + true [Pipeline] sh [2020-12-11T19:26:18.037Z] + echo Chowning /workspace to jenkins user [2020-12-11T19:26:18.037Z] Chowning /workspace to jenkins user [2020-12-11T19:26:18.037Z] + id -u [2020-12-11T19:26:18.037Z] + id -g [2020-12-11T19:26:18.037Z] + docker run --rm -v /home/docker/workspace/moby_PR-41783:/workspace busybox chown -R 1001:1001 /workspace [2020-12-11T19:26:18.037Z] Unable to find image 'busybox:latest' locally [2020-12-11T19:26:18.327Z] latest: Pulling from library/busybox [2020-12-11T19:26:18.327Z] fcdecd492fba: Pulling fs layer [2020-12-11T19:26:18.619Z] fcdecd492fba: Verifying Checksum [2020-12-11T19:26:18.619Z] fcdecd492fba: Download complete [2020-12-11T19:26:18.643Z] === RUN TestDockerSuite/TestCpToCaseE [2020-12-11T19:26:18.643Z] --- PASS: TestDockerNetworkReConnect (4.35s) [2020-12-11T19:26:18.643Z] === RUN TestServicePlugin [2020-12-11T19:26:18.910Z] fcdecd492fba: Pull complete [2020-12-11T19:26:18.910Z] Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678 [2020-12-11T19:26:18.910Z] Status: Downloaded newer image for busybox:latest [2020-12-11T19:26:19.111Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.45s) [2020-12-11T19:26:19.111Z] === RUN TestRemoveInvalidContainer [2020-12-11T19:26:19.112Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-12-11T19:26:19.112Z] === RUN TestRenameLinkedContainer [2020-12-11T19:26:19.112Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2020-12-11T19:26:19.112Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-12-11T19:26:19.112Z] === RUN TestRenameStoppedContainer [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-12-11T19:26:20.809Z] + bundleName=ppc64le-integration [2020-12-11T19:26:20.809Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-12-11T19:26:20.809Z] Creating ppc64le-integration-bundles.tar.gz [2020-12-11T19:26:20.809Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-12-11T19:26:20.809Z] + xargs tar -czf ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-12-11T19:26:20.852Z] Archiving artifacts [2020-12-11T19:26:21.193Z] === RUN TestDockerSuite/TestCpToCaseF [2020-12-11T19:26:21.193Z] === RUN TestDockerSuite/TestCpToCaseG [2020-12-11T19:26:21.264Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41783/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-12-11T19:26:21.683Z] + make clean [2020-12-11T19:26:21.973Z] make: command: Command not found [2020-12-11T19:26:21.973Z] make: command: Command not found [2020-12-11T19:26:21.973Z] docker volume rm -f docker-dev-cache [2020-12-11T19:26:21.973Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-11T19:26:25.407Z] === RUN TestDockerSuite/TestCpToCaseH [2020-12-11T19:26:26.224Z] --- PASS: TestRenameStoppedContainer (6.63s) [2020-12-11T19:26:26.224Z] === RUN TestRenameRunningContainerAndReuse [2020-12-11T19:26:27.325Z] === RUN TestDockerSuite/TestCpToCaseI [2020-12-11T19:26:27.590Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-12-11T19:26:29.148Z] --- PASS: TestRenameRunningContainerAndReuse (3.04s) [2020-12-11T19:26:29.148Z] === RUN TestRenameInvalidName [2020-12-11T19:26:30.124Z] --- PASS: TestRenameInvalidName (1.47s) [2020-12-11T19:26:30.124Z] === RUN TestRenameAnonymousContainer [2020-12-11T19:26:30.124Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2020-12-11T19:26:30.124Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-12-11T19:26:30.124Z] === RUN TestRenameContainerWithSameName [2020-12-11T19:26:30.895Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-12-11T19:26:31.467Z] === RUN TestDockerSuite/TestCpToDot [2020-12-11T19:26:31.673Z] --- PASS: TestRenameContainerWithSameName (1.43s) [2020-12-11T19:26:31.673Z] === RUN TestRenameContainerWithLinkedContainer [2020-12-11T19:26:31.673Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2020-12-11T19:26:31.673Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-12-11T19:26:31.673Z] === RUN TestResize [2020-12-11T19:26:32.038Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-12-11T19:26:33.223Z] --- PASS: TestResize (1.41s) [2020-12-11T19:26:33.223Z] === RUN TestResizeWithInvalidSize [2020-12-11T19:26:33.223Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2020-12-11T19:26:33.223Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2020-12-11T19:26:33.223Z] === RUN TestResizeWhenContainerNotStarted [2020-12-11T19:26:33.426Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-12-11T19:26:34.371Z] === RUN TestDockerSuite/TestCpToStdout [2020-12-11T19:26:34.772Z] --- PASS: TestResizeWhenContainerNotStarted (1.62s) [2020-12-11T19:26:34.772Z] === RUN TestDaemonRestartKillContainers [2020-12-11T19:26:34.772Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-12-11T19:26:34.772Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:26:34.772Z] === RUN TestStats [2020-12-11T19:26:34.772Z] --- SKIP: TestStats (0.00s) [2020-12-11T19:26:34.772Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-12-11T19:26:34.772Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-12-11T19:26:34.945Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-12-11T19:26:35.674Z] 2020/12/11 19:26:35 Finished clone github.com/hashicorp/consul [2020-12-11T19:26:36.335Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-12-11T19:26:36.335Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-12-11T19:26:36.910Z] === RUN TestDockerSuite/TestCpVolumePath [2020-12-11T19:26:38.314Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-12-11T19:26:38.314Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-12-11T19:26:38.314Z] === RUN TestDockerSuite/TestCreateArgs [2020-12-11T19:26:38.576Z] === RUN TestDockerSuite/TestCreateByImageID [2020-12-11T19:26:39.149Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-12-11T19:26:39.507Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.04s) [2020-12-11T19:26:39.507Z] === RUN TestStopContainerWithTimeout [2020-12-11T19:26:39.507Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2020-12-11T19:26:39.507Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-12-11T19:26:39.507Z] === RUN TestUpdateRestartPolicy [2020-12-11T19:26:39.723Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-12-11T19:26:39.723Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-12-11T19:26:39.723Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-12-11T19:26:40.297Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-12-11T19:26:40.558Z] === RUN TestDockerSuite/TestCreateLabels [2020-12-11T19:26:40.820Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-12-11T19:26:40.820Z] === RUN TestDockerSuite/TestCreateRM [2020-12-11T19:26:41.080Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-12-11T19:26:41.080Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-12-11T19:26:41.080Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-12-11T19:26:41.080Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-12-11T19:26:42.997Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-12-11T19:26:42.997Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-12-11T19:26:42.997Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-12-11T19:26:44.916Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-12-11T19:26:46.835Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-12-11T19:26:46.835Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-12-11T19:26:46.835Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-12-11T19:26:46.835Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-12-11T19:26:46.835Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-12-11T19:26:46.835Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-12-11T19:26:47.779Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-12-11T19:26:48.724Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-12-11T19:26:48.984Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-12-11T19:26:49.931Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-12-11T19:26:50.566Z] 2020/12/11 19:26:48 Finished clone github.com/aws/aws-sdk-go [2020-12-11T19:26:51.317Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-12-11T19:26:51.317Z] --- PASS: TestServicePlugin (32.84s) [2020-12-11T19:26:51.317Z] plugin_test.go:62: [d84aace0eb7b0] joining swarm manager [d72df8cb4787c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:26:51.317Z] plugin_test.go:65: [d086a63e0a764] joining swarm manager [d72df8cb4787c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-11T19:26:51.317Z] === RUN TestServiceUpdateLabel [2020-12-11T19:26:51.578Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-12-11T19:26:52.152Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-12-11T19:26:52.414Z] === RUN TestDockerSuite/TestDevicePermissions [2020-12-11T19:26:52.675Z] === RUN TestDockerSuite/TestDockerFails [2020-12-11T19:26:52.936Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-12-11T19:26:52.936Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-12-11T19:26:52.936Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-12-11T19:26:54.326Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-12-11T19:26:54.326Z] --- PASS: TestServiceUpdateLabel (2.86s) [2020-12-11T19:26:54.326Z] === RUN TestServiceUpdateSecrets [2020-12-11T19:26:54.898Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-12-11T19:26:56.284Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-12-11T19:26:56.284Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-12-11T19:26:56.284Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-12-11T19:26:56.284Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-12-11T19:27:00.656Z] --- PASS: TestUpdateRestartPolicy (18.94s) [2020-12-11T19:27:00.656Z] === RUN TestUpdateRestartWithAutoRemove [2020-12-11T19:27:00.656Z] --- PASS: TestUpdateRestartWithAutoRemove (1.50s) [2020-12-11T19:27:00.656Z] === RUN TestWaitNonBlocked [2020-12-11T19:27:00.656Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-11T19:27:00.656Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-11T19:27:00.656Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-11T19:27:00.656Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-11T19:27:00.656Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-11T19:27:00.656Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-11T19:27:02.886Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-12-11T19:27:03.831Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-12-11T19:27:05.746Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-12-11T19:27:06.484Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-12-11T19:27:06.484Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.48s) [2020-12-11T19:27:06.484Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (6.98s) [2020-12-11T19:27:06.484Z] === RUN TestWaitBlocked [2020-12-11T19:27:06.484Z] --- SKIP: TestWaitBlocked (0.00s) [2020-12-11T19:27:06.484Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:27:06.484Z] PASS [2020-12-11T19:27:06.484Z] ok github.com/docker/docker/integration/container 68.069s [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === Skipped [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-12-11T19:27:06.484Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2020-12-11T19:27:06.484Z] copy_test.go:38: testEnv.OSType == "windows" [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s) [2020-12-11T19:27:06.484Z] copy_test.go:63: testEnv.OSType == "windows" [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-12-11T19:27:06.484Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-12-11T19:27:06.484Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-12-11T19:27:06.484Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-12-11T19:27:06.484Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-12-11T19:27:06.484Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-12-11T19:27:06.484Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2020-12-11T19:27:06.484Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2020-12-11T19:27:06.484Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-12-11T19:27:06.484Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-12-11T19:27:06.484Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-12-11T19:27:06.484Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-12-11T19:27:06.484Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-12-11T19:27:06.484Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-12-11T19:27:06.484Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-12-11T19:27:06.484Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2020-12-11T19:27:06.484Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2020-12-11T19:27:06.484Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-12-11T19:27:06.484Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-12-11T19:27:06.484Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-12-11T19:27:06.484Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-12-11T19:27:06.484Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-12-11T19:27:06.484Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-12-11T19:27:06.484Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-12-11T19:27:06.484Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-12-11T19:27:06.484Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.484Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-12-11T19:27:06.484Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-12-11T19:27:06.484Z] [2020-12-11T19:27:06.485Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-12-11T19:27:06.485Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:06.485Z] [2020-12-11T19:27:06.485Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-12-11T19:27:06.485Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-12-11T19:27:06.485Z] [2020-12-11T19:27:06.485Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-12-11T19:27:06.485Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-12-11T19:27:06.485Z] [2020-12-11T19:27:06.485Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-12-11T19:27:06.485Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-12-11T19:27:06.485Z] [2020-12-11T19:27:06.485Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-12-11T19:27:06.485Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2020-12-11T19:27:06.485Z] [2020-12-11T19:27:06.485Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-12-11T19:27:06.485Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:06.485Z] [2020-12-11T19:27:06.485Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-12-11T19:27:06.485Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-12-11T19:27:06.485Z] [2020-12-11T19:27:06.485Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-12-11T19:27:06.485Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-12-11T19:27:06.485Z] [2020-12-11T19:27:06.485Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-12-11T19:27:06.485Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:27:06.485Z] [2020-12-11T19:27:06.485Z] [2020-12-11T19:27:06.485Z] DONE 88 tests, 37 skipped in 70.706s [2020-12-11T19:27:06.485Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-12-11T19:27:07.132Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-12-11T19:27:07.704Z] === RUN TestDockerSuite/TestEventsAttach [2020-12-11T19:27:08.279Z] === RUN TestDockerSuite/TestEventsCommit [2020-12-11T19:27:08.679Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-11T19:27:08.679Z] INFO: Testing against a local daemon [2020-12-11T19:27:08.679Z] === RUN TestCommitInheritsEnv [2020-12-11T19:27:08.679Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2020-12-11T19:27:08.679Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-12-11T19:27:08.679Z] === RUN TestImportExtremelyLargeImageWorks [2020-12-11T19:27:08.679Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-12-11T19:27:08.679Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-12-11T19:27:08.679Z] === RUN TestImagesFilterMultiReference [2020-12-11T19:27:08.679Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2020-12-11T19:27:08.679Z] === RUN TestImagePullPlatformInvalid [2020-12-11T19:27:08.679Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-12-11T19:27:08.679Z] === RUN TestRemoveImageOrphaning [2020-12-11T19:27:09.222Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-12-11T19:27:09.222Z] --- PASS: TestServiceUpdateSecrets (14.99s) [2020-12-11T19:27:09.222Z] === RUN TestServiceUpdateConfigs [2020-12-11T19:27:09.794Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-12-11T19:27:09.962Z] --- PASS: TestRemoveImageOrphaning (1.59s) [2020-12-11T19:27:09.962Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-12-11T19:27:10.367Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-12-11T19:27:10.425Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-12-11T19:27:10.425Z] === RUN TestTagInvalidReference [2020-12-11T19:27:10.425Z] --- PASS: TestTagInvalidReference (0.03s) [2020-12-11T19:27:10.425Z] === RUN TestTagValidPrefixedRepo [2020-12-11T19:27:10.425Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-12-11T19:27:10.425Z] === RUN TestTagExistedNameWithoutForce [2020-12-11T19:27:10.425Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-12-11T19:27:10.425Z] === RUN TestTagOfficialNames [2020-12-11T19:27:10.425Z] --- PASS: TestTagOfficialNames (0.08s) [2020-12-11T19:27:10.425Z] === RUN TestTagMatchesDigest [2020-12-11T19:27:10.425Z] --- PASS: TestTagMatchesDigest (0.08s) [2020-12-11T19:27:10.425Z] PASS [2020-12-11T19:27:10.425Z] ok github.com/docker/docker/integration/image 2.183s [2020-12-11T19:27:10.425Z] [2020-12-11T19:27:10.425Z] === Skipped [2020-12-11T19:27:10.425Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2020-12-11T19:27:10.425Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-12-11T19:27:10.425Z] [2020-12-11T19:27:10.425Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-12-11T19:27:10.425Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-12-11T19:27:10.425Z] [2020-12-11T19:27:10.425Z] [2020-12-11T19:27:10.425Z] DONE 11 tests, 2 skipped in 4.167s [2020-12-11T19:27:10.425Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-12-11T19:27:10.629Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-12-11T19:27:10.890Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-12-11T19:27:11.975Z] testing: warning: no tests to run [2020-12-11T19:27:11.975Z] PASS [2020-12-11T19:27:11.975Z] ok github.com/docker/docker/integration/network/ipvlan 0.114s [no tests to run] [2020-12-11T19:27:11.975Z] testing: warning: no tests to run [2020-12-11T19:27:11.975Z] PASS [2020-12-11T19:27:11.975Z] ok github.com/docker/docker/integration/network/macvlan 0.036s [no tests to run] [2020-12-11T19:27:12.280Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-12-11T19:27:13.524Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-11T19:27:13.524Z] INFO: Testing against a local daemon [2020-12-11T19:27:13.524Z] === RUN TestNetworkCreateDelete [2020-12-11T19:27:13.524Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2020-12-11T19:27:13.524Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:27:13.524Z] === RUN TestDockerNetworkDeletePreferID [2020-12-11T19:27:13.524Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2020-12-11T19:27:13.524Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2020-12-11T19:27:13.524Z] === RUN TestDaemonDNSFallback [2020-12-11T19:27:13.524Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2020-12-11T19:27:13.524Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:27:13.524Z] === RUN TestInspectNetwork [2020-12-11T19:27:13.524Z] --- SKIP: TestInspectNetwork (0.00s) [2020-12-11T19:27:13.524Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-12-11T19:27:13.524Z] === RUN TestRunContainerWithBridgeNone [2020-12-11T19:27:13.524Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-12-11T19:27:13.524Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:27:13.524Z] === RUN TestNetworkInvalidJSON [2020-12-11T19:27:13.524Z] === RUN TestNetworkInvalidJSON//networks/create [2020-12-11T19:27:13.524Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-12-11T19:27:13.524Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-12-11T19:27:13.524Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-12-11T19:27:13.524Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-11T19:27:13.524Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-11T19:27:13.524Z] === CONT TestNetworkInvalidJSON//networks/create [2020-12-11T19:27:13.524Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-11T19:27:13.524Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-12-11T19:27:13.524Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-12-11T19:27:13.524Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2020-12-11T19:27:13.524Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2020-12-11T19:27:13.524Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2020-12-11T19:27:13.524Z] === RUN TestHostIPv4BridgeLabel [2020-12-11T19:27:13.524Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-12-11T19:27:13.524Z] network_test.go:97: testEnv.OSType == "windows" [2020-12-11T19:27:13.524Z] === RUN TestDaemonRestartWithLiveRestore [2020-12-11T19:27:13.524Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2020-12-11T19:27:13.524Z] service_test.go:29: testEnv.OSType == "windows" [2020-12-11T19:27:13.524Z] === RUN TestDaemonDefaultNetworkPools [2020-12-11T19:27:13.524Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2020-12-11T19:27:13.524Z] service_test.go:52: testEnv.OSType == "windows" [2020-12-11T19:27:13.524Z] === RUN TestDaemonRestartWithExistingNetwork [2020-12-11T19:27:13.524Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2020-12-11T19:27:13.524Z] service_test.go:96: testEnv.OSType == "windows" [2020-12-11T19:27:13.524Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-12-11T19:27:13.524Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-12-11T19:27:13.525Z] service_test.go:130: testEnv.OSType == "windows" [2020-12-11T19:27:13.525Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-12-11T19:27:13.525Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-12-11T19:27:13.525Z] service_test.go:181: testEnv.OSType == "windows" [2020-12-11T19:27:13.525Z] === RUN TestServiceWithPredefinedNetwork [2020-12-11T19:27:13.525Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-12-11T19:27:13.525Z] service_test.go:206: testEnv.OSType == "windows" [2020-12-11T19:27:13.525Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-12-11T19:27:13.525Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-11T19:27:13.525Z] service_test.go:236: FLAKY_TEST [2020-12-11T19:27:13.525Z] === RUN TestServiceWithDataPathPortInit [2020-12-11T19:27:13.525Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2020-12-11T19:27:13.525Z] service_test.go:326: testEnv.OSType == "windows" [2020-12-11T19:27:13.525Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-12-11T19:27:13.525Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-12-11T19:27:13.525Z] service_test.go:394: testEnv.OSType == "windows" [2020-12-11T19:27:13.525Z] PASS [2020-12-11T19:27:13.525Z] ok github.com/docker/docker/integration/network 0.234s [2020-12-11T19:27:13.525Z] [2020-12-11T19:27:13.525Z] === Skipped [2020-12-11T19:27:13.525Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-12-11T19:27:13.525Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:27:13.525Z] [2020-12-11T19:27:13.525Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2020-12-11T19:27:13.525Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2020-12-11T19:27:13.525Z] [2020-12-11T19:27:13.525Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2020-12-11T19:27:13.525Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:27:13.525Z] [2020-12-11T19:27:13.525Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2020-12-11T19:27:13.525Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-12-11T19:27:13.525Z] [2020-12-11T19:27:13.525Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-12-11T19:27:13.525Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:27:13.525Z] [2020-12-11T19:27:13.525Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2020-12-11T19:27:13.525Z] network_test.go:97: testEnv.OSType == "windows" [2020-12-11T19:27:13.525Z] [2020-12-11T19:27:13.525Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-12-11T19:27:13.525Z] service_test.go:29: testEnv.OSType == "windows" [2020-12-11T19:27:13.525Z] [2020-12-11T19:27:13.525Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2020-12-11T19:27:13.525Z] service_test.go:52: testEnv.OSType == "windows" [2020-12-11T19:27:13.525Z] [2020-12-11T19:27:13.525Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-12-11T19:27:13.525Z] service_test.go:96: testEnv.OSType == "windows" [2020-12-11T19:27:13.525Z] [2020-12-11T19:27:13.525Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-12-11T19:27:13.525Z] service_test.go:130: testEnv.OSType == "windows" [2020-12-11T19:27:13.525Z] [2020-12-11T19:27:13.525Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-12-11T19:27:13.525Z] service_test.go:181: testEnv.OSType == "windows" [2020-12-11T19:27:13.525Z] [2020-12-11T19:27:13.525Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-12-11T19:27:13.525Z] service_test.go:206: testEnv.OSType == "windows" [2020-12-11T19:27:13.525Z] [2020-12-11T19:27:13.525Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-11T19:27:13.525Z] service_test.go:236: FLAKY_TEST [2020-12-11T19:27:13.525Z] [2020-12-11T19:27:13.525Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2020-12-11T19:27:13.525Z] service_test.go:326: testEnv.OSType == "windows" [2020-12-11T19:27:13.525Z] [2020-12-11T19:27:13.525Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-12-11T19:27:13.525Z] service_test.go:394: testEnv.OSType == "windows" [2020-12-11T19:27:13.525Z] [2020-12-11T19:27:13.525Z] [2020-12-11T19:27:13.525Z] DONE 19 tests, 15 skipped in 2.945s [2020-12-11T19:27:13.525Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-12-11T19:27:13.668Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-12-11T19:27:13.988Z] testing: warning: no tests to run [2020-12-11T19:27:13.988Z] PASS [2020-12-11T19:27:13.988Z] ok github.com/docker/docker/integration/network/ipvlan (cached) [no tests to run] [2020-12-11T19:27:13.988Z] [2020-12-11T19:27:13.988Z] DONE 0 tests in 0.318s [2020-12-11T19:27:13.988Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-12-11T19:27:14.451Z] testing: warning: no tests to run [2020-12-11T19:27:14.451Z] PASS [2020-12-11T19:27:14.451Z] ok github.com/docker/docker/integration/network/macvlan (cached) [no tests to run] [2020-12-11T19:27:14.451Z] [2020-12-11T19:27:14.451Z] DONE 0 tests in 0.316s [2020-12-11T19:27:14.451Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-12-11T19:27:16.010Z] testing: warning: no tests to run [2020-12-11T19:27:16.010Z] PASS [2020-12-11T19:27:16.010Z] ok github.com/docker/docker/integration/plugin 0.117s [no tests to run] [2020-12-11T19:27:16.010Z] testing: warning: no tests to run [2020-12-11T19:27:16.010Z] PASS [2020-12-11T19:27:16.010Z] ok github.com/docker/docker/integration/plugin/authz 0.086s [no tests to run] [2020-12-11T19:27:16.216Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-12-11T19:27:18.129Z] === RUN TestDockerSuite/TestEventsCopy [2020-12-11T19:27:19.074Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-12-11T19:27:20.017Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-12-11T19:27:23.128Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-11T19:27:23.128Z] INFO: Testing against a local daemon [2020-12-11T19:27:23.128Z] === RUN TestExternalGraphDriver [2020-12-11T19:27:23.128Z] --- SKIP: TestExternalGraphDriver (0.00s) [2020-12-11T19:27:23.128Z] external_test.go:48: runtime.GOOS == "windows" [2020-12-11T19:27:23.128Z] === RUN TestGraphdriverPluginV2 [2020-12-11T19:27:23.128Z] --- SKIP: TestGraphdriverPluginV2 (0.01s) [2020-12-11T19:27:23.128Z] external_test.go:408: runtime.GOOS == "windows" [2020-12-11T19:27:23.128Z] PASS [2020-12-11T19:27:23.128Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.259s [2020-12-11T19:27:24.252Z] --- PASS: TestServiceUpdateConfigs (15.03s) [2020-12-11T19:27:24.252Z] === RUN TestServiceUpdateNetwork [2020-12-11T19:27:24.680Z] testing: warning: no tests to run [2020-12-11T19:27:24.680Z] PASS [2020-12-11T19:27:24.680Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.149s [no tests to run] [2020-12-11T19:27:24.680Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-11T19:27:24.680Z] INFO: Testing against a local daemon [2020-12-11T19:27:24.680Z] === RUN TestReadPluginNoRead [2020-12-11T19:27:24.680Z] --- SKIP: TestReadPluginNoRead (0.00s) [2020-12-11T19:27:24.680Z] read_test.go:21: no unix domain sockets on Windows [2020-12-11T19:27:24.680Z] PASS [2020-12-11T19:27:24.680Z] ok github.com/docker/docker/integration/plugin/logging 0.251s [2020-12-11T19:27:24.680Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-11T19:27:24.680Z] INFO: Testing against a local daemon [2020-12-11T19:27:24.680Z] === RUN TestPluginInvalidJSON [2020-12-11T19:27:24.680Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-12-11T19:27:24.680Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-12-11T19:27:25.143Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-12-11T19:27:25.143Z] --- PASS: TestPluginInvalidJSON (0.06s) [2020-12-11T19:27:25.143Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-12-11T19:27:25.143Z] === RUN TestPluginInstall [2020-12-11T19:27:25.143Z] --- SKIP: TestPluginInstall (0.00s) [2020-12-11T19:27:25.143Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-12-11T19:27:25.143Z] PASS [2020-12-11T19:27:25.143Z] ok github.com/docker/docker/integration/plugin/common 0.457s [2020-12-11T19:27:25.143Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2020-12-11T19:27:25.143Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2020-12-11T19:27:25.606Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-11T19:27:25.606Z] INFO: Testing against a local daemon [2020-12-11T19:27:25.606Z] === RUN TestPluginWithDevMounts [2020-12-11T19:27:25.606Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-12-11T19:27:25.606Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:25.606Z] PASS [2020-12-11T19:27:25.637Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-12-11T19:27:25.637Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-12-11T19:27:26.070Z] ok github.com/docker/docker/integration/plugin/volumes 0.227s [2020-12-11T19:27:26.070Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2020-12-11T19:27:26.532Z] [2020-12-11T19:27:26.533Z] === Skipped [2020-12-11T19:27:26.533Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-12-11T19:27:26.533Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-12-11T19:27:26.533Z] [2020-12-11T19:27:26.533Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2020-12-11T19:27:26.533Z] external_test.go:48: runtime.GOOS == "windows" [2020-12-11T19:27:26.533Z] [2020-12-11T19:27:26.533Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.01s) [2020-12-11T19:27:26.533Z] external_test.go:408: runtime.GOOS == "windows" [2020-12-11T19:27:26.533Z] [2020-12-11T19:27:26.533Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-12-11T19:27:26.533Z] read_test.go:21: no unix domain sockets on Windows [2020-12-11T19:27:26.533Z] [2020-12-11T19:27:26.533Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-12-11T19:27:26.533Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:26.533Z] [2020-12-11T19:27:26.533Z] [2020-12-11T19:27:26.533Z] DONE 7 tests, 5 skipped in 12.017s [2020-12-11T19:27:26.533Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-12-11T19:27:26.533Z] testing: warning: no tests to run [2020-12-11T19:27:26.533Z] PASS [2020-12-11T19:27:26.533Z] ok github.com/docker/docker/integration/plugin/authz (cached) [no tests to run] [2020-12-11T19:27:26.533Z] [2020-12-11T19:27:26.533Z] DONE 0 tests in 0.322s [2020-12-11T19:27:26.996Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-12-11T19:27:27.028Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-12-11T19:27:27.459Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-11T19:27:27.459Z] INFO: Testing against a local daemon [2020-12-11T19:27:27.459Z] === RUN TestPluginInvalidJSON [2020-12-11T19:27:27.459Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-12-11T19:27:27.459Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-12-11T19:27:27.459Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-12-11T19:27:27.459Z] --- PASS: TestPluginInvalidJSON (0.06s) [2020-12-11T19:27:27.459Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-12-11T19:27:27.459Z] === RUN TestPluginInstall [2020-12-11T19:27:27.459Z] --- SKIP: TestPluginInstall (0.00s) [2020-12-11T19:27:27.459Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-12-11T19:27:27.459Z] PASS [2020-12-11T19:27:27.459Z] ok github.com/docker/docker/integration/plugin/common (cached) [2020-12-11T19:27:27.459Z] [2020-12-11T19:27:27.459Z] === Skipped [2020-12-11T19:27:27.459Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-12-11T19:27:27.459Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-12-11T19:27:27.459Z] [2020-12-11T19:27:27.459Z] [2020-12-11T19:27:27.459Z] DONE 3 tests, 1 skipped in 0.820s [2020-12-11T19:27:27.459Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-12-11T19:27:28.413Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-12-11T19:27:28.413Z] === RUN TestDockerSuite/TestEventsFilterType [2020-12-11T19:27:28.413Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-12-11T19:27:28.437Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-11T19:27:28.437Z] INFO: Testing against a local daemon [2020-12-11T19:27:28.437Z] === RUN TestExternalGraphDriver [2020-12-11T19:27:28.437Z] --- SKIP: TestExternalGraphDriver (0.00s) [2020-12-11T19:27:28.437Z] external_test.go:48: runtime.GOOS == "windows" [2020-12-11T19:27:28.437Z] === RUN TestGraphdriverPluginV2 [2020-12-11T19:27:28.437Z] --- SKIP: TestGraphdriverPluginV2 (0.01s) [2020-12-11T19:27:28.437Z] external_test.go:408: runtime.GOOS == "windows" [2020-12-11T19:27:28.437Z] PASS [2020-12-11T19:27:28.437Z] ok github.com/docker/docker/integration/plugin/graphdriver (cached) [2020-12-11T19:27:28.437Z] [2020-12-11T19:27:28.437Z] === Skipped [2020-12-11T19:27:28.437Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2020-12-11T19:27:28.437Z] external_test.go:48: runtime.GOOS == "windows" [2020-12-11T19:27:28.437Z] [2020-12-11T19:27:28.437Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.01s) [2020-12-11T19:27:28.437Z] external_test.go:408: runtime.GOOS == "windows" [2020-12-11T19:27:28.437Z] [2020-12-11T19:27:28.437Z] [2020-12-11T19:27:28.437Z] DONE 2 tests, 2 skipped in 0.762s [2020-12-11T19:27:28.437Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-12-11T19:27:28.674Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-12-11T19:27:28.674Z] === RUN TestDockerSuite/TestEventsFilters [2020-12-11T19:27:29.414Z] testing: warning: no tests to run [2020-12-11T19:27:29.415Z] PASS [2020-12-11T19:27:29.415Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2020-12-11T19:27:29.415Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-11T19:27:29.415Z] INFO: Testing against a local daemon [2020-12-11T19:27:29.415Z] === RUN TestReadPluginNoRead [2020-12-11T19:27:29.415Z] --- SKIP: TestReadPluginNoRead (0.00s) [2020-12-11T19:27:29.415Z] read_test.go:21: no unix domain sockets on Windows [2020-12-11T19:27:29.415Z] PASS [2020-12-11T19:27:29.415Z] ok github.com/docker/docker/integration/plugin/logging (cached) [2020-12-11T19:27:29.415Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2020-12-11T19:27:29.415Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2020-12-11T19:27:29.415Z] [2020-12-11T19:27:29.415Z] === Skipped [2020-12-11T19:27:29.415Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-12-11T19:27:29.415Z] read_test.go:21: no unix domain sockets on Windows [2020-12-11T19:27:29.415Z] [2020-12-11T19:27:29.415Z] [2020-12-11T19:27:29.415Z] DONE 1 tests, 1 skipped in 0.900s [2020-12-11T19:27:29.415Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2020-12-11T19:27:29.620Z] === RUN TestDockerSuite/TestEventsFormat [2020-12-11T19:27:29.878Z] testing: warning: no tests to run [2020-12-11T19:27:29.878Z] PASS [2020-12-11T19:27:29.878Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2020-12-11T19:27:29.878Z] [2020-12-11T19:27:29.878Z] DONE 0 tests in 0.490s [2020-12-11T19:27:29.878Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-12-11T19:27:30.666Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-12-11T19:27:30.666Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-12-11T19:27:30.666Z] === RUN TestDockerSuite/TestEventsImageImport [2020-12-11T19:27:30.857Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-11T19:27:30.857Z] INFO: Testing against a local daemon [2020-12-11T19:27:30.857Z] === RUN TestPluginWithDevMounts [2020-12-11T19:27:30.857Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-12-11T19:27:30.857Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:30.857Z] PASS [2020-12-11T19:27:30.857Z] ok github.com/docker/docker/integration/plugin/volumes (cached) [2020-12-11T19:27:30.857Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2020-12-11T19:27:30.857Z] [2020-12-11T19:27:30.857Z] === Skipped [2020-12-11T19:27:30.857Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-12-11T19:27:30.857Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:30.857Z] [2020-12-11T19:27:30.857Z] [2020-12-11T19:27:30.857Z] DONE 1 tests, 1 skipped in 0.894s [2020-12-11T19:27:30.857Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-12-11T19:27:31.614Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-12-11T19:27:31.614Z] === RUN TestDockerSuite/TestEventsImagePull [2020-12-11T19:27:32.185Z] === RUN TestDockerSuite/TestEventsImageTag [2020-12-11T19:27:33.051Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-11T19:27:33.051Z] INFO: Testing against a local daemon [2020-12-11T19:27:33.051Z] === RUN TestSecretInspect [2020-12-11T19:27:33.051Z] --- SKIP: TestSecretInspect (0.00s) [2020-12-11T19:27:33.051Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:33.051Z] === RUN TestSecretList [2020-12-11T19:27:33.051Z] --- SKIP: TestSecretList (0.00s) [2020-12-11T19:27:33.051Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:33.051Z] === RUN TestSecretsCreateAndDelete [2020-12-11T19:27:33.051Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2020-12-11T19:27:33.051Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:33.051Z] === RUN TestSecretsUpdate [2020-12-11T19:27:33.051Z] --- SKIP: TestSecretsUpdate (0.00s) [2020-12-11T19:27:33.051Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:33.051Z] === RUN TestTemplatedSecret [2020-12-11T19:27:33.051Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-12-11T19:27:33.051Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:33.051Z] === RUN TestSecretCreateResolve [2020-12-11T19:27:33.051Z] --- SKIP: TestSecretCreateResolve (0.00s) [2020-12-11T19:27:33.051Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:27:33.051Z] PASS [2020-12-11T19:27:33.051Z] ok github.com/docker/docker/integration/secret 0.170s [2020-12-11T19:27:33.051Z] [2020-12-11T19:27:33.051Z] === Skipped [2020-12-11T19:27:33.051Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2020-12-11T19:27:33.051Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:33.051Z] [2020-12-11T19:27:33.051Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-12-11T19:27:33.051Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:33.051Z] [2020-12-11T19:27:33.051Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-12-11T19:27:33.051Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:33.051Z] [2020-12-11T19:27:33.051Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-12-11T19:27:33.051Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:33.051Z] [2020-12-11T19:27:33.051Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-12-11T19:27:33.051Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:33.051Z] [2020-12-11T19:27:33.051Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-12-11T19:27:33.051Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:27:33.052Z] [2020-12-11T19:27:33.052Z] [2020-12-11T19:27:33.052Z] DONE 6 tests, 6 skipped in 2.118s [2020-12-11T19:27:33.052Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-12-11T19:27:33.569Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-12-11T19:27:33.569Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-12-11T19:27:33.569Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-12-11T19:27:33.569Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-12-11T19:27:34.954Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-12-11T19:27:35.530Z] === RUN TestDockerSuite/TestEventsRename [2020-12-11T19:27:35.976Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-11T19:27:35.976Z] INFO: Testing against a local daemon [2020-12-11T19:27:35.976Z] === RUN TestServiceCreateInit [2020-12-11T19:27:35.976Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-12-11T19:27:35.976Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-12-11T19:27:35.976Z] --- PASS: TestServiceCreateInit (0.03s) [2020-12-11T19:27:35.976Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-12-11T19:27:35.976Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-12-11T19:27:35.976Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] === RUN TestCreateServiceMultipleTimes [2020-12-11T19:27:35.976Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2020-12-11T19:27:35.976Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] === RUN TestCreateServiceConflict [2020-12-11T19:27:35.976Z] --- SKIP: TestCreateServiceConflict (0.00s) [2020-12-11T19:27:35.976Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] === RUN TestCreateServiceMaxReplicas [2020-12-11T19:27:35.976Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2020-12-11T19:27:35.976Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] === RUN TestCreateWithDuplicateNetworkNames [2020-12-11T19:27:35.976Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2020-12-11T19:27:35.976Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] === RUN TestCreateServiceSecretFileMode [2020-12-11T19:27:35.976Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2020-12-11T19:27:35.976Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] === RUN TestCreateServiceConfigFileMode [2020-12-11T19:27:35.976Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2020-12-11T19:27:35.976Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] === RUN TestCreateServiceSysctls [2020-12-11T19:27:35.976Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2020-12-11T19:27:35.976Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] === RUN TestCreateServiceCapabilities [2020-12-11T19:27:35.976Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2020-12-11T19:27:35.976Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] === RUN TestInspect [2020-12-11T19:27:35.976Z] --- SKIP: TestInspect (0.00s) [2020-12-11T19:27:35.976Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] === RUN TestCreateJob [2020-12-11T19:27:35.976Z] --- SKIP: TestCreateJob (0.00s) [2020-12-11T19:27:35.976Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] === RUN TestReplicatedJob [2020-12-11T19:27:35.976Z] --- SKIP: TestReplicatedJob (0.00s) [2020-12-11T19:27:35.976Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] === RUN TestUpdateReplicatedJob [2020-12-11T19:27:35.976Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2020-12-11T19:27:35.976Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] === RUN TestServiceListWithStatuses [2020-12-11T19:27:35.976Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-12-11T19:27:35.976Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] === RUN TestDockerNetworkConnectAlias [2020-12-11T19:27:35.976Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2020-12-11T19:27:35.976Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] === RUN TestDockerNetworkReConnect [2020-12-11T19:27:35.976Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2020-12-11T19:27:35.976Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] === RUN TestServicePlugin [2020-12-11T19:27:35.976Z] --- SKIP: TestServicePlugin (0.00s) [2020-12-11T19:27:35.976Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] === RUN TestServiceUpdateLabel [2020-12-11T19:27:35.976Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2020-12-11T19:27:35.976Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:27:35.976Z] === RUN TestServiceUpdateSecrets [2020-12-11T19:27:35.976Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2020-12-11T19:27:35.976Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:27:35.976Z] === RUN TestServiceUpdateConfigs [2020-12-11T19:27:35.976Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2020-12-11T19:27:35.976Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:27:35.976Z] === RUN TestServiceUpdateNetwork [2020-12-11T19:27:35.976Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2020-12-11T19:27:35.976Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:27:35.976Z] === RUN TestServiceUpdatePidsLimit [2020-12-11T19:27:35.976Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2020-12-11T19:27:35.976Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:27:35.976Z] PASS [2020-12-11T19:27:35.976Z] ok github.com/docker/docker/integration/service 0.364s [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] === Skipped [2020-12-11T19:27:35.976Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-12-11T19:27:35.976Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-12-11T19:27:35.976Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-12-11T19:27:35.976Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-12-11T19:27:35.976Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-12-11T19:27:35.976Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-12-11T19:27:35.976Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2020-12-11T19:27:35.976Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-12-11T19:27:35.976Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-12-11T19:27:35.976Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2020-12-11T19:27:35.976Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2020-12-11T19:27:35.976Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2020-12-11T19:27:35.976Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-12-11T19:27:35.976Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-12-11T19:27:35.976Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2020-12-11T19:27:35.976Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-12-11T19:27:35.976Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-12-11T19:27:35.976Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-12-11T19:27:35.976Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-12-11T19:27:35.976Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-12-11T19:27:35.976Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2020-12-11T19:27:35.976Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2020-12-11T19:27:35.976Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2020-12-11T19:27:35.976Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2020-12-11T19:27:35.976Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2020-12-11T19:27:35.976Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] [2020-12-11T19:27:35.976Z] DONE 24 tests, 23 skipped in 2.799s [2020-12-11T19:27:35.976Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-12-11T19:27:36.102Z] === RUN TestDockerSuite/TestEventsResize [2020-12-11T19:27:36.675Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-12-11T19:27:37.620Z] --- PASS: TestServiceUpdateNetwork (13.32s) [2020-12-11T19:27:37.620Z] === RUN TestServiceUpdatePidsLimit [2020-12-11T19:27:38.191Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-11T19:27:38.191Z] INFO: Testing against a local daemon [2020-12-11T19:27:38.191Z] === RUN TestSessionCreate [2020-12-11T19:27:38.191Z] --- SKIP: TestSessionCreate (0.00s) [2020-12-11T19:27:38.191Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-12-11T19:27:38.191Z] === RUN TestSessionCreateWithBadUpgrade [2020-12-11T19:27:38.191Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2020-12-11T19:27:38.191Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-12-11T19:27:38.191Z] PASS [2020-12-11T19:27:38.191Z] ok github.com/docker/docker/integration/session 0.179s [2020-12-11T19:27:38.191Z] [2020-12-11T19:27:38.191Z] === Skipped [2020-12-11T19:27:38.191Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-12-11T19:27:38.191Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-12-11T19:27:38.191Z] [2020-12-11T19:27:38.191Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-12-11T19:27:38.191Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-12-11T19:27:38.191Z] [2020-12-11T19:27:38.191Z] [2020-12-11T19:27:38.191Z] DONE 2 tests, 2 skipped in 2.036s [2020-12-11T19:27:38.191Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-12-11T19:27:39.007Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-12-11T19:27:39.580Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-12-11T19:27:40.385Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-11T19:27:40.385Z] INFO: Testing against a local daemon [2020-12-11T19:27:40.385Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-12-11T19:27:40.385Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-11T19:27:40.385Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:40.385Z] === RUN TestEventsExecDie [2020-12-11T19:27:40.385Z] --- SKIP: TestEventsExecDie (0.00s) [2020-12-11T19:27:40.385Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-12-11T19:27:40.385Z] === RUN TestEventsBackwardsCompatible [2020-12-11T19:27:40.385Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2020-12-11T19:27:40.385Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-12-11T19:27:40.385Z] === RUN TestInfoAPI [2020-12-11T19:27:40.385Z] --- PASS: TestInfoAPI (0.04s) [2020-12-11T19:27:40.385Z] === RUN TestInfoAPIWarnings [2020-12-11T19:27:40.385Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2020-12-11T19:27:40.385Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-12-11T19:27:40.385Z] === RUN TestInfoDebug [2020-12-11T19:27:40.385Z] --- SKIP: TestInfoDebug (0.00s) [2020-12-11T19:27:40.385Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-12-11T19:27:40.385Z] === RUN TestInfoInsecureRegistries [2020-12-11T19:27:40.385Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2020-12-11T19:27:40.385Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-12-11T19:27:40.385Z] === RUN TestInfoRegistryMirrors [2020-12-11T19:27:40.385Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2020-12-11T19:27:40.385Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-12-11T19:27:40.385Z] === RUN TestLoginFailsWithBadCredentials [2020-12-11T19:27:41.366Z] --- PASS: TestLoginFailsWithBadCredentials (1.22s) [2020-12-11T19:27:41.366Z] === RUN TestPingCacheHeaders [2020-12-11T19:27:41.366Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-12-11T19:27:41.366Z] === RUN TestPingGet [2020-12-11T19:27:41.366Z] --- PASS: TestPingGet (0.03s) [2020-12-11T19:27:41.366Z] === RUN TestPingHead [2020-12-11T19:27:41.366Z] --- PASS: TestPingHead (0.03s) [2020-12-11T19:27:41.366Z] === RUN TestVersion [2020-12-11T19:27:41.366Z] --- PASS: TestVersion (0.03s) [2020-12-11T19:27:41.366Z] PASS [2020-12-11T19:27:41.366Z] ok github.com/docker/docker/integration/system 1.572s [2020-12-11T19:27:41.829Z] [2020-12-11T19:27:41.829Z] === Skipped [2020-12-11T19:27:41.829Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-11T19:27:41.829Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-12-11T19:27:41.829Z] [2020-12-11T19:27:41.829Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2020-12-11T19:27:41.829Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-12-11T19:27:41.829Z] [2020-12-11T19:27:41.829Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-12-11T19:27:41.829Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-12-11T19:27:41.829Z] [2020-12-11T19:27:41.829Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-12-11T19:27:41.829Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-12-11T19:27:41.829Z] [2020-12-11T19:27:41.829Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-12-11T19:27:41.829Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-12-11T19:27:41.829Z] [2020-12-11T19:27:41.829Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-12-11T19:27:41.829Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-12-11T19:27:41.829Z] [2020-12-11T19:27:41.829Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-12-11T19:27:41.829Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-12-11T19:27:41.829Z] [2020-12-11T19:27:41.829Z] [2020-12-11T19:27:41.829Z] DONE 13 tests, 7 skipped in 3.603s [2020-12-11T19:27:41.829Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-12-11T19:27:42.133Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-12-11T19:27:42.395Z] === RUN TestDockerSuite/TestEventsStreaming [2020-12-11T19:27:42.967Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-12-11T19:27:44.022Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-11T19:27:44.022Z] INFO: Testing against a local daemon [2020-12-11T19:27:44.022Z] === RUN TestVolumesCreateAndList [2020-12-11T19:27:44.022Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-12-11T19:27:44.022Z] === RUN TestVolumesRemove [2020-12-11T19:27:44.022Z] --- PASS: TestVolumesRemove (0.06s) [2020-12-11T19:27:44.022Z] === RUN TestVolumesInspect [2020-12-11T19:27:44.022Z] --- PASS: TestVolumesInspect (0.04s) [2020-12-11T19:27:44.022Z] === RUN TestVolumesInvalidJSON [2020-12-11T19:27:44.022Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-12-11T19:27:44.022Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-12-11T19:27:44.022Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-12-11T19:27:44.022Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-12-11T19:27:44.022Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-12-11T19:27:44.022Z] PASS [2020-12-11T19:27:44.022Z] ok github.com/docker/docker/integration/volume 0.379s [2020-12-11T19:27:44.022Z] [2020-12-11T19:27:44.022Z] DONE 5 tests in 2.440s [2020-12-11T19:27:44.022Z] INFO: make.ps1 ended at 12/11/2020 19:27:43 [2020-12-11T19:27:44.022Z] INFO: Integration CLI tests being run from the host: [2020-12-11T19:27:44.022Z] 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" [2020-12-11T19:27:45.512Z] === RUN TestDockerSuite/TestEventsTop [2020-12-11T19:27:46.084Z] === RUN TestDockerSuite/TestEventsUntag [2020-12-11T19:27:46.656Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-12-11T19:27:49.203Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-12-11T19:27:52.638Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-11T19:27:52.638Z] INFO: Testing against a local daemon [2020-12-11T19:27:52.638Z] === RUN TestDockerSuite [2020-12-11T19:27:52.638Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-12-11T19:27:52.638Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-12-11T19:27:52.638Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-12-11T19:27:52.638Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-12-11T19:27:52.638Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-12-11T19:27:52.638Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-12-11T19:27:52.638Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-12-11T19:27:52.638Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-12-11T19:27:53.101Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-12-11T19:27:53.101Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-12-11T19:27:54.077Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-12-11T19:27:54.077Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-12-11T19:27:54.493Z] --- PASS: TestServiceUpdatePidsLimit (16.44s) [2020-12-11T19:27:54.493Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2020-12-11T19:27:54.493Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2020-12-11T19:27:54.493Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.99s) [2020-12-11T19:27:54.493Z] PASS [2020-12-11T19:27:54.493Z] [2020-12-11T19:27:54.493Z] === Skipped [2020-12-11T19:27:54.493Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-12-11T19:27:54.493Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-12-11T19:27:54.493Z] [2020-12-11T19:27:54.493Z] [2020-12-11T19:27:54.493Z] DONE 27 tests, 1 skipped in 184.034s [2020-12-11T19:27:54.493Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-12-11T19:27:54.493Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:27:54.493Z] ++ set -e [2020-12-11T19:27:54.493Z] ++ '[' -n 0 ']' [2020-12-11T19:27:54.493Z] ++ set -x [2020-12-11T19:27:54.493Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-12-11T19:27:54.493Z] INFO: Testing against a local daemon [2020-12-11T19:27:54.493Z] === RUN TestSessionCreate [2020-12-11T19:27:54.493Z] --- PASS: TestSessionCreate (0.03s) [2020-12-11T19:27:54.493Z] === RUN TestSessionCreateWithBadUpgrade [2020-12-11T19:27:54.493Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-12-11T19:27:54.493Z] PASS [2020-12-11T19:27:54.493Z] [2020-12-11T19:27:54.493Z] DONE 2 tests in 0.160s [2020-12-11T19:27:54.493Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-12-11T19:27:54.493Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:27:54.493Z] ++ set -e [2020-12-11T19:27:54.493Z] ++ '[' -n 0 ']' [2020-12-11T19:27:54.493Z] ++ set -x [2020-12-11T19:27:54.493Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2020-12-11T19:27:54.493Z] INFO: Testing against a local daemon [2020-12-11T19:27:54.493Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-12-11T19:27:54.493Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-11T19:27:54.493Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-12-11T19:27:54.493Z] === RUN TestEventsExecDie [2020-12-11T19:27:55.065Z] --- PASS: TestEventsExecDie (0.63s) [2020-12-11T19:27:55.065Z] === RUN TestEventsBackwardsCompatible [2020-12-11T19:27:55.065Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2020-12-11T19:27:55.065Z] === RUN TestInfoBinaryCommits [2020-12-11T19:27:55.065Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-12-11T19:27:55.065Z] === RUN TestInfoAPIVersioned [2020-12-11T19:27:55.065Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-12-11T19:27:55.065Z] === RUN TestInfoDiscoveryBackend [2020-12-11T19:27:55.637Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-12-11T19:27:55.637Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-12-11T19:27:56.579Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-12-11T19:27:56.579Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-12-11T19:27:57.151Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-12-11T19:27:57.151Z] === RUN TestInfoAPI [2020-12-11T19:27:57.151Z] --- PASS: TestInfoAPI (0.03s) [2020-12-11T19:27:57.151Z] === RUN TestInfoAPIWarnings [2020-12-11T19:27:59.698Z] === RUN TestDockerSuite/TestExec [2020-12-11T19:28:00.271Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-12-11T19:28:00.846Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-12-11T19:28:01.419Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-12-11T19:28:01.681Z] === RUN TestDockerSuite/TestExecAPIStart [2020-12-11T19:28:03.068Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-12-11T19:28:03.329Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-12-11T19:28:03.915Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-12-11T19:28:04.876Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-12-11T19:28:05.449Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-12-11T19:28:05.449Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-12-11T19:28:06.022Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-12-11T19:28:06.597Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-12-11T19:28:07.985Z] === RUN TestDockerSuite/TestExecCgroup [2020-12-11T19:28:08.932Z] === RUN TestDockerSuite/TestExecEnv [2020-12-11T19:28:09.506Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-12-11T19:28:10.893Z] === RUN TestDockerSuite/TestExecExitStatus [2020-12-11T19:28:11.467Z] === RUN TestDockerSuite/TestExecInspectID [2020-12-11T19:28:13.383Z] === RUN TestDockerSuite/TestExecInteractive [2020-12-11T19:28:13.645Z] --- PASS: TestInfoAPIWarnings (16.35s) [2020-12-11T19:28:13.645Z] === RUN TestInfoDebug [2020-12-11T19:28:13.906Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-12-11T19:28:14.168Z] --- PASS: TestInfoDebug (0.56s) [2020-12-11T19:28:14.168Z] === RUN TestInfoInsecureRegistries [2020-12-11T19:28:14.430Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-12-11T19:28:14.692Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2020-12-11T19:28:14.692Z] === RUN TestInfoRegistryMirrors [2020-12-11T19:28:14.953Z] === RUN TestDockerSuite/TestExecParseError [2020-12-11T19:28:15.214Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-12-11T19:28:15.215Z] === RUN TestLoginFailsWithBadCredentials [2020-12-11T19:28:15.476Z] --- PASS: TestLoginFailsWithBadCredentials (0.22s) [2020-12-11T19:28:15.476Z] === RUN TestPingCacheHeaders [2020-12-11T19:28:15.476Z] --- PASS: TestPingCacheHeaders (0.02s) [2020-12-11T19:28:15.476Z] === RUN TestPingGet [2020-12-11T19:28:15.476Z] --- PASS: TestPingGet (0.02s) [2020-12-11T19:28:15.476Z] === RUN TestPingHead [2020-12-11T19:28:15.476Z] --- PASS: TestPingHead (0.02s) [2020-12-11T19:28:15.476Z] === RUN TestVersion [2020-12-11T19:28:15.476Z] --- PASS: TestVersion (0.02s) [2020-12-11T19:28:15.476Z] PASS [2020-12-11T19:28:15.476Z] [2020-12-11T19:28:15.476Z] === Skipped [2020-12-11T19:28:15.476Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-11T19:28:15.476Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-12-11T19:28:15.476Z] [2020-12-11T19:28:15.476Z] [2020-12-11T19:28:15.476Z] DONE 18 tests, 1 skipped in 21.215s [2020-12-11T19:28:15.476Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-12-11T19:28:15.476Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-12-11T19:28:15.476Z] ++ set -e [2020-12-11T19:28:15.476Z] ++ '[' -n 0 ']' [2020-12-11T19:28:15.476Z] ++ set -x [2020-12-11T19:28:15.476Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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 [2020-12-11T19:28:15.476Z] INFO: Testing against a local daemon [2020-12-11T19:28:15.476Z] === RUN TestVolumesCreateAndList [2020-12-11T19:28:15.476Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-12-11T19:28:15.476Z] === RUN TestVolumesRemove [2020-12-11T19:28:15.739Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-12-11T19:28:15.739Z] --- PASS: TestVolumesRemove (0.10s) [2020-12-11T19:28:15.739Z] === RUN TestVolumesInspect [2020-12-11T19:28:15.739Z] --- PASS: TestVolumesInspect (0.02s) [2020-12-11T19:28:15.739Z] === RUN TestVolumesInvalidJSON [2020-12-11T19:28:15.739Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-12-11T19:28:15.739Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-12-11T19:28:15.739Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-12-11T19:28:15.739Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-12-11T19:28:15.739Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-12-11T19:28:15.739Z] PASS [2020-12-11T19:28:15.739Z] [2020-12-11T19:28:15.739Z] DONE 5 tests in 0.283s [2020-12-11T19:28:15.739Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-12-11T19:28:16.000Z] ++++ cat bundles/test-integration/docker.pid [2020-12-11T19:28:16.000Z] +++ kill 5670 [2020-12-11T19:28:16.261Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-12-11T19:28:16.834Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-12-11T19:28:17.408Z] +++ /etc/init.d/apparmor stop [2020-12-11T19:28:17.408Z] Leaving: AppArmorNo profiles have been unloaded. [2020-12-11T19:28:17.408Z] [2020-12-11T19:28:17.408Z] Unloading profiles will leave already running processes permanently [2020-12-11T19:28:17.408Z] unconfined, which can lead to unexpected situations. [2020-12-11T19:28:17.408Z] [2020-12-11T19:28:17.408Z] To set a process to complain mode, use the command line tool [2020-12-11T19:28:17.408Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-12-11T19:28:17.408Z] +++ true [2020-12-11T19:28:17.408Z] exiting test-integration [2020-12-11T19:28:17.408Z] ++ exit 0 [2020-12-11T19:28:17.408Z] [2020-12-11T19:28:17.982Z] + for job in $(jobs -p) [2020-12-11T19:28:17.982Z] + wait 18646 [2020-12-11T19:28:18.244Z] === RUN TestDockerSuite/TestExecSetEnv [2020-12-11T19:28:19.188Z] === RUN TestDockerSuite/TestExecStartFails [2020-12-11T19:28:19.761Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-12-11T19:28:27.027Z] 2020/12/11 19:28:25 Finished clone google.golang.org/api [2020-12-11T19:28:27.027Z] 2020/12/11 19:28:25 Dependencies downloaded. Download time: 3m35.207531357s [2020-12-11T19:28:27.027Z] 2020/12/11 19:28:25 Collecting all dependencies [2020-12-11T19:28:32.007Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-12-11T19:28:32.008Z] === RUN TestDockerSuite/TestExecTTY [2020-12-11T19:28:32.008Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-12-11T19:28:32.008Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-12-11T19:28:32.580Z] === RUN TestDockerSuite/TestExecUlimits [2020-12-11T19:28:33.153Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-12-11T19:28:33.153Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-12-11T19:28:34.539Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-12-11T19:28:35.111Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-12-11T19:28:35.683Z] === RUN TestDockerSuite/TestExecWithTERM [2020-12-11T19:28:36.255Z] === RUN TestDockerSuite/TestExecWithUser [2020-12-11T19:28:36.827Z] === RUN TestDockerSuite/TestGetContainerStats [2020-12-11T19:28:37.011Z] 2020/12/11 19:28:35 Clean vendor dir from unused packages [2020-12-11T19:28:37.011Z] 2020/12/11 19:28:35 Ignoring paths matching "^archive/tar" [2020-12-11T19:28:37.011Z] 2020/12/11 19:28:36 Success [2020-12-11T19:28:37.011Z] 2020/12/11 19:28:36 Running time: 3m48.6867469s [2020-12-11T19:28:37.011Z] Congratulations! All vendoring changes are done the right way. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-12-11T19:28:37.597Z] + echo Ensuring container killed. [2020-12-11T19:28:37.597Z] Ensuring container killed. [2020-12-11T19:28:37.597Z] + docker rm -vf docker-pr1 [2020-12-11T19:28:37.597Z] Error: No such container: docker-pr1 [2020-12-11T19:28:37.597Z] + true [Pipeline] sh [2020-12-11T19:28:37.878Z] + echo Chowning /workspace to jenkins user [2020-12-11T19:28:37.878Z] Chowning /workspace to jenkins user [2020-12-11T19:28:37.878Z] + id -u [2020-12-11T19:28:37.878Z] + id -g [2020-12-11T19:28:37.878Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41783:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-12-11T19:28:38.745Z] + bundleName=unit [2020-12-11T19:28:38.745Z] + echo Creating unit-bundles.tar.gz [2020-12-11T19:28:38.745Z] Creating unit-bundles.tar.gz [2020-12-11T19:28:38.745Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-12-11T19:28:38.745Z] bundles/junit-report.xml [2020-12-11T19:28:38.745Z] bundles/go-test-report.json [2020-12-11T19:28:38.745Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-12-11T19:28:38.757Z] Archiving artifacts [2020-12-11T19:28:39.262Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41783/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-12-11T19:28:39.576Z] + make clean [2020-12-11T19:28:39.834Z] docker volume rm -f docker-dev-cache [2020-12-11T19:28:39.834Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-11T19:28:42.115Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-12-11T19:28:46.322Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-12-11T19:28:47.264Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-12-11T19:28:52.553Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-12-11T19:28:52.553Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-12-11T19:28:52.553Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-12-11T19:28:52.553Z] === RUN TestDockerSuite/TestHealth [2020-12-11T19:29:02.573Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-12-11T19:29:12.578Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-12-11T19:29:12.578Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-12-11T19:29:12.578Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-12-11T19:29:12.578Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-12-11T19:29:12.578Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-12-11T19:29:12.578Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-12-11T19:29:12.578Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-12-11T19:29:12.578Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-12-11T19:29:12.578Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-12-11T19:29:12.578Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-12-11T19:29:12.840Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-12-11T19:29:13.101Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-12-11T19:29:13.362Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-12-11T19:29:13.362Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-12-11T19:29:13.936Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-12-11T19:29:14.197Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-12-11T19:29:14.770Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-12-11T19:29:15.343Z] === RUN TestDockerSuite/TestImagesFormat [2020-12-11T19:29:15.343Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-12-11T19:29:15.917Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-12-11T19:29:18.462Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-12-11T19:29:18.462Z] === RUN TestDockerSuite/TestImportBadURL [2020-12-11T19:29:18.462Z] === RUN TestDockerSuite/TestImportDisplay [2020-12-11T19:29:19.852Z] === RUN TestDockerSuite/TestImportFile [2020-12-11T19:29:20.798Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-12-11T19:29:20.798Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-12-11T19:29:22.184Z] === RUN TestDockerSuite/TestImportGzipped [2020-12-11T19:29:22.184Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-12-11T19:29:23.572Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-12-11T19:29:25.491Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-12-11T19:29:26.076Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-12-11T19:29:27.020Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-12-11T19:29:27.281Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-12-11T19:29:27.543Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-12-11T19:29:27.543Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-12-11T19:29:27.543Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-12-11T19:29:28.487Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-12-11T19:29:28.748Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-12-11T19:29:29.692Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-12-11T19:29:29.954Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-12-11T19:29:30.527Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-12-11T19:29:31.102Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-12-11T19:29:31.102Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-12-11T19:29:33.020Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-12-11T19:29:33.592Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-12-11T19:29:33.854Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-12-11T19:29:33.854Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-12-11T19:29:34.799Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-12-11T19:29:34.799Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-12-11T19:29:35.748Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-12-11T19:29:36.321Z] === RUN TestDockerSuite/TestInspectDefault [2020-12-11T19:29:36.582Z] === RUN TestDockerSuite/TestInspectHistory [2020-12-11T19:29:37.155Z] === RUN TestDockerSuite/TestInspectImage [2020-12-11T19:29:37.155Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-12-11T19:29:37.155Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-12-11T19:29:37.416Z] === RUN TestDockerSuite/TestInspectInt64 [2020-12-11T19:29:37.677Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-12-11T19:29:38.249Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-12-11T19:29:38.250Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-12-11T19:29:38.822Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-12-11T19:29:39.083Z] === RUN TestDockerSuite/TestInspectPlugin [2020-12-11T19:29:41.630Z] === RUN TestDockerSuite/TestInspectRootFS [2020-12-11T19:29:41.630Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-12-11T19:29:41.896Z] === RUN TestDockerSuite/TestInspectStatus [2020-12-11T19:29:42.470Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-12-11T19:29:43.414Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-12-11T19:29:43.676Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-12-11T19:29:44.257Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-12-11T19:29:44.829Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-12-11T19:29:45.402Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-12-11T19:29:45.665Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-12-11T19:29:46.238Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-12-11T19:29:46.238Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-12-11T19:29:46.238Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-12-11T19:29:48.156Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-12-11T19:29:49.101Z] === RUN TestDockerSuite/TestLinksEnvs [2020-12-11T19:29:50.491Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-12-11T19:29:50.752Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-12-11T19:29:52.672Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-12-11T19:29:54.588Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-12-11T19:29:55.976Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-12-11T19:29:55.977Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-12-11T19:29:57.365Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-12-11T19:29:57.365Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-12-11T19:29:57.939Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-12-11T19:30:03.235Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-12-11T19:30:05.789Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-12-11T19:30:07.196Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-12-11T19:30:09.112Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-12-11T19:30:09.685Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-12-11T19:30:11.072Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-12-11T19:30:11.072Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-12-11T19:30:11.333Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-12-11T19:30:11.333Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-12-11T19:30:11.333Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-12-11T19:30:11.906Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-12-11T19:30:12.478Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-12-11T19:30:15.780Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-12-11T19:30:16.352Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-12-11T19:30:19.654Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-12-11T19:30:21.041Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-12-11T19:30:21.616Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-12-11T19:30:21.616Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-12-11T19:30:23.004Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-12-11T19:30:23.951Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-12-11T19:30:24.897Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-12-11T19:30:25.470Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-12-11T19:30:26.042Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-12-11T19:30:26.987Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-12-11T19:30:30.303Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-12-11T19:30:30.565Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-12-11T19:30:31.138Z] === RUN TestDockerSuite/TestLogsSince [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-12-11T19:30:36.276Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-12-11T19:30:39.279Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-12-11T19:30:42.102Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-12-11T19:30:43.484Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-12-11T19:30:44.057Z] === RUN TestDockerSuite/TestLogsTail [2020-12-11T19:30:44.318Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-12-11T19:30:44.890Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-12-11T19:30:45.464Z] === RUN TestDockerSuite/TestMountIntoProc [2020-12-11T19:30:45.726Z] === RUN TestDockerSuite/TestMountIntoSys [2020-12-11T19:30:45.986Z] === RUN TestDockerSuite/TestNetHostname [2020-12-11T19:30:47.372Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-12-11T19:30:47.634Z] === RUN TestDockerSuite/TestNetworkEvents [2020-12-11T19:30:54.223Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-12-11T19:30:54.223Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-12-11T19:30:54.484Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-12-11T19:30:55.056Z] === RUN TestDockerSuite/TestPluginActive [2020-12-11T19:30:56.441Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-12-11T19:30:59.005Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-12-11T19:31:04.300Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-12-11T19:31:04.300Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-12-11T19:31:06.215Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-12-11T19:31:09.518Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-12-11T19:31:10.907Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-12-11T19:31:14.209Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-12-11T19:31:19.498Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-12-11T19:31:20.442Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-12-11T19:31:22.367Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-12-11T19:31:23.315Z] === RUN TestDockerSuite/TestPortHostBinding [2020-12-11T19:31:24.709Z] === RUN TestDockerSuite/TestPortList [2020-12-11T19:31:32.861Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-12-11T19:31:32.861Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-12-11T19:31:39.450Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-12-11T19:31:39.450Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-12-11T19:31:39.450Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-12-11T19:31:39.450Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-12-11T19:31:39.450Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-12-11T19:31:39.711Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-12-11T19:31:39.711Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-12-11T19:31:40.283Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-12-11T19:31:40.283Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-12-11T19:31:41.227Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-12-11T19:31:41.227Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-12-11T19:31:43.774Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-12-11T19:31:45.165Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-12-11T19:31:45.737Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-12-11T19:31:45.737Z] === RUN TestDockerSuite/TestPsByOrder [2020-12-11T19:31:48.286Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-12-11T19:31:48.547Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-12-11T19:31:50.465Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-12-11T19:31:50.727Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-12-11T19:31:54.946Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-12-11T19:31:54.946Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-12-11T19:31:58.257Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-12-11T19:32:04.846Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-12-11T19:32:05.788Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-12-11T19:32:07.704Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-12-11T19:32:08.277Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-12-11T19:32:09.221Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-12-11T19:32:11.135Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-12-11T19:32:12.522Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-12-11T19:32:13.469Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-12-11T19:32:13.469Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-12-11T19:32:14.041Z] === RUN TestDockerSuite/TestPsRightTagName [2020-12-11T19:32:15.427Z] === RUN TestDockerSuite/TestPsShowMounts [2020-12-11T19:32:16.814Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-12-11T19:32:17.075Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-12-11T19:32:17.670Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-12-11T19:32:17.670Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-12-11T19:32:17.932Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-12-11T19:32:17.932Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-12-11T19:32:18.193Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-12-11T19:32:19.137Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-12-11T19:32:20.082Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-12-11T19:32:21.470Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-12-11T19:32:22.414Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-12-11T19:32:23.490Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-12-11T19:32:23.490Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-12-11T19:32:23.490Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-12-11T19:32:23.490Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-12-11T19:32:25.686Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-12-11T19:32:26.149Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-12-11T19:32:26.149Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-12-11T19:32:26.149Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-12-11T19:32:26.149Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-12-11T19:32:26.612Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-12-11T19:32:27.075Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-12-11T19:32:29.004Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-12-11T19:32:29.576Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-12-11T19:32:30.003Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-12-11T19:32:30.979Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-12-11T19:32:30.979Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-12-11T19:32:30.979Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-12-11T19:32:30.979Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-12-11T19:32:31.491Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-12-11T19:32:31.491Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-12-11T19:32:31.491Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-12-11T19:32:31.491Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-12-11T19:32:33.171Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-12-11T19:32:34.039Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-12-11T19:32:34.982Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-12-11T19:32:37.531Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-12-11T19:32:38.107Z] === RUN TestDockerSuite/TestRmiBlank [2020-12-11T19:32:38.107Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-12-11T19:32:38.368Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-12-11T19:32:40.916Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-12-11T19:32:41.883Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-12-11T19:32:41.883Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-12-11T19:32:43.272Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-12-11T19:32:43.571Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-12-11T19:32:43.847Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-12-11T19:32:45.235Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-12-11T19:32:46.621Z] === RUN TestDockerSuite/TestRmiTag [2020-12-11T19:32:46.621Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-12-11T19:32:46.882Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-12-11T19:32:48.289Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-12-11T19:32:48.752Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-12-11T19:32:48.752Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-12-11T19:32:50.186Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-12-11T19:32:50.186Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-12-11T19:32:50.758Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-12-11T19:32:51.018Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-12-11T19:32:51.694Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-12-11T19:32:51.961Z] === RUN TestDockerSuite/TestRunAddHost [2020-12-11T19:32:52.533Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-12-11T19:32:52.794Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-12-11T19:32:53.250Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-12-11T19:32:53.366Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-12-11T19:32:53.366Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-12-11T19:32:53.627Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-12-11T19:32:55.013Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-12-11T19:32:55.273Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-12-11T19:32:55.845Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-12-11T19:32:56.418Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-12-11T19:32:56.679Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-12-11T19:32:57.252Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-12-11T19:32:57.966Z] === RUN TestDockerSuite/TestBuildAddScript [2020-12-11T19:32:57.966Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-12-11T19:32:57.966Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-12-11T19:32:57.966Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-12-11T19:32:57.966Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-12-11T19:32:57.966Z] === RUN TestDockerSuite/TestBuildAddTar [2020-12-11T19:32:58.639Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-12-11T19:32:59.212Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-12-11T19:33:00.158Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-12-11T19:33:01.111Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-12-11T19:33:01.683Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-12-11T19:33:02.255Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-12-11T19:33:03.198Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-12-11T19:33:04.140Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-12-11T19:33:04.401Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-12-11T19:33:04.973Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-12-11T19:33:05.545Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-12-11T19:33:05.545Z] === RUN TestDockerSuite/TestRunBindMounts [2020-12-11T19:33:06.934Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-12-11T19:33:07.882Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-12-11T19:33:08.454Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-12-11T19:33:09.027Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-12-11T19:33:09.287Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-12-11T19:33:09.287Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-12-11T19:33:09.858Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-12-11T19:33:10.432Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-12-11T19:33:11.004Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-12-11T19:33:11.576Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-12-11T19:33:11.837Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-12-11T19:33:11.837Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-12-11T19:33:12.409Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-12-11T19:33:12.409Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-12-11T19:33:13.353Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-12-11T19:33:13.926Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-12-11T19:33:14.498Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-12-11T19:33:15.071Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-12-11T19:33:15.071Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-12-11T19:33:15.646Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-12-11T19:33:17.034Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-12-11T19:33:18.432Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-12-11T19:33:19.385Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-12-11T19:33:19.646Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-12-11T19:33:20.219Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-12-11T19:33:20.791Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-12-11T19:33:21.366Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-12-11T19:33:22.309Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-12-11T19:33:22.882Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-12-11T19:33:23.827Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-12-11T19:33:27.134Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-12-11T19:33:27.134Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-12-11T19:33:27.706Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-12-11T19:33:27.967Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-12-11T19:33:27.994Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-12-11T19:33:27.994Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-12-11T19:33:27.994Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-12-11T19:33:29.355Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-12-11T19:33:29.929Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-12-11T19:33:30.500Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-12-11T19:33:33.048Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-12-11T19:33:33.310Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-12-11T19:33:34.696Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-12-11T19:33:34.696Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-12-11T19:33:34.696Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-12-11T19:33:35.640Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-12-11T19:33:36.212Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-12-11T19:33:36.784Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-12-11T19:33:38.185Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-12-11T19:33:39.131Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-12-11T19:33:40.073Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-12-11T19:33:40.334Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-12-11T19:33:42.252Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-12-11T19:33:42.252Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-12-11T19:33:42.513Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-12-11T19:33:42.513Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-12-11T19:33:42.863Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-12-11T19:33:43.086Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-12-11T19:33:43.838Z] === RUN TestDockerSuite/TestBuildBlankName [2020-12-11T19:33:44.301Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-12-11T19:33:44.474Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-12-11T19:33:44.474Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-12-11T19:33:45.047Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-12-11T19:33:45.990Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-12-11T19:33:46.251Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-12-11T19:33:46.513Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-12-11T19:33:47.085Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-12-11T19:33:47.085Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-12-11T19:33:47.657Z] === RUN TestDockerSuite/TestRunEnvironment [2020-12-11T19:33:48.231Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-12-11T19:33:48.805Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-12-11T19:33:49.377Z] === RUN TestDockerSuite/TestRunExitCode [2020-12-11T19:33:50.125Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-12-11T19:33:50.319Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-12-11T19:33:50.580Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-12-11T19:33:50.841Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-12-11T19:33:51.103Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-12-11T19:33:51.106Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-12-11T19:33:52.047Z] === RUN TestDockerSuite/TestRunExposePort [2020-12-11T19:33:52.047Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-12-11T19:33:52.620Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-12-11T19:33:53.193Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-12-11T19:33:54.579Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-12-11T19:33:54.579Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-12-11T19:33:54.579Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-12-11T19:33:55.823Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-12-11T19:33:56.509Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-12-11T19:33:57.091Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-12-11T19:34:04.427Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-12-11T19:34:09.320Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-12-11T19:34:09.320Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-12-11T19:34:09.892Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-12-11T19:34:09.892Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-12-11T19:34:09.892Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-12-11T19:34:09.892Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-12-11T19:34:10.153Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-12-11T19:34:12.069Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-12-11T19:34:13.013Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-12-11T19:34:13.037Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-12-11T19:34:13.038Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-12-11T19:34:13.956Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-12-11T19:34:14.899Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-12-11T19:34:17.767Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-12-11T19:34:17.768Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-12-11T19:34:17.768Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-12-11T19:34:20.189Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-12-11T19:34:20.189Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-12-11T19:34:20.450Z] === RUN TestDockerSuite/TestRunModeHostname [2020-12-11T19:34:21.392Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-12-11T19:34:21.392Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-12-11T19:34:21.392Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-12-11T19:34:21.526Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-12-11T19:34:21.989Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-12-11T19:34:22.453Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-12-11T19:34:22.453Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-12-11T19:34:22.453Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-12-11T19:34:22.778Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-12-11T19:34:22.778Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-12-11T19:34:23.722Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-12-11T19:34:25.110Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-12-11T19:34:25.110Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-12-11T19:34:25.372Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-12-11T19:34:26.767Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-12-11T19:34:26.767Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-12-11T19:34:27.710Z] === RUN TestDockerSuite/TestRunMount [2020-12-11T19:34:33.004Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-12-11T19:34:33.004Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-12-11T19:34:33.004Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-12-11T19:34:34.390Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-12-11T19:34:35.776Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-12-11T19:34:37.691Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-12-11T19:34:39.078Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-12-11T19:34:39.340Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-12-11T19:34:40.728Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-12-11T19:34:42.117Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-12-11T19:34:42.117Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-12-11T19:34:43.062Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-12-11T19:34:43.324Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-12-11T19:34:43.607Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-12-11T19:34:43.897Z] === RUN TestDockerSuite/TestRunNetHost [2020-12-11T19:34:44.842Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-12-11T19:34:45.104Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-12-11T19:34:45.367Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-12-11T19:34:45.940Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-12-11T19:34:47.365Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-12-11T19:34:47.830Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-12-11T19:34:47.830Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-12-11T19:34:47.862Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-12-11T19:34:47.862Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-12-11T19:34:48.805Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-12-11T19:34:49.250Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-12-11T19:34:49.268Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-12-11T19:34:51.166Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-12-11T19:34:53.026Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-12-11T19:34:53.083Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-12-11T19:34:53.656Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-12-11T19:34:53.656Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-12-11T19:34:54.001Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-12-11T19:34:54.001Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-12-11T19:34:54.001Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-12-11T19:34:54.228Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-12-11T19:34:54.228Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-12-11T19:34:54.489Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-12-11T19:34:54.751Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-12-11T19:34:55.323Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-12-11T19:34:55.550Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-12-11T19:34:55.584Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-12-11T19:34:56.013Z] === RUN TestDockerSuite/TestBuildCmd [2020-12-11T19:34:56.156Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-12-11T19:34:56.475Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-12-11T19:34:56.938Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-12-11T19:34:57.401Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-12-11T19:34:57.543Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-12-11T19:34:59.479Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-12-11T19:35:02.026Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-12-11T19:35:02.026Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-12-11T19:35:02.117Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-12-11T19:35:02.287Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-12-11T19:35:02.548Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-12-11T19:35:03.120Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-12-11T19:35:03.665Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-12-11T19:35:03.666Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-12-11T19:35:04.128Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-12-11T19:35:04.128Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-12-11T19:35:04.508Z] === RUN TestDockerSuite/TestRunPortInUse [2020-12-11T19:35:04.591Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-12-11T19:35:05.454Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-12-11T19:35:05.715Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-12-11T19:35:06.141Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-12-11T19:35:06.287Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-12-11T19:35:06.859Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-12-11T19:35:07.116Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-12-11T19:35:07.450Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-12-11T19:35:07.579Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-12-11T19:35:07.579Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-12-11T19:35:07.720Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-12-11T19:35:07.720Z] === RUN TestDockerSuite/TestRunPublishPort [2020-12-11T19:35:08.042Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-12-11T19:35:08.505Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-12-11T19:35:08.505Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-12-11T19:35:08.505Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-12-11T19:35:08.664Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-12-11T19:35:08.664Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-12-11T19:35:09.238Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-12-11T19:35:09.238Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-12-11T19:35:09.811Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-12-11T19:35:11.200Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-12-11T19:35:11.200Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-12-11T19:35:13.748Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-12-11T19:35:13.748Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-12-11T19:35:14.691Z] === RUN TestDockerSuite/TestRunRm [2020-12-11T19:35:15.265Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-12-11T19:35:18.873Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-12-11T19:35:19.472Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-12-11T19:35:19.472Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-12-11T19:35:19.734Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-12-11T19:35:21.122Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-12-11T19:35:21.696Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-12-11T19:35:24.242Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-12-11T19:35:26.790Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-12-11T19:35:27.051Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-12-11T19:35:27.051Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-12-11T19:35:27.623Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-12-11T19:35:28.195Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-12-11T19:35:28.768Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-12-11T19:35:29.359Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-12-11T19:35:30.301Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-12-11T19:35:30.301Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-12-11T19:35:30.874Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-12-11T19:35:31.447Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-12-11T19:35:32.022Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-12-11T19:35:33.935Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-12-11T19:35:34.880Z] === RUN TestDockerSuite/TestRunState [2020-12-11T19:35:36.267Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-12-11T19:35:36.267Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-12-11T19:35:36.839Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-12-11T19:35:37.414Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-12-11T19:35:37.414Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-12-11T19:35:37.414Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-12-11T19:35:37.987Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-12-11T19:35:38.932Z] === RUN TestDockerSuite/TestRunSysctls [2020-12-11T19:35:39.874Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-12-11T19:35:39.874Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-12-11T19:35:39.874Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-12-11T19:35:40.135Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-12-11T19:35:41.084Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-12-11T19:35:42.027Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-12-11T19:35:42.601Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-12-11T19:35:44.519Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-12-11T19:35:44.519Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-12-11T19:35:47.067Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-12-11T19:35:50.390Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-12-11T19:35:50.390Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-12-11T19:35:50.963Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-12-11T19:35:51.224Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-12-11T19:35:52.613Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-12-11T19:35:53.558Z] === RUN TestDockerSuite/TestRunUserByID [2020-12-11T19:35:54.129Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-12-11T19:35:54.129Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-12-11T19:35:54.390Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-12-11T19:35:54.627Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-12-11T19:35:54.627Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-12-11T19:35:54.627Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-12-11T19:35:54.651Z] === RUN TestDockerSuite/TestRunUserByName [2020-12-11T19:35:55.224Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-12-11T19:35:55.796Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-12-11T19:35:55.796Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-12-11T19:35:55.796Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-12-11T19:35:56.368Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-12-11T19:35:56.825Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-12-11T19:35:57.288Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-12-11T19:35:57.288Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-12-11T19:35:57.288Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-12-11T19:35:57.311Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-12-11T19:35:57.753Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-12-11T19:35:57.753Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-12-11T19:35:59.226Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-12-11T19:36:00.172Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-12-11T19:36:00.744Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-12-11T19:36:02.145Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-12-11T19:36:03.089Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-12-11T19:36:04.477Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-12-11T19:36:06.393Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-12-11T19:36:06.653Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-12-11T19:36:06.653Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-12-11T19:36:06.653Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-12-11T19:36:06.653Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-12-11T19:36:06.914Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-12-11T19:36:06.914Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-12-11T19:36:07.486Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-12-11T19:36:07.748Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-12-11T19:36:08.695Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-12-11T19:36:09.269Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-12-11T19:36:09.531Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-12-11T19:36:09.531Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-12-11T19:36:10.473Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-12-11T19:36:10.473Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-12-11T19:36:10.473Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-12-11T19:36:10.473Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-12-11T19:36:10.473Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-12-11T19:36:10.473Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-12-11T19:36:10.473Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-12-11T19:36:10.473Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-12-11T19:36:10.473Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-12-11T19:36:10.473Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-12-11T19:36:10.473Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-12-11T19:36:11.047Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-12-11T19:36:11.619Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-12-11T19:36:12.192Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-12-11T19:36:12.192Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-12-11T19:36:13.138Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-12-11T19:36:13.138Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-12-11T19:36:13.712Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-12-11T19:36:13.712Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-12-11T19:36:14.284Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-12-11T19:36:14.544Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-12-11T19:36:14.544Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-12-11T19:36:14.544Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-12-11T19:36:15.116Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-12-11T19:36:16.060Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-12-11T19:36:16.322Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-12-11T19:36:16.322Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-12-11T19:36:16.895Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-12-11T19:36:16.895Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-12-11T19:36:17.837Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-12-11T19:36:18.097Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-12-11T19:36:18.933Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-12-11T19:36:18.933Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-12-11T19:36:19.396Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-12-11T19:36:19.484Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-12-11T19:36:20.057Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-12-11T19:36:20.057Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-12-11T19:36:20.057Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-12-11T19:36:20.630Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-12-11T19:36:21.572Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-12-11T19:36:22.145Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-12-11T19:36:22.145Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-12-11T19:36:23.530Z] === RUN TestDockerSuite/TestSaveImageId [2020-12-11T19:36:23.530Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-12-11T19:36:24.103Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-12-11T19:36:24.365Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-12-11T19:36:26.304Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-12-11T19:36:26.304Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-12-11T19:36:26.567Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-12-11T19:36:27.952Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-12-11T19:36:27.952Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-12-11T19:36:27.952Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-12-11T19:36:29.338Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-12-11T19:36:30.724Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-12-11T19:36:30.985Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-12-11T19:36:30.985Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-12-11T19:36:31.247Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-12-11T19:36:31.247Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-12-11T19:36:31.820Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-12-11T19:36:33.737Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-12-11T19:36:37.195Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-12-11T19:36:37.195Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-12-11T19:36:37.658Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-12-11T19:36:39.026Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-12-11T19:36:39.970Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-12-11T19:36:40.581Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-12-11T19:36:40.914Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-12-11T19:36:41.857Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-12-11T19:36:42.772Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-12-11T19:36:44.406Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-12-11T19:36:44.406Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-12-11T19:36:44.964Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-12-11T19:36:46.321Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-12-11T19:36:46.893Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-12-11T19:36:47.154Z] === RUN TestDockerSuite/TestStartRecordError [2020-12-11T19:36:48.541Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-12-11T19:36:49.484Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-12-11T19:36:50.434Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-12-11T19:36:51.822Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-12-11T19:36:54.367Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-12-11T19:36:58.574Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-12-11T19:37:01.871Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-12-11T19:37:06.084Z] === RUN TestDockerSuite/TestStatsNoStream [2020-12-11T19:37:08.625Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-12-11T19:37:08.886Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-12-11T19:37:10.271Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-12-11T19:37:10.844Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-12-11T19:37:11.416Z] === RUN TestDockerSuite/TestTopPrivileged [2020-12-11T19:37:11.987Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-12-11T19:37:11.987Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-12-11T19:37:12.558Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-12-11T19:37:15.106Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-12-11T19:37:17.018Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-12-11T19:37:18.412Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-12-11T19:37:18.674Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-12-11T19:37:19.618Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-12-11T19:37:19.618Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-12-11T19:37:19.618Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-12-11T19:37:20.191Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-12-11T19:37:21.577Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-12-11T19:37:21.577Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-12-11T19:37:22.962Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-12-11T19:37:23.223Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-12-11T19:37:23.794Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-12-11T19:37:24.737Z] === RUN TestDockerSuite/TestUpdateStats [2020-12-11T19:37:28.941Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-12-11T19:37:29.513Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-12-11T19:37:29.513Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-12-11T19:37:30.152Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-12-11T19:37:30.723Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-12-11T19:37:33.270Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-12-11T19:37:35.185Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-12-11T19:37:35.757Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-12-11T19:37:38.305Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-12-11T19:37:39.690Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-12-11T19:37:42.990Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-12-11T19:37:45.510Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-12-11T19:37:45.510Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-12-11T19:37:45.510Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-12-11T19:37:45.544Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-12-11T19:37:46.947Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-12-11T19:37:48.331Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-12-11T19:37:49.272Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-12-11T19:37:50.214Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-12-11T19:37:51.598Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-12-11T19:37:52.984Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-12-11T19:37:54.370Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-12-11T19:37:54.370Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-12-11T19:37:55.755Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-12-11T19:37:57.680Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-12-11T19:38:02.980Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-12-11T19:38:12.979Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-12-11T19:38:12.979Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-12-11T19:38:12.979Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-12-11T19:38:12.979Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-12-11T19:38:13.240Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-12-11T19:38:13.240Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-12-11T19:38:13.240Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-12-11T19:38:13.811Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-12-11T19:38:13.811Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-12-11T19:38:14.383Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-12-11T19:38:14.383Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-12-11T19:38:14.644Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-12-11T19:38:14.644Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-12-11T19:38:14.644Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-12-11T19:38:16.056Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-12-11T19:38:16.324Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-12-11T19:38:16.324Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-12-11T19:38:16.324Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-12-11T19:38:16.324Z] === RUN TestDockerSuite/TestVolumeEvents [2020-12-11T19:38:16.895Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-12-11T19:38:18.284Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-12-11T19:38:18.545Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-12-11T19:38:18.545Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-12-11T19:38:20.457Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-12-11T19:38:23.004Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite (1393.03s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.14s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (4.33s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.14s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.70s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.76s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.20s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.72s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.38s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.13s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.03s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.17s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.97s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.53s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.46s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.15s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.79s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.00s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.92s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.86s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.96s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.76s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAttachDetach (1.08s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.80s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.62s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.67s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.55s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.18s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.52s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.04s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.19s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.10s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.67s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (17.18s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.82s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.66s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.34s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.04s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.15s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.54s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.75s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.34s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.80s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.21s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.18s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.66s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.29s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.92s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.37s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.06s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.39s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.40s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.09s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.34s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.09s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.94s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.54s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddTar (8.13s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.45s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.72s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.32s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.77s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.41s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.26s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.89s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.42s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.65s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.28s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.19s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.58s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.02s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.54s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.25s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.58s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.45s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.68s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.01s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.54s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.01s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.08s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.77s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.73s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.90s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.41s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.97s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.86s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.20s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.74s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.02s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.59s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildCmd (0.52s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.35s) [2020-12-11T19:38:23.004Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.47s) [2020-12-11T19:38:23.004Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-12-11T19:38:23.005Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.55s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.88s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.50s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.97s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.47s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.78s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.68s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.38s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (12.43s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.39s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.74s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.37s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.89s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.74s) [2020-12-11T19:38:23.005Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-12-11T19:38:23.005Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-12-11T19:38:23.005Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-12-11T19:38:23.005Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2020-12-11T19:38:23.005Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2020-12-11T19:38:23.005Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2020-12-11T19:38:23.005Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2020-12-11T19:38:23.005Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.47s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.41s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.05s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.49s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.60s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (6.14s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.81s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.35s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.06s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.89s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.28s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.33s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.29s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.97s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.34s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.31s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.76s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.20s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.78s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.33s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.35s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (7.21s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.53s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.50s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.16s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.17s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.22s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.48s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.52s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.94s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.16s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.28s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.45s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.11s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.98s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.71s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildEnv (1.71s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.35s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.31s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.41s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.77s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.01s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.67s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (1.00s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.53s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.52s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.21s) [2020-12-11T19:38:23.005Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-12-11T19:38:23.005Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.34s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.48s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildExpose (0.60s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (1.10s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.82s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.32s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildFails (0.65s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.03s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.70s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.54s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.23s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildFromGit (0.93s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.25s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.76s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.40s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.12s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.27s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.05s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.43s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (0.94s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildHistory (3.91s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.53s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.81s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.73s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.93s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.06s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.77s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildLabel (0.45s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.35s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.42s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.23s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildLabels (0.35s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.89s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.61s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.19s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.44s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.24s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.82s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.19s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.32s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.32s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.54s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.11s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.63s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.02s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.86s) [2020-12-11T19:38:23.005Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-12-11T19:38:23.005Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.93s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.44s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.82s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.50s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.77s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.69s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.86s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.89s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.35s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.46s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.06s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.43s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.36s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.78s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.37s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.80s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.25s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.57s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.87s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.94s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.00s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.30s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.58s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildPATH (1.80s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.65s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.73s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.57s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.18s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.49s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildRm (2.17s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.74s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.88s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.30s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.40s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.76s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.74s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.79s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.62s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.13s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.34s) [2020-12-11T19:38:23.005Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-12-11T19:38:23.005Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.49s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.61s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildStderr (0.59s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.92s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.65s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.66s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.38s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.60s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.93s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildUser (1.46s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.32s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (12.57s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.27s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.66s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.16s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.09s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.25s) [2020-12-11T19:38:23.005Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-12-11T19:38:23.005Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-12-11T19:38:23.005Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-12-11T19:38:23.005Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2020-12-11T19:38:23.005Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2020-12-11T19:38:23.005Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2020-12-11T19:38:23.005Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.03s) [2020-12-11T19:38:23.005Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.36s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.88s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.75s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.70s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.12s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.16s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.39s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.83s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.40s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.50s) [2020-12-11T19:38:23.005Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-12-11T19:38:23.005Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.85s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.98s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-12-11T19:38:23.005Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-12-11T19:38:23.005Z] docker_cli_sni_test.go:18: Flakey test [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.48s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.82s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestCommitChange (0.84s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.75s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.40s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.51s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.94s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestCommitTTY (2.06s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.94s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.42s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.08s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.21s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.70s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.29s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.49s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.73s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.65s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.51s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.56s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.62s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.06s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.70s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.57s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.62s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.46s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.56s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.62s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.75s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.74s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.68s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.96s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.77s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.02s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.14s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.96s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.58s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.52s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.58s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.41s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.81s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.60s) [2020-12-11T19:38:23.005Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-12-11T19:38:23.005Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.49s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.59s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.70s) [2020-12-11T19:38:23.005Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.08s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.48s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.38s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.03s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.06s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.48s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.44s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.43s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.32s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000b67e80_} (1.38s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1062825185_/foo_false____} (1.45s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1062825185_/foo_true____} (1.35s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3615277260_/foo_false____} (1.36s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3615277260_/foo_true____} (1.35s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3615277260_/foo_true__0xc000b67f20__} (0.50s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000b67f40_} (1.35s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000b67f60_} (1.30s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000b67f80_} (0.73s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000b67fa0_} (1.47s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.08s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.35s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.03s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.03s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.04s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.22s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.22s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.97s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.32s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.23s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.74s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.95s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.02s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.88s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.82s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpFromCaseC (1.00s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.76s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.87s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.62s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.68s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.78s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.89s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.26s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.70s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.05s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.84s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.76s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.80s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.89s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.62s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.75s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.59s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.55s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.89s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.75s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.61s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.58s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.44s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.41s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.55s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.20s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.67s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpToDot (0.54s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.09s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.98s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpToStdout (0.80s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.10s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.21s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.60s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.25s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.15s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCreateArgs (0.15s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.66s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.48s) [2020-12-11T19:38:23.006Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-12-11T19:38:23.006Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.71s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.27s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCreateRM (0.18s) [2020-12-11T19:38:23.006Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-12-11T19:38:23.006Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.47s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.77s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.09s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.23s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.06s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.61s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.96s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.55s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.95s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.00s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.66s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.55s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.50s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDockerFails (0.02s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.05s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.27s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.66s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.21s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.31s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.47s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.77s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.91s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.52s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.69s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsAttach (0.54s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsCommit (0.77s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.59s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.58s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.49s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.48s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.38s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.38s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.05s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsCopy (0.97s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (0.98s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.47s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.28s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.40s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.04s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.12s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.28s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.14s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsFilters (0.96s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsFormat (0.93s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.81s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.63s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.22s) [2020-12-11T19:38:23.006Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-12-11T19:38:23.006Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-12-11T19:38:23.006Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-12-11T19:38:23.006Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.48s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.53s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsRename (0.48s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsResize (0.50s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.39s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.58s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.45s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.71s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsTop (0.52s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsUntag (2.57s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.92s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExec (0.58s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.52s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.52s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.50s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.12s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.52s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.52s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.77s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.81s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.56s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.64s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.24s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecCgroup (1.05s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecEnv (0.60s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.21s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.57s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecInspectID (1.75s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecInteractive (0.68s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.65s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.62s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecParseError (0.59s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.71s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.46s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.47s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.81s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecStartFails (0.54s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.76s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.53s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecTTY (0.56s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.61s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.49s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecUlimits (0.54s) [2020-12-11T19:38:23.006Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-12-11T19:38:23.006Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.24s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.64s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.74s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.55s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestExecWithUser (0.59s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.49s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.51s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.50s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.49s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.47s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestHealth (18.92s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.57s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.59s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.22s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.33s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.65s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.64s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.58s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.55s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.61s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestImportDisplay (1.11s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestImportFile (1.15s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.24s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestImportGzipped (1.40s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.78s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.82s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.92s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.59s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.62s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.52s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.68s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.60s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.56s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.51s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.05s) [2020-12-11T19:38:23.006Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.49s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.76s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.46s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.74s) [2020-12-11T19:38:23.007Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-12-11T19:38:23.007Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.08s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.48s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectDefault (0.44s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectHistory (0.56s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2020-12-11T19:38:23.007Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-12-11T19:38:23.007Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.44s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.47s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.43s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.46s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.18s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.48s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectStatus (0.54s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.96s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.47s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.54s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.50s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.40s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.44s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.46s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.86s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.18s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.31s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.29s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.73s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.77s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.43s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.04s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.40s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.27s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.54s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.34s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.88s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.76s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.54s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.49s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.31s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.49s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.48s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.51s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.44s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.50s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.78s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.04s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.24s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.95s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.10s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.11s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.87s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (3.14s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.58s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.63s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLogsSince (6.66s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.49s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.52s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLogsTail (0.53s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.46s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.45s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.25s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.48s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestNetHostname (1.34s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.20s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.58s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.34s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.54s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPluginActive (3.61s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.47s) [2020-12-11T19:38:23.007Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-12-11T19:38:23.007Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.83s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.03s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.75s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.94s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPluginUpgrade (6.62s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.87s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.89s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.53s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPortList (7.05s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.99s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.14s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.06s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.49s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.46s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.47s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.99s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.45s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.24s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.62s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.15s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPsByOrder (1.98s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.77s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.02s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.82s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.48s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.79s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.01s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.54s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.95s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.92s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.58s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.62s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.91s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.13s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.53s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.53s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.60s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.60s) [2020-12-11T19:38:23.007Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-12-11T19:38:23.007Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.16s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.16s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.83s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.25s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.33s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.69s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.44s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.93s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.70s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.22s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.98s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.16s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.29s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.09s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRmiBlank (0.03s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.18s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.69s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.64s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.24s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.11s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.70s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.49s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.12s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.47s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.70s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.57s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.59s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.27s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.00s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunAddHost (0.46s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.20s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.46s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.49s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.02s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.45s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.64s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.58s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.90s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.06s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.89s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (1.05s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.65s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.82s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.62s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.73s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.81s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.49s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.62s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.47s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.43s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.90s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.56s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.48s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.50s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.48s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.57s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.44s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.54s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.50s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.51s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.82s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.63s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.53s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.54s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.67s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.38s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.23s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.92s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.52s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.46s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.51s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.72s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.86s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.35s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.99s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.10s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.78s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.57s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.42s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.14s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.88s) [2020-12-11T19:38:23.007Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-12-11T19:38:23.007Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2020-12-11T19:38:23.007Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-12-11T19:38:23.007Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.93s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.33s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.23s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.88s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.46s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.57s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.55s) [2020-12-11T19:38:23.007Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-12-11T19:38:23.007Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.53s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.41s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.65s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.71s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.62s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.48s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.05s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.50s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.56s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.73s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.65s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunExitCode (0.65s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.61s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.49s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.65s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunExposePort (0.02s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.67s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.73s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.00s) [2020-12-11T19:38:23.007Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.21s) [2020-12-11T19:38:23.007Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-12-11T19:38:23.008Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.09s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.49s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.92s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.84s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.92s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.44s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.79s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.93s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.99s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.82s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.35s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.37s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.73s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.04s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.17s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.47s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.85s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.28s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.26s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.26s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.11s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunMount (4.43s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.55s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.46s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.97s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.40s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (1.97s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.34s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.86s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.48s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.05s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.62s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunNetHost (0.96s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.54s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.49s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.77s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.62s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.63s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.67s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.14s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.64s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.13s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.45s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.53s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.58s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.74s) [2020-12-11T19:38:23.008Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-12-11T19:38:23.008Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.61s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.60s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.23s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.99s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.54s) [2020-12-11T19:38:23.008Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.45s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.47s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.56s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.48s) [2020-12-11T19:38:23.008Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-12-11T19:38:23.008Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.90s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.53s) [2020-12-11T19:38:23.008Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-12-11T19:38:23.008Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.62s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.33s) [2020-12-11T19:38:23.008Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-12-11T19:38:23.008Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.38s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.16s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunRm (0.49s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.70s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.45s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.43s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.31s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.46s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.29s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.81s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.54s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.46s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.52s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.54s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.69s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.75s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.64s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.62s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.73s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.77s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunState (1.40s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.51s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.50s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.15s) [2020-12-11T19:38:23.008Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-12-11T19:38:23.008Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.64s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.66s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunSysctls (0.94s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.05s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.47s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.87s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.48s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.61s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.78s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.90s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.48s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.44s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.44s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.40s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunUnshareProc (0.97s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunUserByID (0.45s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.13s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.44s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunUserByName (0.46s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.44s) [2020-12-11T19:38:23.008Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-12-11T19:38:23.008Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.13s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.43s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.07s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.75s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.70s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.42s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.96s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.45s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.62s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.46s) [2020-12-11T19:38:23.008Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-12-11T19:38:23.008Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2020-12-11T19:38:23.008Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-12-11T19:38:23.008Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2020-12-11T19:38:23.008Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-12-11T19:38:23.008Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.18s) [2020-12-11T19:38:23.008Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-12-11T19:38:23.008Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.49s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.43s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.93s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.45s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.43s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.73s) [2020-12-11T19:38:23.008Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-12-11T19:38:23.008Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.05s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.04s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2020-12-11T19:38:23.008Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-12-11T19:38:23.008Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-12-11T19:38:23.008Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-12-11T19:38:23.008Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-12-11T19:38:23.008Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-12-11T19:38:23.008Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-12-11T19:38:23.008Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-12-11T19:38:23.008Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-12-11T19:38:23.008Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-12-11T19:38:23.008Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.51s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.55s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.54s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.06s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.82s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.24s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.51s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.46s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.43s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.45s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.89s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.45s) [2020-12-11T19:38:23.008Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-12-11T19:38:23.008Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.32s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.87s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.44s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.35s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.45s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.67s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.73s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.82s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.26s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestSaveImageId (0.09s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.76s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.88s) [2020-12-11T19:38:23.008Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents272211321 [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.56s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.10s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.34s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.15s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.50s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.08s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.11s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.46s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.95s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.99s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.46s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.60s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.03s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.73s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.95s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.65s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestStartRecordError (1.23s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.91s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.43s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.64s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.06s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.06s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.60s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.52s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.67s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.73s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.59s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.53s) [2020-12-11T19:38:23.008Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-12-11T19:38:23.008Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.50s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.67s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.97s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.57s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.75s) [2020-12-11T19:38:23.008Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2020-12-11T19:38:23.008Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.66s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.38s) [2020-12-11T19:38:23.008Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2020-12-11T19:38:23.008Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.16s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.60s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.56s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.99s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUpdateStats (3.53s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.11s) [2020-12-11T19:38:23.008Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2020-12-11T19:38:23.008Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.76s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.57s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.28s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.55s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.47s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.61s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (3.12s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.67s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.35s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.33s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.88s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.88s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.61s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.36s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.31s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.46s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.72s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.05s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.48s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.56s) [2020-12-11T19:38:23.008Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2020-12-11T19:38:23.009Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.60s) [2020-12-11T19:38:23.009Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2020-12-11T19:38:23.009Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2020-12-11T19:38:23.009Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2020-12-11T19:38:23.009Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-12-11T19:38:23.009Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.50s) [2020-12-11T19:38:23.009Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.11s) [2020-12-11T19:38:23.009Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.15s) [2020-12-11T19:38:23.009Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2020-12-11T19:38:23.009Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.06s) [2020-12-11T19:38:23.009Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.48s) [2020-12-11T19:38:23.009Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.46s) [2020-12-11T19:38:23.009Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2020-12-11T19:38:23.009Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2020-12-11T19:38:23.009Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.77s) [2020-12-11T19:38:23.009Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.53s) [2020-12-11T19:38:23.009Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-12-11T19:38:23.009Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-12-11T19:38:23.009Z] === RUN TestDockerRegistrySuite [2020-12-11T19:38:23.009Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-12-11T19:38:23.951Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-12-11T19:38:24.893Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-12-11T19:38:26.279Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-12-11T19:38:26.540Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-12-11T19:38:29.092Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-12-11T19:38:35.678Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-12-11T19:38:38.225Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-12-11T19:38:38.797Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-12-11T19:38:39.739Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-12-11T19:38:40.681Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-12-11T19:38:42.066Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-12-11T19:38:43.010Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-12-11T19:38:43.969Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-12-11T19:38:44.910Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-12-11T19:38:46.013Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-12-11T19:38:46.013Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-12-11T19:38:46.013Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-12-11T19:38:46.823Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-12-11T19:38:48.737Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-12-11T19:38:49.678Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-12-11T19:38:52.225Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-12-11T19:38:53.167Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-12-11T19:38:53.167Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-12-11T19:38:54.107Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-12-11T19:38:55.050Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-12-11T19:38:56.007Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-12-11T19:38:56.367Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-12-11T19:38:58.553Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-12-11T19:38:58.553Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-12-11T19:38:59.938Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-12-11T19:38:59.938Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-12-11T19:39:00.199Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-12-11T19:39:00.460Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-12-11T19:39:00.721Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-12-11T19:39:00.981Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-12-11T19:39:01.241Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-12-11T19:39:02.627Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-12-11T19:39:04.015Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-12-11T19:39:04.586Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-12-11T19:39:05.973Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-12-11T19:39:06.747Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-12-11T19:39:06.914Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite (44.69s) [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.17s) [2020-12-11T19:39:07.486Z] check_test.go:196: [dc95cc1dc6b30] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.04s) [2020-12-11T19:39:07.486Z] check_test.go:196: [daee2ffa85e1c] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.27s) [2020-12-11T19:39:07.486Z] check_test.go:196: [d164b0903cdb1] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2020-12-11T19:39:07.486Z] check_test.go:196: [de1d56e2ea734] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.75s) [2020-12-11T19:39:07.486Z] check_test.go:196: [d5e62556863a7] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.54s) [2020-12-11T19:39:07.486Z] check_test.go:196: [d0ccdc06ca37b] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.09s) [2020-12-11T19:39:07.486Z] check_test.go:196: [d75f1ff61f44a] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.06s) [2020-12-11T19:39:07.486Z] check_test.go:196: [d88803979e335] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.87s) [2020-12-11T19:39:07.486Z] check_test.go:196: [da1599767a629] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.00s) [2020-12-11T19:39:07.486Z] check_test.go:196: [ddcaa83ea51a9] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.10s) [2020-12-11T19:39:07.486Z] check_test.go:196: [dfa4faeb92c82] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.06s) [2020-12-11T19:39:07.486Z] check_test.go:196: [d6ed47b61e7d1] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.01s) [2020-12-11T19:39:07.486Z] check_test.go:196: [dc9c04536a8d1] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.00s) [2020-12-11T19:39:07.486Z] check_test.go:196: [dc7fc54c4078c] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.96s) [2020-12-11T19:39:07.486Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c3e8f33cbef474c0fa2cdc74f96683bef73076092577b19cea1e377ae42f3f9b [2020-12-11T19:39:07.486Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:08d74701f859fc1c68b6b855e7e59e57c741b86d6cbed7273d40e160ef2c0f4a [2020-12-11T19:39:07.486Z] check_test.go:196: [d44154edb8105] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.94s) [2020-12-11T19:39:07.486Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:44b0168f83e7fb538969b3273738c21d4abb1e3ded7f313a10457b1f1ba90a2a [2020-12-11T19:39:07.486Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:ab338b105d179f540f067d02d9e1263de09a3bb8b6fb00f6969163a6402eeea3 [2020-12-11T19:39:07.486Z] check_test.go:196: [dd2de70397f34] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.98s) [2020-12-11T19:39:07.486Z] check_test.go:196: [d6163eec9839d] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.17s) [2020-12-11T19:39:07.486Z] check_test.go:196: [dc400ba0b53a3] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.03s) [2020-12-11T19:39:07.486Z] check_test.go:196: [da98ddd5b2bc9] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2020-12-11T19:39:07.486Z] check_test.go:196: [d1acb6c5b9531] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.97s) [2020-12-11T19:39:07.486Z] check_test.go:196: [d70e4b3b843f7] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.85s) [2020-12-11T19:39:07.486Z] check_test.go:196: [d628c38785dc3] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.83s) [2020-12-11T19:39:07.486Z] check_test.go:196: [d50b6c7109a64] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.45s) [2020-12-11T19:39:07.486Z] check_test.go:196: [db9837936a7c0] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.39s) [2020-12-11T19:39:07.486Z] check_test.go:196: [dcc42fa292752] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.04s) [2020-12-11T19:39:07.486Z] check_test.go:196: [d7deb352a8427] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.38s) [2020-12-11T19:39:07.486Z] check_test.go:196: [d087f3abb566e] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-12-11T19:39:07.486Z] check_test.go:196: [dff78ebeafb4d] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) [2020-12-11T19:39:07.486Z] check_test.go:196: [d631aa50d2f94] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.26s) [2020-12-11T19:39:07.486Z] check_test.go:196: [d8ab940f7ea36] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2020-12-11T19:39:07.486Z] check_test.go:196: [d7ec6d56319f3] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.13s) [2020-12-11T19:39:07.486Z] check_test.go:196: [d9c11e433f603] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.20s) [2020-12-11T19:39:07.486Z] check_test.go:196: [dee9e997d17a7] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.41s) [2020-12-11T19:39:07.486Z] check_test.go:196: [dbb1ef6955f8b] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.84s) [2020-12-11T19:39:07.486Z] check_test.go:196: [dcae99f2e7420] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.05s) [2020-12-11T19:39:07.486Z] check_test.go:196: [dedd495ba686e] daemon is not started [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.05s) [2020-12-11T19:39:07.486Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2020-12-11T19:39:07.486Z] === RUN TestDockerSchema1RegistrySuite [2020-12-11T19:39:07.486Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-12-11T19:39:07.747Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-12-11T19:39:11.058Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-12-11T19:39:15.345Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-12-11T19:39:16.345Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-12-11T19:39:19.645Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-12-11T19:39:20.216Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-12-11T19:39:21.160Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-12-11T19:39:21.160Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-12-11T19:39:22.546Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-12-11T19:39:23.117Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-12-11T19:39:24.081Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-12-11T19:39:26.629Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-12-11T19:39:27.200Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-12-11T19:39:27.461Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-12-11T19:39:27.461Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-12-11T19:39:28.032Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-12-11T19:39:28.032Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-12-11T19:39:28.604Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-12-11T19:39:28.604Z] --- PASS: TestDockerSchema1RegistrySuite (21.20s) [2020-12-11T19:39:28.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2020-12-11T19:39:28.604Z] check_test.go:223: [d49c741477e4b] daemon is not started [2020-12-11T19:39:28.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.84s) [2020-12-11T19:39:28.604Z] check_test.go:223: [dfe53fab0e261] daemon is not started [2020-12-11T19:39:28.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.81s) [2020-12-11T19:39:28.604Z] check_test.go:223: [d9e77784e6776] daemon is not started [2020-12-11T19:39:28.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.87s) [2020-12-11T19:39:28.604Z] check_test.go:223: [da3362713939f] daemon is not started [2020-12-11T19:39:28.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.00s) [2020-12-11T19:39:28.604Z] check_test.go:223: [d67e17f0186aa] daemon is not started [2020-12-11T19:39:28.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.00s) [2020-12-11T19:39:28.604Z] check_test.go:223: [de1d3a0cb36e8] daemon is not started [2020-12-11T19:39:28.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2020-12-11T19:39:28.604Z] check_test.go:223: [d3a6c204613ce] daemon is not started [2020-12-11T19:39:28.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.01s) [2020-12-11T19:39:28.604Z] check_test.go:223: [dcb2e9a56b6d0] daemon is not started [2020-12-11T19:39:28.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.91s) [2020-12-11T19:39:28.604Z] check_test.go:223: [dad2169c5965b] daemon is not started [2020-12-11T19:39:28.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.92s) [2020-12-11T19:39:28.604Z] check_test.go:223: [db1939fa511e2] daemon is not started [2020-12-11T19:39:28.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.47s) [2020-12-11T19:39:28.604Z] check_test.go:223: [df72a353dd05c] daemon is not started [2020-12-11T19:39:28.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.46s) [2020-12-11T19:39:28.604Z] check_test.go:223: [dcb05e8a0ad4a] daemon is not started [2020-12-11T19:39:28.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.42s) [2020-12-11T19:39:28.604Z] check_test.go:223: [d22b1eb0e6e69] daemon is not started [2020-12-11T19:39:28.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-12-11T19:39:28.604Z] check_test.go:223: [d9fb495ee71af] daemon is not started [2020-12-11T19:39:28.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2020-12-11T19:39:28.604Z] check_test.go:223: [d5cea8c5b132b] daemon is not started [2020-12-11T19:39:28.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.28s) [2020-12-11T19:39:28.604Z] check_test.go:223: [d6f595b5a9b08] daemon is not started [2020-12-11T19:39:28.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.40s) [2020-12-11T19:39:28.604Z] check_test.go:223: [d267ee7df92f9] daemon is not started [2020-12-11T19:39:28.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-12-11T19:39:28.604Z] check_test.go:223: [d78f278289135] daemon is not started [2020-12-11T19:39:28.604Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-12-11T19:39:28.604Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-12-11T19:39:29.545Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-12-11T19:39:30.117Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-12-11T19:39:30.117Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-12-11T19:39:31.501Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-12-11T19:39:31.501Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-12-11T19:39:32.071Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-12-11T19:39:32.643Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-12-11T19:39:32.643Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.94s) [2020-12-11T19:39:32.643Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.81s) [2020-12-11T19:39:32.643Z] check_test.go:252: [debcd2ce4537f] daemon is not started [2020-12-11T19:39:32.643Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.49s) [2020-12-11T19:39:32.643Z] check_test.go:252: [dabb41ce07403] daemon is not started [2020-12-11T19:39:32.643Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2020-12-11T19:39:32.643Z] check_test.go:252: [db5a581052db3] daemon is not started [2020-12-11T19:39:32.643Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.09s) [2020-12-11T19:39:32.643Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.30s) [2020-12-11T19:39:32.643Z] check_test.go:252: [d8f3d04148dc7] daemon is not started [2020-12-11T19:39:32.643Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.40s) [2020-12-11T19:39:32.643Z] check_test.go:252: [d9e2b7a441830] daemon is not started [2020-12-11T19:39:32.643Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.53s) [2020-12-11T19:39:32.643Z] check_test.go:252: [d87945569bab9] daemon is not started [2020-12-11T19:39:32.643Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2020-12-11T19:39:32.643Z] check_test.go:252: [d85e84bdfde55] daemon is not started [2020-12-11T19:39:32.643Z] === RUN TestDockerRegistryAuthTokenSuite [2020-12-11T19:39:32.643Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-12-11T19:39:37.939Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-12-11T19:39:37.939Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-12-11T19:39:38.199Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-12-11T19:39:38.199Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-12-11T19:39:38.460Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s) [2020-12-11T19:39:38.460Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2020-12-11T19:39:38.460Z] check_test.go:279: [d806a58ccf363] daemon is not started [2020-12-11T19:39:38.460Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2020-12-11T19:39:38.460Z] check_test.go:279: [dccf5b89555b4] daemon is not started [2020-12-11T19:39:38.460Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-12-11T19:39:38.460Z] check_test.go:279: [d68b1e705b32a] daemon is not started [2020-12-11T19:39:38.460Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.16s) [2020-12-11T19:39:38.460Z] check_test.go:279: [d77f70f0ddffb] daemon is not started [2020-12-11T19:39:38.460Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2020-12-11T19:39:38.460Z] check_test.go:279: [d50b974df5ca5] daemon is not started [2020-12-11T19:39:38.460Z] === RUN TestDockerNetworkSuite [2020-12-11T19:39:38.460Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-12-11T19:39:41.002Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-12-11T19:39:41.943Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-12-11T19:39:45.243Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-12-11T19:39:46.188Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-12-11T19:39:48.733Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-12-11T19:39:50.118Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-12-11T19:39:51.092Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-12-11T19:39:55.425Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-12-11T19:39:56.908Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-12-11T19:39:57.339Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-12-11T19:39:57.910Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-12-11T19:39:59.828Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-12-11T19:40:00.399Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-12-11T19:40:00.971Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-12-11T19:40:01.542Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-12-11T19:40:02.113Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-12-11T19:40:03.056Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-12-11T19:40:03.317Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-12-11T19:40:03.889Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-12-11T19:40:04.982Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-12-11T19:40:05.243Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-12-11T19:40:05.243Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-12-11T19:40:05.504Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-12-11T19:40:05.545Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-12-11T19:40:06.890Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-12-11T19:40:08.278Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-12-11T19:40:08.278Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-12-11T19:40:08.539Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-12-11T19:40:08.802Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-12-11T19:40:09.062Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-12-11T19:40:11.611Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-12-11T19:40:14.158Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-12-11T19:40:15.543Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-12-11T19:40:18.099Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-12-11T19:40:21.409Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-12-11T19:40:21.409Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-12-11T19:40:22.350Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-12-11T19:40:22.350Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-12-11T19:40:22.350Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-12-11T19:40:22.612Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-12-11T19:40:22.873Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-12-11T19:40:22.873Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-12-11T19:40:23.818Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-12-11T19:40:25.732Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-12-11T19:40:25.732Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-12-11T19:40:25.732Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-12-11T19:40:27.116Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-12-11T19:40:30.418Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-12-11T19:40:30.679Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-12-11T19:40:33.996Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-12-11T19:40:33.996Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-12-11T19:40:35.382Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-12-11T19:40:35.642Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-12-11T19:40:35.642Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-12-11T19:40:37.561Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-12-11T19:40:37.561Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-12-11T19:40:38.507Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-12-11T19:40:39.080Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-12-11T19:40:40.020Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-12-11T19:40:43.323Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-12-11T19:40:43.584Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-12-11T19:40:44.527Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite (67.42s) [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.64s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:46: [d97c8b8fc5253] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.72s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:46: [d33ab4351e108] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.98s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:46: [dd1996b6b7cf3] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.53s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:46: [d101d57f790e8] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.52s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:1233: [d51bd149b439c] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.37s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:46: [df4175575c407] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.38s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:46: [dc446b8d68799] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.53s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:46: [dc269c450ac53] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.55s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:46: [dd1bd733d9a2b] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.72s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:46: [dfe56177ade7c] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.51s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:46: [d55a903124a2c] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.24s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:46: [d96a4fd53e4c5] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.06s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:46: [d5876e47e6cb8] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.25s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:46: [d5da35e2b840e] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.55s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:46: [d0ecb548c6887] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.11s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:46: [dad19c59f6c7e] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.20s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:46: [d3d8e5c0aec84] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:46: [dd7c2838d3f04] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.22s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:46: [d7b64e1c35b5e] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.15s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:46: [ddbdd6dcbf8e8] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.50s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:46: [dc5be2cafea96] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.08s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:46: [d0a6c28949550] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.31s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:46: [d334e6bc2a138] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.15s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:46: [d98fd4788e686] daemon is not started [2020-12-11T19:40:45.923Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.04s) [2020-12-11T19:40:45.923Z] docker_cli_network_unix_test.go:968: [dee1103f05a90] daemon is not started [2020-12-11T19:40:45.924Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (2.35s) [2020-12-11T19:40:45.924Z] docker_cli_network_unix_test.go:46: [dd7a23844418e] daemon is not started [2020-12-11T19:40:45.924Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (6.92s) [2020-12-11T19:40:45.924Z] docker_cli_network_unix_test.go:1116: [d527706ab4b86] daemon is not started [2020-12-11T19:40:45.924Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.25s) [2020-12-11T19:40:45.924Z] docker_cli_network_unix_test.go:46: [d3f5fd5aada20] daemon is not started [2020-12-11T19:40:45.924Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.96s) [2020-12-11T19:40:45.924Z] docker_cli_network_unix_test.go:46: [de614bbdf0d86] daemon is not started [2020-12-11T19:40:45.924Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.15s) [2020-12-11T19:40:45.924Z] docker_cli_network_unix_test.go:46: [dde8b5b6239ba] daemon is not started [2020-12-11T19:40:45.924Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.08s) [2020-12-11T19:40:45.924Z] docker_cli_network_unix_test.go:46: [d7ca1ab8ad439] daemon is not started [2020-12-11T19:40:45.924Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.21s) [2020-12-11T19:40:45.924Z] docker_cli_network_unix_test.go:46: [dc4c52ac7f8c5] daemon is not started [2020-12-11T19:40:45.924Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.20s) [2020-12-11T19:40:45.924Z] docker_cli_network_unix_test.go:46: [dae8be313de1a] daemon is not started [2020-12-11T19:40:45.924Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2020-12-11T19:40:45.924Z] docker_cli_network_unix_test.go:46: [d863cf8a4abcb] daemon is not started [2020-12-11T19:40:45.924Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.92s) [2020-12-11T19:40:45.924Z] docker_cli_network_unix_test.go:46: [d6841736f0723] daemon is not started [2020-12-11T19:40:45.924Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.05s) [2020-12-11T19:40:45.924Z] docker_cli_network_unix_test.go:46: [df231e8d5fa6a] daemon is not started [2020-12-11T19:40:45.924Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-12-11T19:40:45.924Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-12-11T19:40:45.924Z] docker_cli_network_unix_test.go:46: [dbb9a01853be1] daemon is not started [2020-12-11T19:40:45.924Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.04s) [2020-12-11T19:40:45.924Z] docker_cli_network_unix_test.go:46: [daaa3d2ef8d7d] daemon is not started [2020-12-11T19:40:45.924Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.43s) [2020-12-11T19:40:45.924Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.76s) [2020-12-11T19:40:45.924Z] docker_cli_network_unix_test.go:1084: [d87549bc99112] daemon is not started [2020-12-11T19:40:45.924Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s) [2020-12-11T19:40:45.924Z] docker_cli_network_unix_test.go:46: [d582eeaa0f389] daemon is not started [2020-12-11T19:40:45.924Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.23s) [2020-12-11T19:40:45.924Z] docker_cli_network_unix_test.go:46: [d37bcd069de17] daemon is not started [2020-12-11T19:40:45.924Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.84s) [2020-12-11T19:40:45.924Z] docker_cli_network_unix_test.go:46: [dbfebde80ccc0] daemon is not started [2020-12-11T19:40:45.924Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.08s) [2020-12-11T19:40:45.924Z] docker_cli_network_unix_test.go:46: [d64ff2eb74bb8] daemon is not started [2020-12-11T19:40:45.924Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.15s) [2020-12-11T19:40:45.924Z] docker_cli_network_unix_test.go:46: [d0111a5c93581] daemon is not started [2020-12-11T19:40:45.924Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.50s) [2020-12-11T19:40:45.924Z] docker_cli_network_unix_test.go:46: [d7fb05a841f88] daemon is not started [2020-12-11T19:40:45.924Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.97s) [2020-12-11T19:40:45.924Z] docker_cli_network_unix_test.go:46: [da8d2ae0d7f9a] daemon is not started [2020-12-11T19:40:45.924Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.90s) [2020-12-11T19:40:45.924Z] docker_cli_network_unix_test.go:46: [d37fe74dad356] daemon is not started [2020-12-11T19:40:45.924Z] === RUN TestDockerHubPullSuite [2020-12-11T19:40:45.924Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-12-11T19:40:46.866Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-12-11T19:40:49.411Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-12-11T19:40:51.323Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-12-11T19:40:52.264Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-12-11T19:40:57.549Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-12-11T19:40:57.549Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-12-11T19:40:57.549Z] --- PASS: TestDockerHubPullSuite (11.50s) [2020-12-11T19:40:57.549Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (3.39s) [2020-12-11T19:40:57.549Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.26s) [2020-12-11T19:40:57.549Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.68s) [2020-12-11T19:40:57.549Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (4.87s) [2020-12-11T19:40:57.549Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.24s) [2020-12-11T19:40:57.549Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2020-12-11T19:40:57.549Z] PASS [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === Skipped [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-12-11T19:40:57.549Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-12-11T19:40:57.549Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-12-11T19:40:57.549Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2020-12-11T19:40:57.549Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2020-12-11T19:40:57.549Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-12-11T19:40:57.549Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-12-11T19:40:57.549Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-12-11T19:40:57.549Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-12-11T19:40:57.549Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-12-11T19:40:57.549Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.02s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2020-12-11T19:40:57.549Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.03s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.03s) [2020-12-11T19:40:57.549Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-12-11T19:40:57.549Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-12-11T19:40:57.549Z] docker_cli_sni_test.go:18: Flakey test [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-12-11T19:40:57.549Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-12-11T19:40:57.549Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-12-11T19:40:57.549Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-12-11T19:40:57.549Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-12-11T19:40:57.549Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-12-11T19:40:57.549Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-12-11T19:40:57.549Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-12-11T19:40:57.549Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-12-11T19:40:57.549Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-12-11T19:40:57.549Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-12-11T19:40:57.549Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-12-11T19:40:57.549Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-12-11T19:40:57.549Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-12-11T19:40:57.549Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-12-11T19:40:57.549Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-12-11T19:40:57.549Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-12-11T19:40:57.549Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-12-11T19:40:57.549Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-12-11T19:40:57.549Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-12-11T19:40:57.549Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-12-11T19:40:57.549Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2020-12-11T19:40:57.549Z] [2020-12-11T19:40:57.549Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-12-11T19:40:57.549Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-12-11T19:40:57.550Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2020-12-11T19:40:57.550Z] [2020-12-11T19:40:57.550Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-12-11T19:40:57.550Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-12-11T19:40:57.550Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2020-12-11T19:40:57.550Z] [2020-12-11T19:40:57.550Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-12-11T19:40:57.550Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-12-11T19:40:57.550Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-12-11T19:40:57.550Z] [2020-12-11T19:40:57.550Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-12-11T19:40:57.550Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-12-11T19:40:57.550Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-12-11T19:40:57.550Z] [2020-12-11T19:40:57.550Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-12-11T19:40:57.550Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-12-11T19:40:57.550Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-12-11T19:40:57.550Z] [2020-12-11T19:40:57.550Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-12-11T19:40:57.550Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-12-11T19:40:57.550Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-12-11T19:40:57.550Z] [2020-12-11T19:40:57.550Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-12-11T19:40:57.550Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-12-11T19:40:57.550Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-12-11T19:40:57.550Z] [2020-12-11T19:40:57.550Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-12-11T19:40:57.550Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-12-11T19:40:57.550Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-12-11T19:40:57.550Z] [2020-12-11T19:40:57.550Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-12-11T19:40:57.550Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-12-11T19:40:57.550Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-12-11T19:40:57.550Z] [2020-12-11T19:40:57.550Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-12-11T19:40:57.550Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-12-11T19:40:57.550Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-12-11T19:40:57.550Z] [2020-12-11T19:40:57.550Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-12-11T19:40:57.550Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-12-11T19:40:57.550Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-12-11T19:40:57.550Z] [2020-12-11T19:40:57.550Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2020-12-11T19:40:57.550Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2020-12-11T19:40:57.550Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-12-11T19:40:57.550Z] [2020-12-11T19:40:57.550Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2020-12-11T19:40:57.550Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2020-12-11T19:40:57.550Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-12-11T19:40:57.550Z] [2020-12-11T19:40:57.550Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2020-12-11T19:40:57.550Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2020-12-11T19:40:57.550Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-12-11T19:40:57.550Z] [2020-12-11T19:40:57.550Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-12-11T19:40:57.550Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-12-11T19:40:57.550Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-12-11T19:40:57.550Z] [2020-12-11T19:40:57.550Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-12-11T19:40:57.550Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-12-11T19:40:57.550Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-12-11T19:40:57.550Z] docker_cli_network_unix_test.go:46: [dbb9a01853be1] daemon is not started [2020-12-11T19:40:57.550Z] [2020-12-11T19:40:57.550Z] [2020-12-11T19:40:57.550Z] DONE 1274 tests, 51 skipped in 1587.090s [2020-12-11T19:40:57.550Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-12-11T19:40:57.550Z] ++++ cat bundles/test-integration/docker.pid [2020-12-11T19:40:57.550Z] +++ kill 8134 [2020-12-11T19:40:58.517Z] +++ /etc/init.d/apparmor stop [2020-12-11T19:40:58.517Z] Leaving: AppArmorNo profiles have been unloaded. [2020-12-11T19:40:58.517Z] [2020-12-11T19:40:58.517Z] Unloading profiles will leave already running processes permanently [2020-12-11T19:40:58.517Z] unconfined, which can lead to unexpected situations. [2020-12-11T19:40:58.517Z] [2020-12-11T19:40:58.517Z] To set a process to complain mode, use the command line tool [2020-12-11T19:40:58.517Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-12-11T19:40:58.517Z] +++ true [2020-12-11T19:40:58.517Z] exiting test-integration [2020-12-11T19:40:58.517Z] ++ exit 0 [2020-12-11T19:40:58.517Z] [2020-12-11T19:40:58.777Z] + for job in $(jobs -p) [2020-12-11T19:40:58.777Z] + wait 18647 [2020-12-11T19:41:31.752Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-12-11T19:41:31.752Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-12-11T19:41:31.752Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-12-11T19:41:31.752Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-12-11T19:41:31.752Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-12-11T19:41:31.752Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-12-11T19:41:31.752Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-12-11T19:41:31.752Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-12-11T19:41:31.752Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-12-11T19:41:31.752Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-12-11T19:41:31.752Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-12-11T19:41:33.944Z] === RUN TestDockerSuite/TestBuildEnv [2020-12-11T19:41:33.944Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-12-11T19:41:33.944Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-12-11T19:41:33.944Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-12-11T19:41:33.944Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-12-11T19:41:33.944Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-12-11T19:41:36.865Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-12-11T19:41:36.865Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-12-11T19:41:36.865Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-12-11T19:41:36.865Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-12-11T19:41:37.328Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-12-11T19:41:42.039Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-12-11T19:41:45.483Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-12-11T19:41:56.959Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-12-11T19:41:56.959Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-12-11T19:41:56.959Z] === RUN TestDockerSuite/TestBuildExpose [2020-12-11T19:41:56.959Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-12-11T19:41:56.959Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-12-11T19:41:56.959Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-12-11T19:41:56.959Z] === RUN TestDockerSuite/TestBuildFails [2020-12-11T19:41:59.177Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-12-11T19:41:59.177Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-12-11T19:42:03.898Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-12-11T19:42:07.757Z] === RUN TestDockerSuite/TestBuildForceRm [2020-12-11T19:42:13.574Z] === RUN TestDockerSuite/TestBuildFromGit [2020-12-11T19:42:24.000Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-12-11T19:42:24.974Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-12-11T19:42:29.685Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-12-11T19:42:29.685Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-12-11T19:42:30.658Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-12-11T19:42:30.658Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-12-11T19:42:30.658Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-12-11T19:42:39.392Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-12-11T19:42:39.392Z] === RUN TestDockerSuite/TestBuildHistory [2020-12-11T19:42:41.746Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-12-11T19:42:48.048Z] === RUN TestDockerSuite/TestBuildIidFile [2020-12-11T19:42:48.048Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-12-11T19:42:49.601Z] === RUN TestDockerSuite/TestBuildInheritance [2020-12-11T19:42:49.601Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-12-11T19:42:49.939Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-12-11T19:42:50.063Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-12-11T19:42:50.063Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-12-11T19:42:53.240Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-12-11T19:42:53.816Z] === RUN TestDockerSuite/TestBuildLabel [2020-12-11T19:42:54.789Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-12-11T19:42:55.251Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-12-11T19:42:55.714Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-12-11T19:42:56.176Z] === RUN TestDockerSuite/TestBuildLabels [2020-12-11T19:42:57.150Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-12-11T19:42:58.125Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-12-11T19:43:02.884Z] === RUN TestDockerSuite/TestBuildLastModified [2020-12-11T19:43:02.884Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-12-11T19:43:02.884Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-12-11T19:43:02.884Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-12-11T19:43:02.884Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-12-11T19:43:02.884Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-12-11T19:43:02.884Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-12-11T19:43:03.346Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-12-11T19:43:04.320Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-12-11T19:43:09.033Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-12-11T19:43:34.345Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-12-11T19:43:34.345Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-12-11T19:43:34.345Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-12-11T19:44:04.433Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-12-11T19:44:13.032Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-12-11T19:44:17.742Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-12-11T19:44:22.451Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-12-11T19:44:27.203Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-12-11T19:44:48.408Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-12-11T19:44:48.408Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-12-11T19:44:53.120Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-12-11T19:44:53.120Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-12-11T19:44:53.120Z] === RUN TestDockerSuite/TestBuildNetNone [2020-12-11T19:44:53.120Z] === RUN TestDockerSuite/TestBuildNoContext [2020-12-11T19:44:55.316Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-12-11T19:44:59.745Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-12-11T19:45:00.036Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-12-11T19:45:01.582Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-12-11T19:45:01.582Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-12-11T19:45:01.582Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-12-11T19:45:04.503Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-12-11T19:45:05.476Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-12-11T19:45:06.451Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-12-11T19:45:14.649Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-12-11T19:45:14.649Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-12-11T19:45:14.649Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-12-11T19:45:14.649Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-12-11T19:45:14.649Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-12-11T19:45:15.220Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-12-11T19:45:17.133Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-12-11T19:45:20.439Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-12-11T19:45:21.316Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-12-11T19:45:21.316Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-12-11T19:45:22.354Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-12-11T19:45:28.498Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-12-11T19:45:31.431Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-12-11T19:45:40.094Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-12-11T19:45:43.848Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-12-11T19:45:47.718Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-12-11T19:45:48.737Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-12-11T19:45:48.737Z] === RUN TestDockerSuite/TestBuildPATH [2020-12-11T19:45:48.737Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-12-11T19:45:50.283Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-12-11T19:45:50.283Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-12-11T19:46:18.635Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-12-11T19:46:18.635Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-12-11T19:46:20.028Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-12-11T19:46:22.571Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-12-11T19:46:25.874Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-12-11T19:46:26.161Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-12-11T19:46:27.789Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-12-11T19:46:43.925Z] === RUN TestDockerSuite/TestBuildRm [2020-12-11T19:46:49.755Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-12-11T19:46:54.324Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-12-11T19:46:55.914Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-12-11T19:46:56.396Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-12-11T19:46:56.396Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-12-11T19:46:57.942Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-12-11T19:47:00.862Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-12-11T19:47:01.988Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-12-11T19:47:03.056Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-12-11T19:47:03.373Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-12-11T19:47:05.917Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-12-11T19:47:07.765Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-12-11T19:47:09.218Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-12-11T19:47:15.814Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-12-11T19:47:20.019Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-12-11T19:47:21.932Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-12-11T19:47:22.663Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-12-11T19:47:22.663Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-12-11T19:47:22.663Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-12-11T19:47:24.478Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-12-11T19:47:27.037Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-12-11T19:47:28.950Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-12-11T19:47:31.425Z] === RUN TestDockerSuite/TestBuildSpaces [2020-12-11T19:47:31.505Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-12-11T19:47:31.888Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-12-11T19:47:33.419Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-12-11T19:47:36.630Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-12-11T19:47:36.630Z] === RUN TestDockerSuite/TestBuildStderr [2020-12-11T19:47:40.416Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-12-11T19:47:58.281Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-12-11T19:47:58.743Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-12-11T19:48:00.935Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-12-11T19:48:01.910Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-12-11T19:48:06.621Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-12-11T19:48:11.361Z] === RUN TestDockerSuite/TestBuildUser [2020-12-11T19:48:11.361Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-12-11T19:48:11.361Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-12-11T19:48:11.361Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-12-11T19:48:15.113Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-12-11T19:48:15.575Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-12-11T19:48:17.765Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-12-11T19:48:17.765Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-12-11T19:48:17.765Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-12-11T19:48:29.682Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-12-11T19:48:38.988Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-12-11T19:48:38.988Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-12-11T19:48:44.583Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-12-11T19:48:44.860Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-12-11T19:48:49.569Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-12-11T19:48:49.569Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-12-11T19:48:50.031Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-12-11T19:48:52.260Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-12-11T19:48:52.260Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite (1677.45s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.34s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.30s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.40s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.45s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.07s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.48s) [2020-12-11T19:49:02.694Z] docker_api_swarm_test.go:562: [de31e3852fb04] joining swarm manager [d3fd59da7f263]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.694Z] docker_api_swarm_test.go:584: [d075b7041fbdc] joining swarm manager [d3fd59da7f263]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-11T19:49:02.694Z] check_test.go:380: [de31e3852fb04] daemon is not started [2020-12-11T19:49:02.694Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-12-11T19:49:02.694Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (22.19s) [2020-12-11T19:49:02.694Z] docker_api_swarm_test.go:45: [d7ac06d485357] joining swarm manager [d35cfdc03f359]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.94s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.95s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (38.68s) [2020-12-11T19:49:02.694Z] docker_api_swarm_test.go:303: [d0afc703cf280] joining swarm manager [d488d502f0dd2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.694Z] docker_api_swarm_test.go:304: [d891ff8c654c8] joining swarm manager [d488d502f0dd2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-11T19:49:02.694Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2020-12-11T19:49:02.694Z] docker_api_swarm_test.go:363: Waiting for possible election... [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.36s) [2020-12-11T19:49:02.694Z] docker_api_swarm_test.go:271: [de809ff3b0204] joining swarm manager [de5016dc3f9e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.694Z] docker_api_swarm_test.go:272: [d6dde07834722] joining swarm manager [de5016dc3f9e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.49s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.59s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.26s) [2020-12-11T19:49:02.694Z] docker_api_swarm_node_test.go:19: [dbdb4bbd9bba4] joining swarm manager [dbe2b2c7dd971]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.694Z] docker_api_swarm_node_test.go:20: [dd804f19d67ec] joining swarm manager [dbe2b2c7dd971]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (47.87s) [2020-12-11T19:49:02.694Z] docker_api_swarm_test.go:501: [d03bc857f9846] joining swarm manager [d02bbaeedcd6c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.694Z] docker_api_swarm_test.go:506: [dca0e90893218] joining swarm manager [d02bbaeedcd6c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.18s) [2020-12-11T19:49:02.694Z] docker_api_swarm_node_test.go:80: [d8c3f94dc46a2] joining swarm manager [dbffe3da990bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.33s) [2020-12-11T19:49:02.694Z] docker_api_swarm_node_test.go:52: [d823bdd9e70ee] joining swarm manager [d29e56600fb79]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.694Z] docker_api_swarm_node_test.go:53: [d718531e07243] joining swarm manager [d29e56600fb79]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.45s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (26.29s) [2020-12-11T19:49:02.694Z] docker_api_swarm_test.go:201: [df42b6ebeaf4e] joining swarm manager [df484c46c43d7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (54.48s) [2020-12-11T19:49:02.694Z] docker_api_swarm_test.go:383: [dd6a4afddfed9] joining swarm manager [dd89f7c6f87ce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.694Z] docker_api_swarm_test.go:384: [d853aff778475] joining swarm manager [dd89f7c6f87ce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-11T19:49:02.694Z] check_test.go:380: [d853aff778475] daemon is not started [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (55.57s) [2020-12-11T19:49:02.694Z] docker_api_swarm_test.go:801: [de03d29bff22d] joining swarm manager [d77486654669e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.694Z] docker_api_swarm_test.go:801: [df9c7f319bbd1] joining swarm manager [d77486654669e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-11T19:49:02.694Z] docker_api_swarm_test.go:801: [d5f159e3cd30d] joining swarm manager [d77486654669e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-12-11T19:49:02.694Z] docker_api_swarm_test.go:801: [d2043459cb950] joining swarm manager [d77486654669e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-12-11T19:49:02.694Z] docker_api_swarm_test.go:809: [d6441e0ab2aed] joining swarm manager [d77486654669e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.34s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.91s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.01s) [2020-12-11T19:49:02.694Z] docker_api_swarm_service_test.go:394: [dcd502ce62440] joining swarm manager [db383595b8ad5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.694Z] docker_api_swarm_service_test.go:394: [dca09b8e2318f] joining swarm manager [db383595b8ad5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.07s) [2020-12-11T19:49:02.694Z] docker_api_swarm_service_test.go:342: [d742f147a8071] joining swarm manager [df3bf96532e91]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.694Z] docker_api_swarm_service_test.go:342: [d50b978e41bff] joining swarm manager [df3bf96532e91]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.09s) [2020-12-11T19:49:02.694Z] docker_api_swarm_service_test.go:489: [d087f847d6cb0] joining swarm manager [dc29ce827c2f2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.694Z] docker_api_swarm_service_test.go:489: [de051579cccbe] joining swarm manager [dc29ce827c2f2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.16s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.32s) [2020-12-11T19:49:02.694Z] docker_api_swarm_service_test.go:127: [dcb30caaab27d] joining swarm manager [d2c9b4d60e61d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.694Z] docker_api_swarm_service_test.go:128: [de8850491b185] joining swarm manager [d2c9b4d60e61d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-11T19:49:02.694Z] docker_api_swarm_service_test.go:136: [d00380a97721c] joining swarm manager [d2c9b4d60e61d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-12-11T19:49:02.694Z] docker_api_swarm_service_test.go:137: [dcaa954e391bc] joining swarm manager [d2c9b4d60e61d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.35s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.93s) [2020-12-11T19:49:02.694Z] docker_api_swarm_service_test.go:303: [dff1b13ddd0ef] joining swarm manager [df773eeaa22b6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.694Z] docker_api_swarm_service_test.go:303: [df2871889e653] joining swarm manager [df773eeaa22b6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (31.61s) [2020-12-11T19:49:02.694Z] docker_api_swarm_service_test.go:99: [d65ce9db8c405] joining swarm manager [d9e38bc4586d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.694Z] docker_api_swarm_service_test.go:100: [d46abc4f67b7a] joining swarm manager [d9e38bc4586d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-11T19:49:02.694Z] check_test.go:380: [d65ce9db8c405] daemon is not started [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.06s) [2020-12-11T19:49:02.694Z] docker_api_swarm_service_test.go:532: [d14910455f0c3] joining swarm manager [d3cd4db0568bd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.694Z] docker_api_swarm_service_test.go:533: [d7c6e9bfd4f0c] joining swarm manager [d3cd4db0568bd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.83s) [2020-12-11T19:49:02.694Z] docker_api_swarm_service_test.go:147: [d96959d31ca77] joining swarm manager [d492c7bdf5369]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.694Z] docker_api_swarm_service_test.go:147: [d3ca1cce7a499] joining swarm manager [d492c7bdf5369]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (26.27s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.98s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.18s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.20s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.95s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.79s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.97s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.34s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.40s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.01s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.04s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.75s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.77s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.61s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.23s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.65s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.40s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.13s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.11s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (1.87s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (2.87s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.50s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (4.96s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.30s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.25s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.39s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.50s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.94s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.20s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.05s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.09s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.71s) [2020-12-11T19:49:02.694Z] docker_cli_service_logs_test.go:245: checking task rvrgqckigzxe [2020-12-11T19:49:02.694Z] docker_cli_service_logs_test.go:250: checking messages for rvrgqckigzxe [2020-12-11T19:49:02.694Z] docker_cli_service_logs_test.go:245: checking task arjaim759el5 [2020-12-11T19:49:02.694Z] docker_cli_service_logs_test.go:250: checking messages for arjaim759el5 [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.50s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.56s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.70s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.70s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.35s) [2020-12-11T19:49:02.694Z] docker_cli_swarm_test.go:1901: [da9b0b9b62fc9] joining swarm manager [d4fbf2c4cf860]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.694Z] docker_cli_swarm_test.go:1902: [dbea49142b096] joining swarm manager [d4fbf2c4cf860]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.97s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.67s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.68s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.31s) [2020-12-11T19:49:02.694Z] docker_cli_swarm_test.go:1802: [d834fcc84b637] joining swarm manager [d9713d060a9bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.694Z] docker_cli_swarm_test.go:1803: [d87c49290e535] joining swarm manager [d9713d060a9bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.18s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (114.43s) [2020-12-11T19:49:02.694Z] docker_cli_swarm_test.go:1321: [dadaf7de070fc] joining swarm manager [d1e84b2f6c78d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.694Z] docker_cli_swarm_test.go:1322: [df3d12cc57ad0] joining swarm manager [d1e84b2f6c78d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.50s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.34s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.73s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.52s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.66s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.79s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.93s) [2020-12-11T19:49:02.694Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-12-11T19:49:02.694Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.13s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.87s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.89s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.51s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.65s) [2020-12-11T19:49:02.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (55.18s) [2020-12-11T19:49:02.694Z] docker_cli_swarm_test.go:1186: [de42d13e5c6b2] joining swarm manager [df8c42fdbeea1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.695Z] docker_cli_swarm_test.go:1195: [d3e7f402607b7] joining swarm manager [df8c42fdbeea1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.09s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.46s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (126.49s) [2020-12-11T19:49:02.695Z] docker_cli_swarm_test.go:1118: [d1f43a162407b] joining swarm manager [d5a34929d8c67]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.695Z] docker_cli_swarm_test.go:1119: [df4bf1abb692f] joining swarm manager [d5a34929d8c67]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-11T19:49:02.695Z] docker_cli_swarm_test.go:1172: [d59edf8ecf513] joining swarm manager [d5a34929d8c67]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.02s) [2020-12-11T19:49:02.695Z] docker_cli_swarm_test.go:1453: [d911e9ade78d0] joining swarm manager [d5b00d7d63ea0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.695Z] docker_cli_swarm_test.go:1454: [dce1653a41f2a] joining swarm manager [d5b00d7d63ea0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.33s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.16s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.17s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.05s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (1.91s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (2.97s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.35s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.58s) [2020-12-11T19:49:02.695Z] docker_cli_swarm_unix_test.go:62: [dad750859a3fe] joining swarm manager [df898ce23cd0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.25s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (2.90s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.31s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (2.86s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.50s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.98s) [2020-12-11T19:49:02.695Z] docker_api_swarm_test.go:961: [db8f0cad3aaad] joining swarm manager [d64ae1bbb013b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (13.34s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.28s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.30s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.87s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.90s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.23s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.12s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.16s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.60s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.23s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.66s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (1.84s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.93s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.25s) [2020-12-11T19:49:02.695Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.21s) [2020-12-11T19:49:02.695Z] === RUN TestDockerExternalVolumeSuite [2020-12-11T19:49:02.695Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-12-11T19:49:04.690Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-12-11T19:49:06.883Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-12-11T19:49:07.345Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-12-11T19:49:17.596Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-12-11T19:49:19.820Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-12-11T19:49:20.282Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-12-11T19:49:20.282Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-12-11T19:49:20.282Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-12-11T19:49:21.264Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-12-11T19:49:30.031Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-12-11T19:49:30.493Z] === RUN TestDockerSuite/TestBuildXZHost [2020-12-11T19:49:30.955Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-12-11T19:49:30.955Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-12-11T19:49:30.955Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-12-11T19:49:33.145Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-12-11T19:49:36.897Z] === RUN TestDockerSuite/TestCommitChange [2020-12-11T19:49:41.635Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-12-11T19:49:46.457Z] === RUN TestDockerSuite/TestCommitHardlink [2020-12-11T19:49:46.457Z] === RUN TestDockerSuite/TestCommitNewFile [2020-12-11T19:49:52.277Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-12-11T19:49:52.277Z] === RUN TestDockerSuite/TestCommitTTY [2020-12-11T19:49:58.099Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-12-11T19:50:01.852Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-12-11T19:50:01.852Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-12-11T19:50:01.852Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-12-11T19:50:01.852Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-12-11T19:50:01.852Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-12-11T19:50:02.337Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-12-11T19:50:02.337Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-12-11T19:50:02.337Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-12-11T19:50:02.337Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-12-11T19:50:08.175Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-12-11T19:50:20.594Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-12-11T19:50:20.594Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-12-11T19:50:21.056Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-12-11T19:50:21.056Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-12-11T19:50:21.056Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-12-11T19:50:21.056Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-12-11T19:50:22.605Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-12-11T19:50:23.068Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-12-11T19:50:23.068Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-12-11T19:50:24.613Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-12-11T19:50:24.613Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-12-11T19:50:25.076Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-12-11T19:50:25.076Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-12-11T19:50:25.076Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-12-11T19:50:25.456Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-12-11T19:50:27.265Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-12-11T19:50:28.814Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-12-11T19:50:31.008Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-12-11T19:50:31.008Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-12-11T19:50:31.008Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-12-11T19:50:32.037Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-12-11T19:50:32.555Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-12-11T19:50:32.555Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-12-11T19:50:34.745Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-12-11T19:50:34.745Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-12-11T19:50:34.745Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-12-11T19:50:36.291Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-12-11T19:50:36.291Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-12-11T19:50:37.839Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-12-11T19:50:37.839Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-12-11T19:50:40.028Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-12-11T19:50:40.029Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-12-11T19:50:42.307Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-12-11T19:50:45.228Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-12-11T19:50:48.982Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-12-11T19:50:48.982Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-12-11T19:50:48.982Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-12-11T19:50:48.982Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-12-11T19:50:48.982Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-12-11T19:50:49.955Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-12-11T19:50:49.955Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-12-11T19:50:52.151Z] === RUN TestDockerSuite/TestContainerAPITop [2020-12-11T19:50:52.151Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-12-11T19:50:53.697Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-12-11T19:50:53.697Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-12-11T19:50:57.452Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-12-11T19:50:59.000Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-12-11T19:50:59.000Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-12-11T19:50:59.000Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-12-11T19:50:59.000Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-12-11T19:50:59.000Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-12-11T19:50:59.000Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2020-12-11T19:51:00.547Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-12-11T19:51:00.547Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2020-12-11T19:51:04.142Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-12-11T19:51:07.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2020-12-11T19:51:09.880Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2020-12-11T19:51:12.073Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2020-12-11T19:51:14.264Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000b92560_} [2020-12-11T19:51:16.459Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1064209894_c:\foo_false____} [2020-12-11T19:51:18.649Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1064209894_c:\foo_true____} [2020-12-11T19:51:19.042Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-12-11T19:51:20.857Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-12-11T19:51:20.857Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-12-11T19:51:20.857Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-12-11T19:51:20.857Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-12-11T19:51:20.857Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-12-11T19:51:20.857Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-12-11T19:51:20.857Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-12-11T19:51:20.857Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-12-11T19:51:20.857Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-12-11T19:51:20.857Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-12-11T19:51:20.857Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-12-11T19:51:20.857Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-12-11T19:51:20.857Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-12-11T19:51:20.857Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-12-11T19:51:20.857Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-12-11T19:51:20.857Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-12-11T19:51:20.857Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-12-11T19:51:20.857Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-12-11T19:51:23.064Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-12-11T19:51:23.064Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-12-11T19:51:23.064Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-12-11T19:51:23.064Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-12-11T19:51:23.064Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-12-11T19:51:23.064Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-12-11T19:51:23.064Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-12-11T19:51:23.064Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-12-11T19:51:23.064Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-12-11T19:51:23.064Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-12-11T19:51:23.064Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-12-11T19:51:23.064Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-12-11T19:51:23.064Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-12-11T19:51:23.064Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-12-11T19:51:24.609Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-12-11T19:51:25.071Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-12-11T19:51:25.071Z] === RUN TestDockerSuite/TestCpRelativePath [2020-12-11T19:51:32.173Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-12-11T19:51:32.173Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-12-11T19:51:32.173Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-12-11T19:51:32.173Z] === RUN TestDockerSuite/TestCpToCaseA [2020-12-11T19:51:35.093Z] === RUN TestDockerSuite/TestCpToCaseB [2020-12-11T19:51:37.283Z] === RUN TestDockerSuite/TestCpToCaseC [2020-12-11T19:51:37.283Z] === RUN TestDockerSuite/TestCpToCaseD [2020-12-11T19:51:37.283Z] === RUN TestDockerSuite/TestCpToCaseE [2020-12-11T19:51:44.392Z] === RUN TestDockerSuite/TestCpToCaseF [2020-12-11T19:51:44.392Z] === RUN TestDockerSuite/TestCpToCaseG [2020-12-11T19:51:44.392Z] === RUN TestDockerSuite/TestCpToCaseH [2020-12-11T19:51:51.146Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-12-11T19:51:56.827Z] === RUN TestDockerSuite/TestCpToCaseI [2020-12-11T19:51:56.827Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-12-11T19:51:56.827Z] === RUN TestDockerSuite/TestCpToDot [2020-12-11T19:52:03.372Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-12-11T19:52:04.031Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-12-11T19:52:04.031Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-12-11T19:52:04.031Z] === RUN TestDockerSuite/TestCpToStdout [2020-12-11T19:52:05.645Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-12-11T19:52:05.645Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-12-11T19:52:05.645Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-12-11T19:52:05.645Z] === RUN TestDockerSuite/TestCpVolumePath [2020-12-11T19:52:05.645Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-12-11T19:52:05.645Z] === RUN TestDockerSuite/TestCreateArgs [2020-12-11T19:52:05.645Z] === RUN TestDockerSuite/TestCreateByImageID [2020-12-11T19:52:07.837Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-12-11T19:52:09.382Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-12-11T19:52:09.844Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-12-11T19:52:09.844Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-12-11T19:52:11.391Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-12-11T19:52:11.853Z] === RUN TestDockerSuite/TestCreateLabels [2020-12-11T19:52:12.317Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-12-11T19:52:12.317Z] === RUN TestDockerSuite/TestCreateRM [2020-12-11T19:52:12.317Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-12-11T19:52:12.317Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-12-11T19:52:12.778Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-12-11T19:52:12.778Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-12-11T19:52:30.553Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-12-11T19:52:30.553Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-12-11T19:52:30.553Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-12-11T19:52:34.378Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-12-11T19:52:34.378Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-12-11T19:52:34.378Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-12-11T19:52:35.479Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-12-11T19:52:35.981Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-12-11T19:52:35.981Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-12-11T19:52:35.981Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-12-11T19:52:35.981Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-12-11T19:52:35.981Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-12-11T19:52:35.981Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-12-11T19:52:35.981Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-12-11T19:52:35.981Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-12-11T19:52:35.981Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-12-11T19:52:35.981Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-12-11T19:52:35.981Z] === RUN TestDockerSuite/TestDevicePermissions [2020-12-11T19:52:35.981Z] === RUN TestDockerSuite/TestDockerFails [2020-12-11T19:52:36.443Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-12-11T19:52:36.443Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-12-11T19:52:36.443Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-12-11T19:52:36.443Z] === RUN TestDockerSuite/TestEventsAttach [2020-12-11T19:52:36.443Z] === RUN TestDockerSuite/TestEventsCommit [2020-12-11T19:52:36.443Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-12-11T19:52:38.633Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-12-11T19:52:40.180Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-12-11T19:52:42.369Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-12-11T19:52:50.381Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-12-11T19:52:54.809Z] === RUN TestDockerSuite/TestEventsCopy [2020-12-11T19:52:58.619Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-12-11T19:53:03.415Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-12-11T19:53:04.966Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-12-11T19:53:05.428Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-12-11T19:53:08.418Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-12-11T19:53:08.497Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-12-11T19:53:09.391Z] === RUN TestDockerSuite/TestEventsFilterType [2020-12-11T19:53:09.853Z] === RUN TestDockerSuite/TestEventsFilters [2020-12-11T19:53:14.565Z] === RUN TestDockerSuite/TestEventsFormat [2020-12-11T19:53:18.440Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-12-11T19:53:18.441Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-12-11T19:53:18.441Z] === RUN TestDockerSuite/TestEventsImageImport [2020-12-11T19:53:18.441Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-12-11T19:53:18.441Z] === RUN TestDockerSuite/TestEventsImagePull [2020-12-11T19:53:18.441Z] === RUN TestDockerSuite/TestEventsImageTag [2020-12-11T19:53:19.414Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-12-11T19:53:19.414Z] === RUN TestDockerSuite/TestEventsRename [2020-12-11T19:53:21.018Z] === RUN TestDockerSuite/TestEventsResize [2020-12-11T19:53:23.211Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-12-11T19:53:25.404Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-12-11T19:53:26.950Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-12-11T19:53:31.669Z] === RUN TestDockerSuite/TestEventsTop [2020-12-11T19:53:31.669Z] === RUN TestDockerSuite/TestEventsUntag [2020-12-11T19:53:34.602Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-12-11T19:53:37.523Z] === RUN TestDockerSuite/TestExec [2020-12-11T19:53:37.523Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-12-11T19:53:37.523Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-12-11T19:53:38.498Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-12-11T19:53:40.042Z] === RUN TestDockerSuite/TestExecAPIStart [2020-12-11T19:53:40.042Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-12-11T19:53:40.042Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-12-11T19:53:40.042Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-12-11T19:53:41.588Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-12-11T19:53:43.784Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-12-11T19:53:45.331Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-12-11T19:53:46.876Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-12-11T19:53:50.631Z] === RUN TestDockerSuite/TestExecCgroup [2020-12-11T19:53:50.631Z] === RUN TestDockerSuite/TestExecEnv [2020-12-11T19:53:50.631Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-12-11T19:53:50.631Z] === RUN TestDockerSuite/TestExecExitStatus [2020-12-11T19:53:52.204Z] === RUN TestDockerSuite/TestExecInspectID [2020-12-11T19:53:55.204Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-12-11T19:53:56.913Z] === RUN TestDockerSuite/TestExecInteractive [2020-12-11T19:53:56.913Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-12-11T19:53:56.913Z] === RUN TestDockerSuite/TestExecParseError [2020-12-11T19:53:56.913Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-12-11T19:53:56.913Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-12-11T19:53:56.913Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-12-11T19:53:58.459Z] === RUN TestDockerSuite/TestExecSetEnv [2020-12-11T19:53:58.459Z] === RUN TestDockerSuite/TestExecStartFails [2020-12-11T19:53:58.921Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-12-11T19:53:58.921Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-12-11T19:53:58.921Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-12-11T19:53:58.921Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-12-11T19:54:00.467Z] === RUN TestDockerSuite/TestExecUlimits [2020-12-11T19:54:00.467Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-12-11T19:54:06.440Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-12-11T19:54:06.440Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-12-11T19:54:06.440Z] === RUN TestDockerSuite/TestExecWithUser [2020-12-11T19:54:06.440Z] === RUN TestDockerSuite/TestGetContainerStats [2020-12-11T19:54:12.380Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-12-11T19:54:13.316Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-12-11T19:54:18.223Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-12-11T19:54:20.412Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-12-11T19:54:26.249Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-12-11T19:54:26.249Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-12-11T19:54:26.249Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-12-11T19:54:26.249Z] === RUN TestDockerSuite/TestHealth [2020-12-11T19:54:26.249Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-12-11T19:54:26.249Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-12-11T19:54:26.249Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-12-11T19:54:26.249Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-12-11T19:54:30.001Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-12-11T19:54:30.001Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-12-11T19:54:30.001Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-12-11T19:54:30.001Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-12-11T19:54:30.001Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-12-11T19:54:30.463Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-12-11T19:54:30.925Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-12-11T19:54:30.925Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-12-11T19:54:31.918Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-12-11T19:54:31.918Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-12-11T19:54:32.893Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-12-11T19:54:33.393Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-12-11T19:54:34.938Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-12-11T19:54:37.128Z] === RUN TestDockerSuite/TestImagesFormat [2020-12-11T19:54:37.128Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-12-11T19:54:37.128Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-12-11T19:54:40.954Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-12-11T19:54:40.954Z] === RUN TestDockerSuite/TestImportBadURL [2020-12-11T19:54:43.181Z] === RUN TestDockerSuite/TestImportDisplay [2020-12-11T19:54:43.181Z] === RUN TestDockerSuite/TestImportFile [2020-12-11T19:54:43.181Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-12-11T19:54:43.181Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-12-11T19:54:43.181Z] === RUN TestDockerSuite/TestImportGzipped [2020-12-11T19:54:43.181Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-12-11T19:54:43.181Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-12-11T19:54:43.181Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-12-11T19:54:43.181Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-12-11T19:54:43.181Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-12-11T19:54:43.181Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-12-11T19:54:43.181Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-12-11T19:54:43.181Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-12-11T19:54:44.727Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-12-11T19:54:45.430Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-12-11T19:54:46.919Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-12-11T19:54:46.919Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-12-11T19:54:46.919Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-12-11T19:54:46.919Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-12-11T19:54:46.919Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-12-11T19:54:48.464Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-12-11T19:54:48.464Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-12-11T19:54:50.654Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-12-11T19:54:50.654Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-12-11T19:54:50.654Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-12-11T19:54:50.654Z] === RUN TestDockerSuite/TestInspectDefault [2020-12-11T19:54:52.240Z] === RUN TestDockerSuite/TestInspectHistory [2020-12-11T19:54:56.005Z] === RUN TestDockerSuite/TestInspectImage [2020-12-11T19:54:56.005Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-12-11T19:54:56.005Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-12-11T19:54:56.005Z] === RUN TestDockerSuite/TestInspectInt64 [2020-12-11T19:54:58.258Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-12-11T19:54:59.804Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-12-11T19:54:59.804Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-12-11T19:55:01.350Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-12-11T19:55:02.896Z] === RUN TestDockerSuite/TestInspectPlugin [2020-12-11T19:55:02.896Z] === RUN TestDockerSuite/TestInspectRootFS [2020-12-11T19:55:02.896Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-12-11T19:55:04.441Z] === RUN TestDockerSuite/TestInspectStatus [2020-12-11T19:55:06.630Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-12-11T19:55:10.446Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-12-11T19:55:11.996Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-12-11T19:55:13.545Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-12-11T19:55:15.130Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-12-11T19:55:17.320Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-12-11T19:55:17.537Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-12-11T19:55:18.867Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-12-11T19:55:20.412Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-12-11T19:55:20.412Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-12-11T19:55:20.413Z] === RUN TestDockerSuite/TestLinksEnvs [2020-12-11T19:55:20.413Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-12-11T19:55:20.413Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-12-11T19:55:20.413Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-12-11T19:55:20.413Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-12-11T19:55:20.413Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-12-11T19:55:20.413Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-12-11T19:55:20.413Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-12-11T19:55:20.413Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-12-11T19:55:20.413Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-12-11T19:55:20.413Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-12-11T19:55:20.413Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-12-11T19:55:20.413Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-12-11T19:55:20.413Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-12-11T19:55:20.413Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-12-11T19:55:20.413Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-12-11T19:55:20.875Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-12-11T19:55:20.875Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-12-11T19:55:22.421Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-12-11T19:55:23.395Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-12-11T19:55:29.213Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-12-11T19:55:29.817Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-12-11T19:55:30.760Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-12-11T19:55:30.760Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-12-11T19:55:32.306Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-12-11T19:55:32.306Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-12-11T19:55:39.463Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-12-11T19:55:45.415Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-12-11T19:55:47.927Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-12-11T19:55:51.231Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-12-11T19:55:52.776Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-12-11T19:55:54.966Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-12-11T19:55:54.966Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-12-11T19:55:56.512Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-12-11T19:55:58.703Z] === RUN TestDockerSuite/TestLogsSince [2020-12-11T19:56:02.835Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-12-11T19:56:07.388Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-12-11T19:56:07.388Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-12-11T19:56:07.388Z] === RUN TestDockerSuite/TestLogsTail [2020-12-11T19:56:08.934Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-12-11T19:56:11.184Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-12-11T19:56:12.730Z] === RUN TestDockerSuite/TestMountIntoProc [2020-12-11T19:56:12.730Z] === RUN TestDockerSuite/TestMountIntoSys [2020-12-11T19:56:12.730Z] === RUN TestDockerSuite/TestNetHostname [2020-12-11T19:56:12.730Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-12-11T19:56:12.730Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-12-11T19:56:12.730Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-12-11T19:56:12.730Z] === RUN TestDockerSuite/TestPluginActive [2020-12-11T19:56:12.730Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-12-11T19:56:12.730Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-12-11T19:56:12.730Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-12-11T19:56:12.730Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-12-11T19:56:12.730Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-12-11T19:56:12.730Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-12-11T19:56:12.730Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-12-11T19:56:12.730Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-12-11T19:56:12.730Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-12-11T19:56:12.730Z] === RUN TestDockerSuite/TestPortHostBinding [2020-12-11T19:56:12.730Z] === RUN TestDockerSuite/TestPortList [2020-12-11T19:56:12.730Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-12-11T19:56:16.492Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-12-11T19:56:16.492Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-12-11T19:56:16.492Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-12-11T19:56:16.492Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-12-11T19:56:16.492Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-12-11T19:56:16.492Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-12-11T19:56:16.492Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-12-11T19:56:16.492Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-12-11T19:56:16.492Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-12-11T19:56:16.492Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-12-11T19:56:17.745Z] --- PASS: TestDockerExternalVolumeSuite (437.33s) [2020-12-11T19:56:17.745Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.56s) [2020-12-11T19:56:17.745Z] docker_cli_external_volume_driver_test.go:53: [df0154778d70d] daemon is not started [2020-12-11T19:56:17.745Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.60s) [2020-12-11T19:56:17.745Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.24s) [2020-12-11T19:56:17.745Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2020-12-11T19:56:17.745Z] docker_cli_external_volume_driver_test.go:53: [dae3f4bc919c4] daemon is not started [2020-12-11T19:56:17.745Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2020-12-11T19:56:17.745Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2020-12-11T19:56:17.745Z] docker_cli_external_volume_driver_test.go:53: [d2c55d4c13b7a] daemon is not started [2020-12-11T19:56:17.745Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.14s) [2020-12-11T19:56:17.745Z] docker_cli_external_volume_driver_test.go:53: [db7f335b096ca] daemon is not started [2020-12-11T19:56:17.745Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.22s) [2020-12-11T19:56:17.745Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.21s) [2020-12-11T19:56:17.745Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.78s) [2020-12-11T19:56:17.745Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2020-12-11T19:56:17.745Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.21s) [2020-12-11T19:56:17.745Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.28s) [2020-12-11T19:56:17.745Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.88s) [2020-12-11T19:56:17.745Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.25s) [2020-12-11T19:56:17.745Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.73s) [2020-12-11T19:56:17.745Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (15.99s) [2020-12-11T19:56:17.745Z] docker_cli_external_volume_driver_test.go:485: [defe2e3185908] daemon is not started [2020-12-11T19:56:17.745Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-12-11T19:56:17.745Z] docker_cli_external_volume_driver_test.go:53: [d1bbcf7caadb6] daemon is not started [2020-12-11T19:56:17.745Z] PASS [2020-12-11T19:56:17.745Z] [2020-12-11T19:56:17.745Z] === Skipped [2020-12-11T19:56:17.745Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-12-11T19:56:17.745Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-12-11T19:56:17.745Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-12-11T19:56:17.745Z] check_test.go:309: [d153f5813c710] daemon is not started [2020-12-11T19:56:17.745Z] [2020-12-11T19:56:17.745Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-12-11T19:56:17.746Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-12-11T19:56:17.746Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-12-11T19:56:17.746Z] check_test.go:309: [d78efd1a2afb0] daemon is not started [2020-12-11T19:56:17.746Z] [2020-12-11T19:56:17.746Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-12-11T19:56:17.746Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-12-11T19:56:17.746Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-12-11T19:56:17.746Z] check_test.go:309: [d35d5be007dfa] daemon is not started [2020-12-11T19:56:17.746Z] [2020-12-11T19:56:17.746Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-12-11T19:56:17.746Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-12-11T19:56:17.746Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-12-11T19:56:17.746Z] [2020-12-11T19:56:17.746Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-12-11T19:56:17.746Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-12-11T19:56:17.746Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-12-11T19:56:17.746Z] [2020-12-11T19:56:17.746Z] [2020-12-11T19:56:17.746Z] DONE 273 tests, 5 skipped in 2504.871s [2020-12-11T19:56:17.746Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-12-11T19:56:17.746Z] ++++ cat bundles/test-integration/docker.pid [2020-12-11T19:56:17.746Z] +++ kill 8163 [2020-12-11T19:56:18.316Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d0673f936a0f3/docker.pid [2020-12-11T19:56:18.316Z] +++ kill 6064 [2020-12-11T19:56:18.316Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6064 is not a child of this shell [2020-12-11T19:56:18.316Z] warning: PID 6064 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d0673f936a0f3/docker.pid had a nonzero exit code [2020-12-11T19:56:18.316Z] +++ /etc/init.d/apparmor stop [2020-12-11T19:56:18.316Z] Leaving: AppArmorNo profiles have been unloaded. [2020-12-11T19:56:18.316Z] [2020-12-11T19:56:18.316Z] Unloading profiles will leave already running processes permanently [2020-12-11T19:56:18.316Z] unconfined, which can lead to unexpected situations. [2020-12-11T19:56:18.316Z] [2020-12-11T19:56:18.316Z] To set a process to complain mode, use the command line tool [2020-12-11T19:56:18.316Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-12-11T19:56:18.316Z] +++ true [2020-12-11T19:56:18.316Z] exiting test-integration [2020-12-11T19:56:18.316Z] ++ exit 0 [2020-12-11T19:56:18.316Z] [2020-12-11T19:56:18.895Z] + exit 0 [2020-12-11T19:56:18.895Z] ++ jobs -p [2020-12-11T19:56:18.895Z] + pids= [2020-12-11T19:56:18.895Z] + echo 'Remaining pids to kill: []' [2020-12-11T19:56:18.895Z] Remaining pids to kill: [] [2020-12-11T19:56:18.895Z] + '[' -z '' ']' Post stage [Pipeline] junit [2020-12-11T19:56:18.941Z] Recording test results [2020-12-11T19:56:20.341Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-12-11T19:56:20.341Z] === RUN TestDockerSuite/TestPsByOrder [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-12-11T19:56:21.389Z] + echo Ensuring container killed. [2020-12-11T19:56:21.389Z] Ensuring container killed. [2020-12-11T19:56:21.389Z] + docker ps -aq -f name=docker-pr1-* [2020-12-11T19:56:21.389Z] + cids=aace752506f6 [2020-12-11T19:56:21.389Z] 7fd1e1d7f9ef [2020-12-11T19:56:21.389Z] b0c9ec0a4ea4 [2020-12-11T19:56:21.389Z] + [ -n aace752506f6 [2020-12-11T19:56:21.389Z] 7fd1e1d7f9ef [2020-12-11T19:56:21.389Z] b0c9ec0a4ea4 ] [2020-12-11T19:56:21.389Z] + docker rm -vf aace752506f6 7fd1e1d7f9ef b0c9ec0a4ea4 [2020-12-11T19:56:23.308Z] aace752506f6 [2020-12-11T19:56:23.308Z] 7fd1e1d7f9ef [2020-12-11T19:56:23.569Z] b0c9ec0a4ea4 [Pipeline] sh [2020-12-11T19:56:23.863Z] + echo Chowning /workspace to jenkins user [2020-12-11T19:56:23.864Z] Chowning /workspace to jenkins user [2020-12-11T19:56:23.864Z] + id -u [2020-12-11T19:56:23.864Z] + id -g [2020-12-11T19:56:23.864Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41783:/workspace busybox chown -R 1000:1000 /workspace [2020-12-11T19:56:23.864Z] Unable to find image 'busybox:latest' locally [2020-12-11T19:56:27.447Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-12-11T19:56:27.447Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-12-11T19:56:29.147Z] latest: Pulling from library/busybox [2020-12-11T19:56:29.147Z] ea97eb0eb3ec: Pulling fs layer [2020-12-11T19:56:29.147Z] ea97eb0eb3ec: Verifying Checksum [2020-12-11T19:56:29.147Z] ea97eb0eb3ec: Download complete [2020-12-11T19:56:29.147Z] ea97eb0eb3ec: Pull complete [2020-12-11T19:56:29.147Z] Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678 [2020-12-11T19:56:29.147Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-12-11T19:56:32.763Z] + bundleName=amd64 [2020-12-11T19:56:32.763Z] + echo Creating amd64-bundles.tar.gz [2020-12-11T19:56:32.763Z] Creating amd64-bundles.tar.gz [2020-12-11T19:56:32.763Z] + xargs tar -czf amd64-bundles.tar.gz [2020-12-11T19:56:32.763Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2020-12-11T19:56:33.721Z] Archiving artifacts [2020-12-11T19:56:35.881Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41783/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-12-11T19:56:36.194Z] + make clean [2020-12-11T19:56:36.454Z] docker volume rm -f docker-dev-cache [2020-12-11T19:56:36.454Z] docker-dev-cache [Pipeline] deleteDir [2020-12-11T19:56:39.924Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-11T19:56:50.301Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-12-11T19:56:50.301Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-12-11T19:56:50.301Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-12-11T19:57:02.818Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-12-11T19:57:08.674Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-12-11T19:57:14.633Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-12-11T19:57:23.286Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-12-11T19:57:23.286Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-12-11T19:57:23.286Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-12-11T19:57:32.019Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-12-11T19:57:32.019Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-12-11T19:57:32.019Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-12-11T19:57:32.019Z] === RUN TestDockerSuite/TestPsRightTagName [2020-12-11T19:57:32.019Z] === RUN TestDockerSuite/TestPsShowMounts [2020-12-11T19:57:37.951Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-12-11T19:57:37.951Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-12-11T19:57:38.925Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-12-11T19:57:38.926Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-12-11T19:57:40.473Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-12-11T19:57:40.947Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-12-11T19:57:40.947Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-12-11T19:57:44.705Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-12-11T19:57:48.461Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-12-11T19:57:50.010Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-12-11T19:58:07.954Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-12-11T19:58:07.954Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-12-11T19:58:12.667Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-12-11T19:58:12.667Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-12-11T19:58:12.667Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-12-11T19:58:13.129Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-12-11T19:58:17.011Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-12-11T19:58:20.767Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-12-11T19:58:20.767Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-12-11T19:58:24.574Z] === RUN TestDockerSuite/TestRmiBlank [2020-12-11T19:58:24.574Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-12-11T19:58:24.574Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-12-11T19:58:36.989Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-12-11T19:58:39.223Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-12-11T19:58:39.685Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-12-11T19:58:45.541Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-12-11T19:58:50.288Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-12-11T19:59:02.792Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-12-11T19:59:04.981Z] === RUN TestDockerSuite/TestRmiTag [2020-12-11T19:59:05.503Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-12-11T19:59:07.820Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-12-11T19:59:22.669Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-12-11T19:59:24.215Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-12-11T19:59:28.925Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-12-11T19:59:29.387Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-12-11T19:59:29.387Z] === RUN TestDockerSuite/TestRunAddHost [2020-12-11T19:59:29.387Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-12-11T19:59:29.387Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-12-11T19:59:29.387Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-12-11T19:59:29.387Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-12-11T19:59:29.387Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-12-11T19:59:29.387Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-12-11T19:59:30.933Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-12-11T19:59:30.933Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-12-11T19:59:30.933Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-12-11T19:59:34.709Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-12-11T19:59:36.967Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-12-11T19:59:44.125Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-12-11T19:59:45.098Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-12-11T19:59:47.335Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-12-11T19:59:47.335Z] === RUN TestDockerSuite/TestRunBindMounts [2020-12-11T19:59:56.120Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-12-11T19:59:56.120Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-12-11T19:59:56.120Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-12-11T19:59:56.120Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-12-11T19:59:56.120Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-12-11T19:59:56.120Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-12-11T19:59:56.120Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-12-11T19:59:56.120Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-12-11T19:59:56.120Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-12-11T19:59:56.120Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-12-11T19:59:56.120Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-12-11T19:59:56.120Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-12-11T19:59:57.095Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-12-11T19:59:57.095Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-12-11T20:00:00.015Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-12-11T20:00:00.015Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-12-11T20:00:00.015Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-12-11T20:00:01.562Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-12-11T20:00:01.562Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-12-11T20:00:01.562Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-12-11T20:00:01.562Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-12-11T20:00:01.562Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-12-11T20:00:01.562Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-12-11T20:00:01.562Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-12-11T20:00:01.562Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-12-11T20:00:03.111Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-12-11T20:00:05.303Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-12-11T20:00:06.851Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-12-11T20:00:06.851Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-12-11T20:00:06.851Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-12-11T20:00:06.851Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-12-11T20:00:08.397Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-12-11T20:00:08.397Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-12-11T20:00:08.860Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-12-11T20:00:08.860Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-12-11T20:00:08.860Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-12-11T20:00:10.406Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-12-11T20:00:16.244Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-12-11T20:00:16.244Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-12-11T20:00:16.244Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-12-11T20:00:16.244Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-12-11T20:00:16.244Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-12-11T20:00:16.244Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-12-11T20:00:16.244Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-12-11T20:00:17.218Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-12-11T20:00:17.680Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-12-11T20:00:17.680Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-12-11T20:00:17.680Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-12-11T20:00:19.236Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-12-11T20:00:20.784Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-12-11T20:00:20.784Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-12-11T20:00:23.017Z] === RUN TestDockerSuite/TestRunEnvironment [2020-12-11T20:00:23.017Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-12-11T20:00:23.017Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-12-11T20:00:23.017Z] === RUN TestDockerSuite/TestRunExitCode [2020-12-11T20:00:24.563Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-12-11T20:00:26.759Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-12-11T20:00:28.308Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-12-11T20:00:29.854Z] === RUN TestDockerSuite/TestRunExposePort [2020-12-11T20:00:29.854Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-12-11T20:00:29.854Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-12-11T20:00:29.854Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-12-11T20:00:29.854Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-12-11T20:00:29.854Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-12-11T20:00:29.854Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-12-11T20:00:29.854Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-12-11T20:00:29.854Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-12-11T20:00:33.647Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-12-11T20:00:33.647Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-12-11T20:00:33.647Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-12-11T20:00:33.647Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-12-11T20:00:33.647Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-12-11T20:00:33.647Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-12-11T20:00:33.647Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-12-11T20:00:40.813Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-12-11T20:00:40.813Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-12-11T20:00:41.841Z] === RUN TestDockerSuite/TestRunModeHostname [2020-12-11T20:00:41.841Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-12-11T20:00:41.841Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-12-11T20:00:41.841Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-12-11T20:00:41.841Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-12-11T20:00:41.841Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-12-11T20:00:41.841Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-12-11T20:00:41.841Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-12-11T20:00:41.841Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-12-11T20:00:41.841Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-12-11T20:00:41.841Z] === RUN TestDockerSuite/TestRunMount [2020-12-11T20:00:41.841Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-12-11T20:00:41.841Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-12-11T20:00:41.841Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-12-11T20:00:41.841Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-12-11T20:00:47.657Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-12-11T20:00:47.657Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-12-11T20:00:47.657Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-12-11T20:00:47.657Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-12-11T20:00:51.478Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-12-11T20:00:55.287Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-12-11T20:00:55.287Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-12-11T20:00:55.287Z] === RUN TestDockerSuite/TestRunNetHost [2020-12-11T20:00:55.287Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-12-11T20:00:55.287Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-12-11T20:00:55.287Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-12-11T20:00:55.287Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-12-11T20:00:55.287Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-12-11T20:00:55.287Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-12-11T20:00:55.287Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-12-11T20:00:55.287Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-12-11T20:00:56.855Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-12-11T20:00:58.402Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-12-11T20:00:59.950Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-12-11T20:01:01.500Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-12-11T20:01:03.045Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-12-11T20:01:03.509Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-12-11T20:01:03.509Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-12-11T20:01:03.509Z] === RUN TestDockerSuite/TestRunPortInUse [2020-12-11T20:01:03.509Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-12-11T20:01:03.509Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-12-11T20:01:03.509Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-12-11T20:01:03.509Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-12-11T20:01:03.509Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-12-11T20:01:05.700Z] === RUN TestDockerSuite/TestRunPublishPort [2020-12-11T20:01:06.162Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-12-11T20:01:06.162Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-12-11T20:01:06.162Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-12-11T20:01:06.162Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-12-11T20:01:06.162Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-12-11T20:01:13.278Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-12-11T20:01:13.278Z] === RUN TestDockerSuite/TestRunRm [2020-12-11T20:01:20.495Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-12-11T20:01:25.247Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-12-11T20:01:27.511Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-12-11T20:01:29.708Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-12-11T20:01:31.321Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-12-11T20:01:33.514Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-12-11T20:01:33.514Z] === RUN TestDockerSuite/TestRunState [2020-12-11T20:01:33.514Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-12-11T20:01:35.123Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-12-11T20:01:35.123Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-12-11T20:01:37.316Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-12-11T20:01:37.316Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-12-11T20:01:37.316Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-12-11T20:01:37.316Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-12-11T20:01:37.316Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-12-11T20:01:37.316Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-12-11T20:01:42.082Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-12-11T20:01:42.082Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-12-11T20:01:42.082Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-12-11T20:01:42.082Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-12-11T20:01:42.082Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-12-11T20:01:42.082Z] === RUN TestDockerSuite/TestRunUserByID [2020-12-11T20:01:42.082Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-12-11T20:01:42.082Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-12-11T20:01:42.082Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-12-11T20:01:42.082Z] === RUN TestDockerSuite/TestRunUserByName [2020-12-11T20:01:42.082Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-12-11T20:01:43.628Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-12-11T20:01:43.628Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-12-11T20:01:45.828Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-12-11T20:01:45.828Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-12-11T20:01:45.828Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-12-11T20:01:48.018Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-12-11T20:01:53.922Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-12-11T20:01:56.844Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-12-11T20:02:02.665Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-12-11T20:02:02.665Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-12-11T20:02:02.665Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-12-11T20:02:04.855Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-12-11T20:02:06.439Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-12-11T20:02:08.629Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-12-11T20:02:08.629Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-12-11T20:02:08.629Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-12-11T20:02:08.629Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-12-11T20:02:08.629Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-12-11T20:02:08.629Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-12-11T20:02:08.629Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-12-11T20:02:08.629Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-12-11T20:02:08.629Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-12-11T20:02:12.442Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-12-11T20:02:13.416Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-12-11T20:02:15.671Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-12-11T20:02:19.425Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-12-11T20:02:19.425Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-12-11T20:02:19.425Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-12-11T20:02:19.425Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-12-11T20:02:19.425Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-12-11T20:02:19.425Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-12-11T20:02:19.425Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-12-11T20:02:19.425Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-12-11T20:02:19.425Z] === RUN TestDockerSuite/TestSaveImageId [2020-12-11T20:02:19.425Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-12-11T20:02:19.425Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-12-11T20:02:19.425Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-12-11T20:02:19.425Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-12-11T20:02:19.425Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-12-11T20:02:19.425Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-12-11T20:02:19.425Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-12-11T20:02:19.425Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-12-11T20:02:19.425Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-12-11T20:02:21.634Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-12-11T20:02:21.634Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-12-11T20:02:22.097Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-12-11T20:02:22.575Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-12-11T20:02:24.122Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-12-11T20:02:30.040Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-12-11T20:02:30.040Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-12-11T20:02:35.889Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-12-11T20:02:35.889Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-12-11T20:02:39.646Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-12-11T20:02:39.646Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-12-11T20:02:39.646Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-12-11T20:02:39.646Z] === RUN TestDockerSuite/TestStartRecordError [2020-12-11T20:02:39.646Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-12-11T20:02:44.356Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-12-11T20:02:44.356Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-12-11T20:02:44.356Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-12-11T20:02:44.356Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-12-11T20:02:44.356Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-12-11T20:02:44.356Z] === RUN TestDockerSuite/TestStatsNoStream [2020-12-11T20:02:44.356Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-12-11T20:02:45.904Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-12-11T20:02:48.101Z] === RUN TestDockerSuite/TestTopPrivileged [2020-12-11T20:02:48.101Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-12-11T20:02:49.647Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-12-11T20:02:49.647Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-12-11T20:02:49.647Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-12-11T20:02:49.647Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-12-11T20:02:49.647Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-12-11T20:02:49.647Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-12-11T20:02:49.647Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-12-11T20:03:04.508Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-12-11T20:03:04.971Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-12-11T20:03:04.971Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-12-11T20:03:04.971Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-12-11T20:03:05.433Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-12-11T20:03:05.433Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-12-11T20:03:05.895Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-12-11T20:03:08.091Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-12-11T20:03:08.091Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-12-11T20:03:10.284Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-12-11T20:03:10.746Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-12-11T20:03:11.208Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-12-11T20:03:11.208Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-12-11T20:03:11.208Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-12-11T20:03:18.311Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-12-11T20:03:18.311Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-12-11T20:03:18.311Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-12-11T20:03:18.311Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-12-11T20:03:18.311Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-12-11T20:03:24.146Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-12-11T20:03:24.146Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-12-11T20:03:24.146Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-12-11T20:03:31.247Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-12-11T20:03:31.247Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite (2139.99s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-12-11T20:03:32.224Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-12-11T20:03:32.224Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.69s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.31s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.49s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (148.17s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.76s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-12-11T20:03:32.224Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-12-11T20:03:32.224Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-12-11T20:03:32.224Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-12-11T20:03:32.224Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-12-11T20:03:32.224Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2020-12-11T20:03:32.224Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-12-11T20:03:32.224Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.03s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-12-11T20:03:32.224Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.21s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-12-11T20:03:32.224Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-12-11T20:03:32.224Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.70s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.89s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2020-12-11T20:03:32.224Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-12-11T20:03:32.224Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-12-11T20:03:32.224Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-12-11T20:03:32.224Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.73s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2020-12-11T20:03:32.224Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-12-11T20:03:32.224Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.26s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (93.54s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s) [2020-12-11T20:03:32.224Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.34s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.07s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.66s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.24s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.70s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.70s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.17s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.06s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.45s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.44s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.75s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.93s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.22s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.47s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.39s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildAddTar (28.83s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.28s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (15.81s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.66s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.47s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.23s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.82s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.48s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.50s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.13s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.31s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.50s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.62s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.46s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (20.45s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.28s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.58s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.31s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.09s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.07s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.00s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2020-12-11T20:03:32.224Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.10s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.79s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildCmd (0.47s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.41s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.40s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.46s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.66s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.88s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.36s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.64s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.71s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.35s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.61s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.53s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (10.26s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (30.55s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.37s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.15s) [2020-12-11T20:03:32.224Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.96s) [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2020-12-11T20:03:32.224Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.224Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.38s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (20.48s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.58s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (15.98s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.47s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.78s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (2.86s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.27s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.20s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildDockerignore (52.31s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.79s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (55.28s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.29s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.60s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (16.59s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (9.34s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (8.89s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (33.28s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (9.06s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (8.88s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (74.31s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.35s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.28s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.49s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.81s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.35s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.41s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.29s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.49s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.31s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.30s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.66s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.73s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.42s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.38s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.49s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildFails (1.99s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.16s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.31s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.50s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildForceRm (5.85s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildFromGit (10.01s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.19s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.92s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.65s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.44s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.03s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildHistory (8.02s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.74s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.68s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.58s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.90s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildLabel (0.75s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.46s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.66s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.47s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildLabels (0.74s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.21s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.34s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.49s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.59s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.41s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (22.85s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.57s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (26.76s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (12.23s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.36s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (4.73s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.75s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (19.34s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (6.37s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.53s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.17s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.13s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.88s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.22s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.73s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.96s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.01s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildOnBuild (13.10s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.30s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (7.51s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (2.90s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.80s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.47s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.30s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.85s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.69s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (35.06s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (16.49s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildRm (11.68s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.60s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2020-12-11T20:03:32.225Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.28s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (2.65s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (2.82s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildShellInherited (3.98s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (13.71s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.62s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.49s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.53s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.26s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.40s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildStderr (4.15s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (17.90s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.30s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.46s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.95s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.40s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.68s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.74s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.42s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.16s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (18.61s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.68s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.11s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.50s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.29s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.04s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.34s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.71s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.16s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.35s) [2020-12-11T20:03:32.225Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (12.26s) [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.41s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.225Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.29s) [2020-12-11T20:03:32.225Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.226Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-12-11T20:03:32.226Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.226Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.05s) [2020-12-11T20:03:32.226Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.80s) [2020-12-11T20:03:32.226Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.45s) [2020-12-11T20:03:32.226Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.34s) [2020-12-11T20:03:32.226Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.226Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-12-11T20:03:32.226Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.226Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2020-12-11T20:03:32.226Z] docker_cli_sni_test.go:18: Flakey test [2020-12-11T20:03:32.226Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.81s) [2020-12-11T20:03:32.226Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.07s) [2020-12-11T20:03:32.226Z] --- PASS: TestDockerSuite/TestCommitChange (4.70s) [2020-12-11T20:03:32.226Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.13s) [2020-12-11T20:03:32.226Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2020-12-11T20:03:32.226Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.226Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.90s) [2020-12-11T20:03:32.226Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-12-11T20:03:32.226Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.226Z] --- PASS: TestDockerSuite/TestCommitTTY (5.93s) [2020-12-11T20:03:32.226Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.28s) [2020-12-11T20:03:32.226Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-12-11T20:03:32.226Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.226Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-12-11T20:03:32.226Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.226Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-12-11T20:03:32.226Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.226Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.05s) [2020-12-11T20:03:32.226Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.226Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.03s) [2020-12-11T20:03:32.226Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.226Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-12-11T20:03:32.226Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.226Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-12-11T20:03:32.226Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.226Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2020-12-11T20:03:32.226Z] --- PASS: TestDockerSuite/TestContainerAPICommit (5.91s) [2020-12-11T20:03:32.226Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (11.08s) [2020-12-11T20:03:32.226Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-12-11T20:03:32.226Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.226Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.77s) [2020-12-11T20:03:32.226Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-12-11T20:03:32.226Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.226Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-12-11T20:03:32.226Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.226Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-12-11T20:03:32.226Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.226Z] --- PASS: TestDockerSuite/TestContainerAPICreate (1.86s) [2020-12-11T20:03:32.226Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-12-11T20:03:32.226Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.226Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2020-12-11T20:03:32.226Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (1.97s) [2020-12-11T20:03:32.226Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2020-12-11T20:03:32.226Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-12-11T20:03:32.226Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.226Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-12-11T20:03:32.226Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.226Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-12-11T20:03:32.690Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (1.99s) [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.14s) [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.65s) [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2020-12-11T20:03:32.690Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2020-12-11T20:03:32.690Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.83s) [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.94s) [2020-12-11T20:03:32.690Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-12-11T20:03:32.690Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.690Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-12-11T20:03:32.690Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.83s) [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.61s) [2020-12-11T20:03:32.690Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-12-11T20:03:32.690Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.00s) [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.19s) [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPIRename (1.85s) [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.09s) [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.30s) [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.46s) [2020-12-11T20:03:32.690Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-12-11T20:03:32.690Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPIStop (1.87s) [2020-12-11T20:03:32.690Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-12-11T20:03:32.690Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.71s) [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerAPIWait (3.88s) [2020-12-11T20:03:32.690Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.55s) [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.69s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.89s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (7.12s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.15s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.11s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.14s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000b92560_} (2.10s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1064209894_c:\foo_false____} (2.13s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1064209894_c:\foo_true____} (2.12s) [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-12-11T20:03:32.691Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.12s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.02s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.01s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (1.94s) [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2020-12-11T20:03:32.691Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCpGarbagePath (1.84s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCpRelativePath (6.72s) [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2020-12-11T20:03:32.691Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2020-12-11T20:03:32.691Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCpToCaseA (3.66s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCpToCaseB (1.82s) [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCpToCaseE (7.12s) [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCpToCaseH (12.14s) [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCpToDot (6.73s) [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCpToStdout (2.19s) [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.14s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCreateArgs (0.16s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.86s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (1.89s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.23s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.14s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.68s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.50s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCreateLabels (0.14s) [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCreateRM (0.26s) [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.14s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.28s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (16.36s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.17s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.42s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.94s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.15s) [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2020-12-11T20:03:32.691Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.04s) [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-12-11T20:03:32.691Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.10s) [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-12-11T20:03:32.691Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-12-11T20:03:32.691Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-12-11T20:03:32.691Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-12-11T20:03:32.691Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2020-12-11T20:03:32.691Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-12-11T20:03:32.691Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-12-11T20:03:32.691Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-12-11T20:03:32.691Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2020-12-11T20:03:32.691Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (1.99s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (1.88s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (1.95s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (11.90s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestEventsCopy (4.68s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.17s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.80s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.66s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.00s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.97s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.76s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestEventsFilters (3.99s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestEventsFormat (3.79s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.17s) [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestEventsRename (1.91s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestEventsResize (2.12s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (1.78s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.14s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.33s) [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestEventsUntag (2.73s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (2.94s) [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-12-11T20:03:32.691Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-12-11T20:03:32.691Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.51s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.50s) [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-12-11T20:03:32.691Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-12-11T20:03:32.691Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-12-11T20:03:32.691Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.48s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.78s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.71s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.75s) [2020-12-11T20:03:32.691Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.35s) [2020-12-11T20:03:32.691Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.72s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestExecInspectID (4.60s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-12-11T20:03:32.692Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.93s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-12-11T20:03:32.692Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.80s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.96s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.58s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.49s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.61s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.51s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-12-11T20:03:32.692Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.08s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.95s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.06s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.30s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.45s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.76s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.24s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.24s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.63s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (1.99s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestImagesFormat (0.18s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.29s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestImportBadURL (2.41s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2020-12-11T20:03:32.692Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-12-11T20:03:32.692Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-12-11T20:03:32.692Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.73s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.73s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-12-11T20:03:32.692Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-12-11T20:03:32.692Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.79s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.16s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.74s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectDefault (1.67s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectHistory (4.03s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.81s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.66s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.14s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.72s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.51s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.51s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectStatus (2.13s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.43s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.70s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.75s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.50s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.90s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.73s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.67s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2020-12-11T20:03:32.692Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.41s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.45s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.09s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (1.88s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-12-11T20:03:32.692Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.66s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.99s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.85s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.88s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.96s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.74s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (1.92s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.74s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestLogsSince (8.24s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestLogsTail (2.21s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestLogsTimestamps (1.99s) [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.79s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2020-12-11T20:03:32.692Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-12-11T20:03:32.692Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.692Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.43s) [2020-12-11T20:03:32.692Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-12-11T20:03:32.692Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-12-11T20:03:32.693Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-12-11T20:03:32.693Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-12-11T20:03:32.693Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-12-11T20:03:32.693Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-12-11T20:03:32.693Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2020-12-11T20:03:32.693Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-12-11T20:03:32.693Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.41s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-12-11T20:03:32.693Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestPsByOrder (6.85s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestPsListContainersBase (11.66s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (10.99s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.22s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-12-11T20:03:32.693Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.45s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (6.58s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (5.65s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (8.14s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2020-12-11T20:03:32.693Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (8.60s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2020-12-11T20:03:32.693Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestPsShowMounts (5.97s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.76s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.27s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.92s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-12-11T20:03:32.693Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.45s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.41s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (1.92s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (17.22s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.17s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.20s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.14s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.59s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.63s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.54s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.54s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.23s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (12.40s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.29s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.50s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.68s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.62s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (11.28s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.04s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRmiTag (0.62s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (1.89s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (14.41s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.08s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.22s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.92s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.68s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (3.70s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.18s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (6.57s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (1.74s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.75s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunBindMounts (8.38s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.78s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.31s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.64s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.77s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (1.79s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.86s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunCreateVolume (1.75s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.57s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.43s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (1.71s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.08s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.67s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunEchoStdout (1.75s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunEntrypoint (1.79s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunExitCode (1.80s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (1.77s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (1.70s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (1.81s) [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.32s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.91s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-12-11T20:03:32.693Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.693Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.45s) [2020-12-11T20:03:32.693Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (5.67s) [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (3.93s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.30s) [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.26s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.22s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.72s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.80s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.21s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.84s) [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.04s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.06s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.33s) [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (6.99s) [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunRm (6.99s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.25s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.11s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.12s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.85s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.15s) [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.84s) [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.66s) [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.15s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.43s) [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.78s) [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.98s) [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.47s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (5.39s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.59s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.17s) [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.08s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.22s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (1.96s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (1.86s) [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.65s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.44s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.81s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.55s) [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2020-12-11T20:03:32.694Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.25s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.42s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.23s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.60s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (5.41s) [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.34s) [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.21s) [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2020-12-11T20:03:32.694Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.31s) [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2020-12-11T20:03:32.694Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.50s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (1.80s) [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.56s) [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2020-12-11T20:03:32.694Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.27s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.13s) [2020-12-11T20:03:32.694Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.18s) [2020-12-11T20:03:32.694Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-12-11T20:03:32.694Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.31s) [2020-12-11T20:03:32.695Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.25s) [2020-12-11T20:03:32.695Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.12s) [2020-12-11T20:03:32.695Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.12s) [2020-12-11T20:03:32.695Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2020-12-11T20:03:32.695Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.41s) [2020-12-11T20:03:32.695Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.36s) [2020-12-11T20:03:32.695Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.35s) [2020-12-11T20:03:32.695Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2020-12-11T20:03:32.695Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.17s) [2020-12-11T20:03:32.695Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (6.18s) [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-12-11T20:03:32.695Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.52s) [2020-12-11T20:03:32.695Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.18s) [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-12-11T20:03:32.695Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.29s) [2020-12-11T20:03:32.695Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.25s) [2020-12-11T20:03:32.695Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.25s) [2020-12-11T20:03:32.695Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (7.09s) [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-12-11T20:03:32.695Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.27s) [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-12-11T20:03:32.695Z] --- PASS: TestDockerRegistrySuite (0.13s) [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] === RUN TestDockerSchema1RegistrySuite [2020-12-11T20:03:32.695Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-12-11T20:03:32.695Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-12-11T20:03:32.695Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-12-11T20:03:32.695Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-12-11T20:03:32.695Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-12-11T20:03:32.695Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-12-11T20:03:32.695Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-12-11T20:03:32.695Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-12-11T20:03:32.695Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-12-11T20:03:32.695Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-12-11T20:03:32.695Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-12-11T20:03:32.695Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-12-11T20:03:32.695Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-12-11T20:03:32.695Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-12-11T20:03:32.695Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-12-11T20:03:32.695Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-12-11T20:03:32.695Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-12-11T20:03:32.695Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-12-11T20:03:32.695Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-12-11T20:03:32.695Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.01s) [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistryAuthTokenSuite [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-12-11T20:03:32.695Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-12-11T20:03:32.695Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] === RUN TestDockerDaemonSuite [2020-12-11T20:03:32.695Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-12-11T20:03:32.695Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-12-11T20:03:32.695Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-12-11T20:03:32.695Z] --- PASS: TestDockerDaemonSuite (0.00s) [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-12-11T20:03:32.695Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.695Z] === RUN TestDockerSwarmSuite [2020-12-11T20:03:32.695Z] --- PASS: TestDockerSwarmSuite (0.00s) [2020-12-11T20:03:32.695Z] === RUN TestDockerPluginSuite [2020-12-11T20:03:32.695Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2020-12-11T20:03:32.695Z] === RUN TestDockerPluginSuite/TestPluginCreate [2020-12-11T20:03:32.695Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2020-12-11T20:03:32.695Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2020-12-11T20:03:32.696Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2020-12-11T20:03:32.696Z] === RUN TestDockerPluginSuite/TestPluginInspect [2020-12-11T20:03:32.696Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2020-12-11T20:03:32.696Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2020-12-11T20:03:32.696Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2020-12-11T20:03:32.696Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2020-12-11T20:03:32.696Z] === RUN TestDockerPluginSuite/TestPluginSet [2020-12-11T20:03:32.696Z] --- PASS: TestDockerPluginSuite (0.02s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-12-11T20:03:32.696Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-12-11T20:03:32.696Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-12-11T20:03:32.696Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-12-11T20:03:32.696Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-12-11T20:03:32.696Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-12-11T20:03:32.696Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-12-11T20:03:32.696Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-12-11T20:03:32.696Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-12-11T20:03:32.696Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-12-11T20:03:32.696Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-12-11T20:03:32.696Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] === RUN TestDockerExternalVolumeSuite [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2020-12-11T20:03:32.696Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] === RUN TestDockerNetworkSuite [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2020-12-11T20:03:32.696Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] === RUN TestDockerHubPullSuite [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2020-12-11T20:03:32.696Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] PASS [2020-12-11T20:03:32.696Z] ok github.com/docker/docker/integration-cli 2140.629s [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === Skipped [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-12-11T20:03:32.696Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-12-11T20:03:32.696Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-12-11T20:03:32.696Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-12-11T20:03:32.696Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-12-11T20:03:32.696Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-12-11T20:03:32.696Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-12-11T20:03:32.696Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2020-12-11T20:03:32.696Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-12-11T20:03:32.696Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-12-11T20:03:32.696Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-12-11T20:03:32.696Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-12-11T20:03:32.696Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2020-12-11T20:03:32.696Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-12-11T20:03:32.696Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-12-11T20:03:32.696Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-12-11T20:03:32.696Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2020-12-11T20:03:32.696Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-12-11T20:03:32.696Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s) [2020-12-11T20:03:32.696Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.28s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.28s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.66s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.66s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.82s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.82s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.31s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.31s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.58s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.58s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.31s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.31s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2020-12-11T20:03:32.696Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.28s) [2020-12-11T20:03:32.696Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.28s) [2020-12-11T20:03:32.696Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.696Z] [2020-12-11T20:03:32.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-12-11T20:03:32.697Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-12-11T20:03:32.697Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.697Z] [2020-12-11T20:03:32.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-12-11T20:03:32.697Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-12-11T20:03:32.697Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.697Z] [2020-12-11T20:03:32.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2020-12-11T20:03:32.697Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2020-12-11T20:03:32.697Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.697Z] [2020-12-11T20:03:32.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.30s) [2020-12-11T20:03:32.697Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.30s) [2020-12-11T20:03:32.697Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.697Z] [2020-12-11T20:03:32.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-12-11T20:03:32.697Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-12-11T20:03:32.697Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.697Z] [2020-12-11T20:03:32.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-12-11T20:03:32.697Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-12-11T20:03:32.697Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.697Z] [2020-12-11T20:03:32.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-12-11T20:03:32.697Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-12-11T20:03:32.697Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.697Z] [2020-12-11T20:03:32.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-12-11T20:03:32.697Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-12-11T20:03:32.697Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.697Z] [2020-12-11T20:03:32.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2020-12-11T20:03:32.697Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2020-12-11T20:03:32.697Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.697Z] [2020-12-11T20:03:32.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-12-11T20:03:32.697Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-12-11T20:03:32.697Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.697Z] [2020-12-11T20:03:32.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-12-11T20:03:32.697Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-12-11T20:03:32.697Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.697Z] [2020-12-11T20:03:32.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2020-12-11T20:03:32.697Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2020-12-11T20:03:32.697Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.697Z] [2020-12-11T20:03:32.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-12-11T20:03:32.697Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-12-11T20:03:32.697Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.697Z] [2020-12-11T20:03:32.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2020-12-11T20:03:32.697Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2020-12-11T20:03:32.697Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.697Z] [2020-12-11T20:03:32.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-12-11T20:03:32.697Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-12-11T20:03:32.697Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.697Z] [2020-12-11T20:03:32.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-12-11T20:03:32.697Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-12-11T20:03:32.697Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2020-12-11T20:03:32.697Z] [2020-12-11T20:03:32.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-12-11T20:03:32.697Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-12-11T20:03:32.697Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.697Z] [2020-12-11T20:03:32.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2020-12-11T20:03:32.697Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2020-12-11T20:03:32.697Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.697Z] [2020-12-11T20:03:32.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2020-12-11T20:03:32.697Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2020-12-11T20:03:32.697Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.697Z] [2020-12-11T20:03:32.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2020-12-11T20:03:32.697Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2020-12-11T20:03:32.697Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.697Z] [2020-12-11T20:03:32.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.03s) [2020-12-11T20:03:32.697Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s) [2020-12-11T20:03:32.697Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2020-12-11T20:03:32.697Z] [2020-12-11T20:03:32.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-12-11T20:03:33.162Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-12-11T20:03:33.162Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.162Z] [2020-12-11T20:03:33.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-12-11T20:03:33.162Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-12-11T20:03:33.162Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.162Z] [2020-12-11T20:03:33.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2020-12-11T20:03:33.162Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-12-11T20:03:33.162Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.162Z] [2020-12-11T20:03:33.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2020-12-11T20:03:33.162Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-12-11T20:03:33.162Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.162Z] [2020-12-11T20:03:33.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-12-11T20:03:33.162Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-12-11T20:03:33.162Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.162Z] [2020-12-11T20:03:33.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2020-12-11T20:03:33.162Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-12-11T20:03:33.162Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.162Z] [2020-12-11T20:03:33.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-12-11T20:03:33.162Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-12-11T20:03:33.162Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.162Z] [2020-12-11T20:03:33.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2020-12-11T20:03:33.162Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2020-12-11T20:03:33.162Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.162Z] [2020-12-11T20:03:33.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.30s) [2020-12-11T20:03:33.162Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2020-12-11T20:03:33.162Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.162Z] [2020-12-11T20:03:33.162Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.30s) [2020-12-11T20:03:33.162Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.30s) [2020-12-11T20:03:33.163Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2020-12-11T20:03:33.163Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2020-12-11T20:03:33.163Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.29s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.29s) [2020-12-11T20:03:33.163Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-12-11T20:03:33.163Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.34s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.34s) [2020-12-11T20:03:33.163Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.41s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.41s) [2020-12-11T20:03:33.163Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.29s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.29s) [2020-12-11T20:03:33.163Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-12-11T20:03:33.163Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.34s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.34s) [2020-12-11T20:03:33.163Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-12-11T20:03:33.163Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2020-12-11T20:03:33.163Z] docker_cli_sni_test.go:18: Flakey test [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.05s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.05s) [2020-12-11T20:03:33.163Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.03s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.03s) [2020-12-11T20:03:33.163Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-12-11T20:03:33.163Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-12-11T20:03:33.163Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-12-11T20:03:33.163Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-12-11T20:03:33.163Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-12-11T20:03:33.163Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-12-11T20:03:33.163Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-12-11T20:03:33.163Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-12-11T20:03:33.163Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-12-11T20:03:33.163Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2020-12-11T20:03:33.163Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-12-11T20:03:33.163Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-12-11T20:03:33.163Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-12-11T20:03:33.163Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-12-11T20:03:33.163Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-12-11T20:03:33.163Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-12-11T20:03:33.163Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2020-12-11T20:03:33.163Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2020-12-11T20:03:33.163Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2020-12-11T20:03:33.163Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2020-12-11T20:03:33.163Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-12-11T20:03:33.163Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.163Z] [2020-12-11T20:03:33.163Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2020-12-11T20:03:33.164Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-12-11T20:03:33.164Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-12-11T20:03:33.164Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-12-11T20:03:33.164Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-12-11T20:03:33.164Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-12-11T20:03:33.164Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2020-12-11T20:03:33.164Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-12-11T20:03:33.164Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-12-11T20:03:33.164Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-12-11T20:03:33.164Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2020-12-11T20:03:33.164Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-12-11T20:03:33.164Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-12-11T20:03:33.164Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-12-11T20:03:33.164Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-12-11T20:03:33.164Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-12-11T20:03:33.164Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-12-11T20:03:33.164Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-12-11T20:03:33.164Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2020-12-11T20:03:33.164Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-12-11T20:03:33.164Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-12-11T20:03:33.164Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-12-11T20:03:33.164Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-12-11T20:03:33.164Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.164Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-12-11T20:03:33.164Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-12-11T20:03:33.164Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.164Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2020-12-11T20:03:33.165Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-12-11T20:03:33.165Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2020-12-11T20:03:33.165Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-12-11T20:03:33.165Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-12-11T20:03:33.165Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-12-11T20:03:33.165Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-12-11T20:03:33.165Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-12-11T20:03:33.165Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-12-11T20:03:33.165Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2020-12-11T20:03:33.165Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-12-11T20:03:33.165Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-12-11T20:03:33.165Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-12-11T20:03:33.165Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2020-12-11T20:03:33.165Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2020-12-11T20:03:33.165Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-12-11T20:03:33.165Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.165Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-12-11T20:03:33.165Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-12-11T20:03:33.165Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.165Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.166Z] [2020-12-11T20:03:33.166Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-12-11T20:03:33.166Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-12-11T20:03:33.166Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.04s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.04s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.06s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.06s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2020-12-11T20:03:33.167Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.167Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-12-11T20:03:33.167Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-12-11T20:03:33.167Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.167Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2020-12-11T20:03:33.168Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2020-12-11T20:03:33.168Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2020-12-11T20:03:33.168Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-12-11T20:03:33.168Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.168Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-12-11T20:03:33.168Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-12-11T20:03:33.168Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.168Z] [2020-12-11T20:03:33.169Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-12-11T20:03:33.169Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-12-11T20:03:33.169Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.169Z] [2020-12-11T20:03:33.169Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-12-11T20:03:33.169Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-12-11T20:03:33.169Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.169Z] [2020-12-11T20:03:33.169Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-12-11T20:03:33.169Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-12-11T20:03:33.169Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.169Z] [2020-12-11T20:03:33.169Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-12-11T20:03:33.169Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-12-11T20:03:33.169Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.169Z] [2020-12-11T20:03:33.169Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-12-11T20:03:33.169Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-12-11T20:03:33.169Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.631Z] [2020-12-11T20:03:33.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-12-11T20:03:33.631Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-12-11T20:03:33.631Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.631Z] [2020-12-11T20:03:33.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-12-11T20:03:33.631Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-12-11T20:03:33.631Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.631Z] [2020-12-11T20:03:33.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-12-11T20:03:33.631Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-12-11T20:03:33.631Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.631Z] [2020-12-11T20:03:33.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-12-11T20:03:33.631Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-12-11T20:03:33.631Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.631Z] [2020-12-11T20:03:33.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-12-11T20:03:33.631Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-12-11T20:03:33.631Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.631Z] [2020-12-11T20:03:33.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-12-11T20:03:33.631Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-12-11T20:03:33.631Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.631Z] [2020-12-11T20:03:33.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-12-11T20:03:33.631Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-12-11T20:03:33.631Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.631Z] [2020-12-11T20:03:33.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-12-11T20:03:33.631Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-12-11T20:03:33.631Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.631Z] [2020-12-11T20:03:33.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-12-11T20:03:33.631Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-12-11T20:03:33.631Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.631Z] [2020-12-11T20:03:33.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-12-11T20:03:33.631Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-12-11T20:03:33.631Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.631Z] [2020-12-11T20:03:33.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-12-11T20:03:33.631Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-12-11T20:03:33.631Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.631Z] [2020-12-11T20:03:33.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-12-11T20:03:33.631Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-12-11T20:03:33.631Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.631Z] [2020-12-11T20:03:33.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-12-11T20:03:33.631Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-12-11T20:03:33.631Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.631Z] [2020-12-11T20:03:33.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-12-11T20:03:33.631Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-12-11T20:03:33.631Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.631Z] [2020-12-11T20:03:33.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-12-11T20:03:33.631Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-12-11T20:03:33.631Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.631Z] [2020-12-11T20:03:33.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-12-11T20:03:33.631Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-12-11T20:03:33.631Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.631Z] [2020-12-11T20:03:33.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-12-11T20:03:33.631Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-12-11T20:03:33.631Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.631Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-12-11T20:03:33.632Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-12-11T20:03:33.632Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-12-11T20:03:33.632Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-12-11T20:03:33.632Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-12-11T20:03:33.632Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-12-11T20:03:33.632Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-12-11T20:03:33.632Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-12-11T20:03:33.632Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-12-11T20:03:33.632Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-12-11T20:03:33.632Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-12-11T20:03:33.632Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-12-11T20:03:33.632Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-12-11T20:03:33.632Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-12-11T20:03:33.632Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-12-11T20:03:33.632Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-12-11T20:03:33.632Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-12-11T20:03:33.632Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-12-11T20:03:33.632Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-12-11T20:03:33.632Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-12-11T20:03:33.632Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-12-11T20:03:33.632Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-12-11T20:03:33.632Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] DONE 1093 tests, 547 skipped in 2149.023s [2020-12-11T20:03:33.632Z] INFO: Integration tests ended at 12/11/2020 20:03:33. Duration:00:35:49.2402041 [2020-12-11T20:03:33.632Z] INFO: Docker info of the daemon under test at end of run [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] Containers: 2 [2020-12-11T20:03:33.632Z] Running: 0 [2020-12-11T20:03:33.632Z] Paused: 0 [2020-12-11T20:03:33.632Z] Stopped: 2 [2020-12-11T20:03:33.632Z] Images: 18 [2020-12-11T20:03:33.632Z] Server Version: 0.0.0-dev [2020-12-11T20:03:33.632Z] Storage Driver: windowsfilter [2020-12-11T20:03:33.632Z] Windows: [2020-12-11T20:03:33.632Z] Logging Driver: json-file [2020-12-11T20:03:33.632Z] Plugins: [2020-12-11T20:03:33.632Z] Volume: local [2020-12-11T20:03:33.632Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-12-11T20:03:33.632Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-12-11T20:03:33.632Z] Swarm: inactive [2020-12-11T20:03:33.632Z] Default Isolation: process [2020-12-11T20:03:33.632Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-12-11T20:03:33.632Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1577) [2020-12-11T20:03:33.632Z] OSType: windows [2020-12-11T20:03:33.632Z] Architecture: x86_64 [2020-12-11T20:03:33.632Z] CPUs: 4 [2020-12-11T20:03:33.632Z] Total Memory: 32GiB [2020-12-11T20:03:33.632Z] Name: azwin-2-61e6b0 [2020-12-11T20:03:33.632Z] ID: DIBX:O62Y:UT56:DIXU:DTCP:QJFS:VXTF:JBCZ:GFE3:2H62:PIHC:T6N5 [2020-12-11T20:03:33.632Z] Docker Root Dir: D:\CI\PR-41783\1\daemon [2020-12-11T20:03:33.632Z] Debug Mode (client): false [2020-12-11T20:03:33.632Z] Debug Mode (server): true [2020-12-11T20:03:33.632Z] File Descriptors: -1 [2020-12-11T20:03:33.632Z] Goroutines: 17 [2020-12-11T20:03:33.632Z] System Time: 2020-12-11T20:03:33.2030365Z [2020-12-11T20:03:33.632Z] EventsListeners: 0 [2020-12-11T20:03:33.632Z] Registry: https://index.docker.io/v1/ [2020-12-11T20:03:33.632Z] Labels: [2020-12-11T20:03:33.632Z] Experimental: false [2020-12-11T20:03:33.632Z] Insecure Registries: [2020-12-11T20:03:33.632Z] 127.0.0.0/8 [2020-12-11T20:03:33.632Z] Live Restore Enabled: false [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] [2020-12-11T20:03:33.632Z] INFO: Stopping daemon under test [2020-12-11T20:03:33.632Z] SUCCESS: The process with PID 4988 (child process of PID 1544) has been terminated. [2020-12-11T20:03:33.632Z] SUCCESS: The process with PID 1544 (child process of PID 3784) has been terminated. [2020-12-11T20:03:34.153Z] INFO: Stop tailing logs of the daemon under tests [2020-12-11T20:03:34.153Z] INFO: executeCI.ps1 Completed successfully at 12/11/2020 20:03:33. [2020-12-11T20:03:34.153Z] INFO: Tidying up at end of run [2020-12-11T20:03:34.153Z] INFO: Saving daemon under test log (d:\CI\PR-41783\1\dut.out) to bundles\CIDUT.out [2020-12-11T20:03:34.153Z] INFO: Saving daemon under test log (d:\CI\PR-41783\1\dut.err) to bundles\CIDUT.err [2020-12-11T20:03:34.153Z] INFO: Nuke-Everything... [2020-12-11T20:03:34.153Z] INFO: Container count on control daemon to delete is 2 [2020-12-11T20:03:34.617Z] 4140d898b566 [2020-12-11T20:03:34.617Z] 50585ab14ae4 [2020-12-11T20:03:34.617Z] INFO: Tidying pidfile d:\CI\PR-41783\1\docker.pid [2020-12-11T20:03:34.617Z] INFO: Nuking d:\CI [2020-12-11T20:04:00.058Z] INFO: Zapped successfully [2020-12-11T20:04:00.058Z] [2020-12-11T20:04:00.058Z] INFO: executeCI.ps1 exiting at Fri Dec 11 20:03:59 CUT 2020. Duration 01:01:07.3345488 [2020-12-11T20:04:00.058Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-12-11T20:04:00.305Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-12-11T20:04:08.658Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-12-11T20:04:10.419Z] Archiving artifacts [2020-12-11T20:04:24.295Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41783/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-12-11T20:04:25.233Z] + make clean [2020-12-11T20:04:26.780Z] docker volume rm -f docker-dev-cache [2020-12-11T20:04:26.780Z] 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